/* Wallet styles restored from supplied national-play_v5. */
/* Wallet modal */
.wallet-modal{z-index:120}
.wallet-dialog{
  position:relative;
  z-index:1;
  width:min(1060px,100%);
  height:min(820px,calc(100vh - 36px));
  max-height:calc(100vh - 36px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,204,0,.34);
  border-radius:26px;
  background:
    radial-gradient(820px 420px at 92% -8%,rgba(255,204,0,.12),transparent 58%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.018)),
    #070c28;
  box-shadow:0 42px 110px -38px rgba(0,0,0,.98),inset 0 1px 0 rgba(255,255,255,.12);
}
.wallet-close{
  position:static;
  z-index:5;
  border:1px solid rgba(255,255,255,.17);
  border-radius:50%;
  color:#fff;
  background:rgba(255,255,255,.05);
}
.wallet-close:hover{color:#101049;border-color:var(--gold);background:var(--gold)}
.wallet-close svg{width:19px;height:19px}
.wallet-head{
  min-height:96px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto 42px;
  align-items:center;
  gap:16px;
  padding:20px 26px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.wallet-head-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,224,108,.62);
  border-radius:16px;
  color:#101049;
  background:linear-gradient(180deg,var(--gold-hi) 0%,var(--gold) 52%,var(--gold-low) 100%);
  box-shadow:0 14px 28px -18px rgba(255,204,0,.95),inset 0 1px 0 rgba(255,255,255,.82);
}
.wallet-head-icon img{width:39px;height:39px;display:block;object-fit:contain}
.wallet-head h2{margin:0;font-size:28px;line-height:1;font-weight:1000}
.wallet-head p{margin:7px 0 0;color:rgba(255,255,255,.62);font-size:13px;font-weight:750}
.wallet-balance{
  min-width:168px;
  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  grid-template-rows:auto auto;
  align-items:center;
  column-gap:10px;
  padding:8px 14px 8px 9px;
  border:1px solid rgba(255,204,0,.22);
  border-radius:999px;
  background:rgba(255,204,0,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}
.wallet-balance > svg{
  grid-row:1 / -1;
  width:32px;
  height:32px;
  padding:7px;
  border-radius:50%;
  color:var(--gold);
  background:rgba(255,204,0,.10);
}
.wallet-balance span{grid-column:2;color:rgba(255,255,255,.57);font-size:8.5px;font-weight:1000;letter-spacing:.09em;text-transform:uppercase}
.wallet-balance strong{grid-column:2;font-size:18px;line-height:1;font-weight:1000}
.wallet-shell{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:0;flex:1}
.wallet-sidebar{
  min-height:0;
  display:flex;
  flex-direction:column;
  padding:20px 16px;
  border-right:1px solid rgba(255,255,255,.10);
  background:rgba(3,7,28,.46);
}
.wallet-tabs{display:grid;gap:8px}
.wallet-tab{
  min-height:54px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  border:1px solid transparent;
  border-radius:15px;
  color:rgba(255,255,255,.67);
  font-size:15px;
  font-weight:1000;
  text-align:left;
  transition:color .18s ease,background .18s ease,transform .18s ease;
}
.wallet-tab:hover{color:#fff;background:rgba(255,255,255,.055)}
.wallet-tab svg{width:22px;height:22px;flex:0 0 auto}
.wallet-tab.is-active{
  color:#101049;
  border-color:rgba(255,239,173,.86);
  background:linear-gradient(180deg,var(--gold-hi) 0%,var(--gold) 52%,var(--gold-low) 100%);
  box-shadow:0 14px 26px -18px rgba(255,204,0,.92),inset 0 1px 0 rgba(255,255,255,.85);
}
.wallet-support{display:grid;gap:9px;margin-top:auto;padding:18px 7px 2px}
.wallet-support > span{margin-bottom:1px;color:rgba(255,255,255,.42);font-size:10px;font-weight:1000;letter-spacing:.09em;text-transform:uppercase}
.wallet-support a{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.68);font-size:11px;font-weight:850;overflow-wrap:anywhere}
.wallet-support a:hover{color:var(--gold)}
.wallet-support svg{width:17px;height:17px;flex:0 0 auto;color:var(--gold)}
.wallet-main{min-width:0;overflow:auto;padding:26px;scrollbar-color:rgba(255,204,0,.34) transparent}
.wallet-panel[hidden]{display:none}
.wallet-panel{animation:walletPanelIn .2s ease both}
@keyframes walletPanelIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.wallet-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}
.wallet-panel-head h3{margin:0;font-size:26px;line-height:1.06;font-weight:1000}
.wallet-panel-head p{margin:7px 0 0;color:rgba(255,255,255,.60);font-size:13px;font-weight:700}
.wallet-secure{
  display:inline-flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  padding:9px 11px;
  border:1px solid rgba(62,221,152,.24);
  border-radius:999px;
  color:#9ce8bf;
  background:rgba(62,221,152,.07);
  font-size:10px;
  font-weight:1000;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.wallet-secure svg{width:16px;height:16px}
.wallet-section > h4,
.wallet-method-head > h4,
.wallet-summary > h4{margin:0 0 12px;color:rgba(255,255,255,.86);font-size:14px;font-weight:1000;letter-spacing:.055em;text-transform:uppercase}
.wallet-method-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.wallet-method-head > h4{margin-bottom:0}
.wallet-method-filter{
  min-width:260px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:2px;
  padding:3px;
  border:1px solid rgba(255,204,0,.23);
  border-radius:999px;
  background:rgba(5,8,33,.56);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
.wallet-method-filter button{
  min-height:32px;
  padding:0 14px;
  border:1px solid transparent;
  border-radius:999px;
  color:rgba(255,255,255,.68);
  font-size:11px;
  font-weight:1000;
  white-space:nowrap;
  transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.wallet-method-filter button:hover{color:#fff;background:rgba(255,255,255,.055)}
.wallet-method-filter button.is-active{
  color:#101049;
  border-color:rgba(255,239,173,.86);
  background:linear-gradient(180deg,var(--gold-hi) 0%,var(--gold) 52%,var(--gold-low) 100%);
  box-shadow:0 9px 18px -15px rgba(255,204,0,.94),inset 0 1px 0 rgba(255,255,255,.85);
}
.wallet-method-filter button span{margin-left:4px;font-size:9px;font-weight:1000}
.payment-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.payment-method[hidden]{display:none}
.payment-method{
  position:relative;
  min-height:82px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  padding:13px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:17px;
  color:#fff;
  background:linear-gradient(180deg,rgba(255,255,255,.068),rgba(255,255,255,.032));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
  transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;
}
.payment-method:hover{transform:translateY(-2px);border-color:rgba(255,204,0,.44);background:rgba(255,255,255,.075)}
.payment-method.is-selected{
  border-color:rgba(255,204,0,.78);
  background:linear-gradient(180deg,rgba(255,204,0,.13),rgba(255,204,0,.055));
  box-shadow:0 14px 28px -23px rgba(255,204,0,.94),inset 0 0 0 1px rgba(255,224,108,.12);
}
.wallet-payment-section[data-method-filter-state="preferred"] .payment-method[data-preferred="true"].is-selected{
  border-color:rgba(255,204,0,.82);
  background:linear-gradient(180deg,rgba(255,204,0,.15),rgba(255,204,0,.06));
}
.payment-method.is-selected::after{
  content:"✓";
  position:absolute;
  top:8px;
  right:9px;
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#11114b;
  background:var(--gold);
  font-size:10px;
  font-weight:1000;
}
.payment-method img{display:block;max-width:102px;max-height:27px;width:auto;height:auto}
.payment-method small{color:rgba(255,255,255,.56);font-size:10px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.payment-method > span{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:1000;text-align:center}
.payment-method > span svg{width:22px;height:22px;color:var(--gold)}
.wallet-method-details{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:10px;
  padding:9px 12px;
  border:1px solid rgba(255,204,0,.18);
  border-radius:13px;
  color:rgba(255,255,255,.64);
  background:rgba(255,204,0,.045);
}
.wallet-method-details > span{display:flex;align-items:center;gap:7px;color:#fff;font-size:12.5px;font-weight:1000}
.wallet-method-details > span svg{width:16px;height:16px;color:var(--gold)}
.wallet-method-details p{margin:0;font-size:11.5px;font-weight:750;text-align:right}
.wallet-method-details p strong{color:rgba(255,255,255,.88);font-weight:1000}
.wallet-deposit-lower{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.88fr);gap:14px;margin-top:16px}
.wallet-amount-section,
.wallet-summary{
  padding:17px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.wallet-amount-field{
  height:56px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 15px;
  border:1px solid rgba(255,204,0,.52);
  border-radius:14px;
  background:rgba(3,7,27,.56);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
.wallet-amount-field > span,
.wallet-amount-field > b{color:var(--gold);font-size:21px;font-weight:1000}
.wallet-amount-field input{
  min-width:0;
  flex:1;
  height:100%;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
  font:1000 23px/1 var(--font);
}
.wallet-amount-field input::placeholder{color:rgba(255,255,255,.35)}
.wallet-quick-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:9px}
.wallet-quick-amounts button{
  min-height:36px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  color:rgba(255,255,255,.70);
  background:rgba(255,255,255,.04);
  font-size:12.5px;
  font-weight:1000;
}
.wallet-quick-amounts button:hover{color:#fff;border-color:rgba(255,204,0,.4)}
.wallet-quick-amounts button.is-active{color:#11114b;border-color:var(--gold-hi);background:linear-gradient(180deg,var(--gold-hi),var(--gold-low))}
.wallet-limit{margin:10px 0 0;color:rgba(255,255,255,.54);font-size:12px;font-weight:750}
.wallet-bonus-field{display:grid;gap:8px;margin-top:14px}
.wallet-bonus-field > span{display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(255,255,255,.86);font-size:13px;font-weight:1000}
.wallet-bonus-field a,
.wallet-terms a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.wallet-bonus-field select{
  width:100%;
  min-height:50px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  outline:0;
  color:#fff;
  background:#121733;
  font:850 13px/1.2 var(--font);
}
.wallet-summary dl{display:grid;gap:9px;margin:0}
.wallet-summary dl > div{display:flex;align-items:center;justify-content:space-between;gap:12px}
.wallet-summary dt{color:rgba(255,255,255,.60);font-size:13px;font-weight:750}
.wallet-summary dd{margin:0;color:rgba(255,255,255,.90);font-size:14px;font-weight:1000;text-align:right}
.wallet-summary .wallet-summary-total{margin-top:2px;padding-top:10px;border-top:1px solid rgba(255,255,255,.10)}
.wallet-summary-total dt{color:#fff;font-size:15px;font-weight:1000}
.wallet-summary-total dd{color:var(--gold);font-size:22px}
.wallet-receive{margin:12px 0 0;padding:11px 12px;border-radius:11px;color:rgba(255,255,255,.70);background:rgba(255,255,255,.055);font-size:12px;font-weight:800;text-align:center}
.wallet-receive strong{color:#fff;font-size:13.5px;font-weight:1000}
.wallet-promo-toggle{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:100%;
  margin-top:11px;
  padding:0 14px;
  border:1px solid rgba(255,204,0,.55);
  border-radius:12px;
  color:var(--gold);
  background:linear-gradient(180deg,rgba(255,204,0,.13),rgba(255,204,0,.055));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 12px 24px -22px rgba(255,204,0,.9);
  font-size:13.5px;
  font-weight:1000;
  text-decoration:none;
}
.wallet-promo-toggle:hover{border-color:rgba(255,229,136,.82);background:rgba(255,204,0,.16)}
.wallet-promo-toggle svg{width:18px;height:18px}
.wallet-promo-field{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:9px}
.wallet-promo-field[hidden]{display:none}
.wallet-promo-field input{
  min-width:0;
  height:44px;
  padding:0 11px;
  border:1px solid rgba(255,204,0,.40);
  border-radius:11px;
  outline:0;
  color:#fff;
  background:rgba(3,7,27,.64);
  font:850 12.5px/1 var(--font);
}
.wallet-promo-field input::placeholder{color:rgba(255,255,255,.38)}
.wallet-promo-field button{padding:0 14px;border-radius:11px;color:#11114b;background:var(--gold);font-size:12px;font-weight:1000}
.wallet-primary{width:100%;min-height:50px;margin-top:13px;font-size:17px}
.wallet-inline-status{min-height:16px;margin:7px 0 -2px;color:#9ce8bf;text-align:center;font-size:11.5px;font-weight:850}
.wallet-terms{margin:8px 0 0;color:rgba(255,255,255,.52);font-size:11px;line-height:1.4;font-weight:700;text-align:center}
.wallet-notice{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom:18px;
  padding:13px 15px;
  border:1px solid rgba(255,204,0,.20);
  border-radius:15px;
  color:rgba(255,255,255,.70);
  background:rgba(255,204,0,.055);
}
.wallet-notice svg{width:19px;height:19px;flex:0 0 auto;color:var(--gold)}
.wallet-notice p{margin:0;font-size:13px;line-height:1.45;font-weight:720}
.payment-method-grid--withdraw{grid-template-columns:repeat(3,minmax(0,1fr))}
.wallet-available{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:10px;
  margin-top:14px;
  padding:13px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:15px;
  background:rgba(255,255,255,.04);
}
.wallet-available > span{display:grid;gap:3px}
.wallet-available small{color:rgba(255,255,255,.60);font-size:10.5px;font-weight:1000;letter-spacing:.05em;text-transform:uppercase}
.wallet-available strong{font-size:20px;font-weight:1000}
.wallet-available button{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(0,196,210,.45);border-radius:12px;color:#fff;background:rgba(0,196,210,.13)}
.wallet-available button:hover{background:rgba(0,196,210,.22)}
.wallet-available button svg{width:21px;height:21px}
.wallet-available button.is-refreshing svg{animation:walletRefresh .65s ease}
@keyframes walletRefresh{to{transform:rotate(360deg)}}
.wallet-available > p{position:absolute;right:66px;margin:0;color:#9ce8bf;font-size:9px;font-weight:900}
.wallet-withdraw-form{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:14px;margin-top:14px}
.wallet-withdraw-form > label{display:grid;gap:9px}
.wallet-withdraw-form > label > span:first-child,
.wallet-history-filters label > span{color:rgba(255,255,255,.84);font-size:13.5px;font-weight:1000}
.wallet-text-field{
  height:56px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(3,7,27,.56);
}
.wallet-text-field svg{width:20px;height:20px;flex:0 0 auto;color:rgba(255,255,255,.64)}
.wallet-text-field input{min-width:0;flex:1;height:100%;border:0;outline:0;color:#fff;background:transparent;font:850 13.5px/1 var(--font)}
.wallet-text-field input::placeholder{color:rgba(255,255,255,.38)}
.wallet-withdraw-form .wallet-primary{grid-column:1 / -1;margin:0;min-height:52px}
.wallet-withdraw-form .wallet-inline-status,
.wallet-withdraw-form .wallet-terms{grid-column:1 / -1;margin-top:-7px}
.wallet-history-filters{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.wallet-history-filters label{display:grid;gap:8px}
.wallet-history-filters select{
  min-height:58px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  outline:0;
  color:#fff;
  background:#121733;
  font:900 15px/1 var(--font);
}
.wallet-history-empty{
  min-height:350px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  text-align:center;
}
.wallet-history-empty > span{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  margin-bottom:5px;
  border:1px solid rgba(255,204,0,.25);
  border-radius:22px;
  color:var(--gold);
  background:rgba(255,204,0,.07);
}
.wallet-history-empty > span svg{width:31px;height:31px}
.wallet-history-empty h4{margin:0;font-size:22px;font-weight:1000}
.wallet-history-empty p{margin:0 0 8px;color:rgba(255,255,255,.56);font-size:13px;font-weight:720}
.wallet-history-empty .gold-action{min-width:210px}
.wallet-history-list{margin-top:14px;border-top:1px solid rgba(255,255,255,.10)}
.wallet-history-row{
  min-height:76px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 120px;
  align-items:center;
  gap:11px;
  padding:10px 3px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.wallet-history-row[hidden]{display:none}
.history-type-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px}
.history-type-icon svg{width:17px;height:17px}
.history-type-icon--deposit{color:#9ce8bf;background:rgba(62,221,152,.09)}
.history-type-icon--withdraw{color:#83d8ff;background:rgba(0,160,255,.10)}
.wallet-history-row > div:nth-child(2){display:grid;grid-template-columns:100px minmax(130px,1fr) auto;align-items:center;gap:10px}
.wallet-history-row > div:nth-child(2) strong{color:#9ce8bf;font-size:16px;font-weight:1000}
.wallet-history-row > div:nth-child(2) strong.is-debit{color:#fff}
.wallet-history-row small{color:rgba(255,255,255,.57);font-size:11.5px;font-weight:800}
.wallet-history-row > div:last-child{display:grid;justify-items:end;gap:5px}
.wallet-history-row > div:last-child b{color:rgba(255,255,255,.76);font-size:11.5px;font-weight:900}
.history-status{padding:6px 8px;border-radius:7px;font-size:9.5px;font-weight:1000;letter-spacing:.04em;text-transform:uppercase}
.history-status.is-completed{color:#9ce8bf;background:rgba(62,221,152,.10)}
.history-status.is-pending{color:#83d8ff;background:rgba(0,160,255,.12)}
.history-status.is-declined{color:#ff9da8;background:rgba(237,27,46,.12)}
.wallet-history-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:15px}
.wallet-history-footer p{margin:0;color:rgba(255,255,255,.60);font-size:11.5px;font-weight:850}
.wallet-show-more{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid #ffdb43;border-radius:999px;color:#ffdf4c;background:linear-gradient(135deg,rgba(185,199,229,.08),rgba(14,22,44,.45));box-shadow:inset 0 1px 0 rgba(255,255,255,.08);font-family:var(--font);font-size:14px;font-weight:800;transition:background .16s ease,border-color .16s ease}
.wallet-show-more:hover{background:rgba(255,204,0,.09);border-color:#ffe588}
.wallet-show-more:focus-visible{outline:2px solid #ffe588;outline-offset:3px}
@media(prefers-reduced-motion:reduce){.wallet-show-more{transition:none}}
.wallet-show-more svg{width:15px;height:15px}
.wallet-show-more[hidden]{display:none}

@media (max-width:720px){
  .wallet-modal{padding:0}
  .wallet-dialog{
    width:100%;
    height:100dvh;
    max-height:none;
    border:0;
    border-radius:0;
  }
  .wallet-close{width:40px;height:40px;background:rgba(255,255,255,.06)}
  .wallet-head{
    min-height:76px;
    grid-template-columns:42px minmax(0,1fr) auto 40px;
    gap:10px;
    padding:11px 13px;
  }
  .wallet-head-icon{width:42px;height:42px;border-radius:13px}
  .wallet-head-icon img{width:32px;height:32px}
  .wallet-head h2{font-size:22px}
  .wallet-head p{display:none}
  .wallet-balance{min-width:0;grid-template-columns:24px auto;column-gap:6px;padding:7px 10px 7px 7px;border-radius:999px}
  .wallet-balance > svg{width:24px;height:24px;padding:5px}
  .wallet-balance span{display:block;align-self:end;font-size:7px;line-height:1;letter-spacing:.08em}
  .wallet-balance strong{grid-column:2;align-self:start;font-size:15px}
  .wallet-shell{
    display:flex;
    flex-direction:column;
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-color:rgba(255,204,0,.34) transparent;
  }
  .wallet-sidebar{
    min-height:auto;
    flex:0 0 auto;
    display:block;
    padding:8px 10px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.10);
    background:#080d2b;
  }
  .wallet-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .wallet-tab{min-height:48px;justify-content:center;gap:7px;padding:0 5px;border-radius:12px;font-size:13px}
  .wallet-tab svg{width:18px;height:18px}
  .wallet-support{display:none}
  .wallet-main{flex:0 0 auto;overflow:visible;padding:36px 14px 92px}
  .wallet-panel-head{margin-bottom:16px}
  .wallet-panel-head h3{font-size:23px}
  .wallet-panel-head p{font-size:12px;line-height:1.4}
  .wallet-secure{display:none}
  .wallet-method-head{width:100%;align-items:stretch;flex-direction:column;gap:9px;margin-bottom:10px}
  .wallet-method-filter{
    width:100%;
    min-width:0;
    margin-inline:0;
    box-sizing:border-box;
  }
  .wallet-method-filter button{min-height:42px;padding-inline:10px;font-size:13px;line-height:1}
  .wallet-method-filter button span{margin-left:5px;font-size:13px}
  .payment-method-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .wallet-payment-section[data-method-filter-state="preferred"] .payment-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .wallet-payment-section[data-method-filter-state="preferred"] .payment-method{min-height:68px;padding:8px 5px}
  .wallet-payment-section[data-method-filter-state="preferred"] .payment-method img{max-width:64px;max-height:20px}
  .wallet-payment-section[data-method-filter-state="preferred"] .payment-method small{font-size:10px;letter-spacing:.04em}
  .wallet-payment-section[data-method-filter-state="preferred"] .payment-method.is-selected::after{top:5px;right:5px;width:14px;height:14px;font-size:8px}
  .payment-method{min-height:74px;padding:10px;border-radius:14px}
  .payment-method img{max-width:86px;max-height:23px}
  .payment-method > span{font-size:12px}
  .wallet-method-details{align-items:flex-start;flex-direction:column;gap:4px;padding:9px 10px}
  .wallet-method-details p{text-align:left}
  .wallet-deposit-lower{grid-template-columns:1fr;gap:12px;margin-top:14px}
  .wallet-amount-section,.wallet-summary{padding:15px;border-radius:16px}
  .wallet-amount-field{height:54px}
  .wallet-quick-amounts{gap:6px}
  .wallet-quick-amounts button{font-size:11.5px}
  .wallet-primary{min-height:50px}
  .payment-method-grid--withdraw{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wallet-withdraw-form{grid-template-columns:1fr;gap:12px}
  .wallet-history-filters{grid-template-columns:1fr;gap:12px}
  .wallet-history-row{grid-template-columns:34px minmax(0,1fr) 86px;gap:9px;padding-block:11px}
  .history-type-icon{width:34px;height:34px}
  .wallet-history-row > div:nth-child(2){grid-template-columns:1fr;gap:3px}
  .wallet-history-row > div:nth-child(2) strong{font-size:14.5px}
  .wallet-history-row small{font-size:10px}
  .wallet-history-row > div:last-child b{font-size:10px}
  .history-status{padding:5px 6px;font-size:8.5px}
  .wallet-history-footer{align-items:flex-start;flex-direction:column;gap:10px}
  .wallet-show-more{width:100%;justify-content:center}
  .wallet-history-empty{min-height:300px}
  .wallet-history-empty h4{font-size:20px}
}

@media (max-width:380px){
  .wallet-main{padding-inline:11px}
  .wallet-head{grid-template-columns:40px minmax(56px,1fr) auto 38px;gap:8px;padding-inline:10px}
  .wallet-head-icon{width:40px;height:40px}
  .wallet-head-icon img{width:30px;height:30px}
  .wallet-head h2{font-size:20px}
  .wallet-close{width:38px;height:38px}
  .wallet-balance{grid-template-columns:20px auto;column-gap:5px;padding:6px 8px 6px 6px}
  .wallet-balance > svg{width:20px;height:20px;padding:4px}
  .wallet-balance span{font-size:6.5px}
  .wallet-balance strong{font-size:14px}
  .wallet-tab{gap:5px;font-size:13px}
  .wallet-tab svg{width:16px;height:16px}
  .payment-method{min-height:70px}
  .wallet-quick-amounts button{min-width:0;padding-inline:3px}
}
