
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.ntgt-standalone-store{
  margin:0!important;
  background:var(--ntgt-bg)!important;
  color:var(--ntgt-text)!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
body.ntgt-standalone-store #wpadminbar{position:fixed}
.ntgt-app{min-height:100vh;background:var(--ntgt-bg);color:var(--ntgt-text)}
.ntgt-app a{text-decoration:none}
.ntgt-app button,.ntgt-app input,.ntgt-app select,.ntgt-app textarea{font:inherit}
.ntgt-header{
  position:sticky;top:0;z-index:1200;
  height:74px;
  padding:0 max(20px,calc((100vw - 1160px)/2));
  display:flex;align-items:center;gap:18px;
  background:#48224d;
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:0 4px 16px rgba(21,0,25,.18);
}
.admin-bar .ntgt-header{top:32px}
.ntgt-menu-button,.ntgt-search-button,.ntgt-orders-icon{
  width:42px;height:42px;border:0;background:transparent;color:#fff;
  display:grid;place-items:center;cursor:pointer;border-radius:11px;
}
.ntgt-menu-button{padding:10px 8px}
.ntgt-menu-button span{display:block;width:24px;height:2px;background:#fff;border-radius:999px;margin:3px 0}
.ntgt-brand{
  display:flex;align-items:center;gap:9px;color:#fff;min-width:0;margin-right:auto;
}
.ntgt-brand img{display:block;max-height:38px;max-width:190px;width:auto}
.ntgt-brand strong{font-size:19px;line-height:1.2;color:#fff;white-space:nowrap}
.ntgt-brand-mark{
  width:36px;height:36px;border-radius:11px;background:#fff;color:#48224d;
  display:grid;place-items:center;font-weight:900;
}
.ntgt-header-actions{display:flex;align-items:center;gap:4px}
.ntgt-search-button{font-size:31px;line-height:1}
.ntgt-orders-icon{font-size:20px}
.ntgt-drawer{
  position:fixed;left:18px;top:84px;z-index:1300;width:min(300px,calc(100vw - 36px));
  padding:10px;border-radius:16px;background:#fff;border:1px solid #eadfeb;
  box-shadow:0 18px 50px rgba(23,0,27,.28);
  opacity:0;visibility:hidden;transform:translateY(-8px);transition:.18s ease;
}
.admin-bar .ntgt-drawer{top:116px}
.ntgt-drawer.is-open{opacity:1;visibility:visible;transform:none}
.ntgt-drawer a{display:block;padding:13px 14px;border-radius:10px;color:#39113d;font-weight:700;font-size:14px}
.ntgt-drawer a:hover{background:#f5eff7}
.ntgt-main{
  width:min(1160px,calc(100% - 34px));
  margin:0 auto;padding:24px 0 92px;
}
.ntgt-mobile-search{margin:0 0 16px}
.ntgt-mobile-search label{
  display:flex;align-items:center;gap:8px;height:48px;padding:0 14px;background:#fff;border-radius:13px;
}
.ntgt-mobile-search span{font-size:25px;color:#765a79}
.ntgt-mobile-search input{width:100%;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#351039!important}
.ntgt-banner{
  position:relative;display:block;width:100%;overflow:hidden;
  min-height:250px;border-radius:0;background:#19061d;color:#fff;
  box-shadow:0 10px 32px rgba(10,0,12,.14);
}
.ntgt-banner img{width:100%;height:100%;min-height:250px;max-height:430px;object-fit:cover;display:block}
.ntgt-banner-fallback{
  padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px;
  background:
    radial-gradient(circle at 82% 38%,rgba(150,92,255,.55),transparent 20%),
    linear-gradient(130deg,#140718 0%,#34103b 55%,#5a1a65 100%);
}
.ntgt-banner-fallback h1{margin:8px 0 10px;font-size:clamp(31px,5vw,52px);line-height:1.02;letter-spacing:-1.6px;color:#fff}
.ntgt-banner-fallback p{max-width:650px;margin:0;color:rgba(255,255,255,.78);font-size:16px;line-height:1.55}
.ntgt-banner-orb{font-size:60px;width:120px;height:120px;border-radius:30px;background:rgba(255,255,255,.1);display:grid;place-items:center}
.ntgt-slider-dots{height:64px;display:flex;align-items:center;justify-content:center;gap:13px}
.ntgt-slider-dots span{width:16px;height:16px;border-radius:50%;background:rgba(255,255,255,.35)}
.ntgt-slider-dots .is-active{background:#fff}
.ntgt-eyebrow{
  display:block;font-size:10px;line-height:1.3;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;
  color:var(--ntgt-muted);
}
.ntgt-catalog-section{margin:8px 0 44px}
.ntgt-catalog-section h2{
  margin:0 0 18px;color:#fff;font-size:clamp(28px,4vw,46px);line-height:1;
  font-weight:950;letter-spacing:1px;text-transform:uppercase;
}
.ntgt-home-grid{
  display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;
}
.ntgt-home-game-card{
  min-width:0;overflow:hidden;border-radius:18px;background:rgba(255,255,255,.11);
  color:#fff;border:1px solid rgba(255,255,255,.08);
  transition:.18s ease;
}
.ntgt-home-game-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.15)}
.ntgt-home-game-image{display:block;aspect-ratio:1/1;overflow:hidden;background:#5a315f}
.ntgt-home-game-image img{width:100%;height:100%;object-fit:cover;display:block}
.ntgt-home-game-card strong{
  display:block;min-height:68px;padding:12px 10px 13px;color:#fff;font-size:14px;line-height:1.2;text-align:center;
}
.ntgt-game-page{padding-top:30px}
.ntgt-game-identity{
  display:flex;align-items:center;gap:22px;padding:0 4px 26px;color:#fff;
}
.ntgt-game-identity-image{
  width:152px;height:152px;flex:0 0 auto;border-radius:20px;overflow:hidden;background:#4d2552;
  box-shadow:0 10px 26px rgba(10,0,12,.22);
}
.ntgt-game-identity-image img{width:100%;height:100%;object-fit:cover;display:block}
.ntgt-game-identity-copy h1{
  margin:0 0 15px;color:#fff;font-size:clamp(30px,4vw,46px);line-height:1.05;letter-spacing:-1px;
}
.ntgt-secure-pill{
  display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.11);color:#fff;font-size:13px;font-weight:800;
}
.ntgt-step-card{
  position:relative;margin:0 0 36px;padding:28px 30px 30px;background:#fff;border-radius:22px;color:#351039;
  border:1px solid rgba(70,28,75,.08);box-shadow:0 10px 24px rgba(20,0,24,.1);
}
.ntgt-floating-step{
  position:absolute;left:28px;top:-24px;width:68px;height:68px;border-radius:50%;
  display:grid;place-items:center;background:#6a41ff;color:#fff;border:6px solid #f6eff8;
  font-size:27px;font-weight:900;box-shadow:0 4px 12px rgba(80,45,220,.18);
}
.ntgt-step-card>h2{margin:0 0 24px;padding-left:80px;font-size:31px;line-height:1.05;letter-spacing:-.7px;color:#351039}
.ntgt-step-sub{margin:-11px 0 22px;color:#7d6680;font-size:14px;line-height:1.45}
.ntgt-id-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.ntgt-field{display:flex;flex-direction:column;gap:7px}
.ntgt-field-wide{grid-column:1/-1}
.ntgt-field>span{font-size:12px;color:#654f68;font-weight:800}
.ntgt-field input,.ntgt-field select{
  width:100%!important;min-height:58px!important;margin:0!important;padding:0 16px!important;
  border:2px solid #dccedf!important;border-radius:13px!important;background:#fff!important;
  color:#351039!important;font-size:15px!important;font-weight:600!important;outline:none!important;box-shadow:none!important;
}
.ntgt-field input:focus,.ntgt-field select:focus{border-color:#6a41ff!important;box-shadow:0 0 0 3px rgba(106,65,255,.1)!important}
.ntgt-verify-button{
  margin-top:14px;min-height:48px;padding:0 20px;border:0;border-radius:12px;background:#f0ebff;color:#6540ec;
  font-weight:850;cursor:pointer;
}
.ntgt-verify-button:hover{background:#e6ddff}
.ntgt-verify-button:disabled{opacity:.55;cursor:not-allowed}
.ntgt-verify-result,.ntgt-form-error,.ntgt-api-note{
  margin-top:12px;padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.45
}
.ntgt-verify-result{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.ntgt-verify-result.is-error,.ntgt-form-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}
.ntgt-api-note{background:#f8f5f9;color:#7c687e;border:1px solid #eadfea}
.ntgt-id-instructions{
  margin-top:18px;color:#765d79;font-size:14px;line-height:1.65;
}
.ntgt-package-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;
}
.ntgt-package-option{
  position:relative;overflow:hidden;min-height:245px;padding:0;border-radius:14px;border:3px solid #e8dce9;
  background:#fff;color:#351039;cursor:pointer;text-align:left;transition:.16s ease;
}
.ntgt-package-option:hover{border-color:#b9a5ee;transform:translateY(-1px)}
.ntgt-package-option.is-selected{border-color:#6a41ff;background:#faf8ff;box-shadow:0 0 0 1px #6a41ff}
.ntgt-package-option.is-disabled{opacity:.42;filter:grayscale(.2);cursor:not-allowed;transform:none}
.ntgt-package-title{
  display:block;padding:16px 12px 9px;font-size:17px;line-height:1.15;font-weight:900;text-align:center;min-height:58px;
}
.ntgt-package-image{
  display:flex;align-items:center;justify-content:center;height:98px;padding:8px;background:#fff;
}
.ntgt-package-image img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.ntgt-package-price{
  display:block;min-height:86px;padding:11px 12px 13px;background:#fff6ef;text-align:right;
}
.ntgt-package-price small{display:block;color:#f17e9d;font-size:11px;font-weight:900;text-transform:uppercase}
.ntgt-package-price strong{display:block;margin-top:3px;color:#ee7898;font-size:20px;line-height:1.1}
.ntgt-package-price del{color:#866f89;font-size:12px;margin-left:5px}
.ntgt-discount{
  display:inline-block;margin-top:8px;padding:4px 8px;border-radius:999px;background:#bff4c9;color:#0e9a53;font-size:11px;font-weight:850;
}
.ntgt-oos{position:absolute;inset:auto 8px 8px auto;padding:5px 8px;border-radius:8px;background:#7f1d1d;color:#fff;font-size:10px;font-weight:800}
.ntgt-payment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ntgt-payment-card{
  min-height:142px;padding:14px;border:2px solid #e8dce9;border-radius:14px;background:#fff;
  color:#351039;text-align:left;cursor:pointer;transition:.16s ease;
}
.ntgt-payment-card:hover{border-color:#bba9e7}
.ntgt-payment-card.is-selected{border-color:#6a41ff;background:#faf8ff;box-shadow:0 0 0 1px #6a41ff}
.ntgt-payment-icon{display:flex;align-items:center;min-height:38px;margin-bottom:10px}
.ntgt-payment-icon img{max-width:110px!important;max-height:34px!important;width:auto!important;height:auto!important}
.ntgt-payment-icon b{width:38px;height:38px;border-radius:9px;background:#ece8ff;color:#6440ed;display:grid;place-items:center}
.ntgt-payment-name{display:block;font-size:14px;color:#513d54}
.ntgt-payment-live-price{display:block;margin-top:5px;color:#ed7898;font-size:18px}
.ntgt-empty-payment{padding:16px;border-radius:12px;background:#f8f5f9;color:#7b657e}
.ntgt-description{color:#684f6b;line-height:1.65;font-size:14px}
.ntgt-sticky-buy{
  position:fixed;left:50%;bottom:0;z-index:1100;transform:translateX(-50%);
  width:min(1160px,100%);min-height:92px;padding:12px 18px calc(12px + env(safe-area-inset-bottom,0px));
  display:flex;align-items:center;gap:18px;background:#fff;border-radius:18px 18px 0 0;
  box-shadow:0 -10px 30px rgba(18,0,20,.2);
}
.ntgt-sticky-summary{min-width:0;display:grid;grid-template-columns:auto auto;grid-template-areas:"package package" "label price";align-items:end;column-gap:10px}
.ntgt-sticky-summary>span{grid-area:package;font-size:13px;color:#4b354e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ntgt-sticky-summary>small{grid-area:label;color:#7c5e7f;font-size:10px;font-weight:900;letter-spacing:1px}
.ntgt-sticky-summary>strong{grid-area:price;color:#351039;font-size:23px;line-height:1}
.ntgt-sticky-buy-button{
  margin-left:auto;min-width:260px;min-height:58px;padding:0 28px;border:0;border-radius:999px;background:#6640f4;color:#fff;
  font-size:17px;font-weight:900;cursor:pointer;transition:.16s ease;
}
.ntgt-sticky-buy-button:hover{filter:brightness(.97);transform:translateY(-1px)}
.ntgt-sticky-buy-button:disabled{opacity:.55;cursor:not-allowed;transform:none}
.ntgt-sticky-error{position:absolute;left:18px;right:18px;bottom:100%;margin-bottom:8px}
.ntgt-final-checkout{padding-top:42px}
.ntgt-final-checkout>h2{padding-left:80px}
.ntgt-native-checkout{margin-top:12px}
.ntgt-native-checkout .woocommerce{font-family:inherit}
.ntgt-native-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:24px}
.ntgt-native-checkout #customer_details,.ntgt-native-checkout #order_review_heading,.ntgt-native-checkout #order_review{width:auto!important;float:none!important}
.ntgt-native-checkout #customer_details{grid-column:1}
.ntgt-native-checkout #order_review_heading{grid-column:2;margin:0 0 -15px!important}
.ntgt-native-checkout #order_review{grid-column:2}
.ntgt-native-checkout .col-1,.ntgt-native-checkout .col-2{width:100%!important;float:none!important}
.ntgt-native-checkout .form-row{margin-bottom:12px}
.ntgt-native-checkout .input-text,.ntgt-native-checkout select,.ntgt-native-checkout .select2-selection{
  min-height:50px!important;border:1px solid #ddcfdf!important;border-radius:11px!important;background:#fff!important;
}
.ntgt-native-checkout #payment{background:#f8f5fa!important;border-radius:14px!important}
.ntgt-native-checkout #place_order{min-height:54px!important;border-radius:12px!important;background:#6640f4!important}
.ntgt-empty{padding:42px;text-align:center;background:#fff;border-radius:18px}
.ntgt-customer-order-panel,.ntgt-thankyou-card{
  margin:22px 0;padding:20px;border:1px solid #e2d8e4;border-radius:16px;background:#fff;
}
.ntgt-customer-topup-item p{display:flex;justify-content:space-between;gap:15px;margin:8px 0}
.ntgt-customer-topup-item span{color:#7a657d}
.ntgt-thankyou-card{display:flex;gap:14px}
.ntgt-thankyou-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-weight:900}
@media(max-width:1000px){
  .ntgt-home-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ntgt-package-grid,.ntgt-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ntgt-native-checkout form.checkout{display:block}
  .ntgt-native-checkout #order_review_heading{margin-top:24px!important}
}
@media(max-width:782px){.admin-bar .ntgt-header{top:46px}.admin-bar .ntgt-drawer{top:126px}}
@media(max-width:720px){
  .ntgt-header{height:72px;padding:0 18px;gap:12px}
  .ntgt-brand img{max-height:34px;max-width:160px}
  .ntgt-brand strong{font-size:16px}
  .ntgt-main{width:100%;padding:22px 0 110px}
  .ntgt-home .ntgt-mobile-search,.ntgt-home .ntgt-banner,.ntgt-home .ntgt-slider-dots,.ntgt-home .ntgt-catalog-section{margin-left:28px;margin-right:28px}
  .ntgt-banner{min-height:190px}
  .ntgt-banner img{min-height:190px}
  .ntgt-banner-fallback{padding:28px 24px;min-height:190px}
  .ntgt-banner-fallback h1{font-size:30px}
  .ntgt-banner-fallback p{font-size:13px}
  .ntgt-banner-orb{display:none}
  .ntgt-slider-dots{height:58px}
  .ntgt-catalog-section{margin-bottom:38px}
  .ntgt-catalog-section h2{font-size:34px}
  .ntgt-home-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .ntgt-home-game-card{border-radius:16px}
  .ntgt-home-game-card strong{min-height:70px;padding:10px 6px 12px;font-size:12.5px}
  .ntgt-game-page{padding:22px 28px 110px}
  .ntgt-game-identity{gap:14px;padding:0 0 28px}
  .ntgt-game-identity-image{width:104px;height:104px;border-radius:17px}
  .ntgt-game-identity-copy h1{font-size:28px;margin-bottom:12px}
  .ntgt-secure-pill{padding:8px 11px;font-size:11px}
  .ntgt-step-card{padding:28px 30px 26px;margin-bottom:42px;border-radius:20px}
  .ntgt-floating-step{left:30px;width:62px;height:62px;top:-22px;font-size:24px}
  .ntgt-step-card>h2{font-size:28px;padding-left:74px;margin-bottom:24px}
  .ntgt-id-grid{grid-template-columns:1fr}
  .ntgt-field-wide{grid-column:auto}
  .ntgt-package-grid,.ntgt-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ntgt-package-option{min-height:222px}
  .ntgt-package-title{font-size:15px}
  .ntgt-package-image{height:86px}
  .ntgt-package-price strong{font-size:18px}
  .ntgt-payment-card{min-height:130px;padding:12px}
  .ntgt-sticky-buy{width:100%;border-radius:20px 20px 0 0;padding:11px 15px calc(11px + env(safe-area-inset-bottom,0px));gap:12px}
  .ntgt-sticky-summary{max-width:47%}
  .ntgt-sticky-summary>strong{font-size:20px}
  .ntgt-sticky-buy-button{min-width:0;flex:1;max-width:260px;min-height:58px}
}
@media(max-width:430px){
  .ntgt-home .ntgt-mobile-search,.ntgt-home .ntgt-banner,.ntgt-home .ntgt-slider-dots,.ntgt-home .ntgt-catalog-section{margin-left:22px;margin-right:22px}
  .ntgt-game-page{padding-left:20px;padding-right:20px}
  .ntgt-catalog-section h2{font-size:31px}
  .ntgt-home-grid{gap:10px}
  .ntgt-home-game-card strong{font-size:11.5px}
  .ntgt-step-card{padding-left:20px;padding-right:20px}
  .ntgt-floating-step{left:22px}
  .ntgt-step-card>h2{padding-left:70px;font-size:26px}
}

/* ==========================================================
   v1.2.0 — Nova Topup professional UI / overflow fixes
   ========================================================== */
html,body.ntgt-standalone-store{width:100%!important;max-width:100%!important;overflow-x:hidden!important;-webkit-text-size-adjust:100%!important}
body.ntgt-standalone-store #fkcart-floating-toggler,
body.ntgt-standalone-store .fkcart-floating-toggler,
body.ntgt-standalone-store .fkcart-mini-open,
body.ntgt-standalone-store .dgwt-wcas-search-icon,
body.ntgt-standalone-store .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon,
body.ntgt-standalone-store .asl_w_container,
body.ntgt-standalone-store .asl_m{display:none!important}
.ntgt-app{width:100%;max-width:100%;overflow-x:clip;background:radial-gradient(circle at 95% 15%,rgba(112,87,255,.14),transparent 24%),radial-gradient(circle at 5% 48%,rgba(80,48,190,.12),transparent 22%),var(--ntgt-bg)!important}
.ntgt-header{width:100%;max-width:100vw;background:var(--ntgt-header)!important;min-height:76px;padding:0 max(20px,calc((100vw - 1160px)/2));gap:16px}
.ntgt-menu-button,.ntgt-icon-button{width:44px;height:44px;flex:0 0 44px;padding:0;border:0;border-radius:12px;background:transparent;color:#fff!important;display:grid;place-items:center;cursor:pointer}
.ntgt-menu-button:hover,.ntgt-icon-button:hover{background:rgba(255,255,255,.08)}
.ntgt-icon-button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ntgt-brand{gap:10px}
.ntgt-brand strong{font-size:20px;font-weight:850}
.ntgt-brand-mark{width:37px;height:37px;flex:0 0 37px;border-radius:12px;background:linear-gradient(145deg,#fff,#e7e4ff);color:var(--ntgt-primary)}
.ntgt-header-actions{display:flex;align-items:center;gap:4px}
.ntgt-drawer{left:max(18px,calc((100vw - 1160px)/2));top:86px;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 70px rgba(0,0,0,.34)}
.admin-bar .ntgt-drawer{top:118px}

.ntgt-header-search-panel{position:absolute;top:100%;left:50%;width:min(760px,calc(100vw - 30px));transform:translateX(-50%);padding:14px;border-radius:0 0 18px 18px;background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.28)}
.ntgt-search-box{min-height:54px;display:flex;align-items:center;gap:10px;padding:0 12px 0 15px;border:1px solid #d8deea;border-radius:14px;background:#f9fbff}
.ntgt-search-box-icon svg{width:21px;height:21px;fill:none;stroke:#65718a;stroke-width:2}
.ntgt-search-box input{width:100%;min-width:0;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#171228!important;font-size:15px!important}
.ntgt-search-box button{width:36px;height:36px;border:0;border-radius:9px;background:transparent;color:#64748b;font-size:26px;cursor:pointer}
.ntgt-search-results{max-height:420px;overflow:auto;margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.ntgt-search-result{min-width:0;display:flex;align-items:center;gap:10px;padding:9px;border-radius:12px;color:#171228!important;background:#fff}
.ntgt-search-result:hover{background:#f4f1ff}
.ntgt-search-result-image{width:48px;height:48px;flex:0 0 48px;overflow:hidden;border-radius:10px;background:#edf0f7}
.ntgt-search-result-image img{width:100%;height:100%;object-fit:cover;display:block}
.ntgt-search-result>span:last-child{min-width:0;display:flex;flex-direction:column;gap:3px}
.ntgt-search-result strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.ntgt-search-result small{color:var(--ntgt-primary);font-size:12px;font-weight:700}

.ntgt-main{max-width:1160px}
.ntgt-eyebrow-light{color:rgba(255,255,255,.62)!important}

/* Banners */
.ntgt-banner-slider{position:relative;width:100%;overflow:hidden;border-radius:22px;background:#10152b;box-shadow:0 18px 42px rgba(0,0,0,.18)}
.ntgt-banner-track{position:relative;width:100%;aspect-ratio:16/5;min-height:210px}
.ntgt-banner-slide{position:absolute;inset:0;display:block;opacity:0;visibility:hidden;transition:opacity .35s ease}
.ntgt-banner-slide.is-active{opacity:1;visibility:visible}
.ntgt-banner-slide img{width:100%;height:100%;object-fit:cover;display:block}
.ntgt-banner-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px;z-index:4}
.ntgt-banner-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.44);cursor:pointer}
.ntgt-banner-dots button.is-active{width:24px;border-radius:999px;background:#fff}
.ntgt-banner-fallback{min-height:250px;padding:44px;display:flex;flex-direction:column;justify-content:center;border-radius:22px;color:#fff;background:radial-gradient(circle at 78% 35%,rgba(125,91,255,.45),transparent 22%),linear-gradient(135deg,#151b34,#292260 60%,#463499);box-shadow:0 18px 42px rgba(0,0,0,.18)}
.ntgt-banner-fallback h1{max-width:720px;margin:7px 0 12px;color:#fff;font-size:clamp(31px,5vw,50px);line-height:1.03;letter-spacing:-1.5px}
.ntgt-banner-fallback p{max-width:700px;margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.55}

/* Single category */
.ntgt-game-category-section{margin-top:42px}
.ntgt-section-head{margin-bottom:18px;display:flex;align-items:end;justify-content:space-between;gap:20px}
.ntgt-section-head h2{margin:4px 0 0;color:#fff;font-size:clamp(29px,4vw,44px);line-height:1;font-weight:950;letter-spacing:.6px}
.ntgt-game-count{padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700}
.ntgt-home-game-card{background:#171d34!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 10px 28px rgba(0,0,0,.13)}
.ntgt-home-game-card.is-oos{opacity:.55}
.ntgt-home-game-copy{min-height:82px;padding:11px 10px 12px;display:flex;flex-direction:column;gap:5px;text-align:center}
.ntgt-home-game-copy strong{color:#fff!important;font-size:13.5px;line-height:1.25}
.ntgt-home-game-copy small{color:#a99aff;font-size:11px;font-weight:750}
.ntgt-home-oos{position:absolute;top:8px;right:8px;padding:4px 7px;border-radius:7px;background:#b4233b;color:#fff;font-size:9px;font-weight:850}
.ntgt-dark-empty{border:1px solid rgba(255,255,255,.08)!important;background:#171d34!important;color:#fff!important}
.ntgt-dark-empty h2,.ntgt-dark-empty h3{color:#fff!important}.ntgt-dark-empty p{color:#9ca8c4!important}

/* Cleaner product colors */
.ntgt-game-identity-copy h1{color:#fff!important}
.ntgt-step-card>h2{color:var(--ntgt-text)!important}
.ntgt-field input,.ntgt-field select{border:1.5px solid #d9dbe7!important;color:#171228!important}
.ntgt-id-instructions{margin-top:18px;padding:16px;display:flex;align-items:flex-start;gap:12px;border:1px solid #e1dff0;border-radius:14px;background:#f8f7fc;color:#675f72;font-size:13.5px;line-height:1.62}
.ntgt-instructions-icon{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:#ede9ff;color:#6048e8;font-weight:900}
.ntgt-instructions-content{min-width:0}.ntgt-instructions-content p:first-child{margin-top:0}.ntgt-instructions-content p:last-child{margin-bottom:0}

/* Explicit selected package text fix */
.ntgt-package-option.is-selected{border-color:var(--ntgt-primary)!important;background:#f8f7ff!important;box-shadow:0 0 0 1px var(--ntgt-primary)!important;color:#171228!important}
.ntgt-package-option.is-selected,.ntgt-package-option.is-selected .ntgt-package-title,.ntgt-package-option.is-selected .ntgt-package-price,.ntgt-package-option.is-selected .ntgt-package-price strong{color:#171228!important}
.ntgt-package-option.is-selected .ntgt-package-price small{color:var(--ntgt-accent)!important}
.ntgt-package-title{color:#171228!important}
.ntgt-package-price strong{color:#171228!important}
.ntgt-package-option.is-disabled{opacity:.42!important;filter:grayscale(.28)}
.ntgt-oos{top:8px;right:8px;bottom:auto;background:#ad253c}
.ntgt-payment-card.is-selected{border-color:var(--ntgt-primary)!important;background:#f8f7ff!important;box-shadow:0 0 0 1px var(--ntgt-primary)!important}

/* Sticky bar — use viewport width safely */
.ntgt-sticky-buy{left:0!important;right:0!important;transform:none!important;width:100%!important;max-width:100vw!important;padding-left:max(18px,calc((100vw - 1160px)/2));padding-right:max(18px,calc((100vw - 1160px)/2))}

/* Account / Login / Orders */
.ntgt-account-hero{margin-bottom:24px;padding:34px;border-radius:22px;color:#fff;background:radial-gradient(circle at 85% 25%,rgba(125,91,255,.42),transparent 25%),linear-gradient(135deg,#151b34,#28235c)}
.ntgt-account-hero h1{margin:6px 0 9px;color:#fff!important;font-size:clamp(30px,4vw,44px);letter-spacing:-1px}.ntgt-account-hero p{margin:0;color:rgba(255,255,255,.7)}
.ntgt-account-card{padding:26px;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(0,0,0,.15)}
.ntgt-login-card .woocommerce-form{border:0!important;padding:0!important}.ntgt-login-card .input-text{min-height:52px!important;border:1px solid #dadce7!important;border-radius:12px!important}.ntgt-login-card .button{min-height:48px!important;padding:0 22px!important;border-radius:11px!important;background:var(--ntgt-primary)!important;color:#fff!important}
.ntgt-account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ntgt-account-action-card{min-height:190px;padding:22px;display:flex;flex-direction:column;gap:9px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#171d34;color:#fff!important}.ntgt-account-action-card:hover{border-color:rgba(133,110,255,.5);transform:translateY(-2px)}
.ntgt-account-action-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:rgba(112,87,255,.18);color:#afa2ff;font-size:20px;font-weight:900}.ntgt-account-action-card strong{margin-top:auto;color:#fff!important;font-size:18px}.ntgt-account-action-card small{color:#9ca8c4;line-height:1.45}
.ntgt-orders-list{display:grid;gap:14px}.ntgt-order-card{padding:20px;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.13)}.ntgt-order-card-head,.ntgt-order-meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.ntgt-order-card-head>div{display:flex;flex-direction:column;gap:3px}.ntgt-order-card-head small{color:#8b8594;font-size:9px;font-weight:850;letter-spacing:1.3px}.ntgt-order-card-head strong{color:#171228;font-size:19px}.ntgt-order-status{padding:6px 10px;border-radius:999px;background:#eef0f5;color:#5e6470;font-size:11px;font-weight:850}.ntgt-status-processing,.ntgt-status-completed{background:#e4f8eb;color:#187b43}.ntgt-status-on-hold,.ntgt-status-pending{background:#fff3d6;color:#936414}.ntgt-status-failed,.ntgt-status-cancelled{background:#ffe3e7;color:#a6243c}.ntgt-order-meta{margin:14px 0;padding:12px 0;border-top:1px solid #ececf2;border-bottom:1px solid #ececf2;color:#77717e;font-size:12px}.ntgt-order-game>strong{color:#171228;font-size:15px}.ntgt-order-game p{margin:8px 0;display:flex;justify-content:space-between;gap:15px}.ntgt-order-game p span{color:#7c7584}.ntgt-order-game p b{color:#171228;text-align:right}
.ntgt-inline-button{min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:var(--ntgt-primary);color:#fff!important;font-weight:800}

@media(max-width:1000px){.ntgt-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){
  .ntgt-header{min-height:72px;padding:0 16px!important;gap:9px}.ntgt-menu-button,.ntgt-icon-button{width:40px;height:40px;flex-basis:40px}.ntgt-brand{gap:8px}.ntgt-brand img{max-height:32px;max-width:132px}.ntgt-brand-mark{width:34px;height:34px;flex-basis:34px}.ntgt-brand strong{font-size:17px}
  .ntgt-main{width:100%!important;max-width:100%!important;padding:20px 0 112px!important;overflow:hidden!important}
  .ntgt-home .ntgt-banner-slider,.ntgt-home .ntgt-banner-fallback,.ntgt-home .ntgt-game-category-section{width:calc(100% - 40px)!important;max-width:calc(100% - 40px)!important;margin-left:auto!important;margin-right:auto!important}
  .ntgt-banner-track{min-height:0;aspect-ratio:16/8.5}.ntgt-banner-fallback{min-height:220px;padding:28px 23px}.ntgt-banner-fallback h1{font-size:31px}.ntgt-banner-fallback p{font-size:13px}
  .ntgt-game-category-section{margin-top:34px}.ntgt-section-head h2{font-size:32px}.ntgt-game-count{font-size:10px}.ntgt-home-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ntgt-home-game-card{border-radius:14px}.ntgt-home-game-copy{min-height:72px;padding:9px 6px 10px}.ntgt-home-game-copy strong{font-size:11.5px}.ntgt-home-game-copy small{font-size:9.5px}
  .ntgt-game-page,.ntgt-account-main,.ntgt-orders-main{width:100%!important;max-width:100%!important;padding:22px 20px 112px!important;overflow:hidden!important}
  .ntgt-sticky-buy{width:100vw!important;max-width:100vw!important;left:0!important;right:0!important;padding:11px 14px calc(11px + env(safe-area-inset-bottom,0px))!important;gap:10px}.ntgt-sticky-error{left:14px!important;right:14px!important}.ntgt-sticky-summary{max-width:46%}.ntgt-sticky-summary>span{font-size:11px}.ntgt-sticky-summary>strong{font-size:19px}.ntgt-sticky-buy-button{min-width:0;flex:1;max-width:250px;min-height:56px;padding:0 18px}
  .ntgt-header-search-panel{width:calc(100vw - 20px);border-radius:0 0 14px 14px}.ntgt-search-results{grid-template-columns:1fr;max-height:58vh}
  .ntgt-account-hero{margin-left:0!important;margin-right:0!important;padding:26px 22px}.ntgt-account-grid{grid-template-columns:1fr}.ntgt-account-action-card{min-height:150px}
}
@media(max-width:430px){.ntgt-brand strong{font-size:15px}.ntgt-home .ntgt-banner-slider,.ntgt-home .ntgt-banner-fallback,.ntgt-home .ntgt-game-category-section{width:calc(100% - 32px)!important;max-width:calc(100% - 32px)!important}.ntgt-game-page,.ntgt-account-main,.ntgt-orders-main{padding-left:16px!important;padding-right:16px!important}}


/* === v1.3.0 === */
html,body.ntgt-standalone-store{max-width:100%!important;overflow-x:hidden!important}

/* Hide external floating cart/basket widgets on Nova Topup pages. */
body.ntgt-standalone-store #fkcart-floating-toggler,
body.ntgt-standalone-store .fkcart-floating-toggler,
body.ntgt-standalone-store .fkcart-mini-open,
body.ntgt-standalone-store .fkcart-open-cart,
body.ntgt-standalone-store .fkcart-shortcode-container,
body.ntgt-standalone-store .fkcart-shortcode,
body.ntgt-standalone-store .xoo-wsc-basket,
body.ntgt-standalone-store .xt_woofc-cart-open,
body.ntgt-standalone-store .xt_woofc-floating,
body.ntgt-standalone-store .vi-wcaio-sidebar-cart-icon-wrap,
body.ntgt-standalone-store .woofc-count,
body.ntgt-standalone-store .woofc-cart,
body.ntgt-standalone-store [class*="fkcart"][class*="float"],
body.ntgt-standalone-store [class*="fkcart"][class*="toggle"],
body.ntgt-standalone-store [id*="fkcart"][id*="float"],
body.ntgt-standalone-store [id*="fkcart"][id*="toggle"]{display:none!important}

/* Two-image product header. */
.ntgt-product-top{width:100%;margin-bottom:32px}
.ntgt-product-wide-banner{width:100%;aspect-ratio:16/5.4;min-height:220px;overflow:hidden;border-radius:22px;background:#101629;box-shadow:0 16px 36px rgba(0,0,0,.22)}
.ntgt-product-wide-banner img{width:100%;height:100%;display:block;object-fit:cover}
.ntgt-product-top .ntgt-game-identity{padding:28px 6px 0;align-items:center}
.ntgt-product-features{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px}
.ntgt-product-feature{display:inline-flex;align-items:center;gap:7px;color:rgba(255,255,255,.92);font-size:14px;line-height:1.25;font-weight:750}
.ntgt-product-feature:not(:last-child)::after{content:"/";margin-left:9px;color:rgba(255,255,255,.28);font-weight:400}
.ntgt-product-feature b{font-size:20px;line-height:1}
.ntgt-product-feature strong{color:#fff!important;font-size:14px;font-weight:800}

/* Compact Player ID instructions directly below the ID. */
.ntgt-player-input-row{position:relative;display:flex;align-items:center;gap:9px}
.ntgt-player-input-row input{flex:1}
.ntgt-player-help-icon{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border-radius:50%;background:var(--ntgt-primary);color:#fff;font-size:13px;font-weight:900}
.ntgt-id-instructions{margin:6px 0 0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#806a83!important;font-size:11px!important;line-height:1.48!important}
.ntgt-id-instructions p{margin:0!important}
.ntgt-id-instructions ul,.ntgt-id-instructions ol{margin:4px 0 0!important;padding-left:17px!important}

/* Best Seller and Browse all items. */
.ntgt-bestseller-block,.ntgt-browse-items{margin-top:4px}
.ntgt-bestseller-block h3,.ntgt-browse-items h3{margin:0 0 13px;color:#351039;font-size:15px;line-height:1.25;font-weight:900}
.ntgt-browse-items{margin-top:20px}
.ntgt-bestseller-grid{display:grid;grid-template-columns:minmax(0,190px);gap:12px}
.ntgt-bestseller-card{min-height:195px!important;border-width:2px!important}
.ntgt-bestseller-ribbon{position:absolute;z-index:3;left:0;top:0;padding:4px 9px 4px 7px;border-radius:0 0 8px 0;background:#f47da2;color:#fff;font-size:8px;line-height:1;font-weight:950}
.ntgt-bestseller-card .ntgt-package-title{min-height:48px;padding-top:22px;font-size:14px}
.ntgt-bestseller-card .ntgt-package-image{height:68px!important}
.ntgt-bestseller-card .ntgt-package-price{min-height:68px;padding:8px 9px 10px}
.ntgt-bestseller-card .ntgt-package-price strong{font-size:16px!important}

/* Smaller variation images. */
.ntgt-package-image{height:72px!important;padding:7px!important}
.ntgt-package-image img{max-width:82%!important;max-height:82%!important}

/* Country calling code phone field. */
.ntgt-phone-wrap{min-height:58px;display:flex;align-items:center;overflow:hidden;border:1.5px solid #d9dbe7;border-radius:13px;background:#fff}
.ntgt-phone-wrap:focus-within{border-color:#6a41ff;box-shadow:0 0 0 3px rgba(106,65,255,.1)}
.ntgt-phone-prefix{min-width:50px;padding:0 9px;color:#544d61;font-size:13px;font-weight:800;text-align:center;border-right:1px solid #e4e4ec}
.ntgt-phone-wrap input{min-width:0!important;min-height:56px!important;border:0!important;border-radius:0!important;box-shadow:none!important}

@media(max-width:720px){
  .ntgt-product-wide-banner{min-height:0;aspect-ratio:16/7.5;border-radius:17px}
  .ntgt-product-top .ntgt-game-identity{padding-top:20px;align-items:flex-start}
  .ntgt-product-top .ntgt-game-identity-image{width:92px!important;height:92px!important;flex:0 0 92px!important}
  .ntgt-product-features{gap:7px 9px}
  .ntgt-product-feature,.ntgt-product-feature strong{font-size:11px}
  .ntgt-product-feature b{font-size:15px}
  .ntgt-product-feature:not(:last-child)::after{margin-left:4px}
  .ntgt-id-instructions{font-size:10.5px!important;line-height:1.45!important}
  .ntgt-player-help-icon{width:22px;height:22px;flex-basis:22px;font-size:12px}
  .ntgt-bestseller-grid{grid-template-columns:minmax(0,145px)}
  .ntgt-bestseller-card{min-height:172px!important}
  .ntgt-bestseller-card .ntgt-package-image{height:58px!important}
  .ntgt-package-image{height:62px!important}
  .ntgt-package-image img{max-width:78%!important;max-height:78%!important}
  .ntgt-package-option{min-height:195px!important}
  .ntgt-package-title{min-height:52px!important;font-size:13px!important;padding:13px 8px 8px!important}
  .ntgt-package-price{min-height:72px!important;padding:9px 9px 10px!important}
  .ntgt-package-price strong{font-size:16px!important}
}


/* ==========================================================
   v1.5.0 — Nova Topup navy/cyan storefront polish
   ========================================================== */
body.ntgt-standalone-store{
  background:#0f1525!important;
}
.ntgt-app{
  min-height:100vh!important;
  background:
    radial-gradient(circle at 88% 10%,rgba(19,190,218,.045),transparent 24%),
    #0f1525!important;
}

/* Header: logo left, search/account/menu right. */
.ntgt-header{
  height:78px!important;
  min-height:78px!important;
  background:#040814!important;
  border-bottom:1px solid #1b2639!important;
  box-shadow:0 8px 24px rgba(0,0,0,.22)!important;
  gap:12px!important;
}
.ntgt-brand{
  min-width:0!important;
  margin-right:auto!important;
  gap:0!important;
  flex:0 1 auto!important;
}
.ntgt-brand img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-height:50px!important;
  max-width:245px!important;
  object-fit:contain!important;
}
.ntgt-brand strong{display:none!important}
.ntgt-brand-mark{
  width:44px!important;height:44px!important;flex:0 0 44px!important;
  border-radius:12px!important;background:#13beda!important;color:#04101a!important;
}
.ntgt-header-actions{
  margin-left:auto!important;
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  gap:7px!important;flex:0 0 auto!important;
}
.ntgt-icon-button{
  width:43px!important;height:43px!important;flex:0 0 43px!important;
  border:1px solid #233049!important;border-radius:12px!important;
  background:#0d1627!important;color:#eef7ff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015)!important;
}
.ntgt-icon-button:hover{background:#121e32!important;border-color:#33445f!important}
.ntgt-icon-button svg{width:22px!important;height:22px!important;stroke-width:2.15!important}
.ntgt-account-icon{
  background:#13beda!important;
  border-color:#13beda!important;
  color:#04101a!important;
  box-shadow:0 7px 20px rgba(19,190,218,.16)!important;
}
.ntgt-account-icon:hover{background:#24c8e3!important;border-color:#24c8e3!important}
.ntgt-menu-button{
  width:38px!important;height:38px!important;flex:0 0 38px!important;
  padding:8px!important;border:1px solid transparent!important;border-radius:11px!important;
  background:transparent!important;color:#fff!important;
}
.ntgt-menu-button:hover{background:#0d1627!important;border-color:#233049!important}
.ntgt-menu-button span{
  width:19px!important;height:2px!important;margin:2.4px auto!important;
  background:#f3f7fb!important;border-radius:999px!important;
}
.ntgt-drawer{
  left:auto!important;
  right:max(18px,calc((100vw - 1160px)/2))!important;
  top:88px!important;
  background:#0b1424!important;
  border:1px solid #243148!important;
  box-shadow:0 22px 60px rgba(0,0,0,.4)!important;
}
.admin-bar .ntgt-drawer{top:120px!important}
.ntgt-drawer a{color:#eff6ff!important}
.ntgt-drawer a:hover{background:#121e32!important;color:#19c3df!important}

/* Search panel follows the same dark professional palette. */
.ntgt-header-search-panel{
  background:#08111f!important;
  border:1px solid #1e2b42!important;
  border-top:0!important;
}
.ntgt-search-box{background:#0f192b!important;border-color:#28364e!important}
.ntgt-search-box-icon svg{stroke:#9cacbf!important}
.ntgt-search-box input{color:#f4f8fc!important}
.ntgt-search-box input::placeholder{color:#7f8ca0!important}
.ntgt-search-box button{color:#aeb8c8!important}
.ntgt-search-result{background:#0f192b!important;color:#fff!important}
.ntgt-search-result:hover{background:#152239!important}
.ntgt-search-result strong{color:#fff!important}
.ntgt-search-result small{color:#13beda!important}

/* Home/store surface inspired by the supplied dark navy reference. */
.ntgt-main{color:#eef4fb!important}
.ntgt-home-game-card{
  background:#121b2c!important;
  border-color:#263247!important;
  box-shadow:0 8px 24px rgba(0,0,0,.18)!important;
}
.ntgt-home-game-card:hover{background:#162238!important;border-color:#32415b!important}
.ntgt-home-game-image{background:#101929!important}
.ntgt-home-game-copy small{color:#19bfdc!important}
.ntgt-game-count{border-color:#2a374d!important;color:#aeb9c9!important}
.ntgt-banner-slider,.ntgt-banner-fallback{background-color:#0b1424!important}
.ntgt-banner-fallback{
  background:
    radial-gradient(circle at 78% 30%,rgba(19,190,218,.16),transparent 28%),
    linear-gradient(135deg,#08101d,#111d31)!important;
}

@media(max-width:720px){
  .ntgt-header{
    height:72px!important;min-height:72px!important;
    padding:0 14px!important;gap:7px!important;
  }
  .ntgt-brand img{max-height:44px!important;max-width:185px!important}
  .ntgt-brand-mark{width:40px!important;height:40px!important;flex-basis:40px!important}
  .ntgt-header-actions{gap:5px!important}
  .ntgt-icon-button{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:10px!important}
  .ntgt-icon-button svg{width:20px!important;height:20px!important}
  .ntgt-menu-button{width:34px!important;height:34px!important;flex-basis:34px!important;padding:7px!important}
  .ntgt-menu-button span{width:17px!important;height:1.8px!important;margin:2.2px auto!important}
  .ntgt-drawer{right:12px!important;left:auto!important;top:78px!important;width:min(285px,calc(100vw - 24px))!important}
  .admin-bar .ntgt-drawer{top:124px!important}
  .ntgt-header-search-panel{width:calc(100vw - 16px)!important}
}
@media(max-width:390px){
  .ntgt-brand img{max-width:155px!important;max-height:40px!important}
  .ntgt-icon-button{width:36px!important;height:36px!important;flex-basis:36px!important}
  .ntgt-menu-button{width:32px!important;height:32px!important;flex-basis:32px!important}
}


/* ==========================================================
   v1.6.0 — Product hero, searchable country picker, multi-category
   ========================================================== */

/* Multiple category sections keep a clean rhythm. */
.ntgt-game-category-section + .ntgt-game-category-section{margin-top:58px}
.ntgt-section-head{align-items:flex-end!important}
.ntgt-game-count{white-space:nowrap}

/* Product top mirrors a premium UID top-up layout. */
.ntgt-game-page{padding-top:20px!important}
.ntgt-product-top{margin-bottom:34px!important}
.ntgt-product-wide-banner{
  width:100%!important;
  aspect-ratio:16/6.15!important;
  min-height:0!important;
  border-radius:18px!important;
  background:#050a15!important;
  box-shadow:0 14px 36px rgba(0,0,0,.28)!important;
}
.ntgt-product-wide-banner img{object-fit:cover!important;object-position:center!important}
.ntgt-product-top .ntgt-game-identity{
  display:grid!important;
  grid-template-columns:158px minmax(0,1fr)!important;
  align-items:center!important;
  gap:30px!important;
  padding:34px 18px 2px!important;
}
.ntgt-product-top .ntgt-game-identity-image{
  width:158px!important;height:158px!important;flex:0 0 158px!important;
  border-radius:24px!important;border:1px solid #26364e!important;
  background:#0b1424!important;box-shadow:0 15px 34px rgba(0,0,0,.3)!important;
}
.ntgt-product-top .ntgt-game-identity-copy h1{
  margin:0 0 20px!important;
  color:#fff!important;
  font-size:clamp(34px,4.3vw,54px)!important;
  line-height:.98!important;
  letter-spacing:-1.6px!important;
  font-weight:950!important;
  text-transform:uppercase;
}
.ntgt-product-features{gap:11px 14px!important}
.ntgt-product-feature{
  position:relative;display:inline-flex!important;align-items:center!important;gap:9px!important;
  color:#fff!important;font-size:16px!important;font-weight:850!important;white-space:nowrap;
}
.ntgt-product-feature:not(:last-child)::after{content:"/"!important;margin-left:5px!important;color:#0fb3cf!important;font-size:20px!important;font-weight:500!important;opacity:.7}
.ntgt-product-feature strong{color:#fff!important;font-size:16px!important;font-weight:850!important}
.ntgt-product-feature-icon{
  width:31px;height:31px;display:inline-grid;place-items:center;flex:0 0 31px;
  filter:drop-shadow(0 0 7px rgba(28,180,255,.23));
  animation:ntgtFeatureFloat 2.4s ease-in-out infinite;
}
.ntgt-product-feature-2 .ntgt-product-feature-icon{animation-delay:.18s;filter:drop-shadow(0 0 8px rgba(255,190,0,.28))}
.ntgt-product-feature-3 .ntgt-product-feature-icon{animation-delay:.36s;filter:drop-shadow(0 0 8px rgba(255,56,86,.25))}
.ntgt-product-feature-icon svg{width:100%;height:100%;overflow:visible}
.ntgt-product-feature-1 .ntgt-feature-fill{fill:#169fee}
.ntgt-product-feature-1 .ntgt-feature-stroke{fill:none;stroke:#fff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.ntgt-product-feature-2 .ntgt-feature-fill{fill:#ffc400}
.ntgt-product-feature-3 .ntgt-feature-stroke{fill:none;stroke:#ff364f;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
@keyframes ntgtFeatureFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-3px) scale(1.045)}}

/* Verify action now belongs directly to Player ID before instructions. */
.ntgt-verify-inline{align-self:flex-start;margin-top:10px!important}
.ntgt-player-field .ntgt-verify-result{align-self:stretch;margin-top:8px!important}
.ntgt-player-field .ntgt-id-instructions{margin-top:10px!important;padding-top:10px!important;border-top:1px solid #efe8f0!important}

/* Searchable country / region selector. */
.ntgt-country-picker{position:relative;width:100%}
.ntgt-country-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.ntgt-country-trigger{
  width:100%;min-height:58px;padding:0 15px;border:2px solid #dccedf;border-radius:13px;background:#fff;
  display:flex;align-items:center;gap:11px;color:#351039;cursor:pointer;text-align:left;
  transition:border-color .16s ease,box-shadow .16s ease;
}
.ntgt-country-trigger:hover,.ntgt-country-trigger[aria-expanded="true"]{border-color:#6a41ff;box-shadow:0 0 0 3px rgba(106,65,255,.1)}
.ntgt-country-trigger svg{width:19px;height:19px;margin-left:auto;fill:none;stroke:#777080;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}
.ntgt-country-trigger[aria-expanded="true"] svg{transform:rotate(180deg)}
.ntgt-country-flag{font-size:22px;line-height:1;flex:0 0 auto}
.ntgt-country-selected-name{font-size:15px;font-weight:750;color:#351039;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ntgt-country-panel{
  position:absolute;z-index:1600;left:0;right:0;top:calc(100% + 7px);overflow:hidden;
  border:1px solid #dfe2ea;border-radius:15px;background:#fff;box-shadow:0 18px 48px rgba(17,24,39,.2)
}
.ntgt-country-search-wrap{display:flex;align-items:center;gap:8px;margin:10px;padding:0 12px;border:1px solid #dfe2e8;border-radius:11px;background:#f8fafc}
.ntgt-country-search-wrap svg{width:18px;height:18px;fill:none;stroke:#6b7280;stroke-width:1.8;stroke-linecap:round}
.ntgt-country-search-wrap input{min-height:42px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font-size:14px!important;color:#111827!important}
.ntgt-country-list{max-height:280px;overflow:auto;padding:0 7px 8px;overscroll-behavior:contain}
.ntgt-country-option{
  width:100%;min-height:47px;padding:7px 10px;border:0;border-radius:9px;background:#fff;display:flex;align-items:center;gap:10px;
  color:#1f2937;cursor:pointer;text-align:left
}
.ntgt-country-option:hover,.ntgt-country-option.is-selected{background:#eef2ff}
.ntgt-country-option-name{min-width:0;flex:1;font-size:13.5px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ntgt-country-option small{font-size:12px;color:#697386;font-weight:700}

/* WhatsApp number follows country without duplicating the calling code. */
.ntgt-whatsapp-field{position:relative}
.ntgt-phone-wrap{padding-left:10px!important}
.ntgt-phone-flag{font-size:21px;line-height:1;flex:0 0 auto;margin-right:2px}
.ntgt-phone-prefix{min-width:auto!important;padding:0 10px 0 4px!important;font-size:14px!important;color:#312a3b!important}
.ntgt-phone-wrap input{padding-left:12px!important}
.ntgt-field-help{display:block;margin-top:2px;color:#88798b;font-size:10.5px;line-height:1.4;font-weight:600}

@media(max-width:720px){
  .ntgt-game-category-section + .ntgt-game-category-section{margin-top:42px}
  .ntgt-product-wide-banner{aspect-ratio:16/7.5!important;border-radius:15px!important}
  .ntgt-product-top .ntgt-game-identity{grid-template-columns:102px minmax(0,1fr)!important;gap:16px!important;padding:22px 4px 0!important}
  .ntgt-product-top .ntgt-game-identity-image{width:102px!important;height:102px!important;flex-basis:102px!important;border-radius:18px!important}
  .ntgt-product-top .ntgt-game-identity-copy h1{font-size:27px!important;line-height:1.02!important;letter-spacing:-.7px!important;margin-bottom:13px!important}
  .ntgt-product-features{gap:7px 8px!important}
  .ntgt-product-feature,.ntgt-product-feature strong{font-size:11px!important}
  .ntgt-product-feature-icon{width:22px;height:22px;flex-basis:22px}
  .ntgt-product-feature:not(:last-child)::after{font-size:13px!important;margin-left:1px!important}
  .ntgt-country-list{max-height:245px}
  .ntgt-country-panel{position:fixed;left:14px;right:14px;top:18vh;max-height:64vh;border-radius:18px}
  .ntgt-country-list{max-height:calc(64vh - 72px)}
}

@media(max-width:430px){
  .ntgt-product-top .ntgt-game-identity{grid-template-columns:94px minmax(0,1fr)!important;gap:13px!important}
  .ntgt-product-top .ntgt-game-identity-image{width:94px!important;height:94px!important;flex-basis:94px!important}
  .ntgt-product-top .ntgt-game-identity-copy h1{font-size:24px!important}
  .ntgt-product-feature,.ntgt-product-feature strong{font-size:10.5px!important}
}

.ntgt-field .ntgt-country-native{position:absolute!important;width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none!important;box-shadow:none!important}


/* ==========================================================
   v1.7.0 — Browse package groups, compact payments, clean search
   ========================================================== */

/* Search panel shows nothing until the shopper types. */
.ntgt-search-prompt,
.ntgt-search-empty{
  margin-top:10px;
  padding:14px 12px;
  border-radius:12px;
  background:#f8fafc;
  color:#6b7280;
  font-size:13px;
  font-weight:650;
  text-align:center;
}
.ntgt-search-empty{color:#8b5e66;background:#fff7f8}
.ntgt-search-result[hidden],
.ntgt-search-prompt[hidden],
.ntgt-search-empty[hidden]{display:none!important}

/* Browse All Items group navigation */
.ntgt-package-group-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:0 0 24px;
}
.ntgt-package-group-tab{
  min-height:58px;
  padding:9px 12px;
  border:2px solid #e4deeb;
  border-radius:13px;
  background:#fff;
  color:#4a3550;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  cursor:pointer;
  text-align:center;
  transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease;
}
.ntgt-package-group-tab:hover{
  transform:translateY(-1px);
  border-color:#b9a9ef;
}
.ntgt-package-group-tab.is-selected{
  border-color:var(--ntgt-primary);
  background:#f8f7ff;
  box-shadow:0 0 0 1px var(--ntgt-primary);
}
.ntgt-package-group-tab-image{
  width:29px;
  height:29px;
  flex:0 0 29px;
  display:grid;
  place-items:center;
}
.ntgt-package-group-tab-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.ntgt-package-group-tab strong{
  color:inherit;
  font-size:13px;
  line-height:1.15;
  font-weight:850;
}

.ntgt-package-group-sections{
  display:block;
}
.ntgt-package-group-section{
  margin:0 0 30px;
  scroll-margin-top:105px;
}
.ntgt-package-group-section:last-child{margin-bottom:0}
.ntgt-package-group-heading{
  min-height:76px;
  margin:0 0 13px;
  padding:12px 14px;
  border-radius:14px;
  background:linear-gradient(135deg,#f7f9fc,#eef3f8);
  display:flex;
  align-items:center;
  gap:12px;
  border:1px solid #e5eaf0;
}
.ntgt-package-group-heading-image{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:grid;
  place-items:center;
}
.ntgt-package-group-heading-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.ntgt-package-group-heading-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.ntgt-package-group-heading-copy strong{
  color:#351039;
  font-size:18px;
  line-height:1.15;
  font-weight:900;
}
.ntgt-package-group-heading-copy small{
  color:#74697a;
  font-size:12px;
  line-height:1.4;
  font-weight:600;
}

/* Payment method cards — compact 2-column Codashop-style layout. */
.ntgt-payment-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  max-width:650px;
}
.ntgt-payment-card{
  min-height:116px!important;
  padding:12px 14px!important;
  border-width:2px!important;
  border-radius:13px!important;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.ntgt-payment-icon{
  min-height:30px!important;
  margin-bottom:7px!important;
}
.ntgt-payment-icon img{
  max-width:105px!important;
  max-height:30px!important;
}
.ntgt-payment-icon b{
  width:34px!important;
  height:34px!important;
  border-radius:8px!important;
}
.ntgt-payment-name{
  font-size:13.5px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.ntgt-payment-live-price{
  margin-top:4px!important;
  font-size:17px!important;
  line-height:1.15!important;
}

@media(max-width:720px){
  .ntgt-package-group-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin-bottom:20px;
  }
  .ntgt-package-group-tab{
    min-height:54px;
    padding:8px 9px;
    border-radius:11px;
  }
  .ntgt-package-group-tab-image{
    width:25px;
    height:25px;
    flex-basis:25px;
  }
  .ntgt-package-group-tab strong{font-size:11.5px}
  .ntgt-package-group-heading{
    min-height:68px;
    padding:10px 11px;
    border-radius:12px;
  }
  .ntgt-package-group-heading-image{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
  .ntgt-package-group-heading-copy strong{font-size:16px}
  .ntgt-package-group-heading-copy small{font-size:10.5px}
  .ntgt-package-group-section{scroll-margin-top:92px}

  .ntgt-payment-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    max-width:none;
  }
  .ntgt-payment-card{
    min-height:106px!important;
    padding:10px 11px!important;
    border-radius:12px!important;
  }
  .ntgt-payment-icon{
    min-height:27px!important;
    margin-bottom:6px!important;
  }
  .ntgt-payment-icon img{
    max-width:92px!important;
    max-height:27px!important;
  }
  .ntgt-payment-name{font-size:12px!important}
  .ntgt-payment-live-price{font-size:16px!important}
}

@media(max-width:390px){
  .ntgt-package-group-tab{
    gap:6px;
    padding-left:7px;
    padding-right:7px;
  }
  .ntgt-package-group-tab strong{font-size:10.8px}
  .ntgt-package-group-tab-image{
    width:23px;
    height:23px;
    flex-basis:23px;
  }
  .ntgt-payment-card{
    min-height:101px!important;
    padding:9px!important;
  }
  .ntgt-payment-icon img{
    max-width:82px!important;
    max-height:25px!important;
  }
}

/* =========================================================
   NOVA TOPUP CUSTOMER AUTH — v1.9.0
========================================================= */
.ntgt-auth-card{
  width:min(560px,100%);
  margin:0 auto;
  padding:28px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:#fff;
  box-shadow:0 24px 65px rgba(0,0,0,.24);
  color:#171228;
}
.ntgt-auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
  margin-bottom:22px;
  padding:5px;
  border-radius:14px;
  background:#f2f4f8;
}
.ntgt-auth-tab{
  min-height:46px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#737b8e;
  font:inherit;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}
.ntgt-auth-tab.is-active{
  background:#fff;
  color:#111827;
  box-shadow:0 4px 14px rgba(15,23,42,.08);
}
.ntgt-auth-panel[hidden],.ntgt-otp-step[hidden],#ntgt-register-details[hidden],#ntgt-forgot-email-step[hidden]{display:none!important}
.ntgt-auth-form{display:grid;gap:15px}
.ntgt-auth-form label{display:grid;gap:7px;margin:0;color:#4d4655;font-size:13px;font-weight:800}
.ntgt-auth-form input{
  width:100%;
  min-height:52px;
  padding:0 15px;
  border:1px solid #d9dee8;
  border-radius:12px;
  outline:0;
  background:#fff;
  color:#171228;
  font:inherit;
  font-size:15px;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ntgt-auth-form input:focus{
  border-color:var(--ntgt-primary);
  box-shadow:0 0 0 4px rgba(112,87,255,.10);
}
.ntgt-password-wrap{position:relative;display:block}
.ntgt-password-wrap input{padding-right:66px!important}
.ntgt-password-toggle{
  position:absolute;
  right:7px;
  top:50%;
  transform:translateY(-50%);
  min-width:50px;
  min-height:36px;
  padding:0 8px;
  border:0;
  border-radius:8px;
  background:#f4f5f8;
  color:#596173;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}
.ntgt-auth-primary,.ntgt-auth-secondary{
  width:100%;
  min-height:52px;
  border-radius:12px;
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.ntgt-auth-primary{
  border:0;
  background:linear-gradient(135deg,var(--ntgt-primary),#5e38ff);
  color:#fff;
  box-shadow:0 12px 24px rgba(112,87,255,.22);
}
.ntgt-auth-primary:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(112,87,255,.28)}
.ntgt-auth-primary:disabled,.ntgt-auth-secondary:disabled{opacity:.58;cursor:wait;transform:none}
.ntgt-auth-secondary{
  border:1px solid #dce1ea;
  background:#fff;
  color:#303747;
}
.ntgt-auth-row{display:flex;align-items:center;justify-content:space-between;min-height:24px}
.ntgt-auth-text-button,.ntgt-auth-back{
  border:0;
  padding:0;
  background:transparent;
  color:var(--ntgt-primary);
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.ntgt-auth-centered{justify-self:center;margin-top:-2px}
.ntgt-auth-back{margin-bottom:18px;color:#626b7c}
.ntgt-auth-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:20px 0;
  color:#9ba2b0;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ntgt-auth-divider:before,.ntgt-auth-divider:after{content:"";height:1px;flex:1;background:#e6e9ef}
.ntgt-google-button{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 16px;
  border:1px solid #d9dee8;
  border-radius:12px;
  background:#fff;
  color:#222936!important;
  text-decoration:none!important;
  font-size:14px;
  font-weight:800;
  box-shadow:0 3px 10px rgba(15,23,42,.04);
  transition:.2s ease;
}
.ntgt-google-button:hover{border-color:#c9cfda;box-shadow:0 7px 18px rgba(15,23,42,.08);transform:translateY(-1px)}
.ntgt-google-button svg{width:21px;height:21px;flex:0 0 21px}
.ntgt-google-button.is-disabled{opacity:.55;cursor:not-allowed;transform:none!important}
.ntgt-google-note{display:block;margin:9px 4px 0;color:#8b93a2;font-size:10px;line-height:1.45;text-align:center}
.ntgt-auth-message,.ntgt-auth-server-message{
  margin:0 0 16px;
  padding:11px 13px;
  border-radius:10px;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}
.ntgt-auth-message.is-error,.ntgt-auth-server-message.is-error{border:1px solid #fecaca;background:#fff1f2;color:#b42318}
.ntgt-auth-message.is-success,.ntgt-auth-server-message.is-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#177245}
.ntgt-otp-step{display:grid;gap:14px;text-align:center}
.ntgt-otp-step h3{margin:0;color:#171228!important;font-size:22px}
.ntgt-otp-step p{margin:0 0 2px;color:#798192;font-size:12px;line-height:1.5}
.ntgt-otp-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  justify-self:center;
  border-radius:16px;
  background:linear-gradient(135deg,#eeeaff,#dcd4ff);
  color:var(--ntgt-primary);
  font-size:23px;
  box-shadow:0 9px 22px rgba(112,87,255,.15);
}
.ntgt-otp-input{
  min-height:58px!important;
  text-align:center;
  letter-spacing:.42em;
  padding-left:calc(15px + .42em)!important;
  font-size:22px!important;
  font-weight:900!important;
}
.ntgt-auth-panel-heading{margin-bottom:20px}
.ntgt-auth-panel-heading h2{margin:0 0 7px;color:#171228!important;font-size:25px}
.ntgt-auth-panel-heading p{margin:0;color:#7e8796;font-size:12px;line-height:1.5}
.ntgt-auth-security{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:22px;
  padding-top:19px;
  border-top:1px solid #edf0f4;
  color:#5f6878;
}
.ntgt-auth-security>span{
  width:25px;
  height:25px;
  flex:0 0 25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eafbf1;
  color:#1ea45d;
  font-size:12px;
  font-weight:900;
}
.ntgt-auth-security p{display:grid;gap:3px;margin:0}
.ntgt-auth-security strong{color:#303747;font-size:11px}
.ntgt-auth-security small{color:#9299a6;font-size:9.5px;line-height:1.45}

@media(max-width:767px){
  .ntgt-account-main .ntgt-account-hero{margin-bottom:16px;padding:22px 18px}
  .ntgt-account-main .ntgt-account-hero h1{font-size:27px!important;line-height:1.08}
  .ntgt-account-main .ntgt-account-hero p{font-size:12px}
  .ntgt-auth-card{padding:18px;border-radius:18px}
  .ntgt-auth-tabs{margin-bottom:18px}
  .ntgt-auth-tab{min-height:42px;font-size:12px}
  .ntgt-auth-form{gap:12px}
  .ntgt-auth-form input{min-height:48px;font-size:13px}
  .ntgt-auth-primary,.ntgt-auth-secondary,.ntgt-google-button{min-height:48px}
  .ntgt-otp-step h3{font-size:19px}
  .ntgt-otp-input{min-height:54px!important;font-size:20px!important}
}


/* =========================================================
   v1.9.0 — registration profile fields + deliberate recharge selection
========================================================= */
.ntgt-auth-form .ntgt-auth-select{
  width:100%;
  min-height:52px;
  padding:0 42px 0 15px;
  border:1px solid #d9dee8;
  border-radius:12px;
  outline:0;
  background:#fff;
  color:#171228;
  font:inherit;
  font-size:15px;
  cursor:pointer;
  appearance:auto;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.ntgt-auth-form .ntgt-auth-select:focus{
  border-color:var(--ntgt-primary);
  box-shadow:0 0 0 4px rgba(112,87,255,.10);
}

/* No package is selected until the shopper taps one. */
.ntgt-sticky-buy.is-awaiting-package .ntgt-sticky-summary{display:none}
.ntgt-sticky-buy.is-awaiting-package{justify-content:center}
.ntgt-sticky-buy.is-awaiting-package .ntgt-sticky-buy-button{
  flex:1 1 520px;
  width:min(520px,100%);
  max-width:520px;
}
#ntgt-recharge-section{scroll-margin-top:100px}

@media(max-width:767px){
  .ntgt-auth-form .ntgt-auth-select{min-height:48px;font-size:13px}
  .ntgt-sticky-buy.is-awaiting-package .ntgt-sticky-buy-button{max-width:none;width:100%}
}


/* =========================================================
   v1.9.1 — cleaner professional field focus states
========================================================= */
.ntgt-auth-form input,
.ntgt-auth-form select,
.ntgt-auth-form .ntgt-auth-select,
.ntgt-field input,
.ntgt-field select{
  outline:none!important;
  outline-width:0!important;
  outline-style:none!important;
  outline-offset:0!important;
  -webkit-tap-highlight-color:transparent;
}

.ntgt-auth-form input:focus,
.ntgt-auth-form input:focus-visible,
.ntgt-auth-form select:focus,
.ntgt-auth-form select:focus-visible,
.ntgt-auth-form .ntgt-auth-select:focus,
.ntgt-auth-form .ntgt-auth-select:focus-visible{
  outline:none!important;
  border:1.5px solid var(--ntgt-primary)!important;
  box-shadow:0 0 0 3px rgba(112,87,255,.10)!important;
}

.ntgt-field input:focus,
.ntgt-field input:focus-visible,
.ntgt-field select:focus,
.ntgt-field select:focus-visible{
  outline:none!important;
  border-color:#6a41ff!important;
  box-shadow:0 0 0 3px rgba(106,65,255,.10)!important;
}

/* Prevent browser/theme dotted focus rings on the auth controls. */
.ntgt-auth-card input::-moz-focus-inner,
.ntgt-auth-card button::-moz-focus-inner,
.ntgt-auth-card select::-moz-focus-inner{
  border:0!important;
}
