/* GameHub account auth pages */
.gamehub-auth-page{
  width:100%;
  min-height:calc(100vh - 160px);
  background:#F5F7FB;
  padding:56px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ===== Ví tiền Beauty Refresh ===== */
.woocommerce-account{
  background:#F5F7FB;
}

.woocommerce-account .woocommerce{
  width:min(1180px,calc(100vw - 28px));
  margin:26px auto 48px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:24px;
  align-items:start;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  position:sticky;
  top:18px;
  background:#FFFFFF;
  border:1px solid #E6EDF5;
  border-radius:24px;
  padding:14px;
  box-shadow:0 22px 60px rgba(15,23,42,.07);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
  list-style:none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  min-height:52px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border-radius:16px;
  color:#0F172A;
  font-weight:900;
  border:1px solid transparent;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  background:#F8FAFC;
  border-color:#DBEAFE;
  transform:translateX(2px);
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
  background:linear-gradient(135deg,#2563EB,#0F766E);
  color:#FFFFFF;
  border-color:transparent;
  box-shadow:0 14px 30px rgba(37,99,235,.2);
}

.gh-account-nav-icon{
  width:32px;
  height:32px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#EFF6FF;
  color:#2563EB;
  font-size:13px;
  font-weight:950;
  border:1px solid #DBEAFE;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active .gh-account-nav-icon{
  background:rgba(255,255,255,.18);
  color:#FFFFFF;
  border-color:rgba(255,255,255,.22);
}

.woocommerce-account .woocommerce-MyAccount-content{
  background:#FFFFFF;
  border:1px solid #E6EDF5;
  border-radius:24px;
  padding:24px;
  box-shadow:0 22px 60px rgba(15,23,42,.06);
}

.gh-wallet-page,
.gh-topup-page,
.gh-withdraw-page{
  display:grid;
  gap:22px;
}

.gh-wallet-hero{
  position:relative;
  overflow:hidden;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-end;
  background:linear-gradient(135deg,#1D4ED8,#0F766E);
  border-radius:24px;
  padding:28px;
  color:#FFFFFF;
  box-shadow:0 24px 55px rgba(37,99,235,.22);
}

.gh-wallet-hero:after{
  content:"";
  position:absolute;
  inset:auto -60px -110px auto;
  width:260px;
  height:260px;
  border-radius:50%;
  border:36px solid rgba(255,255,255,.12);
}

.gh-wallet-hero > *{
  position:relative;
  z-index:1;
}

.gh-wallet-hero p,
.gh-topup-eyebrow{
  margin:0 0 8px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.gh-topup-eyebrow{
  color:#2563EB;
}

.gh-wallet-hero h2,
.gh-topup-card h2,
.gh-withdraw-card h2{
  margin:0;
  color:#0F172A;
  font-size:clamp(28px,3vw,38px);
  line-height:1.08;
  letter-spacing:0;
}

.gh-wallet-hero h2{
  color:#FFFFFF;
}

.gh-wallet-hero span{
  display:block;
  max-width:520px;
  margin-top:9px;
  color:rgba(255,255,255,.86);
  line-height:1.55;
  font-weight:650;
}

.gh-wallet-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.gh-wallet-primary,
.gh-wallet-withdraw,
.gh-wallet-secondary,
.gh-topup-submit,
.gh-copy-btn,
.gh-topup-help a,
.gh-topup-help button{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  padding:0 18px;
  font-weight:950;
  text-decoration:none;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}

.gh-wallet-primary,
.gh-topup-submit{
  border:0;
  background:#2563EB;
  color:#FFFFFF;
  box-shadow:0 16px 34px rgba(37,99,235,.22);
}

.gh-wallet-withdraw,
.gh-wallet-secondary,
.gh-copy-btn,
.gh-topup-help a,
.gh-topup-help button{
  border:1px solid #CBD5E1;
  background:#FFFFFF;
  color:#0F172A;
}

.gh-wallet-hero .gh-wallet-primary,
.gh-wallet-hero .gh-wallet-withdraw{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  color:#FFFFFF;
  box-shadow:none;
}

.gh-wallet-primary:hover,
.gh-topup-submit:hover{
  background:#1D4ED8;
  color:#FFFFFF;
  transform:translateY(-1px);
}

.gh-wallet-withdraw:hover,
.gh-wallet-secondary:hover,
.gh-copy-btn:hover,
.gh-topup-help a:hover,
.gh-topup-help button:hover{
  border-color:#2563EB;
  color:#2563EB;
  transform:translateY(-1px);
}

.gh-wallet-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.gh-wallet-stat{
  display:grid;
  gap:8px;
  min-height:150px;
  background:#FFFFFF;
  border:1px solid #E6EDF5;
  border-radius:22px;
  padding:20px;
  box-shadow:0 18px 44px rgba(15,23,42,.055);
}

.gh-wallet-stat.is-main{
  background:linear-gradient(180deg,#EFF6FF,#FFFFFF);
  border-color:#BFDBFE;
}

.gh-wallet-icon{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#DBEAFE;
  color:#1D4ED8;
  font-weight:950;
  border:1px solid #BFDBFE;
}

.gh-wallet-stat p{
  margin:0;
  color:#64748B;
  font-weight:850;
}

.gh-wallet-stat strong{
  color:#0F172A;
  font-size:30px;
  line-height:1.05;
  letter-spacing:0;
}

.gh-wallet-panel,
.gh-topup-card,
.gh-withdraw-card,
.gh-topup-side > div{
  background:#FFFFFF;
  border:1px solid #E6EDF5;
  border-radius:24px;
  box-shadow:0 18px 44px rgba(15,23,42,.055);
}

.gh-wallet-panel{
  overflow:hidden;
}

.gh-wallet-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px;
  border-bottom:1px solid #E6EDF5;
  background:#F8FAFC;
}

.gh-wallet-panel-head h3,
.gh-topup-side h3{
  margin:0;
  color:#0F172A;
  font-size:21px;
  letter-spacing:0;
}

.gh-wallet-panel-head p,
.gh-topup-side p{
  margin:6px 0 0;
  color:#64748B;
  line-height:1.55;
}

.gh-wallet-table-wrap{
  overflow:auto;
}

.gh-wallet-table{
  width:100%;
  min-width:820px;
  border-collapse:collapse;
}

.gh-wallet-table th{
  background:#FFFFFF;
  color:#64748B;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.gh-wallet-table th,
.gh-wallet-table td{
  padding:15px 16px;
  border-bottom:1px solid #E6EDF5;
  text-align:left;
}

.gh-wallet-table td{
  color:#0F172A;
  font-weight:750;
}

.gh-wallet-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  border-radius:999px;
  padding:0 10px;
  font-size:12px;
  font-weight:950;
  background:#F1F5F9;
  color:#475569;
}

.gh-wallet-badge.status-completed,
.gh-wallet-badge.type-refund,
.gh-wallet-badge.type-income,
.gh-wallet-badge.type-admin_credit{
  background:#DCFCE7;
  color:#15803D;
}

.gh-wallet-badge.status-pending,
.gh-wallet-badge.status-processing{
  background:#FEF3C7;
  color:#B45309;
}

.gh-wallet-badge.status-failed,
.gh-wallet-badge.status-rejected,
.gh-wallet-badge.type-purchase,
.gh-wallet-badge.type-admin_debit{
  background:#FEE2E2;
  color:#B91C1C;
}

.gh-topup-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);
  gap:22px;
  align-items:start;
}

.gh-topup-card,
.gh-withdraw-card,
.gh-topup-side > div{
  padding:24px;
}

.gh-topup-balance{
  margin:18px 0;
  padding:18px;
  border-radius:18px;
  border:1px solid #BFDBFE;
  background:linear-gradient(180deg,#EFF6FF,#FFFFFF);
}

.gh-topup-balance span{
  display:block;
  color:#64748B;
  font-weight:850;
}

.gh-topup-balance strong{
  display:block;
  margin-top:6px;
  color:#0F172A;
  font-size:28px;
  line-height:1.1;
}

.gh-method-tabs,
.gh-quick-amounts,
.gh-usdt-quick-amounts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.gh-method-tabs label,
.gh-quick-amounts button,
.gh-usdt-quick-amounts button{
  min-height:46px;
  border-radius:14px;
  border:1px solid #CBD5E1;
  background:#FFFFFF;
  color:#0F172A;
  font-weight:950;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  cursor:pointer;
}

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

.gh-method-tabs label:has(input:checked),
.gh-quick-amounts button.is-active,
.gh-usdt-quick-amounts button.is-active{
  background:#2563EB;
  border-color:#2563EB;
  color:#FFFFFF;
  box-shadow:0 12px 28px rgba(37,99,235,.18);
}

.gh-topup-form{
  display:grid;
  gap:14px;
}

.gh-topup-field,
.gh-withdraw-form label{
  display:grid;
  gap:8px;
  color:#0F172A;
  font-weight:900;
}

.gh-topup-form input,
.gh-topup-form select,
.gh-withdraw-form input,
.gh-withdraw-form select,
.gh-withdraw-form textarea{
  width:100%;
  min-height:48px;
  border:1px solid #CBD5E1;
  border-radius:14px;
  background:#F8FAFC;
  color:#0F172A;
  padding:0 14px;
  font-weight:800;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.gh-withdraw-form textarea{
  min-height:120px;
  padding:12px 14px;
  resize:vertical;
}

.gh-topup-form input:focus,
.gh-topup-form select:focus,
.gh-withdraw-form input:focus,
.gh-withdraw-form select:focus,
.gh-withdraw-form textarea:focus{
  border-color:#2563EB;
  background:#FFFFFF;
  box-shadow:0 0 0 4px rgba(37,99,235,.1);
}

.gh-topup-warning{
  margin:0;
  padding:12px 14px;
  border-radius:14px;
  background:#FFF7ED;
  border:1px solid #FED7AA;
  color:#9A3412;
  font-weight:800;
  line-height:1.5;
}

.gh-topup-reference-box{
  margin:16px 0;
  padding:16px;
  border:1px dashed #93C5FD;
  border-radius:18px;
  background:#EFF6FF;
}

.gh-topup-reference-box strong,
.gh-topup-reference-box small{
  display:block;
}

.gh-topup-reference-box code{
  display:inline-flex;
  margin:8px 0;
  padding:8px 10px;
  border-radius:10px;
  background:#FFFFFF;
  color:#1D4ED8;
  font-weight:950;
}

.gh-bank-qr{
  display:grid;
  place-items:center;
  margin:16px 0;
  padding:16px;
  border-radius:22px;
  background:#F8FAFC;
  border:1px solid #E6EDF5;
}

.gh-bank-qr img{
  width:min(280px,100%);
  border-radius:18px;
  box-shadow:0 18px 40px rgba(15,23,42,.12);
}

.gh-topup-info dl{
  display:grid;
  grid-template-columns:140px minmax(0,1fr);
  gap:10px 14px;
  margin:16px 0;
}

.gh-topup-info dt{
  color:#64748B;
  font-weight:900;
}

.gh-topup-info dd{
  margin:0;
  color:#0F172A;
  font-weight:950;
  word-break:break-word;
}

.gh-topup-help{
  margin-top:18px;
  padding:18px;
  border-radius:20px;
  border:1px solid #E6EDF5;
  background:#F8FAFC;
}

.gh-withdraw-card{
  max-width:760px;
  margin:0 auto;
}

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

.gh-withdraw-form label:first-of-type,
.gh-withdraw-form label:last-of-type,
.gh-withdraw-form .gh-topup-submit{
  grid-column:1 / -1;
}

@media (max-width: 960px){
  .woocommerce-account .woocommerce{
    grid-template-columns:1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation{
    position:relative;
    top:auto;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gh-wallet-hero,
  .gh-wallet-panel-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .gh-wallet-stats,
  .gh-topup-grid,
  .gh-withdraw-form{
    grid-template-columns:1fr;
  }
}

@media (max-width: 560px){
  .woocommerce-account .woocommerce{
    width:calc(100vw - 18px);
    margin-top:14px;
    gap:14px;
  }

  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .gh-wallet-hero,
  .gh-wallet-panel,
  .gh-topup-card,
  .gh-withdraw-card,
  .gh-topup-side > div{
    border-radius:18px;
  }

  .woocommerce-account .woocommerce-MyAccount-content,
  .gh-wallet-hero,
  .gh-topup-card,
  .gh-withdraw-card,
  .gh-topup-side > div{
    padding:18px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul,
  .gh-method-tabs,
  .gh-quick-amounts,
  .gh-usdt-quick-amounts{
    grid-template-columns:1fr;
  }

  .gh-topup-info dl{
    grid-template-columns:1fr;
  }

  .gh-wallet-actions,
  .gh-wallet-primary,
  .gh-wallet-withdraw,
  .gh-wallet-secondary,
  .gh-topup-submit,
  .gh-copy-btn{
    width:100%;
  }
}
.gamehub-auth-wrap{
  width:min(480px,100%);
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  align-items:start;
  justify-content:center;
}
.gamehub-auth-wrap.single-card,
.gamehub-auth-wrap:not(.has-register){
  grid-template-columns:minmax(0,480px);
  justify-content:center;
}
.gamehub-auth-card[hidden]{
  display:none!important;
}
.gamehub-auth-card{
  background:#FFFFFF;
  border:1px solid #E5ECF5;
  border-radius:24px;
  box-shadow:0 24px 70px rgba(15,23,42,.08);
  overflow:hidden;
}
.gamehub-auth-head{
  background:linear-gradient(135deg,#2563EB,#14B8A6);
  color:#fff;
  padding:28px 28px 26px;
}
.gamehub-auth-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);
  display:grid;
  place-items:center;
  font-weight:900;
  margin-bottom:15px;
}
.gamehub-auth-head h2{
  margin:0;
  color:#fff;
  font-size:28px;
  line-height:1.15;
}
.gamehub-auth-head p{
  margin:8px 0 0;
  color:rgba(255,255,255,.88);
  font-weight:700;
  line-height:1.45;
}
.gamehub-auth-form{
  padding:26px 28px 28px;
}
.gamehub-auth-form .form-row{
  margin:0 0 16px;
}
.gamehub-auth-form label{
  display:block;
  color:#0F172A;
  font-weight:800;
  margin:0 0 8px;
}
.gamehub-auth-form .required{
  color:#2563EB;
}
.gamehub-auth-form input.input-text,
.gamehub-auth-form input[type="text"],
.gamehub-auth-form input[type="email"],
.gamehub-auth-form input[type="password"]{
  width:100%;
  min-height:54px;
  border:1px solid #D7E0EA;
  border-radius:14px;
  background:#F1F5F9;
  color:#0F172A;
  padding:0 15px;
  font-size:15px;
  outline:none;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.gamehub-auth-form input.input-text:focus,
.gamehub-auth-form input[type="text"]:focus,
.gamehub-auth-form input[type="email"]:focus,
.gamehub-auth-form input[type="password"]:focus{
  background:#fff;
  border-color:#2563EB;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}
.gamehub-auth-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:2px 0 18px;
}
.gamehub-auth-options label{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  color:#64748B;
  font-weight:700;
}
.gamehub-auth-options input[type="checkbox"]{
  width:18px;
  height:18px;
  accent-color:#2563EB;
}
.gamehub-auth-link,
.gamehub-auth-switch a{
  color:#2563EB;
  font-weight:900;
}
.gamehub-auth-link:hover,
.gamehub-auth-switch a:hover{
  color:#1D4ED8;
}
.gamehub-auth-submit,
.woocommerce .gamehub-auth-submit.button{
  width:100%;
  min-height:54px;
  background:#2563EB!important;
  color:#fff!important;
  border:0!important;
  border-radius:14px!important;
  font-weight:900!important;
  font-size:15px!important;
  box-shadow:0 14px 28px rgba(37,99,235,.18);
  cursor:pointer;
}
.gamehub-auth-submit:hover,
.woocommerce .gamehub-auth-submit.button:hover{
  background:#1D4ED8!important;
}
.gamehub-auth-switch{
  margin:16px 0 0;
  color:#64748B;
  text-align:center;
  font-weight:700;
}
.gamehub-auth-note{
  background:#F5F7FB;
  border:1px solid #D7E0EA;
  border-radius:14px;
  color:#64748B;
  margin:0 0 16px;
  padding:12px 14px;
  font-weight:700;
}
.gamehub-auth-page .woocommerce-error,
.gamehub-auth-page .woocommerce-message,
.gamehub-auth-page .woocommerce-info{
  max-width:1040px;
  margin:0 auto 18px;
  border-radius:16px;
}
@media(max-width:900px){
  .gamehub-auth-wrap{grid-template-columns:1fr}
}
@media(max-width:560px){
  .gamehub-auth-page{padding:28px 12px}
  .gamehub-auth-head{padding:24px 22px}
  .gamehub-auth-form{padding:22px}
  .gamehub-auth-options{align-items:flex-start;flex-direction:column}
}

/* GameHub My Account dashboard */
.woocommerce-account.logged-in .page,
.woocommerce-account.logged-in main{
  background:#F5F7FB;
}
.woocommerce-account.logged-in .panel{
  overflow:visible;
}
.woocommerce-account.logged-in .woocommerce{
  width:100%;
  max-width:100%;
  margin:0;
  display:grid!important;
  grid-template-columns:minmax(230px,280px) minmax(0,1fr);
  gap:26px;
  align-items:start;
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.72);
  border-radius:28px;
  padding:26px;
  box-shadow:0 22px 60px rgba(15,23,42,.075);
}
.woocommerce-account.logged-in .woocommerce::before,
.woocommerce-account.logged-in .woocommerce::after{
  content:none!important;
  display:none!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
  float:none!important;
  width:auto!important;
  max-width:none!important;
  margin:0!important;
  clear:none!important;
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.78);
  border-radius:24px;
  padding:12px;
  box-shadow:0 14px 34px rgba(15,23,42,.055);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style:none;
  margin:0;
  padding:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
  margin:5px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:48px;
  padding:12px 14px;
  border:1px solid transparent;
  border-radius:16px;
  color:#0F172A;
  font-size:14px;
  font-weight:800;
  letter-spacing:.01em;
  text-decoration:none;
  transition:all .2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  background:#F8FAFC;
  border-color:#DBEAFE;
  color:#2563EB;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
  background:linear-gradient(135deg,#1D4ED8,#0F766E);
  color:#FFFFFF;
  box-shadow:0 12px 26px rgba(37,99,235,.22);
}
.gh-account-nav-icon{
  width:30px;
  height:30px;
  border-radius:11px;
  background:#EFF6FF;
  color:#2563EB;
  display:grid;
  place-items:center;
  flex:none;
  font-size:13px;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active .gh-account-nav-icon{
  background:rgba(255,255,255,.2);
  color:#fff;
}
.woocommerce-account .woocommerce-MyAccount-content{
  float:none!important;
  width:auto!important;
  max-width:100%!important;
  min-width:0;
  margin:0!important;
  clear:none!important;
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.78);
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 34px rgba(15,23,42,.055);
  overflow:hidden;
}
.gh-account-hero{
  background:linear-gradient(135deg,#1D4ED8,#0F766E);
  color:#fff;
  border-radius:24px;
  padding:26px;
  box-shadow:0 18px 38px rgba(37,99,235,.20);
}
.gh-account-hero p{
  margin:0 0 8px;
  color:rgba(255,255,255,.82);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
  font-size:12px;
}
.gh-account-hero h2{
  margin:0 0 10px;
  color:#fff;
  font-size:30px;
  letter-spacing:-.01em;
}
.gh-account-hero span{
  color:rgba(255,255,255,.88);
  font-weight:650;
  line-height:1.55;
}
.gh-account-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}
.gh-account-stat{
  background:linear-gradient(180deg,#FFFFFF,#F8FAFC);
  border:1px solid rgba(203,213,225,.8);
  border-radius:20px;
  padding:20px;
  box-shadow:0 10px 24px rgba(15,23,42,.045);
}
.gh-account-stat span{
  color:#64748B;
  display:block;
  font-weight:800;
  margin-bottom:8px;
}
.gh-account-stat strong{
  color:#0F172A;
  font-size:32px;
  letter-spacing:-.02em;
}
.gh-account-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}
.gh-account-card{
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.82);
  border-radius:20px;
  padding:20px;
  transition:all .2s ease;
  display:flex;
  flex-direction:column;
  gap:8px;
  min-height:148px;
  box-shadow:0 10px 26px rgba(15,23,42,.045);
}
.gh-account-card:hover{
  transform:translateY(-3px);
  background:#FFFFFF;
  box-shadow:0 18px 36px rgba(15,23,42,.09);
  border-color:#93C5FD;
}
.gh-account-card-icon{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,#EFF6FF,#DBEAFE);
  color:#1D4ED8;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.12);
}
.gh-account-card-title{
  color:#0F172A;
  font-size:15px;
  font-weight:900;
  letter-spacing:-.005em;
}
.gh-account-card-desc{
  color:#64748B;
  font-size:14px;
  line-height:1.55;
}
.gh-admin-form-card,
.gh-admin-table-card{
  margin-top:18px;
  padding:22px;
  border:1px solid #E6EDF5;
  border-radius:22px;
  background:#FFFFFF;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.gh-admin-form-card h3{
  margin:0 0 8px;
  color:#0F172A;
  font-size:22px;
  font-weight:900;
}
.gh-admin-form-card p{
  margin:0 0 16px;
  color:#64748B;
  line-height:1.55;
}
.gh-admin-form-card label{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color:#0F172A;
  font-weight:900;
}
.gh-admin-form-card input,
.gh-admin-form-card select,
.gh-admin-inline-form select{
  min-height:42px;
  border:1px solid #CBD5E1;
  border-radius:12px;
  background:#F8FAFC;
  color:#0F172A;
  padding:0 12px;
  font-weight:800;
}
.gh-payment-settings-card{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.gh-payment-settings-card h3,
.gh-payment-settings-card p,
.gh-payment-settings-card button{
  grid-column:1 / -1;
}
.gh-payment-settings-card label{
  align-items:flex-start;
  flex-direction:column;
}
.gh-payment-settings-card label:has(input[type="checkbox"]){
  flex-direction:row;
  align-items:center;
}
.gh-admin-form-card input[type="checkbox"]{
  width:18px;
  height:18px;
  min-height:0;
  margin:0;
  padding:0;
  border-radius:4px;
}
.gh-admin-form-card button,
.gh-admin-inline-form button{
  min-height:42px;
  border:0;
  border-radius:12px;
  background:#2563EB;
  color:#FFFFFF;
  padding:0 16px;
  font-weight:900;
  cursor:pointer;
}
.gh-admin-form-card button{
  margin-top:16px;
}
.gh-admin-form-card button:hover,
.gh-admin-inline-form button:hover{
  background:#1D4ED8;
}
.gh-admin-inline-form button:disabled,
.gh-admin-inline-form select:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.gh-admin-table-card{
  overflow:auto;
}
.gh-admin-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
}
.gh-admin-table th,
.gh-admin-table td{
  padding:13px 12px;
  border-bottom:1px solid #E6EDF5;
  text-align:left;
  vertical-align:middle;
}
.gh-admin-table th{
  color:#64748B;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.gh-admin-table td{
  color:#0F172A;
  font-weight:750;
}
.gh-admin-table small{
  display:block;
  margin-top:3px;
  color:#64748B;
  font-weight:700;
}
.gh-admin-table a{
  display:inline-flex;
  margin-right:8px;
  color:#2563EB;
  font-weight:900;
  text-decoration:none;
}
.gh-admin-inline-form{
  display:flex;
  align-items:center;
  gap:8px;
}
.gh-admin-user-filters{
  display:grid;
  grid-template-columns:minmax(220px,1fr) 170px 170px auto;
  gap:10px;
  margin-bottom:16px;
  padding:12px;
  border:1px solid #E6EDF5;
  border-radius:16px;
  background:#F8FAFC;
}
.gh-admin-user-filters input,
.gh-admin-user-filters select{
  width:100%;
  min-height:42px;
  border:1px solid #CBD5E1;
  border-radius:12px;
  background:#FFFFFF;
  color:#0F172A;
  padding:0 12px;
  font-weight:800;
}
.gh-admin-user-filters button{
  min-height:42px;
  border:0;
  border-radius:12px;
  background:#2563EB;
  color:#FFFFFF;
  padding:0 18px;
  font-weight:900;
  cursor:pointer;
}
.gh-admin-users-table{
  min-width:1180px;
}
.gh-role-badge,
.gh-status-badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  border-radius:999px;
  padding:0 10px;
  font-size:12px;
  font-weight:900;
  margin-bottom:8px;
}
.gh-role-badge.role-administrator{
  background:#DBEAFE;
  color:#1D4ED8;
}
.gh-role-badge.role-customer{
  background:#DCFCE7;
  color:#15803D;
}
.gh-role-badge.role-subscriber,
.gh-role-badge.role-gh_collaborator{
  background:#F1F5F9;
  color:#475569;
}
.gh-status-badge.is-active{
  background:#DCFCE7;
  color:#15803D;
}
.gh-status-badge.is-locked{
  background:#FEE2E2;
  color:#DC2626;
}
.gh-admin-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.gh-wallet-adjust-form{
  display:grid;
  grid-template-columns:110px minmax(120px,1fr) auto auto;
  gap:8px;
  align-items:center;
  margin:8px 0;
}
.gh-wallet-adjust-form input{
  min-height:38px;
  border:1px solid #CBD5E1;
  border-radius:11px;
  background:#F8FAFC;
  color:#0F172A;
  padding:0 10px;
  font-weight:800;
}
.gh-wallet-adjust-form button,
.gh-admin-lock-form button{
  min-height:38px;
  border:0;
  border-radius:11px;
  background:#2563EB;
  color:#FFFFFF;
  padding:0 12px;
  font-weight:900;
  cursor:pointer;
}
.gh-wallet-adjust-form button.is-danger,
.gh-admin-lock-form button.is-danger{
  background:#EF4444;
}
.gh-admin-lock-form button{
  background:#0F172A;
}
.gh-admin-lock-form button:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.gh-notice-form{
  margin-top:20px;
  display:grid;
  gap:16px;
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.82);
  border-radius:22px;
  padding:22px;
  box-shadow:0 12px 30px rgba(15,23,42,.055);
}
.gh-notice-form label{
  display:grid;
  gap:8px;
  color:#0F172A;
  font-weight:850;
}
.gh-notice-form input[type="text"],
.gh-notice-form textarea{
  width:100%;
  border:1px solid #CBD5E1;
  border-radius:14px;
  background:#F8FAFC;
  color:#0F172A;
  padding:13px 14px;
  outline:none;
  font-size:15px;
  line-height:1.5;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.gh-notice-form textarea{
  resize:vertical;
}
.gh-notice-form input[type="text"]:focus,
.gh-notice-form textarea:focus{
  border-color:#2563EB;
  background:#FFFFFF;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}
.gh-notice-check,
.gh-notice-options label{
  display:flex!important;
  align-items:center;
  gap:10px;
}
.gh-notice-check input,
.gh-notice-options input{
  width:18px;
  height:18px;
  accent-color:#2563EB;
}
.gh-notice-options{
  display:grid;
  gap:10px;
  background:#F8FAFC;
  border:1px solid #E2E8F0;
  border-radius:16px;
  padding:16px;
}
.gh-notice-options strong{
  color:#0F172A;
  font-size:15px;
}
.gh-notice-save{
  width:max-content;
  min-height:48px;
  border:0;
  border-radius:999px;
  background:#2563EB;
  color:#FFFFFF;
  padding:0 24px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(37,99,235,.18);
}
.gh-notice-save:hover{
  background:#1D4ED8;
}

.gh-wallet-page,
.gh-topup-page,
.gh-withdraw-page{
  display:grid;
  gap:14px;
  min-width:0;
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.gh-wallet-hero,
.gh-topup-card,
.gh-withdraw-card,
.gh-topup-side > div{
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.82);
  border-radius:20px;
  padding:18px;
  box-shadow:0 10px 24px rgba(15,23,42,.045);
  min-width:0;
}
.gh-wallet-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(135deg,#1D4ED8,#0F766E);
  color:#FFFFFF;
  max-width:100%;
  overflow:hidden;
  padding:20px;
}
.gh-wallet-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
  flex:none;
}
.gh-wallet-hero p,
.gh-topup-eyebrow{
  margin:0 0 8px;
  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gh-wallet-hero h2,
.gh-topup-card h2{
  margin:0 0 8px;
  color:inherit;
  font-size:30px;
  letter-spacing:-.02em;
}
.gh-wallet-hero span{
  color:rgba(255,255,255,.88);
  font-weight:700;
}
.gh-wallet-primary,
.gh-wallet-withdraw,
.gh-wallet-secondary,
.gh-topup-submit,
.gh-copy-btn,
.gh-topup-help a,
.gh-topup-help button{
  min-height:46px;
  border:0;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  background:#2563EB;
  color:#FFFFFF;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(37,99,235,.18);
  text-decoration:none;
}
.gh-wallet-primary{
  background:#2563EB;
  color:#FFFFFF;
  border:1px solid #2563EB;
}
.gh-wallet-withdraw{
  background:#FFFFFF;
  border:1px solid #CBD5E1;
  color:#0F172A;
  box-shadow:none;
}
.gh-wallet-secondary{
  background:#EFF6FF;
  color:#2563EB;
  box-shadow:none;
}
.gh-wallet-primary:hover,
.gh-wallet-withdraw:hover,
.gh-wallet-secondary:hover,
.gh-topup-submit:hover,
.gh-copy-btn:hover,
.gh-topup-help a:hover,
.gh-topup-help button:hover{
  background:#1D4ED8;
  color:#FFFFFF;
}
.gh-wallet-withdraw:hover{
  background:#F1F5F9;
  border-color:#CBD5E1;
  color:#0F172A;
}
.gh-wallet-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  width:100%;
  max-width:100%;
}
.gh-wallet-stat{
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.82);
  border-radius:18px;
  padding:16px;
  box-shadow:0 8px 18px rgba(15,23,42,.035);
  min-width:0;
}
.gh-wallet-stat.is-main{
  background:linear-gradient(180deg,#EFF6FF,#FFFFFF);
  border-color:#BFDBFE;
}
.gh-wallet-icon{
  width:36px;
  height:36px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#EFF6FF;
  color:#2563EB;
  font-weight:900;
  margin-bottom:10px;
}
.gh-wallet-stat p{
  margin:0 0 7px;
  color:#64748B;
  font-size:13px;
  font-weight:900;
}
.gh-wallet-stat strong{
  color:#0F172A;
  font-size:22px;
  letter-spacing:-.02em;
}
.gh-wallet-panel{
  background:#FFFFFF;
  border:1px solid rgba(203,213,225,.82);
  border-radius:20px;
  padding:18px;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  min-width:0;
  overflow:hidden;
}
.gh-wallet-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.gh-wallet-panel-head h3,
.gh-topup-side h3{
  margin:0 0 6px;
  color:#0F172A;
  font-size:18px;
}
.gh-wallet-panel-head p,
.gh-topup-side p{
  margin:0;
  color:#64748B;
  line-height:1.5;
  font-size:14px;
}
.gh-wallet-table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
}
.gh-wallet-table{
  min-width:680px;
  table-layout:fixed;
}
.gh-wallet-table th{
  color:#64748B;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
  padding:9px 8px;
}
.gh-wallet-table td{
  color:#0F172A;
  padding:10px 8px;
  font-size:13px;
  vertical-align:middle;
  word-break:break-word;
}
.gh-wallet-table th:nth-child(1),
.gh-wallet-table td:nth-child(1){
  width:56px;
}
.gh-wallet-table th:nth-child(2),
.gh-wallet-table td:nth-child(2){
  width:86px;
}
.gh-wallet-table th:nth-child(3),
.gh-wallet-table td:nth-child(3),
.gh-wallet-table th:nth-child(4),
.gh-wallet-table td:nth-child(4){
  width:92px;
}
.gh-wallet-table th:nth-child(5),
.gh-wallet-table td:nth-child(5){
  width:96px;
}
.gh-wallet-table th:nth-child(7),
.gh-wallet-table td:nth-child(7){
  width:92px;
}
.gh-wallet-badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  border-radius:999px;
  padding:0 10px;
  font-size:12px;
  font-weight:900;
  background:#EFF6FF;
  color:#2563EB;
  white-space:normal;
  text-align:center;
}
.gh-wallet-badge.status-completed,
.gh-wallet-badge.type-refund,
.gh-wallet-badge.type-income,
.gh-wallet-badge.type-admin_credit{
  background:#DCFCE7;
  color:#15803D;
}
.gh-wallet-badge.status-pending{
  background:#FEF3C7;
  color:#B45309;
}
.gh-wallet-badge.status-failed,
.gh-wallet-badge.type-purchase,
.gh-wallet-badge.type-admin_debit{
  background:#FEE2E2;
  color:#DC2626;
}
.gh-wallet-empty{
  text-align:center;
  color:#64748B!important;
  padding:28px!important;
}
.gh-topup-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,320px);
  gap:14px;
  align-items:start;
  max-width:100%;
}
.gh-topup-card,
.gh-withdraw-card{
  overflow:hidden;
}
.gh-topup-card h2,
.gh-withdraw-card h2{
  color:#0F172A;
}
.gh-topup-eyebrow{
  color:#2563EB;
}
.gh-topup-balance{
  margin:12px 0 14px;
  padding:14px;
  border:1px solid #BFDBFE;
  border-radius:16px;
  background:#EFF6FF;
}
.gh-topup-balance span{
  color:#64748B;
  font-weight:900;
}
.gh-topup-balance strong{
  display:block;
  margin-top:6px;
  color:#0F172A;
  font-size:24px;
}
.gh-topup-form{
  display:grid;
  gap:12px;
  min-width:0;
}
.gh-quick-amounts[hidden],
.gh-bank-amount-field[hidden],
.gh-usdt-fields[hidden],
.gh-card-fields[hidden],
.gh-bank-info[hidden],
.gh-usdt-info[hidden]{
  display:none!important;
}
.gh-method-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.gh-method-tabs label{
  cursor:pointer;
}
.gh-method-tabs input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.gh-method-tabs span{
  min-height:44px;
  border:1px solid #CBD5E1;
  border-radius:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#0F172A;
  font-weight:900;
  background:#FFFFFF;
}
.gh-method-tabs input:checked + span{
  background:#2563EB;
  border-color:#2563EB;
  color:#FFFFFF;
}
.gh-quick-amounts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.gh-quick-amounts button{
  min-height:38px;
  border:1px solid #CBD5E1;
  border-radius:12px;
  background:#F8FAFC;
  color:#0F172A;
  font-weight:900;
  cursor:pointer;
}
.gh-quick-amounts button:hover,
.gh-quick-amounts button.is-selected{
  background:#2563EB;
  border-color:#2563EB;
  color:#FFFFFF;
}
.gh-usdt-fields{
  display:grid;
  gap:12px;
  padding:14px;
  border:1px solid #BBF7D0;
  border-radius:18px;
  background:#ECFDF5;
}
.gh-usdt-label{
  display:flex;
  align-items:center;
  gap:8px;
  color:#0F172A;
}
.gh-usdt-label span{
  display:inline-flex;
  width:28px;
  height:28px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#D1FAE5;
  color:#059669;
  font-weight:900;
}
.gh-usdt-label strong{
  font-weight:900;
}
.gh-usdt-quick-amounts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.gh-usdt-quick-amounts button{
  min-height:46px;
  border:1px solid #86EFAC;
  border-radius:12px;
  background:#F0FDF4;
  color:#047857;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
}
.gh-usdt-quick-amounts button:hover,
.gh-usdt-quick-amounts button.is-selected{
  background:#16A34A;
  border-color:#16A34A;
  color:#FFFFFF;
}
.gh-usdt-input-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  border:1px solid #86EFAC;
  border-radius:13px;
  background:#FFFFFF;
  padding:0 12px;
}
.gh-usdt-input-wrap input{
  flex:1;
  min-width:0;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  box-shadow:none!important;
}
.gh-usdt-input-wrap strong{
  color:#059669;
  font-weight:900;
}
.gh-usdt-convert{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  min-height:48px;
  padding:0 14px;
  border-radius:12px;
  background:#FFFFFF;
  color:#0F172A;
}
.gh-usdt-convert strong{
  color:#16A34A;
  font-size:18px;
  font-weight:900;
}
.gh-usdt-rate{
  margin:0;
  color:#64748B;
  font-size:13px;
  font-weight:700;
}
.gh-topup-field,
.gh-card-fields label{
  display:grid;
  gap:6px;
  color:#0F172A;
  font-weight:900;
}
.gh-topup-form input,
.gh-topup-form select{
  min-height:44px;
  border:1px solid #CBD5E1;
  border-radius:12px;
  background:#F8FAFC;
  color:#0F172A;
  padding:0 14px;
}
.gh-card-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.gh-topup-warning{
  grid-column:1 / -1;
  margin:0;
  padding:10px 12px;
  border-radius:12px;
  background:#FEF2F2;
  border:1px solid #FECACA;
  color:#EF4444;
  font-weight:800;
}
.gh-topup-reference-box{
  display:grid;
  gap:5px;
  margin:12px 0;
  padding:12px;
  border:1px dashed #93C5FD;
  border-radius:14px;
  background:#EFF6FF;
}
.gh-topup-reference-box strong{
  color:#0F172A;
  font-size:13px;
}
.gh-topup-reference-box code{
  color:#1D4ED8;
  font-size:16px;
  font-weight:900;
}
.gh-topup-reference-box small{
  color:#64748B;
  font-weight:700;
}
.gh-bank-qr{
  display:grid;
  place-items:center;
  margin:12px 0;
  padding:12px;
  border:1px solid #E6EDF5;
  border-radius:16px;
  background:#F8FAFC;
}
.gh-bank-qr img{
  width:min(100%,240px);
  height:auto;
  border-radius:12px;
}
.gh-qr-flow,
.gh-qr-payment-page{
  background:#F5F7FB;
}
.gh-qr-payment-card{
  max-width:920px;
  margin:0 auto;
  border:1px solid #E6EDF5;
  border-radius:24px;
  background:#FFFFFF;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}
.gh-qr-payment-layout{
  display:grid;
  grid-template-columns:minmax(220px,320px) minmax(0,1fr);
  gap:22px;
  align-items:start;
}
.gh-qr-payment-image{
  margin:0;
  padding:18px;
  border-radius:20px;
  background:#F5F7FB;
}
.gh-qr-payment-image img{
  width:min(100%,280px);
}
.gh-qr-payment-details dl{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:10px 14px;
  margin:0;
}
.gh-qr-payment-details dt{
  color:#64748B;
  font-weight:900;
}
.gh-qr-payment-details dd{
  margin:0;
  color:#0F172A;
  font-weight:900;
  word-break:break-word;
}
.gh-qr-payment-details code{
  color:#2563EB;
  font-size:18px;
  font-weight:900;
}
.gh-qr-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.gh-qr-actions .gh-copy-btn{
  min-height:42px;
  border:0;
  border-radius:12px;
  background:#2563EB;
  color:#FFFFFF;
  padding:0 16px;
  font-weight:900;
  cursor:pointer;
}
.gh-qr-actions .gh-copy-btn:hover{
  background:#1D4ED8;
}
.gh-qr-note{
  margin:16px 0 0;
  color:#64748B;
  font-weight:800;
  line-height:1.55;
}
.gh-topup-side{
  display:grid;
  gap:12px;
  min-width:0;
}
.gh-topup-info dl{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:8px 12px;
  margin:12px 0;
}
.gh-topup-info dt{
  color:#64748B;
  font-weight:900;
}
.gh-topup-info dd{
  margin:0;
  color:#0F172A;
  font-weight:900;
  word-break:break-word;
}
.gh-wallet-address{
  font-size:13px;
}
.gh-withdraw-card{
  max-width:680px;
}
.gh-withdraw-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.gh-withdraw-form label{
  display:grid;
  gap:6px;
  color:#0F172A;
  font-weight:900;
}
.gh-withdraw-form label:first-of-type,
.gh-withdraw-form label:last-of-type,
.gh-withdraw-form .gh-topup-submit{
  grid-column:1 / -1;
}
.gh-withdraw-form input,
.gh-withdraw-form select,
.gh-withdraw-form textarea{
  width:100%;
  min-height:44px;
  border:1px solid #CBD5E1;
  border-radius:12px;
  background:#F8FAFC;
  color:#0F172A;
  padding:0 14px;
}
.gh-withdraw-form textarea{
  min-height:90px;
  padding:11px 12px;
  resize:vertical;
}
.gh-wallet-badge.status-processing{
  background:#DBEAFE;
  color:#1D4ED8;
}
.gh-wallet-badge.status-rejected{
  background:#FEE2E2;
  color:#DC2626;
}
.gh-support-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.gh-support-card{
  width:100%;
  min-height:118px;
  border:1px solid rgba(203,213,225,.82);
  border-radius:18px;
  background:#FFFFFF;
  color:#0F172A;
  padding:16px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px;
  text-align:left;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gh-support-card:hover{
  transform:translateY(-2px);
  border-color:#93C5FD;
  box-shadow:0 18px 38px rgba(15,23,42,.08);
}
.gh-support-chat{
  background:linear-gradient(135deg,#1D4ED8,#0F766E);
  color:#FFFFFF;
}
.gh-support-icon{
  width:36px;
  height:36px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#EFF6FF;
  color:#2563EB;
  font-weight:900;
}
.gh-support-chat .gh-support-icon{
  background:rgba(255,255,255,.18);
  color:#FFFFFF;
}
.gh-support-card strong{
  font-size:16px;
  font-weight:900;
}
.gh-support-card small{
  color:#64748B;
  font-size:13px;
  line-height:1.5;
}
.gh-support-chat small{
  color:rgba(255,255,255,.86);
}
@media(max-width:900px){
  .woocommerce-account.logged-in .woocommerce{
    grid-template-columns:1fr;
  }
  .gh-account-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .gh-wallet-stats,
  .gh-topup-grid{
    grid-template-columns:1fr;
  }
  .gh-admin-user-filters,
  .gh-wallet-adjust-form,
  .gh-payment-settings-card{
    grid-template-columns:1fr;
  }
  .gh-support-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .woocommerce-account.logged-in .woocommerce{
    padding:14px;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation{
    padding:14px;
  }
  .gh-account-grid,
  .gh-account-stats{
    grid-template-columns:1fr;
  }
  .gh-wallet-hero,
  .gh-wallet-panel-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .gh-wallet-stats,
  .gh-method-tabs,
  .gh-quick-amounts,
  .gh-usdt-quick-amounts,
  .gh-card-fields{
    grid-template-columns:1fr;
  }
  .gh-wallet-table{
    min-width:620px;
  }
  .gh-wallet-primary,
  .gh-wallet-withdraw,
  .gh-wallet-secondary,
  .gh-topup-submit,
  .gh-copy-btn,
  .gh-topup-help a,
  .gh-topup-help button{
    width:100%;
  }
  .gh-withdraw-form{
    grid-template-columns:1fr;
  }
  .gh-topup-info dl{
    grid-template-columns:1fr;
  }
  .gh-qr-payment-layout,
  .gh-qr-payment-details dl{
    grid-template-columns:1fr;
  }
  .gh-qr-payment-card{
    border-radius:20px;
  }
}

/* ===== Ví tiền Beauty Final Overrides ===== */
.woocommerce-account .woocommerce{
  width:min(1180px,calc(100vw - 28px))!important;
  margin:26px auto 48px!important;
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  position:sticky!important;
  top:18px!important;
  width:auto!important;
  float:none!important;
  background:#FFFFFF!important;
  border:1px solid #E6EDF5!important;
  border-radius:24px!important;
  padding:14px!important;
  box-shadow:0 22px 60px rgba(15,23,42,.07)!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  min-height:52px!important;
  border-radius:16px!important;
  color:#0F172A!important;
  font-weight:900!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{
  background:linear-gradient(135deg,#2563EB,#0F766E)!important;
  color:#FFFFFF!important;
  box-shadow:0 14px 30px rgba(37,99,235,.2)!important;
}

.woocommerce-account .woocommerce-MyAccount-content{
  width:auto!important;
  float:none!important;
  background:#FFFFFF!important;
  border:1px solid #E6EDF5!important;
  border-radius:24px!important;
  padding:24px!important;
  box-shadow:0 22px 60px rgba(15,23,42,.06)!important;
}

.gh-wallet-hero{
  background:linear-gradient(135deg,#1D4ED8,#0F766E)!important;
  border-radius:24px!important;
  padding:28px!important;
  box-shadow:0 24px 55px rgba(37,99,235,.22)!important;
}

.gh-wallet-stat,
.gh-wallet-panel,
.gh-topup-card,
.gh-withdraw-card,
.gh-topup-side > div{
  background:#FFFFFF!important;
  border:1px solid #E6EDF5!important;
  border-radius:24px!important;
  box-shadow:0 18px 44px rgba(15,23,42,.055)!important;
}

.gh-wallet-stat{
  min-height:150px!important;
  padding:20px!important;
}

.gh-wallet-stat.is-main,
.gh-topup-balance{
  background:linear-gradient(180deg,#EFF6FF,#FFFFFF)!important;
  border-color:#BFDBFE!important;
}

.gh-topup-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,.86fr)!important;
  gap:22px!important;
}

.gh-topup-card,
.gh-withdraw-card,
.gh-topup-side > div{
  padding:24px!important;
}

.gh-method-tabs label,
.gh-quick-amounts button,
.gh-usdt-quick-amounts button,
.gh-topup-form input,
.gh-topup-form select,
.gh-withdraw-form input,
.gh-withdraw-form select,
.gh-withdraw-form textarea{
  border-radius:14px!important;
  border:1px solid #CBD5E1!important;
}

.gh-method-tabs label:has(input:checked),
.gh-quick-amounts button.is-active,
.gh-usdt-quick-amounts button.is-active,
.gh-wallet-primary,
.gh-topup-submit{
  background:#2563EB!important;
  color:#FFFFFF!important;
}

.gh-bank-qr{
  background:#F8FAFC!important;
  border:1px solid #E6EDF5!important;
  border-radius:22px!important;
  padding:16px!important;
}

.gh-bank-qr img{
  width:min(280px,100%)!important;
  border-radius:18px!important;
  box-shadow:0 18px 40px rgba(15,23,42,.12)!important;
}

.gh-withdraw-summary{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:14px;
  border:1px solid #E6EDF5;
  border-radius:18px;
  background:#F8FAFC;
}

.gh-withdraw-summary div{
  padding:12px;
  border-radius:14px;
  background:#FFFFFF;
  border:1px solid #E6EDF5;
}

.gh-withdraw-summary span{
  display:block;
  color:#64748B;
  font-weight:850;
  font-size:13px;
}

.gh-withdraw-summary strong{
  display:block;
  margin-top:5px;
  color:#0F172A;
  font-size:18px;
  font-weight:950;
}

.gh-admin-status{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  border-radius:999px;
  padding:0 10px;
  font-size:12px;
  font-weight:950;
  background:#F1F5F9;
  color:#475569;
}

.gh-admin-status-pending,
.gh-admin-status-processing{
  background:#FEF3C7;
  color:#B45309;
}

.gh-admin-status-completed{
  background:#DCFCE7;
  color:#15803D;
}

.gh-admin-status-rejected{
  background:#FEE2E2;
  color:#B91C1C;
}

/* ===== Login/Register Polish ===== */
.woocommerce-account:not(.logged-in) .woocommerce{
  width:min(1100px,calc(100vw - 28px))!important;
  margin:0 auto!important;
  display:block!important;
}

.woocommerce-account:not(.logged-in) .woocommerce-MyAccount-navigation{
  display:none!important;
}

.woocommerce-account:not(.logged-in) .woocommerce-MyAccount-content{
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.gamehub-auth-page{
  width:100%;
  min-height:calc(100vh - 150px);
  padding:56px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#F5F7FB;
}

.gamehub-auth-wrap{
  width:min(1100px,100%);
  display:grid;
  grid-template-columns:minmax(440px,520px);
  justify-content:center;
  gap:28px;
}

.gamehub-auth-card{
  width:100%;
  max-width:520px;
  margin:0 auto;
  overflow:hidden;
  background:#FFFFFF;
  border:1px solid #E6EDF5;
  border-radius:24px;
  box-shadow:0 24px 70px rgba(15,23,42,.08);
}

.gamehub-auth-head{
  padding:30px 32px 28px;
  background:linear-gradient(135deg,#2563EB,#14B8A6);
  color:#FFFFFF;
}

.gamehub-auth-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:16px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.28);
  color:#FFFFFF;
  font-size:13px;
  font-weight:950;
}

.gamehub-auth-head h2{
  margin:0;
  color:#FFFFFF;
  font-size:30px;
  line-height:1.12;
  letter-spacing:0;
}

.gamehub-auth-head p{
  margin:9px 0 0;
  color:rgba(255,255,255,.88);
  line-height:1.5;
  font-weight:700;
}

.gamehub-auth-form{
  display:grid;
  gap:18px;
  padding:30px 32px 32px;
}

.gamehub-auth-form .form-row{
  margin:0!important;
  padding:0!important;
}

.gamehub-auth-form label{
  display:block;
  margin:0 0 8px;
  color:#0F172A;
  font-weight:850;
}

.gamehub-auth-form input.input-text,
.gamehub-auth-form input[type="text"],
.gamehub-auth-form input[type="email"],
.gamehub-auth-form input[type="password"]{
  width:100%;
  height:52px;
  border:1px solid #DCE6F2;
  border-radius:16px;
  background:#F8FAFC;
  color:#0F172A;
  padding:0 15px;
  font-size:15px;
  font-weight:750;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.gamehub-auth-form input:focus{
  border-color:#2563EB!important;
  background:#FFFFFF!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.10)!important;
}

.gamehub-auth-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#64748B;
  font-size:14px;
  font-weight:750;
}

.gamehub-auth-options label{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  color:#64748B;
}

.gamehub-auth-link,
.gamehub-auth-switch a{
  color:#2563EB;
  font-weight:900;
  text-decoration:none;
}

.gamehub-auth-link:hover,
.gamehub-auth-switch a:hover{
  color:#1D4ED8;
}

.gamehub-auth-submit,
.woocommerce .gamehub-auth-submit{
  width:100%;
  min-height:52px;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#2563EB,#1D4ED8)!important;
  color:#FFFFFF!important;
  font-weight:950!important;
  cursor:pointer;
  box-shadow:0 16px 34px rgba(37,99,235,.22);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.gamehub-auth-submit:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,#1D4ED8,#1E40AF)!important;
  box-shadow:0 20px 42px rgba(37,99,235,.28);
}

.gamehub-auth-switch,
.gamehub-auth-note{
  margin:0;
  text-align:center;
  color:#64748B;
  line-height:1.55;
  font-weight:750;
}

/* ===== Rút tiền Summary Readability ===== */
.gh-withdraw-summary{
  grid-column:1 / -1;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  padding:16px!important;
  border:1px solid #E2E8F0!important;
  border-radius:16px!important;
  background:#F8FAFC!important;
}

.gh-withdraw-summary div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

.gh-withdraw-summary span{
  color:#64748B!important;
  font-size:14px!important;
  font-weight:800!important;
}

.gh-withdraw-summary strong{
  margin:0!important;
  color:#0F172A!important;
  font-size:16px!important;
  font-weight:900!important;
  text-align:right;
  white-space:nowrap;
}

@media (max-width: 640px){
  .gamehub-auth-page{
    padding:28px 12px;
    align-items:flex-start;
  }
  .gamehub-auth-wrap{
    grid-template-columns:1fr;
  }
  .gamehub-auth-card{
    max-width:100%;
    border-radius:20px;
  }
  .gamehub-auth-head,
  .gamehub-auth-form{
    padding:24px 20px;
  }
  .gamehub-auth-options{
    align-items:flex-start;
    flex-direction:column;
  }
  .gh-withdraw-summary div{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  .gh-withdraw-summary strong{
    text-align:left;
  }
}

/* ===== Login/Register Layout Completion ===== */
.woocommerce-account:not(.logged-in) .woocommerce{
  min-height:calc(100vh - 120px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#F5F7FB!important;
}

.woocommerce-account:not(.logged-in) .woocommerce::before,
.woocommerce-account:not(.logged-in) .woocommerce::after{
  display:none!important;
}

.gamehub-auth-page{
  min-height:calc(100vh - 120px)!important;
  padding:44px 18px!important;
}

.gamehub-auth-wrap.has-side{
  width:min(1100px,100%)!important;
  display:grid!important;
  grid-template-columns:minmax(420px,520px) minmax(320px,1fr)!important;
  gap:28px!important;
  align-items:stretch!important;
  justify-content:center!important;
}

.gamehub-auth-card{
  align-self:center!important;
}

.gamehub-auth-side{
  position:relative;
  overflow:hidden;
  align-self:stretch;
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:34px;
  border:1px solid #E6EDF5;
  border-radius:24px;
  background:
    radial-gradient(circle at 85% 12%,rgba(20,184,166,.25),transparent 32%),
    linear-gradient(135deg,#FFFFFF,#EFF6FF);
  box-shadow:0 24px 70px rgba(15,23,42,.07);
}

.gamehub-auth-side:before{
  content:"";
  position:absolute;
  top:-90px;
  right:-90px;
  width:230px;
  height:230px;
  border-radius:999px;
  border:34px solid rgba(37,99,235,.10);
}

.gamehub-auth-side > *{
  position:relative;
  z-index:1;
}

.gamehub-auth-side-badge{
  width:max-content;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  margin-bottom:auto;
  padding:0 12px;
  border-radius:999px;
  background:#DBEAFE;
  color:#1D4ED8;
  font-size:12px;
  font-weight:950;
  letter-spacing:0;
  text-transform:uppercase;
}

.gamehub-auth-side h1{
  margin:0 0 12px;
  color:#0F172A;
  font-size:34px;
  line-height:1.08;
  letter-spacing:0;
}

.gamehub-auth-side p{
  margin:0 0 18px;
  color:#64748B;
  line-height:1.65;
  font-weight:750;
}

.gamehub-auth-side ul{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.gamehub-auth-side li{
  display:flex;
  align-items:center;
  gap:10px;
  color:#0F172A;
  font-weight:850;
}

.gamehub-auth-side li:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#22C55E;
  box-shadow:0 0 0 4px rgba(34,197,94,.14);
  flex:none;
}

.gamehub-auth-card[hidden]{
  display:none!important;
}

.gamehub-auth-form .woocommerce-privacy-policy-text,
.gamehub-auth-form .woocommerce-privacy-policy-text p{
  margin:0;
  color:#64748B;
  font-size:13px;
  line-height:1.55;
}

.gamehub-auth-form .required{
  color:#2563EB;
}

@media (max-width: 980px){
  .gamehub-auth-wrap.has-side{
    grid-template-columns:minmax(0,520px)!important;
  }

  .gamehub-auth-side{
    order:-1;
    min-height:auto;
    padding:24px;
  }

  .gamehub-auth-side h1{
    font-size:26px;
  }
}

@media (max-width: 640px){
  .woocommerce-account:not(.logged-in) .woocommerce{
    align-items:flex-start!important;
    min-height:auto!important;
  }

  .gamehub-auth-wrap.has-side{
    width:100%!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }

  .gamehub-auth-side{
    border-radius:20px;
  }

  .gamehub-auth-side ul{
    gap:8px;
  }
}

@media (max-width: 960px){
  .woocommerce-account .woocommerce{
    grid-template-columns:1fr!important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation{
    position:relative!important;
    top:auto!important;
  }
  .gh-wallet-stats,
  .gh-topup-grid,
  .gh-withdraw-form{
    grid-template-columns:1fr!important;
  }
}

@media (max-width: 560px){
  .woocommerce-account .woocommerce{
    width:calc(100vw - 18px)!important;
    margin-top:14px!important;
    gap:14px!important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul,
  .gh-method-tabs,
  .gh-quick-amounts,
  .gh-usdt-quick-amounts,
  .gh-withdraw-summary{
    grid-template-columns:1fr!important;
  }
}

/* ===== GameHub Auth Centered Layout v1.7.9 ===== */
body.woocommerce-account:not(.logged-in){
  background:#F5F7FB!important;
}

body.woocommerce-account:not(.logged-in) .woocommerce{
  width:100%!important;
  max-width:none!important;
  min-height:calc(100vh - 120px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:40px 18px!important;
  background:#F5F7FB!important;
  box-sizing:border-box!important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-MyAccount-navigation,
body.woocommerce-account:not(.logged-in) .woocommerce-MyAccount-content{
  display:none!important;
}

.gh-auth-page{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}

.gh-auth-shell{
  width:100%!important;
  max-width:1100px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(480px,520px)!important;
  gap:32px!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}

.gh-auth-shell.single-form{
  grid-template-columns:minmax(0,520px)!important;
}

.gh-auth-shell.single-form .gh-auth-intro{
  display:none!important;
}

.gh-auth-intro{
  position:relative!important;
  overflow:hidden!important;
  min-height:520px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  padding:34px!important;
  border:1px solid #E6EDF5!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#FFFFFF 0%,#EFF6FF 56%,#CCFBF1 100%)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.07)!important;
  box-sizing:border-box!important;
}

.gh-auth-intro:before{
  content:""!important;
  position:absolute!important;
  top:-90px!important;
  right:-90px!important;
  width:230px!important;
  height:230px!important;
  border-radius:999px!important;
  border:34px solid rgba(37,99,235,.10)!important;
}

.gh-auth-intro > *{
  position:relative!important;
  z-index:1!important;
}

.gh-auth-badge{
  width:max-content!important;
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  margin-bottom:auto!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#DBEAFE!important;
  color:#1D4ED8!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
}

.gh-auth-intro h1{
  margin:0 0 12px!important;
  color:#0F172A!important;
  font-size:34px!important;
  line-height:1.08!important;
  letter-spacing:0!important;
}

.gh-auth-intro p{
  margin:0 0 18px!important;
  color:#64748B!important;
  line-height:1.65!important;
  font-weight:700!important;
}

.gh-auth-intro ul{
  display:grid!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

.gh-auth-intro li{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#0F172A!important;
  font-weight:800!important;
}

.gh-auth-intro li:before{
  content:""!important;
  width:10px!important;
  height:10px!important;
  border-radius:999px!important;
  background:#22C55E!important;
  box-shadow:0 0 0 4px rgba(34,197,94,.14)!important;
  flex:none!important;
}

.gh-auth-forms{
  width:100%!important;
  max-width:520px!important;
  justify-self:center!important;
}

.gh-auth-card{
  width:100%!important;
  max-width:520px!important;
  overflow:hidden!important;
  border:1px solid #E6EDF5!important;
  border-radius:24px!important;
  background:#FFFFFF!important;
  box-shadow:0 24px 70px rgba(15,23,42,.08)!important;
  box-sizing:border-box!important;
}

.gh-auth-card[hidden]{
  display:none!important;
}

.gh-auth-head{
  padding:30px 32px 26px!important;
  background:linear-gradient(135deg,#2563EB 0%,#14B8A6 100%)!important;
  color:#FFFFFF!important;
  border-radius:23px 23px 0 0!important;
}

.gh-auth-icon{
  width:42px!important;
  height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-bottom:14px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.18)!important;
  color:#FFFFFF!important;
  font-size:13px!important;
  font-weight:900!important;
}

.gh-auth-head h2{
  margin:0 0 6px!important;
  color:#FFFFFF!important;
  font-size:28px!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}

.gh-auth-head p{
  margin:0!important;
  color:rgba(255,255,255,.86)!important;
  font-size:15px!important;
  line-height:1.5!important;
}

.gh-auth-form{
  display:grid!important;
  gap:18px!important;
  padding:30px 32px 32px!important;
  margin:0!important;
  box-sizing:border-box!important;
}

.gh-auth-form .form-row{
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}

.gh-auth-form label{
  display:block!important;
  margin:0 0 8px!important;
  color:#0F172A!important;
  font-size:14px!important;
  font-weight:800!important;
}

.gh-auth-form input.input-text,
.gh-auth-form input[type="text"],
.gh-auth-form input[type="email"],
.gh-auth-form input[type="password"]{
  width:100%!important;
  min-width:0!important;
  height:52px!important;
  min-height:52px!important;
  padding:0 16px!important;
  border:1px solid #DCE6F2!important;
  border-radius:14px!important;
  background:#F8FAFC!important;
  color:#0F172A!important;
  font-size:15px!important;
  font-weight:650!important;
  box-shadow:none!important;
  box-sizing:border-box!important;
}

.gh-auth-form input.input-text:focus,
.gh-auth-form input[type="text"]:focus,
.gh-auth-form input[type="email"]:focus,
.gh-auth-form input[type="password"]:focus{
  outline:none!important;
  border-color:#2563EB!important;
  background:#FFFFFF!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.12)!important;
}

.gh-auth-options{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  color:#64748B!important;
  font-size:14px!important;
}

.gh-auth-options label{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
  color:#64748B!important;
  font-weight:700!important;
}

.gh-auth-link,
.gh-auth-switch a{
  color:#2563EB!important;
  font-weight:850!important;
  text-decoration:none!important;
}

.gh-auth-link:hover,
.gh-auth-switch a:hover{
  color:#1D4ED8!important;
}

.gh-auth-submit,
.woocommerce .gh-auth-submit.button{
  width:100%!important;
  height:52px!important;
  min-height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#2563EB,#14B8A6)!important;
  color:#FFFFFF!important;
  font-weight:900!important;
  font-size:15px!important;
  box-shadow:0 14px 30px rgba(37,99,235,.22)!important;
  cursor:pointer!important;
}

.gh-auth-submit:hover,
.woocommerce .gh-auth-submit.button:hover{
  background:linear-gradient(135deg,#1D4ED8,#0F9F91)!important;
  color:#FFFFFF!important;
}

.gh-auth-switch,
.gh-auth-note{
  margin:0!important;
  color:#64748B!important;
  text-align:center!important;
  line-height:1.55!important;
  font-weight:700!important;
}

.gh-auth-form .woocommerce-privacy-policy-text,
.gh-auth-form .woocommerce-privacy-policy-text p{
  margin:0!important;
  color:#64748B!important;
  font-size:13px!important;
  line-height:1.55!important;
}

@media (max-width: 980px){
  body.woocommerce-account:not(.logged-in) .woocommerce{
    align-items:flex-start!important;
    min-height:auto!important;
    padding:28px 14px!important;
  }

  .gh-auth-shell{
    max-width:560px!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .gh-auth-intro{
    min-height:auto!important;
    padding:24px!important;
  }

  .gh-auth-intro h1{
    font-size:26px!important;
  }
}

@media (max-width: 560px){
  body.woocommerce-account:not(.logged-in) .woocommerce{
    padding:16px 10px!important;
  }

  .gh-auth-shell,
  .gh-auth-forms,
  .gh-auth-card{
    max-width:100%!important;
  }

  .gh-auth-intro,
  .gh-auth-card{
    border-radius:20px!important;
  }

  .gh-auth-head,
  .gh-auth-form{
    padding:24px 20px!important;
  }

  .gh-auth-options{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
}

/* ===== GameHub auth notice/mobile layout fix ===== */
body.woocommerce-account:not(.logged-in) .woocommerce{
  display:block!important;
  width:min(1180px,calc(100vw - 28px))!important;
  max-width:1180px!important;
  margin:26px auto 48px!important;
  padding:0!important;
  background:transparent!important;
}

body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info{
  width:100%!important;
  max-width:1100px!important;
  margin:0 auto 18px!important;
  box-sizing:border-box!important;
  clear:both!important;
  display:block!important;
}

.gh-auth-page{
  display:block!important;
  width:100%!important;
  min-height:auto!important;
  padding:0!important;
  background:transparent!important;
  box-sizing:border-box!important;
}

.gh-auth-container{
  width:100%!important;
  max-width:1100px!important;
  margin:0 auto!important;
  display:block!important;
  box-sizing:border-box!important;
}

.gh-auth-notices{
  width:100%!important;
  max-width:1100px!important;
  margin:0 auto 18px!important;
  display:block!important;
  clear:both!important;
  box-sizing:border-box!important;
}

.gh-auth-notices:empty{
  display:none!important;
}

.gh-auth-notices .woocommerce-error,
.gh-auth-notices .woocommerce-message,
.gh-auth-notices .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info{
  position:relative!important;
  float:none!important;
  width:100%!important;
  margin:0 0 18px 0!important;
  padding:14px 16px 14px 46px!important;
  border-radius:14px!important;
  box-sizing:border-box!important;
  list-style:none!important;
  line-height:1.55!important;
  font-weight:750!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

.gh-auth-notices .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error{
  background:#FEF2F2!important;
  border:1px solid #FECACA!important;
  border-top:3px solid #DC2626!important;
  color:#991B1B!important;
}

.gh-auth-notices .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message{
  background:#F0FDF4!important;
  border:1px solid #BBF7D0!important;
  border-top:3px solid #16A34A!important;
  color:#166534!important;
}

.gh-auth-notices .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info{
  background:#EFF6FF!important;
  border:1px solid #BFDBFE!important;
  border-top:3px solid #2563EB!important;
  color:#1D4ED8!important;
}

.gh-auth-notices .woocommerce-error::before,
.gh-auth-notices .woocommerce-message::before,
.gh-auth-notices .woocommerce-info::before,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error::before,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message::before,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info::before{
  position:absolute!important;
  left:16px!important;
  top:15px!important;
  margin:0!important;
}

.gh-auth-shell{
  width:100%!important;
  max-width:1100px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(480px,520px)!important;
  gap:32px!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}

@media (max-width: 980px){
  body.woocommerce-account:not(.logged-in) .woocommerce{
    width:min(620px,calc(100vw - 28px))!important;
    margin:18px auto 38px!important;
  }

  .gh-auth-container{
    max-width:560px!important;
  }

  .gh-auth-shell{
    max-width:560px!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
    align-items:start!important;
  }
}

@media (max-width: 560px){
  body.woocommerce-account:not(.logged-in) .woocommerce{
    width:calc(100vw - 24px)!important;
    margin:14px auto 32px!important;
  }

  .gh-auth-notices .woocommerce-error,
  .gh-auth-notices .woocommerce-message,
  .gh-auth-notices .woocommerce-info,
  body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error,
  body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message,
  body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info{
    padding:13px 14px 13px 42px!important;
    font-size:14px!important;
  }

  .gh-auth-intro h1{
    font-size:30px!important;
    line-height:1.12!important;
  }

  .gh-auth-intro p,
  .gh-auth-intro li{
    font-size:14px!important;
    line-height:1.55!important;
  }
}


/* ===== NGKSHOP STRONG AUTH NOTICE MOBILE FIX =====
   This block is intentionally last and aggressive: WooCommerce notices must
   never sit inside the auth grid columns on mobile. */
body.woocommerce-account:not(.logged-in) .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px 14px 56px !important;
  background: #F5F7FB !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-page,
body.woocommerce-account:not(.logged-in) .gh-auth-container {
  display: block !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  clear: both !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-notices {
  display: block !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto 18px !important;
  padding: 0 !important;
  clear: both !important;
  float: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-notices:empty {
  display: none !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-error,
body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-message,
body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 1100px !important;
  min-width: 0 !important;
  margin: 0 auto 18px !important;
  padding: 14px 16px 14px 46px !important;
  box-sizing: border-box !important;
  border-radius: 16px !important;
  list-style: none !important;
  line-height: 1.55 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error {
  color: #991B1B !important;
  background: #FEF2F2 !important;
  border: 1px solid #FECACA !important;
  border-top: 4px solid #DC2626 !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message {
  color: #166534 !important;
  background: #F0FDF4 !important;
  border: 1px solid #BBF7D0 !important;
  border-top: 4px solid #16A34A !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-info,
body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info {
  color: #1D4ED8 !important;
  background: #EFF6FF !important;
  border: 1px solid #BFDBFE !important;
  border-top: 4px solid #2563EB !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px) !important;
  gap: 28px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  clear: both !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .gh-auth-intro,
body.woocommerce-account:not(.logged-in) .gh-auth-forms,
body.woocommerce-account:not(.logged-in) .gh-auth-card {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  body.woocommerce-account:not(.logged-in) .woocommerce {
    padding: 14px 12px 40px !important;
  }

  body.woocommerce-account:not(.logged-in) .gh-auth-container,
  body.woocommerce-account:not(.logged-in) .gh-auth-notices,
  body.woocommerce-account:not(.logged-in) .gh-auth-shell,
  body.woocommerce-account:not(.logged-in) .gh-auth-forms,
  body.woocommerce-account:not(.logged-in) .gh-auth-card {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-account:not(.logged-in) .gh-auth-shell {
    display: block !important;
    grid-template-columns: none !important;
  }

  /* Hide intro on phones: it was the column that squeezed notices/text. */
  body.woocommerce-account:not(.logged-in) .gh-auth-intro {
    display: none !important;
  }

  body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-error,
  body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-message,
  body.woocommerce-account:not(.logged-in) .gh-auth-notices .woocommerce-info,
  body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-error,
  body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-message,
  body.woocommerce-account:not(.logged-in) .woocommerce > .woocommerce-info {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 13px 14px 13px 42px !important;
    font-size: 14px !important;
  }

  body.woocommerce-account:not(.logged-in) .gh-auth-head,
  body.woocommerce-account:not(.logged-in) .gh-auth-form {
    padding: 22px 18px !important;
  }
}

/* v1782 - Fix nút Nạp thẻ lệch + nâng cấp trang nạp tiền + chỉ 1 ảnh Đang chờ */
.woocommerce-account .gh-topup-page{
  padding:10px 0 6px !important;
}
.woocommerce-account .gh-topup-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr) !important;
  gap:26px !important;
  align-items:start !important;
}
.woocommerce-account .gh-topup-card,
.woocommerce-account .gh-topup-info,
.woocommerce-account .gh-topup-help{
  position:relative !important;
  border-radius:30px !important;
  border:1px solid rgba(210,224,244,.95) !important;
  background:
    radial-gradient(circle at 96% 0%, rgba(37,99,235,.08), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
  box-shadow:0 26px 70px rgba(15,23,42,.08), 0 3px 14px rgba(37,99,235,.05) !important;
  padding:26px !important;
  overflow:hidden !important;
}
.woocommerce-account .gh-topup-card:before,
.woocommerce-account .gh-topup-info:before,
.woocommerce-account .gh-topup-help:before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:5px !important;
  background:linear-gradient(90deg,#2563eb 0%,#4f46e5 52%,#10b981 100%) !important;
}
.woocommerce-account .gh-topup-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  margin:0 0 12px !important;
  padding:7px 12px !important;
  border-radius:999px !important;
  background:#edf4ff !important;
  color:#2563eb !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}
.woocommerce-account .gh-topup-card h2{
  margin:0 0 16px !important;
  font-size:38px !important;
  line-height:1.08 !important;
  color:#0b1736 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
}
.woocommerce-account .gh-topup-info h3,
.woocommerce-account .gh-topup-help h3{
  margin:0 0 16px !important;
  font-size:24px !important;
  line-height:1.14 !important;
  color:#0b1736 !important;
  font-weight:900 !important;
  letter-spacing:-.02em !important;
}
.woocommerce-account .gh-topup-balance{
  margin:0 0 18px !important;
  padding:18px 20px !important;
  border-radius:22px !important;
  border:1px solid #d8e5f6 !important;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.12), transparent 38%),
    linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%) !important;
}
.woocommerce-account .gh-topup-balance span{
  display:block !important;
  color:#60728a !important;
  font-size:14px !important;
  font-weight:800 !important;
  margin-bottom:6px !important;
}
.woocommerce-account .gh-topup-balance strong{
  display:block !important;
  color:#0b1736 !important;
  font-size:40px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.03em !important;
}

/* Quan trọng: ép 3 nút Chuyển khoản / USDT / Nạp thẻ bằng nhau */
.woocommerce-account .gh-method-tabs{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  align-items:stretch !important;
  margin:0 0 16px !important;
}
.woocommerce-account .gh-method-tabs label{
  display:flex !important;
  width:100% !important;
  min-width:0 !important;
  height:56px !important;
  min-height:56px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.woocommerce-account .gh-method-tabs input{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
  width:1px !important;
  height:1px !important;
}
.woocommerce-account .gh-method-tabs span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:56px !important;
  min-height:56px !important;
  padding:0 8px !important;
  border-radius:17px !important;
  border:1px solid #d9e4f2 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
  color:#0f172a !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1.16 !important;
  text-align:center !important;
  white-space:normal !important;
  box-shadow:0 8px 18px rgba(15,23,42,.04) !important;
  transition:all .18s ease !important;
}
.woocommerce-account .gh-method-tabs label:has(input:checked){
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.woocommerce-account .gh-method-tabs label:has(input:checked) span,
.woocommerce-account .gh-method-tabs input:checked + span{
  border-color:transparent !important;
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 45%,#4f46e5 100%) !important;
  color:#fff !important;
  box-shadow:0 16px 30px rgba(37,99,235,.24) !important;
  transform:translateY(-1px) !important;
}
.woocommerce-account .gh-method-tabs span:hover{
  border-color:#bcd0ef !important;
  transform:translateY(-1px) !important;
}

.woocommerce-account .gh-quick-amounts,
.woocommerce-account .gh-usdt-quick-amounts{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  margin:0 0 16px !important;
}
.woocommerce-account .gh-quick-amounts button,
.woocommerce-account .gh-usdt-quick-amounts button{
  min-height:46px !important;
  border-radius:15px !important;
  border:1px solid #d9e4f2 !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
  color:#0f172a !important;
  font-weight:900 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.04) !important;
}
.woocommerce-account .gh-topup-form label > span,
.woocommerce-account .gh-card-fields label > span{
  color:#4b617c !important;
  font-weight:900 !important;
  margin-bottom:8px !important;
}
.woocommerce-account .gh-topup-form input,
.woocommerce-account .gh-topup-form select,
.woocommerce-account .gh-topup-form textarea{
  width:100% !important;
  min-height:54px !important;
  border-radius:16px !important;
  border:1px solid #d9e4f2 !important;
  background:#f9fbff !important;
  color:#0f172a !important;
  font-weight:800 !important;
  padding:0 16px !important;
  outline:none !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.woocommerce-account .gh-topup-form input:focus,
.woocommerce-account .gh-topup-form select:focus,
.woocommerce-account .gh-topup-form textarea:focus{
  border-color:#93b5ff !important;
  background:#fff !important;
  box-shadow:0 0 0 4px rgba(37,99,235,.10) !important;
}
.woocommerce-account .gh-card-fields{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
  padding:18px !important;
  border-radius:22px !important;
  border:1px solid #e5edf7 !important;
  background:#fbfdff !important;
  margin:0 0 16px !important;
}
.woocommerce-account .gh-card-fields[hidden]{display:none !important;}
.woocommerce-account .gh-card-fields label{
  margin:0 !important;
}
.woocommerce-account .gh-card-fields .gh-topup-warning,
.woocommerce-account .gh-topup-warning{
  grid-column:1 / -1 !important;
  margin:2px 0 0 !important;
  padding:12px 14px !important;
  border-radius:16px !important;
  border:1px solid #fde68a !important;
  background:#fffbeb !important;
  color:#92400e !important;
  font-weight:800 !important;
  line-height:1.55 !important;
}
.woocommerce-account .gh-topup-submit,
.woocommerce-account .gh-copy-btn,
.woocommerce-account .gh-help-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:54px !important;
  border:0 !important;
  border-radius:17px !important;
  color:#fff !important;
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 45%,#4f46e5 100%) !important;
  font-weight:900 !important;
  text-decoration:none !important;
  box-shadow:0 16px 30px rgba(37,99,235,.24) !important;
  transition:all .18s ease !important;
}
.woocommerce-account .gh-topup-submit:hover,
.woocommerce-account .gh-copy-btn:hover,
.woocommerce-account .gh-help-link:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 20px 36px rgba(37,99,235,.30) !important;
}
.woocommerce-account .gh-topup-info dl{
  display:grid !important;
  grid-template-columns:112px minmax(0,1fr) !important;
  gap:10px 16px !important;
  margin:0 0 16px !important;
}
.woocommerce-account .gh-topup-info dt{
  color:#64748b !important;
  font-weight:900 !important;
}
.woocommerce-account .gh-topup-info dd{
  color:#0b1736 !important;
  font-weight:900 !important;
  word-break:break-word !important;
}
.woocommerce-account .gh-topup-reference-box{
  padding:14px !important;
  border-radius:20px !important;
  border:1px dashed #a9c3ff !important;
  background:#f8fbff !important;
  margin-bottom:14px !important;
}
.woocommerce-account .gh-topup-reference-box code{
  display:block !important;
  padding:12px 14px !important;
  border-radius:14px !important;
  background:#fff !important;
  color:#1d4ed8 !important;
  font-weight:900 !important;
  border:1px solid #e5edf7 !important;
}

/* Chặn tuyệt đối ảnh modal cũ để trang đơn hàng chỉ còn 1 ảnh */
.ngk-robux-guide-modal,
#ngkRobuxGuideModal{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  height:0 !important;
  width:0 !important;
  overflow:hidden !important;
}
.ngk-robux-guide-card{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 230px !important;
  gap:18px !important;
  align-items:center !important;
}
.ngk-robux-guide-card .ngk-robux-guide-image{
  display:block !important;
  width:100% !important;
  border-radius:20px !important;
  overflow:hidden !important;
}
.ngk-robux-guide-card .ngk-robux-guide-image img{
  display:block !important;
  width:100% !important;
  height:180px !important;
  object-fit:cover !important;
  object-position:center !important;
}
.ngk-robux-guide-open{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:0 18px !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,#2563eb 0%,#3b82f6 45%,#4f46e5 100%) !important;
  color:#fff !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
@media (max-width: 991px){
  .woocommerce-account .gh-topup-grid{grid-template-columns:1fr !important;}
}
@media (max-width: 767px){
  .woocommerce-account .gh-method-tabs,
  .woocommerce-account .gh-quick-amounts,
  .woocommerce-account .gh-usdt-quick-amounts,
  .woocommerce-account .gh-card-fields{grid-template-columns:1fr !important;}
  .ngk-robux-guide-card{grid-template-columns:1fr !important;}
  .ngk-robux-guide-card .ngk-robux-guide-image img{height:auto !important; max-height:360px !important; object-fit:contain !important;}
}

/* v1783 - Fix triệt để ô Nạp thẻ bị 2 lớp trong CSS account */
.woocommerce-account .gh-method-tabs,
.gh-topup-page .gh-method-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;width:100%!important;margin:0 0 18px!important;padding:0!important;border:0!important;background:transparent!important;}
.woocommerce-account .gh-method-tabs label,
.gh-topup-page .gh-method-tabs label{display:block!important;width:100%!important;height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;overflow:visible!important;}
.woocommerce-account .gh-method-tabs label::before,.woocommerce-account .gh-method-tabs label::after,.gh-topup-page .gh-method-tabs label::before,.gh-topup-page .gh-method-tabs label::after{display:none!important;content:none!important;}
.woocommerce-account .gh-method-tabs input,.gh-topup-page .gh-method-tabs input{position:absolute!important;left:-9999px!important;opacity:0!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important;}
.woocommerce-account .gh-method-tabs label span,.woocommerce-account .gh-method-tabs span,.gh-topup-page .gh-method-tabs label span,.gh-topup-page .gh-method-tabs span{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:0 10px!important;border:1px solid #d8e5f5!important;border-radius:16px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 10px 20px rgba(15,23,42,.045)!important;color:#0f172a!important;font-size:13px!important;font-weight:900!important;line-height:1.15!important;text-align:center!important;white-space:normal!important;text-decoration:none!important;transform:none!important;}
.woocommerce-account .gh-method-tabs label:has(input:checked),.gh-topup-page .gh-method-tabs label:has(input:checked){padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;}
.woocommerce-account .gh-method-tabs label:has(input:checked) span,.woocommerce-account .gh-method-tabs input:checked + span,.gh-topup-page .gh-method-tabs label:has(input:checked) span,.gh-topup-page .gh-method-tabs input:checked + span{border-color:transparent!important;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 45%,#4f46e5 100%)!important;color:#fff!important;box-shadow:0 14px 30px rgba(37,99,235,.24)!important;}
.woocommerce-account .gh-card-fields{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;padding:18px!important;border-radius:22px!important;background:linear-gradient(180deg,#fbfdff 0%,#f6faff 100%)!important;border:1px solid #e3edf8!important;}
.woocommerce-account .gh-card-fields label{margin:0!important;}
.woocommerce-account .gh-card-fields .gh-topup-warning{grid-column:1/-1!important;margin:0!important;}
.ngk-robux-guide-modal{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;}
.ngk-robux-guide-card[data-ngk-robux-guide="1"] ~ .ngk-robux-guide-card[data-ngk-robux-guide="1"]{display:none!important;}
@media(max-width:767px){.woocommerce-account .gh-method-tabs,.gh-topup-page .gh-method-tabs{grid-template-columns:1fr!important}.woocommerce-account .gh-card-fields{grid-template-columns:1fr!important}}


/* v1784 - Active state cho ô mệnh giá nạp tiền và USDT */
.woocommerce-account .gh-quick-amounts button.is-selected,
.woocommerce-account .gh-quick-amounts button.is-active,
.woocommerce-account .gh-quick-amounts button[aria-pressed="true"],
.woocommerce-account .gh-usdt-quick-amounts button.is-selected,
.woocommerce-account .gh-usdt-quick-amounts button.is-active,
.woocommerce-account .gh-usdt-quick-amounts button[aria-pressed="true"]{
  background:linear-gradient(135deg,#2563EB,#4F46E5)!important;
  border-color:#2563EB!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(37,99,235,.24)!important;
  transform:translateY(-1px);
}
.woocommerce-account .gh-usdt-convert,
.woocommerce-account .gh-usdt-rate{display:none!important;}


/* NGK v1787 - Rút tiền page logic/readability fix */
.gh-withdraw-hint{
  display:block!important;
  margin-top:8px!important;
  color:#64748B!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.45!important;
}
.gh-withdraw-receive-row{
  margin-top:4px!important;
  padding-top:10px!important;
  border-top:1px dashed #CBD5E1!important;
}
.gh-withdraw-receive-row span,
.gh-withdraw-receive-row strong{
  color:#0F766E!important;
}
.gh-withdraw-summary,
.gh-withdraw-summary *{
  -webkit-user-select:none;
  user-select:none;
}


/* NGK v1795: giới hạn lịch sử ví cho gọn, tránh trang quá dài */
.gh-wallet-history-limited:not(.is-expanded) .gh-wallet-history-extra{
  display:none;
}
.gh-wallet-history-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 18px 18px;
  background:#fff;
}
.gh-wallet-history-toggle{
  border:0;
  border-radius:999px;
  padding:10px 18px;
  background:#EEF5FF;
  color:#2563EB;
  font-weight:900;
  cursor:pointer;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);
}
.gh-wallet-history-toggle:hover{
  background:#DBEAFE;
}
.gh-wallet-history-actions span{
  color:#64748B;
  font-size:13px;
  font-weight:700;
}
@media (max-width: 640px){
  .gh-wallet-history-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .gh-wallet-history-toggle{
    width:100%;
  }
}


/* NGKShop v1823 - ghi chú mật khẩu đăng ký */
.ngkshop-password-hint{display:block;margin-top:8px;color:#475569;font-size:13px;line-height:1.45;font-weight:700}.gh-auth-form .woocommerce-password-hint{color:#475569!important;font-size:13px!important;line-height:1.45!important}.gh-auth-form .woocommerce-password-strength{margin-top:8px!important;border-radius:10px!important;padding:9px 10px!important;font-size:13px!important;font-weight:800!important;text-align:center!important}

/* NGKSHOP v1908 - Wide, clean account/admin layout
   Removes the extra page panel layer and lets customer/admin account pages use a roomy responsive canvas. */
body.woocommerce-account.logged-in main.container.gh-account-wide-main,
body.woocommerce-account.logged-in .gh-account-wide-main{
  width:min(1280px, calc(100% - 32px)) !important;
  max-width:1280px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:22px 0 52px !important;
  box-sizing:border-box !important;
  overflow:visible !important;
}
body.woocommerce-account.logged-in .gh-account-wide-shell{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account.logged-in .gh-account-wide-shell > .woocommerce,
body.woocommerce-account.logged-in .woocommerce{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(230px,260px) minmax(0,1fr) !important;
  gap:22px !important;
  align-items:start !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account.logged-in .woocommerce::before,
body.woocommerce-account.logged-in .woocommerce::after{
  content:none !important;
  display:none !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .gh-account-nav{
  position:sticky !important;
  top:92px !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:12px !important;
  float:none !important;
  clear:none !important;
  background:rgba(255,255,255,.94) !important;
  border:1px solid rgba(203,213,225,.82) !important;
  border-radius:24px !important;
  box-shadow:0 16px 42px rgba(15,23,42,.07) !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul,
body.woocommerce-account.logged-in .gh-account-nav ul{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:6px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  border-radius:18px !important;
  overflow:visible !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li,
body.woocommerce-account.logged-in .gh-account-nav li{
  margin:0 !important;
  min-width:0 !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a,
body.woocommerce-account.logged-in .gh-account-nav a{
  width:100% !important;
  min-height:48px !important;
  padding:11px 13px !important;
  border-radius:16px !important;
  line-height:1.25 !important;
  box-sizing:border-box !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  clear:none !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > *{
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
body.woocommerce-account.logged-in .gh-account-dashboard,
body.woocommerce-account.logged-in .gh-wallet-page,
body.woocommerce-account.logged-in .gh-topup-page,
body.woocommerce-account.logged-in .gh-withdraw-page{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account.logged-in .gh-account-dashboard{
  display:grid !important;
  gap:18px !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
body.woocommerce-account.logged-in .gh-account-hero{
  margin:0 !important;
  border-radius:26px !important;
  padding:28px !important;
  overflow:hidden !important;
}
body.woocommerce-account.logged-in .gh-account-stats,
body.woocommerce-account.logged-in .gh-account-grid{
  margin-top:0 !important;
}
body.woocommerce-account.logged-in .gh-account-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:16px !important;
}
body.woocommerce-account.logged-in .gh-account-card{
  min-width:0 !important;
  overflow:hidden !important;
}
body.woocommerce-account.logged-in .gh-admin-form-card,
body.woocommerce-account.logged-in .gh-admin-table-card,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > form,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-orders-table,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-pagination,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-order-details,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > .woocommerce-customer-details{
  border-radius:24px !important;
  border:1px solid rgba(203,213,225,.82) !important;
  background:#fff !important;
  box-shadow:0 16px 42px rgba(15,23,42,.06) !important;
}
body.woocommerce-account.logged-in .gh-admin-form-card,
body.woocommerce-account.logged-in .gh-admin-table-card,
body.woocommerce-account.logged-in .woocommerce-EditAccountForm,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > form{
  margin-top:0 !important;
  padding:22px !important;
}
body.woocommerce-account.logged-in .gh-admin-table-card{
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  -webkit-overflow-scrolling:touch !important;
}
body.woocommerce-account.logged-in .gh-admin-table,
body.woocommerce-account.logged-in .gh-admin-users-table{
  width:100% !important;
  min-width:1120px !important;
}
body.woocommerce-account.logged-in .gh-admin-user-filters{
  grid-template-columns:minmax(240px,1fr) minmax(150px,180px) minmax(150px,180px) auto !important;
  align-items:center !important;
}
body.woocommerce-account.logged-in .gh-wallet-adjust-form{
  grid-template-columns:110px minmax(150px,1fr) auto auto !important;
}
body.woocommerce-account.logged-in .gh-wallet-panel,
body.woocommerce-account.logged-in .ngk-list-card,
body.woocommerce-account.logged-in .ngk-manual-card-admin{
  width:100% !important;
  max-width:100% !important;
}
body.woocommerce-account.logged-in .gh-wallet-table-wrap,
body.woocommerce-account.logged-in .ngk-table-wrap,
body.woocommerce-account.logged-in .woocommerce-orders-table,
body.woocommerce-account.logged-in table.shop_table{
  max-width:100% !important;
}

@media (max-width:1100px){
  body.woocommerce-account.logged-in .gh-account-wide-shell > .woocommerce,
  body.woocommerce-account.logged-in .woocommerce{
    grid-template-columns:minmax(210px,238px) minmax(0,1fr) !important;
    gap:18px !important;
  }
  body.woocommerce-account.logged-in .gh-account-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  }
}
@media (max-width:900px){
  body.woocommerce-account.logged-in main.container.gh-account-wide-main,
  body.woocommerce-account.logged-in .gh-account-wide-main{
    width:calc(100% - 18px) !important;
    padding:14px 0 38px !important;
  }
  body.woocommerce-account.logged-in .gh-account-wide-shell > .woocommerce,
  body.woocommerce-account.logged-in .woocommerce{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .gh-account-nav{
    position:static !important;
    padding:10px !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account.logged-in .gh-account-nav ul{
    display:flex !important;
    grid-template-columns:none !important;
    gap:8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scroll-snap-type:x proximity !important;
    padding-bottom:2px !important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li,
  body.woocommerce-account.logged-in .gh-account-nav li{
    flex:0 0 auto !important;
    scroll-snap-align:start !important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a,
  body.woocommerce-account.logged-in .gh-account-nav a{
    width:auto !important;
    min-width:156px !important;
    min-height:48px !important;
    white-space:normal !important;
  }
  body.woocommerce-account.logged-in .gh-account-hero{
    padding:22px !important;
    border-radius:24px !important;
  }
  body.woocommerce-account.logged-in .gh-admin-user-filters,
  body.woocommerce-account.logged-in .gh-wallet-adjust-form{
    grid-template-columns:1fr !important;
  }
  body.woocommerce-account.logged-in .gh-admin-user-filters button,
  body.woocommerce-account.logged-in .gh-wallet-adjust-form button,
  body.woocommerce-account.logged-in .gh-wallet-adjust-form input,
  body.woocommerce-account.logged-in .gh-admin-user-filters input,
  body.woocommerce-account.logged-in .gh-admin-user-filters select{
    width:100% !important;
  }
}
@media (max-width:560px){
  body.woocommerce-account.logged-in main.container.gh-account-wide-main,
  body.woocommerce-account.logged-in .gh-account-wide-main{
    width:calc(100% - 12px) !important;
    padding-top:10px !important;
  }
  body.woocommerce-account.logged-in .woocommerce{
    padding:0 !important;
  }
  body.woocommerce-account.logged-in .gh-account-grid,
  body.woocommerce-account.logged-in .gh-account-stats{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  body.woocommerce-account.logged-in .gh-account-hero{
    padding:18px !important;
    border-radius:22px !important;
  }
  body.woocommerce-account.logged-in .gh-account-hero h2{
    font-size:22px !important;
  }
  body.woocommerce-account.logged-in .gh-admin-form-card,
  body.woocommerce-account.logged-in .gh-admin-table-card,
  body.woocommerce-account.logged-in .woocommerce-EditAccountForm,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content > form{
    padding:14px !important;
    border-radius:20px !important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a,
  body.woocommerce-account.logged-in .gh-account-nav a{
    min-width:142px !important;
    padding:10px 11px !important;
    font-size:13px !important;
  }
  body.woocommerce-account.logged-in .gh-account-nav-icon{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
  }
}


/* NGKSHOP v1910 - HARD FIX account/admin wide layout
   Priority: remove nested page/card squeeze, expand customer + admin account areas, keep tables safe on mobile. */
body.ngk-v1910-wide-account,
body.woocommerce-account{
  overflow-x:hidden !important;
}
body.ngk-v1910-wide-account main.ngk-v1910-account-main,
body.ngk-v1910-wide-account main.gh-account-wide-main,
body.woocommerce-account main.ngk-v1910-account-main,
body.woocommerce-account main.gh-account-wide-main,
main.ngk-v1910-account-main,
main.gh-account-wide-main{
  display:block !important;
  width:min(1280px, calc(100vw - 32px)) !important;
  max-width:1280px !important;
  min-width:0 !important;
  margin:0 auto !important;
  padding:24px 0 56px !important;
  box-sizing:border-box !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
body.ngk-v1910-wide-account .ngk-v1910-account-shell,
body.ngk-v1910-wide-account .gh-account-wide-shell,
body.woocommerce-account .ngk-v1910-account-shell,
body.woocommerce-account .gh-account-wide-shell,
.ngk-v1910-account-shell,
.gh-account-wide-shell{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.ngk-v1910-wide-account .ngk-v1910-account-shell > .woocommerce,
body.ngk-v1910-wide-account .gh-account-wide-shell > .woocommerce,
body.woocommerce-account .ngk-v1910-account-shell > .woocommerce,
body.woocommerce-account .gh-account-wide-shell > .woocommerce,
body.woocommerce-account main.gh-account-wide-main > .woocommerce,
body.woocommerce-account .woocommerce{
  display:grid !important;
  grid-template-columns:250px minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  clear:none !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account .woocommerce:before,
body.woocommerce-account .woocommerce:after,
body.woocommerce-account .gh-account-wide-shell:before,
body.woocommerce-account .gh-account-wide-shell:after,
body.woocommerce-account .ngk-v1910-account-shell:before,
body.woocommerce-account .ngk-v1910-account-shell:after,
body.woocommerce-account .woocommerce-MyAccount-content:before,
body.woocommerce-account .woocommerce-MyAccount-content:after{
  content:none !important;
  display:none !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account nav.woocommerce-MyAccount-navigation,
body.woocommerce-account .gh-account-nav{
  position:sticky !important;
  top:92px !important;
  width:100% !important;
  max-width:250px !important;
  min-width:0 !important;
  margin:0 !important;
  padding:12px !important;
  float:none !important;
  clear:none !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid rgba(203,213,225,.85) !important;
  border-radius:24px !important;
  box-shadow:0 18px 46px rgba(15,23,42,.075) !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .gh-account-nav ul{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  width:100% !important;
  overflow:visible !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li,
body.woocommerce-account .gh-account-nav li{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  min-width:0 !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a,
body.woocommerce-account .gh-account-nav a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
  min-width:0 !important;
  min-height:48px !important;
  padding:10px 12px !important;
  border-radius:16px !important;
  line-height:1.25 !important;
  white-space:normal !important;
  box-sizing:border-box !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .gh-account-nav .is-active a{
  background:linear-gradient(135deg,#2563eb,#0f766e) !important;
  color:#fff !important;
  box-shadow:0 13px 28px rgba(37,99,235,.22) !important;
}
body.woocommerce-account .woocommerce-MyAccount-content{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  clear:none !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
body.woocommerce-account .woocommerce-MyAccount-content > *,
body.woocommerce-account .gh-account-dashboard,
body.woocommerce-account .gh-wallet-page,
body.woocommerce-account .gh-topup-page,
body.woocommerce-account .gh-withdraw-page,
body.woocommerce-account .ngk-manual-card-admin,
body.woocommerce-account .gh-wallet-panel,
body.woocommerce-account .ngk-list-card{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
body.woocommerce-account .gh-account-dashboard{
  display:grid !important;
  gap:18px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
body.woocommerce-account .gh-account-hero{
  margin:0 !important;
  border-radius:26px !important;
  padding:28px !important;
  overflow:hidden !important;
}
body.woocommerce-account .gh-account-stats,
body.woocommerce-account .gh-account-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
  width:100% !important;
  margin:0 !important;
}
body.woocommerce-account .gh-account-card,
body.woocommerce-account .gh-account-stat{
  min-width:0 !important;
  overflow:hidden !important;
}
body.woocommerce-account .gh-admin-form-card,
body.woocommerce-account .gh-admin-table-card,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-MyAccount-content > form,
body.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-orders-table,
body.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-pagination,
body.woocommerce-account .woocommerce-order-details,
body.woocommerce-account .woocommerce-customer-details,
body.woocommerce-account .ngk-manual-card-admin,
body.woocommerce-account .gh-wallet-panel,
body.woocommerce-account .ngk-list-card{
  margin:0 !important;
  border-radius:24px !important;
  border:1px solid rgba(203,213,225,.84) !important;
  background:#fff !important;
  box-shadow:0 16px 42px rgba(15,23,42,.06) !important;
  box-sizing:border-box !important;
}
body.woocommerce-account .gh-admin-form-card,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-MyAccount-content > form,
body.woocommerce-account .ngk-manual-card-admin,
body.woocommerce-account .gh-wallet-panel,
body.woocommerce-account .ngk-list-card{
  padding:22px !important;
}
body.woocommerce-account .gh-admin-table-card{
  padding:16px !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  -webkit-overflow-scrolling:touch !important;
}
body.woocommerce-account .gh-admin-table,
body.woocommerce-account .gh-admin-users-table,
body.woocommerce-account .ngk-manual-card-admin table,
body.woocommerce-account table.shop_table,
body.woocommerce-account .woocommerce-orders-table{
  width:100% !important;
  min-width:980px !important;
  table-layout:auto !important;
}
body.woocommerce-account .gh-admin-user-filters{
  display:grid !important;
  grid-template-columns:minmax(260px,1fr) minmax(150px,190px) minmax(150px,190px) auto !important;
  gap:12px !important;
  align-items:center !important;
  margin:0 0 16px !important;
}
body.woocommerce-account .gh-wallet-adjust-form{
  display:grid !important;
  grid-template-columns:120px minmax(150px,1fr) auto auto !important;
  gap:8px !important;
  align-items:center !important;
}
body.woocommerce-account .gh-admin-inline-form,
body.woocommerce-account .gh-admin-lock-form,
body.woocommerce-account .gh-admin-actions{
  min-width:0 !important;
  max-width:100% !important;
}
body.woocommerce-account .gh-payment-settings-card,
body.woocommerce-account .ngk-card-tax-admin-grid,
body.woocommerce-account .ngk-card-tax-selects{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
body.woocommerce-account .gh-payment-settings-card h3,
body.woocommerce-account .gh-payment-settings-card p,
body.woocommerce-account .gh-payment-settings-card button{
  grid-column:1 / -1 !important;
}
body.woocommerce-account input,
body.woocommerce-account select,
body.woocommerce-account textarea,
body.woocommerce-account button{
  max-width:100% !important;
  box-sizing:border-box !important;
}
body.woocommerce-account .gh-topup-grid{
  grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr) !important;
  gap:18px !important;
}
body.woocommerce-account .gh-card-fields,
body.woocommerce-account .ngk-card-tax-preview--clean{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}
body.woocommerce-account .ngk-card-tax-preview__line.is-highlight{
  grid-column:span 2 !important;
}
@media (min-width:1400px){
  body.ngk-v1910-wide-account main.ngk-v1910-account-main,
  body.ngk-v1910-wide-account main.gh-account-wide-main,
  body.woocommerce-account main.ngk-v1910-account-main,
  body.woocommerce-account main.gh-account-wide-main,
  main.ngk-v1910-account-main,
  main.gh-account-wide-main{
    width:min(1320px, calc(100vw - 48px)) !important;
    max-width:1320px !important;
  }
  body.woocommerce-account .woocommerce{
    grid-template-columns:260px minmax(0,1fr) !important;
  }
}
@media (max-width:1100px){
  body.woocommerce-account .woocommerce{
    grid-template-columns:220px minmax(0,1fr) !important;
    gap:18px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation{max-width:220px !important;}
  body.woocommerce-account .gh-account-stats,
  body.woocommerce-account .gh-account-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  body.woocommerce-account .gh-topup-grid{
    grid-template-columns:1fr !important;
  }
}
@media (max-width:900px){
  body.ngk-v1910-wide-account main.ngk-v1910-account-main,
  body.ngk-v1910-wide-account main.gh-account-wide-main,
  body.woocommerce-account main.ngk-v1910-account-main,
  body.woocommerce-account main.gh-account-wide-main,
  main.ngk-v1910-account-main,
  main.gh-account-wide-main{
    width:calc(100vw - 18px) !important;
    max-width:none !important;
    padding:14px 0 40px !important;
  }
  body.woocommerce-account .woocommerce{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account nav.woocommerce-MyAccount-navigation,
  body.woocommerce-account .gh-account-nav{
    position:relative !important;
    top:auto !important;
    max-width:none !important;
    width:100% !important;
    padding:10px !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account .gh-account-nav ul{
    display:flex !important;
    grid-template-columns:none !important;
    gap:8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scroll-snap-type:x proximity !important;
    padding:0 0 2px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li,
  body.woocommerce-account .gh-account-nav li{
    flex:0 0 auto !important;
    width:auto !important;
    scroll-snap-align:start !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a,
  body.woocommerce-account .gh-account-nav a{
    width:auto !important;
    min-width:148px !important;
    max-width:190px !important;
    min-height:46px !important;
    padding:10px 11px !important;
  }
  body.woocommerce-account .gh-admin-user-filters,
  body.woocommerce-account .gh-wallet-adjust-form,
  body.woocommerce-account .gh-payment-settings-card,
  body.woocommerce-account .ngk-card-tax-admin-grid,
  body.woocommerce-account .ngk-card-tax-selects,
  body.woocommerce-account .gh-card-fields,
  body.woocommerce-account .ngk-card-tax-preview--clean{
    grid-template-columns:1fr !important;
  }
  body.woocommerce-account .ngk-card-tax-preview__line.is-highlight{
    grid-column:auto !important;
  }
  body.woocommerce-account .gh-admin-user-filters input,
  body.woocommerce-account .gh-admin-user-filters select,
  body.woocommerce-account .gh-admin-user-filters button,
  body.woocommerce-account .gh-wallet-adjust-form input,
  body.woocommerce-account .gh-wallet-adjust-form button{
    width:100% !important;
  }
}
@media (max-width:560px){
  body.ngk-v1910-wide-account main.ngk-v1910-account-main,
  body.ngk-v1910-wide-account main.gh-account-wide-main,
  body.woocommerce-account main.ngk-v1910-account-main,
  body.woocommerce-account main.gh-account-wide-main,
  main.ngk-v1910-account-main,
  main.gh-account-wide-main{
    width:calc(100vw - 12px) !important;
    padding-top:10px !important;
  }
  body.woocommerce-account .gh-account-hero{
    padding:18px !important;
    border-radius:22px !important;
  }
  body.woocommerce-account .gh-account-hero h2{
    font-size:22px !important;
  }
  body.woocommerce-account .gh-account-stats,
  body.woocommerce-account .gh-account-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  body.woocommerce-account .gh-admin-form-card,
  body.woocommerce-account .gh-admin-table-card,
  body.woocommerce-account .woocommerce-EditAccountForm,
  body.woocommerce-account .woocommerce-MyAccount-content > form,
  body.woocommerce-account .ngk-manual-card-admin,
  body.woocommerce-account .gh-wallet-panel,
  body.woocommerce-account .ngk-list-card{
    padding:14px !important;
    border-radius:20px !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a,
  body.woocommerce-account .gh-account-nav a{
    min-width:136px !important;
    max-width:168px !important;
    font-size:13px !important;
  }
  body.woocommerce-account .gh-account-nav-icon{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
  }
  body.woocommerce-account .gh-admin-table,
  body.woocommerce-account .gh-admin-users-table,
  body.woocommerce-account .ngk-manual-card-admin table,
  body.woocommerce-account table.shop_table,
  body.woocommerce-account .woocommerce-orders-table{
    min-width:760px !important;
  }
}
