@font-face {
  font-family: "GGKOD Manrope";
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

.currency-item-page .offer-groups {
  max-height: 440px;
  overflow: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 189, 118, 0.55) rgba(10, 23, 35, 0.7);
}

.currency-item-page .offer-groups .offers {
  max-height: none;
  overflow: visible;
}

.currency-item-page .offer-group-title {
  margin: 14px 0 8px;
  color: #aab8c5;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.currency-item-page .offer-group-title:first-child {
  margin-top: 0;
}

@font-face {
  font-family: "GGKOD Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --green: #1b9a5c;
  --green-2: #2eba74;
  --ink: #10131d;
  --muted: #667084;
  --line: #e5eaf2;
  --panel: #ffffff;
  --soft: #f5f7fb;
  --night: #06111e;
  --shadow: 0 18px 48px rgba(16, 28, 48, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "GGKOD Manrope", Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 212, 111, .08), transparent 30%),
    linear-gradient(180deg, #f9fbfe 0%, #f4f7fb 56%, #eef3f8 100%);
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.shell {
  width: min(1220px, calc(100% - 60px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, #071423 0%, #020912 100%);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .22);
}

.topbar__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(330px, auto) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  color: var(--green-2);
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
}

.main-nav {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .055);
}
.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 8px;
  color: #d8e2ed;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.main-nav a.is-active {
  color: #00170c;
  background: linear-gradient(135deg, #2fbd76, #16894f);
  box-shadow: 0 10px 24px rgba(27,154,92, .18);
}

.catalog, .top-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  font-weight: 800;
}

.catalog {
  color: #00170c;
  background: linear-gradient(135deg, #2fbd76, #16894f);
  box-shadow: 0 14px 32px rgba(27,154,92, .22);
}
.catalog svg { fill: currentColor; stroke: none; }

.search {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 14px 0 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .045);
}
.search input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}
.search input::placeholder { color: #9aa6b5; }
.search button {
  width: 34px;
  height: 34px;
  border: 0;
  color: #fff;
  background: transparent;
}

.actions { display: flex; gap: 14px; }
.top-btn {
  color: #fff;
  min-width: 120px;
  padding: 0 18px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .055);
}
.breadcrumbs {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #697386;
  font-size: 13px;
}
.breadcrumbs span {
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: .8;
}
.breadcrumbs b { color: #2d3748; }

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 18px;
}
.layout > * { min-width: 0; }

.panel {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(220, 227, 238, .9);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.topup { padding: 34px 32px 0; }
.service-head {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}
.service-head > div { min-width: 0; }
.steam-logo {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, #f7fbff 0 13%, transparent 14%),
    linear-gradient(145deg, #071a42, #00669f 56%, #071a42);
}
.steam-logo svg {
  width: 76px;
  height: 76px;
  fill: currentColor;
  stroke: none;
}
h1, h2, h3, p { margin: 0; }
h1 { font-size: 32px; line-height: 1.12; font-weight: 700; }
.service-head p {
  margin-top: 10px;
  color: #111827;
  font-size: 19px;
  line-height: 1.45;
}

.service-head-meta {
  align-self: start;
  justify-self: end;
  min-width: 138px;
  display: grid;
  gap: 3px;
  margin-top: 1px;
  padding: 10px 12px;
  border: 1px solid rgba(125, 137, 151, .12);
  border-radius: 5px;
  color: #7d8997;
  background: rgba(255, 255, 255, .08);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 650;
  text-align: right;
}

.service-head-meta > * {
  display: block;
  white-space: nowrap;
}

.service-head-meta > * + *::before {
  content: none;
}

.service-head-meta b {
  display: block;
  margin-right: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 760;
}

.service-head-meta a {
  color: inherit;
}

.service-head-meta button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  cursor: pointer;
}

.service-head-meta :is(a, button):hover {
  color: #1f8f59;
}

.topup-form { display: grid; gap: 21px; min-width: 0; }
.topup-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.topup-mode > :is(button, a) {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 12px;
  border: 1px solid #dce2eb;
  border-radius: 5px !important;
  color: #273143;
  background: linear-gradient(180deg, #fbfcfe, #f0f3f7);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 -1px 1px rgba(16, 24, 40, .04);
  transition: border-color .15s, background .15s, color .15s;
}
.topup-mode > :is(button, a) b,.topup-mode > :is(button, a) small{display:block}
.topup-mode > :is(button, a) b{color:inherit;font-size:12px;font-weight:800}
.topup-mode > :is(button, a) small{color:#7f91a1;font-size:10px;font-weight:500}
.topup-mode > :is(button, a):hover { color: #1f2937; border-color:#c7d0dc; background: #e9eef4; }
.topup-mode > .is-active {
  color: #1f2937;
  border-color: #c7d0dc;
  background: #e9eef4;
  box-shadow: inset 0 -1px 1px rgba(16, 24, 40, .04);
}
.topup-mode > .is-active b{color:inherit}.topup-mode > .is-active small{color:#69cf9a}
.field { display: grid; gap: 10px; min-width: 0; font-weight: 800; }
.field > span { font-size: 15px; }
.login-notice {
  color: #667084;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}
.field.is-error .input-wrap {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, .1);
}
.field.is-error .login-notice {
  color: #dc2626;
  font-weight: 800;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal.is-open { display: flex; }
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 13, .72);
  backdrop-filter: blur(6px);
}
.modal__panel {
  position: relative;
  width: min(520px, 100%);
  padding: 28px;
  border-radius: 14px;
  border: 1px solid rgba(143, 162, 184, .18);
  color: #f7fbff;
  background: linear-gradient(145deg, #102031, #07121f);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
}
.modal__panel h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.18;
}
.modal__panel p,
.modal__panel li {
  color: #b8c3d2;
  font-size: 15px;
  line-height: 1.58;
}
.modal__panel ol {
  margin: 14px 0;
  padding-left: 22px;
}
.modal__warn {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  color: #ffe4e6 !important;
  background: rgba(239, 68, 68, .12);
  border: 1px solid rgba(239, 68, 68, .22);
  font-weight: 800;
}
.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(143, 162, 184, .18);
  border-radius: 9px;
  color: #f7fbff;
  background: rgba(255, 255, 255, .06);
  font-size: 24px;
  line-height: 1;
}

.safety-list {
  margin: 18px 0 0;
  padding: 0;
  counter-reset: safety;
  display: grid;
  gap: 12px;
  list-style: none;
}

.safety-list li {
  counter-increment: safety;
  position: relative;
  padding: 14px 14px 14px 54px;
  border: 1px solid rgba(143, 162, 184, .16);
  border-radius: 5px;
  background: rgba(255, 255, 255, .035);
}

.safety-list li::before {
  content: counter(safety);
  position: absolute;
  left: 14px;
  top: 14px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: #07120d;
  background: #62cf94;
  font-size: 13px;
  font-weight: 850;
}

.safety-list b,
.safety-list span {
  display: block;
}

.safety-list b {
  color: #f4f8fb;
  font-size: 15px;
  line-height: 1.25;
}

.safety-list span {
  margin-top: 5px;
  color: #aeb9c7;
  font-size: 13px;
  line-height: 1.5;
}

.exit-promo__panel {
  width: min(460px, 100%);
  padding: 24px;
  border-color: rgba(32, 173, 104, .34);
  background:
    radial-gradient(circle at 12% 10%, rgba(32, 173, 104, .18), transparent 34%),
    linear-gradient(145deg, #102031, #07121f);
}
.exit-promo__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 9px;
  border: 1px solid rgba(32, 173, 104, .24);
  border-radius: 5px;
  color: #7ee8ad;
  background: rgba(32, 173, 104, .1);
  font-size: 11px;
  font-weight: 800;
}
.exit-promo__panel p {
  margin: 0 0 16px;
}
.exit-promo__code {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border: 1px dashed rgba(126, 232, 173, .48);
  border-radius: 5px;
  color: #ecf6f0;
  background: rgba(32, 173, 104, .1);
  cursor: pointer;
}
.exit-promo__code span {
  font-size: 22px;
  font-weight: 850;
  letter-spacing: .08em;
}
.exit-promo__code small {
  color: #8feab8;
  font-size: 12px;
  font-weight: 800;
}
.exit-promo__actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 14px;
}
.exit-promo__primary,
.exit-promo__ghost {
  min-height: 44px;
  border-radius: 5px;
  font-weight: 850;
  cursor: pointer;
}
.exit-promo__primary {
  border: 0;
  color: #02130a;
  background: linear-gradient(135deg, #20ad68, #12d87a);
}
.exit-promo__ghost {
  border: 1px solid rgba(143, 162, 184, .18);
  color: #c9d4df;
  background: rgba(255, 255, 255, .04);
}
.input-wrap, .select-wrap, .amount {
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d7deea;
  border-radius: 8px;
  background: #fff;
  transition: border-color .18s, box-shadow .18s;
}
.input-wrap:focus-within, .select-wrap:focus-within, .amount:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 212, 111, .12);
}
input, select {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  padding: 0 16px;
}
select { color-scheme: light; }
select option {
  color: #111827;
  background: #ffffff;
}
input::placeholder { color: #8a94a6; }
.input-wrap button {
  flex: 0 0 44px;
  height: 100%;
  border: 0;
  color: #647084;
  background: transparent;
}
.input-wrap .login-help-button {
  flex: 0 0 auto;
  height: 30px;
  margin-right: 8px;
  padding: 0 10px;
  border: 1px solid rgba(143, 162, 184, .22);
  border-radius: 5px;
  color: #536174;
  background: rgba(143, 162, 184, .09);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.input-wrap .login-help-button:hover {
  border-color: rgba(143, 162, 184, .34);
  background: rgba(143, 162, 184, .15);
  color: #283446;
}
.select-wrap { position: relative; }
.select-wrap select { padding-right: 46px; appearance: none; }
.select-wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  border-right: 1.5px solid #111827;
  border-bottom: 1.5px solid #111827;
  transform: rotate(45deg) translateY(-3px);
  pointer-events: none;
}
.amount input { flex: 1 1 auto; }
.amount select {
  flex: 0 0 104px;
  border-left: 1px solid #d7deea;
  appearance: none;
  font-weight: 800;
}

.chips {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}
.chips button {
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dce2eb;
  border-radius: 5px !important;
  color: #273143;
  background: linear-gradient(180deg, #fbfcfe, #f0f3f7);
  box-shadow: inset 0 -1px 1px rgba(16, 24, 40, .04);
}
.chips button.is-active {
  color: #1f2937;
  border-color: #c7d0dc;
  background: #e9eef4;
}

.native-country-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.topup-region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.topup-region-grid button {
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0 12px;
  border: 1px solid #dce2eb;
  border-radius: 5px !important;
  color: #273143;
  background: linear-gradient(180deg, #fbfcfe, #f0f3f7);
  box-shadow: inset 0 -1px 1px rgba(16, 24, 40, .04);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
}

.topup-region-grid button[data-open-chat] {
  color: #627083;
  border-style: dashed;
}

.topup-region-grid button.is-active {
  color: #1f2937;
  border-color: #c7d0dc;
  background: #e9eef4;
}

.commission {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 10px;
  background: linear-gradient(90deg, #dcfbe8, #ebfff3);
}
.commission__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #00b65c;
  background: rgba(255, 255, 255, .56);
  font-weight: 900;
  font-size: 26px;
}
.commission span, .receive span {
  display: block;
  color: #657083;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
.receive { text-align: right; }
.receive b {
  display: block;
  margin-top: 6px;
  color: #00bd63;
  font-size: 21px;
}

.direct-pay-button {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #2db875, #158650);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 198, 102, .25);
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
}
.direct-pay-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 198, 102, .3);
}
.direct-pay-button[disabled] {
  cursor: wait;
  opacity: .9;
  transform: none;
}
.direct-pay-button.is-loading .direct-pay-button__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.direct-pay-button.is-loading .direct-pay-button__label::before {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(3, 25, 15, .28);
  border-top-color: #03190f;
  border-radius: 50%;
  content: "";
  animation: ggkod-pay-spin .7s linear infinite;
}
.direct-pay-progress {
  display: none;
  margin: -7px 22px 0;
  color: #91a4b3;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}
.direct-pay-progress.is-visible { display: block; }
@keyframes ggkod-pay-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .direct-pay-button.is-loading .direct-pay-button__label::before { animation-duration: 1.4s; } }

.pay {
  height: 54px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #2db875, #158650);
  box-shadow: 0 14px 34px rgba(0, 198, 102, .25);
  font-weight: 900;
  font-size: 17px;
}

.payments {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 28px;
  border-top: 1px solid #e4e9f1;
  white-space: nowrap;
}
.payments span {
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}
.visa { color: #164b99; font-size: 20px; font-style: italic; }
.mc { display: inline-flex; }
.mc i {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  background: #ed1c24;
}
.mc i + i { margin-left: -8px; background: #f9a51a; opacity: .9; }
.mir { color: #05804c; font-size: 20px; }
.sbp { color: #1b2638; }
.um { color: #5a35e8; font-size: 13px; }
.tron { color: #e81b2c; }

.side { display: grid; gap: 18px; align-content: start; }
.benefits, .recent { padding: 26px; }
.benefits h2, .recent h2, .countries h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 900;
}
.benefit {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}
.benefit i, .stats i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111827;
  background: #f1f3f7;
}
.benefit b { display: block; font-size: 15px; }
.benefit span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.recent-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.recent-list > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
}
.recent p span, .recent strong span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}
.recent strong {
  color: #00bf65;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
}
.see-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 26px;
  color: #505a6d;
  font-size: 14px;
  font-weight: 700;
}
.see-all svg { width: 16px; height: 16px; }

.countries {
  margin-top: 18px;
  padding: 26px 30px 18px;
}
.country-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: 22px;
}
.country {
  min-height: 116px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 20px 18px;
  border: 1px solid #e0e6ef;
  border-radius: 10px;
  background: #fff;
  transition: transform .18s, border-color .18s, box-shadow .18s;
}
.country:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 212, 111, .45);
  box-shadow: 0 14px 28px rgba(16, 28, 48, .08);
}
.country b {
  font-size: 14px;
  line-height: 1.2;
}
.country b span { display: block; margin-top: 3px; font-weight: 600; }
.country small {
  grid-column: 1 / -1;
  align-self: end;
  justify-self: center;
  color: #667084;
  font-size: 14px;
}
.country strong { color: #00ba61; }
.country em {
  display: block;
  width: max-content;
  margin: 5px auto 0;
  padding: 2px 8px;
  border-radius: 999px;
  color: #00a555;
  border: 1px solid #1b9a5c;
  font-size: 11px;
  font-style: normal;
}
.more i {
  color: #202938;
  background: #f3f5f8;
  font-size: 26px;
}
.country-help {
  margin-top: 20px;
  color: #6c7586;
  font-size: 14px;
}
.country-help a { color: #00bb62; font-weight: 800; }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 18px 0;
  padding: 20px 0;
}
.stats div {
  min-height: 56px;
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid #e4e9f1;
}
.stats div:last-child { border-right: 0; }
.stats i {
  grid-row: 1 / 3;
  background: #fff;
  border: 1px solid #ecf0f5;
  box-shadow: 0 12px 28px rgba(16, 28, 48, .08);
}
.stats b { font-size: 20px; }
.stats span { color: #667084; font-size: 13px; font-weight: 600; }

.info-main {
  padding: 42px 0 56px;
}
.info-panel {
  padding: 34px 36px;
}
.info-panel h1 {
  font-size: 34px;
  margin-bottom: 14px;
}
.info-panel h2 {
  font-size: 22px;
  margin-top: 28px;
  margin-bottom: 10px;
}
.info-panel p,
.info-panel li {
  color: #4b5565;
  font-size: 16px;
  line-height: 1.75;
}
.info-panel ul,
.info-panel ol {
  margin: 12px 0 0;
  padding-left: 22px;
}
.info-panel .lead {
  color: #111827;
  font-size: 18px;
}
.info-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.info-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #052313;
  background: var(--green);
  font-weight: 900;
}
.info-actions a.secondary {
  color: #111827;
  background: #eef2f7;
}

body.info-page {
  font-family: "GGKOD Manrope", Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7fafc;
  background:
    radial-gradient(circle at 18% -10%, rgba(32,173,104, .08), transparent 28%),
    #06111b;
}
body.info-page .brand {
  color: #fff;
  font-weight: 800;
  letter-spacing: .1px;
}
body.info-page .brand .mark { color: #20ad68; }
body.info-page .topbar {
  background: #06111b;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}
body.info-page .topbar__inner { min-height: 78px; }
body.info-page .main-nav { min-height: 46px; }
body.info-page .main-nav a { min-height: 36px; font-weight: 800; }
body.info-page .search {
  height: 46px;
  border-radius: 10px;
  background: linear-gradient(180deg, #101f2d, #0b1824);
  border-color: rgba(139, 164, 184, .12);
}
body.info-page .search button { color: #8794a5; }
body.info-page .top-btn {
  min-height: 42px;
  border-radius: 10px;
  color: #f7fafc;
  background: #101f2c;
  border: 1px solid rgba(139, 164, 184, .12);
}
body.info-page .breadcrumbs {
  height: auto;
  margin: 0 0 22px;
  padding: 0;
  color: #d6dee8;
  background: transparent;
  box-shadow: none;
}
body.info-page .breadcrumbs span { opacity: .72; }
body.info-page .info-main { padding: 24px 0 58px; }
body.info-page .info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}
body.info-page .panel,
body.info-page .info-panel,
body.info-page .info-card {
  color: #f7fafc;
  background: linear-gradient(145deg, rgba(15, 29, 42, .96), rgba(8, 20, 31, .96));
  border: 1px solid rgba(139, 164, 184, .16);
  border-radius: 10px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .28);
}
body.info-page .info-panel {
  padding: 30px;
  overflow: hidden;
}
body.info-page .info-panel h1 {
  margin: 0 0 14px;
  color: #f7fafc;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
}
body.info-page .info-panel h2 {
  margin: 28px 0 10px;
  color: #f7fafc;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}
body.info-page .info-panel p,
body.info-page .info-panel li {
  color: #c8d2df;
  font-size: 16px;
  line-height: 1.75;
}
body.info-page .info-panel .lead {
  max-width: 780px;
  color: #dce6f0;
  font-size: 18px;
}
body.info-page .info-panel a:not(.info-actions a) { color: #20ad68; font-weight: 800; }
body.info-page .info-panel ul,
body.info-page .info-panel ol { padding-left: 23px; }
body.info-page .info-actions a {
  color: #00170c;
  background: linear-gradient(135deg, #2fbd76, #16894f);
}
body.info-page .info-actions a.secondary {
  color: #d8e2ed;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(139, 164, 184, .16);
}
body.info-page .info-side {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 14px;
}
body.info-page .info-card { padding: 20px; }
body.info-page .info-card h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
}
body.info-page .info-card p {
  margin: 0;
  color: #a7b1c0;
  font-size: 14px;
  line-height: 1.6;
}
body.info-page .info-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.info-page .info-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  color: #c8d2df;
  font-size: 14px;
  line-height: 1.45;
}
body.info-page .info-list i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #20ad68;
  background: rgba(32,173,104, .12);
  font-style: normal;
  font-weight: 900;
}
body.info-page .footer {
  border-top: 1px solid rgba(255, 255, 255, .06);
  background: #071423;
}

body.legal-page .legal-main {
  padding-top: 24px;
}

body.legal-page .legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
  padding: 32px;
  border: 1px solid rgba(32,173,104, .22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 6% 8%, rgba(32,173,104, .18), transparent 34%),
    linear-gradient(145deg, rgba(15, 29, 42, .96), rgba(8, 20, 31, .96));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

body.legal-page .legal-hero span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #20ad68;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

body.legal-page .legal-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #f7fafc;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.7px;
}

body.legal-page .legal-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #b8c5d4;
  font-size: 17px;
  line-height: 1.65;
}

body.legal-page .legal-meta {
  display: grid;
  gap: 7px;
  padding: 18px;
  border: 1px solid rgba(143, 162, 184, .16);
  border-radius: 12px;
  background: rgba(7, 18, 28, .72);
}

body.legal-page .legal-meta b {
  color: #f7fafc;
  font-size: 22px;
  font-weight: 900;
}

body.legal-page .legal-meta span,
body.legal-page .legal-meta a {
  color: #9fabb9;
  font-size: 14px;
  font-weight: 800;
}

body.legal-page .legal-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}

body.legal-page .legal-doc {
  padding: 34px 38px;
}

body.legal-page .legal-doc h1 {
  display: none;
}

body.legal-page .legal-doc h2 {
  scroll-margin-top: 110px;
  margin: 34px 0 12px;
  padding-top: 2px;
  color: #f7fafc;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

body.legal-page .legal-doc h2:first-child {
  margin-top: 0;
}

body.legal-page .legal-doc p,
body.legal-page .legal-doc li {
  color: #c4cfdd;
  font-size: 15px;
  line-height: 1.78;
}

body.legal-page .legal-doc .lead {
  max-width: none;
  color: #e1e9f2;
  font-size: 17px;
  line-height: 1.72;
}

body.legal-page .legal-doc ul {
  margin: 10px 0 12px;
  padding: 14px 18px 14px 36px;
  border: 1px solid rgba(143, 162, 184, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .025);
}

body.legal-page .legal-doc p + p {
  margin-top: 10px;
}

.legal-company-details {
  margin-top: 28px;
  padding: 18px 20px;
  border: 1px solid rgba(32, 173, 104, .22);
  border-radius: 5px;
  background: rgba(32, 173, 104, .075);
}
.legal-company-details h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.legal-company-details p {
  margin: 6px 0 0 !important;
  line-height: 1.55 !important;
}

body.legal-page .legal-side {
  top: 96px;
}

body.legal-page .legal-toc {
  max-height: calc(100vh - 120px);
  overflow: auto;
}

body.legal-page .legal-toc a {
  display: block;
  padding: 9px 0;
  border-top: 1px solid rgba(143, 162, 184, .1);
  color: #aeb9c8;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

body.legal-page .legal-toc a:hover {
  color: #20ad68;
}

body.legal-page .info-actions.compact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 16px;
}

body.legal-page .info-actions.compact a {
  min-height: 40px;
  padding: 0 14px;
}

.footer {
  margin-top: 0;
  padding: 34px 0 24px;
  color: #c6d0dc;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 212, 111, .16), transparent 28%),
    linear-gradient(145deg, #071727, #020811);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.25fr 1.35fr;
  gap: 70px;
}
.footer .brand { font-size: 25px; }
.footer p {
  max-width: 260px;
  margin-top: 22px;
  color: #d4dbe5;
  font-size: 14px;
  line-height: 1.65;
}
.footer h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px;
}
.footer a {
  display: block;
  margin-top: 13px;
  color: #cbd4df;
  font-size: 14px;
}
.socials {
  display: flex;
  gap: 12px;
  margin: 18px 0 24px;
}
.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-weight: 900;
  font-size: 12px;
}
.footer small { color: #b5c0cc; }
.ggkod-universal-footer {
  border-top: 1px solid rgba(143, 162, 184, .12);
  background: #06111e;
  color: #eef5fb;
}
.ggkod-universal-footer a { transition: color .16s ease; }
.ggkod-universal-footer a:hover { color: #36b97a; }
.dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(0, 212, 111, .12);
}
.footer-payments {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  color: #fff;
  margin-top: -34px;
  font-size: 20px;
}
.digiseller-payment {
  padding-bottom: 28px;
  margin-top: 20px;
  min-height: 54px;
  overflow: hidden;
}
.digiseller-payment .digiseller-buy-standalone {
  display: none !important;
}
.digiseller-payment .digiseller-buy-standalone.is-active {
  display: block !important;
  width: 100% !important;
  min-height: 54px !important;
  overflow: visible !important;
  background: transparent !important;
}
.digiseller-payment .digiseller-buy-standalone > * {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.digiseller-payment ul,
.digiseller-payment li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.digiseller-payment .digiseller-standalone-img,
.digiseller-payment .digiseller-standalone-description,
.digiseller-payment .digiseller-price,
.digiseller-payment .digiseller-min-count,
.digiseller-payment .digiseller-count,
.digiseller-payment .digiseller-sales-count,
.digiseller-payment .digiseller-follow-wrapper,
.digiseller-payment .digiseller-social-list,
.digiseller-payment .digiseller-clearfix:has(.digiseller-follow-wrapper),
.digiseller-payment [class*="social"],
.digiseller-payment .digiseller-calc-quanity,
.digiseller-payment .digiseller-calc-quanity-v,
.digiseller-payment .digiseller-quantity-block,
.digiseller-payment [class*="option"],
.digiseller-payment [class*="agree"],
.digiseller-payment label,
.digiseller-payment p,
.digiseller-payment img,
.digiseller-payment input,
.digiseller-payment textarea,
.digiseller-payment select {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.digiseller-payment input,
.digiseller-payment textarea,
.digiseller-payment select {
  border: 1px solid #dce3ec !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #101620 !important;
  font-family: "GGKOD Manrope", Manrope, system-ui, sans-serif !important;
}
.digiseller-payment .digiseller-cta-button-v,
.digiseller-payment .digiseller-product-buy,
.digiseller-payment .digiseller-description-buyButton,
.digiseller-payment [data-action="buy"] {
  position: relative !important;
  width: 100% !important;
  height: 54px !important;
  min-height: 54px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #2db875, #158650) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(0, 198, 102, .25) !important;
  font-family: "GGKOD Manrope", Manrope, system-ui, sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.digiseller-payment .digiseller-cta-button-v {
  font-size: 0 !important;
}
.digiseller-payment .digiseller-cta-button-v::after {
  content: "Пополнить";
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "GGKOD Manrope", Manrope, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 900;
  pointer-events: none;
}
.digiseller-payment .digiseller-cta-button-v .digiseller-button {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.digiseller-payment .digiseller-cta-button-v:hover,
.digiseller-payment .digiseller-product-buy:hover,
.digiseller-payment .digiseller-description-buyButton:hover,
.digiseller-payment [data-action="buy"]:hover {
  transform: translateY(-1px) !important;
}

@media (max-width: 1100px) {
  .topbar__inner { grid-template-columns: 1fr auto; gap: 14px; padding: 16px 0; }
  .main-nav { grid-column: 1 / -1; order: 2; width: 100%; overflow-x: auto; }
  .search { grid-column: 1 / -1; order: 3; }
  .layout { grid-template-columns: 1fr; }
  .side { grid-template-columns: 1fr 1fr; }
  .country-grid { grid-template-columns: repeat(4, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(n+3) { margin-top: 20px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px; }
  .footer-payments { justify-content: flex-start; margin-top: 30px; }
  body.info-page .info-layout { grid-template-columns: 1fr; }
  body.info-page .info-side { position: static; grid-template-columns: 1fr 1fr; }
  body.legal-page .legal-hero,
  body.legal-page .legal-layout { grid-template-columns: 1fr; }
  body.legal-page .legal-side { position: static; grid-template-columns: 1fr 1fr; }
  body.legal-page .legal-toc { max-height: none; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1220px); }
  .topbar__inner { min-height: auto; grid-template-columns: 1fr auto; }
  .brand { font-size: 23px; }
  .main-nav a { padding: 0 11px; font-size: 13px; }
  .actions { grid-column: 1 / -1; order: 4; }
  .top-btn { min-width: 0; flex: 1; min-height: 46px; }
  .breadcrumbs { height: 58px; overflow-x: auto; white-space: nowrap; }
  .topup { padding: 22px 18px 0; }
  .service-head { grid-template-columns: 74px minmax(0, 1fr); gap: 16px; }
  .steam-logo { width: 74px; height: 74px; border-radius: 14px; }
  .steam-logo svg { width: 56px; height: 56px; }
  h1 { font-size: 28px; }
  .service-head p { font-size: 16px; }
  .chips { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .commission { grid-template-columns: 44px 1fr; }
  .receive { grid-column: 1 / -1; text-align: left; }
  .payments { gap: 15px; overflow-x: auto; }
  .side { grid-template-columns: 1fr; }
  body.legal-page .legal-hero { padding: 24px 18px; }
  body.legal-page .legal-hero h1 { font-size: 32px; }
  body.legal-page .legal-hero p { font-size: 15px; }
  body.legal-page .legal-doc { padding: 24px 18px; }
  body.legal-page .legal-doc h2 { font-size: 19px; }
  body.legal-page .legal-doc p,
  body.legal-page .legal-doc li { font-size: 14px; }
  body.legal-page .legal-side { grid-template-columns: 1fr; }
  .benefits, .recent, .countries { padding: 22px 18px; }
  .country-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .country { min-height: 130px; padding: 16px 12px; }
  .stats { grid-template-columns: 1fr; padding: 8px 0; }
  .stats div {
    border-right: 0;
    border-bottom: 1px solid #e4e9f1;
    padding: 18px;
  }
  .stats div:nth-child(n+3) { margin-top: 0; }
  .stats div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  body.info-page .info-panel { padding: 22px 18px; }
  body.info-page .info-panel h1 { font-size: 30px; }
  body.info-page .info-side { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .country-grid { grid-template-columns: 1fr; }
  .recent-list > div { grid-template-columns: 1fr; gap: 6px; }
  .recent strong { text-align: left; }
}

body.topup-dark {
  --green: #20ad68;
  --green-2: #36b97a;
  --ink: #f5f7fb;
  --muted: #9ba7b7;
  --line: rgba(143, 162, 184, .2);
  --panel: #0d1926;
  --soft: #0a1420;
  --shadow: 0 22px 60px rgba(0, 0, 0, .28);
  min-height: 100vh;
  font-family: "GGKOD Manrope", Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f5f7fb;
  background:
    radial-gradient(circle at 22% -12%, rgba(47,189,118, .12), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(61, 128, 255, .1), transparent 28%),
    linear-gradient(180deg, #030a12 0%, #07111b 44%, #06101a 100%);
}

body.topup-dark .topbar {
  background: rgba(3, 10, 18, .94);
  border-bottom: 1px solid rgba(143, 162, 184, .12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

body.topup-dark .topbar__inner {
  min-height: 84px;
  gap: 18px;
}

body.topup-dark .brand {
  color: #f7fbff;
  font-size: 28px;
  letter-spacing: -.5px;
}

body.topup-dark .brand::first-letter,
body.topup-dark .brand .mark {
  color: var(--green-2);
}

body.topup-dark .main-nav,
body.topup-dark .search,
body.topup-dark .top-btn {
  border-color: rgba(143, 162, 184, .14);
  background: rgba(14, 28, 42, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

body.topup-dark .main-nav {
  min-height: 48px;
  padding: 4px;
}

body.topup-dark .main-nav a {
  min-height: 38px;
  color: #c9d4df;
  font-size: 13px;
}

body.topup-dark .main-nav a.is-active {
  color: #061018;
  background: linear-gradient(135deg, #39be7b, #16894f);
}

body.topup-dark .search {
  height: 48px;
  border-radius: 10px;
}

body.topup-dark .top-btn {
  min-height: 48px;
  min-width: 106px;
}

body.topup-dark .breadcrumbs {
  height: 66px;
  color: #8793a3;
  font-weight: 700;
}

body.topup-dark .breadcrumbs b,
body.topup-dark .breadcrumbs a:hover {
  color: #f5f7fb;
}

body.topup-dark .layout {
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 22px;
}

body.topup-dark .topup-column {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

body.topup-dark .panel {
  background:
    linear-gradient(145deg, rgba(17, 31, 45, .96), rgba(8, 20, 31, .96));
  border-color: rgba(143, 162, 184, .18);
  border-radius: 16px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .3);
}

body.topup-dark .topup {
  padding: 30px;
  border-color: rgba(47,189,118, .42);
}

body.topup-dark .service-head {
  position: relative;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 22px;
  margin: -20px -20px 24px;
  padding: 24px 30px;
  overflow: hidden;
  border: 1px solid rgba(93, 140, 176, .22);
  border-radius: 16px 16px 12px 12px;
  background:
    linear-gradient(100deg, rgba(7, 22, 45, .98) 0%, rgba(15, 48, 78, .96) 58%, rgba(20, 79, 105, .9) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

body.topup-dark .service-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .045));
}

body.topup-dark .service-head > * {
  position: relative;
  z-index: 1;
}

body.topup-dark .steam-logo {
  width: 86px;
  height: 86px;
  border-radius: 20px;
  color: #eaf5ff;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, .9) 0 11%, transparent 12%),
    linear-gradient(145deg, #102b52, #084b75 54%, #091827);
  border: 1px solid rgba(143, 162, 184, .2);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

body.topup-dark .steam-logo svg {
  width: 62px;
  height: 62px;
}

body.topup-dark h1 {
  font-size: 34px;
  letter-spacing: -.6px;
}

body.topup-dark .service-head p {
  color: #b4c3d1;
  font-size: 17px;
  line-height: 1.45;
}

body.topup-dark .service-head-meta {
  border-color: rgba(143, 162, 184, .1);
  color: rgba(202, 215, 226, .7);
  background: rgba(7, 18, 29, .24);
}

body.topup-dark .service-head-meta b {
  color: rgba(240, 246, 250, .92);
}

body.topup-dark .service-head-meta :is(a, button):hover {
  color: #cdd9e3;
}

body.topup-dark .topup-form {
  gap: 18px;
}

body.topup-dark .field {
  color: #f5f7fb;
  font-weight: 900;
}

body.topup-dark .field > span {
  color: #e7edf5;
  font-size: 13px;
  text-transform: uppercase;
}

body.topup-dark .login-notice {
  color: #8c99aa;
}

body.topup-dark .input-wrap,
body.topup-dark .select-wrap,
body.topup-dark .amount {
  height: 54px;
  border-color: rgba(143, 162, 184, .22);
  border-radius: 11px;
  background: rgba(9, 20, 31, .92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

body.topup-dark .input-wrap:focus-within,
body.topup-dark .select-wrap:focus-within,
body.topup-dark .amount:focus-within {
  border-color: rgba(47,189,118, .72);
  box-shadow: 0 0 0 4px rgba(47,189,118, .1);
}

body.topup-dark input,
body.topup-dark select {
  color: #f7fbff;
  font-weight: 800;
}

body.topup-dark select {
  color-scheme: dark;
}

body.topup-dark select option {
  color: #f7fbff;
  background: #0b1724;
}

body.topup-dark input::placeholder {
  color: #798697;
}

body.topup-dark .input-wrap button {
  color: #9ba7b7;
}

body.topup-dark .input-wrap .login-help-button {
  color: #b8c4d0;
  background: rgba(143, 162, 184, .1);
}

body.topup-dark .input-wrap .login-help-button:hover {
  color: #edf3f8;
  background: rgba(143, 162, 184, .16);
}

body.topup-dark .select-wrap::after {
  border-color: #d7e0ec;
}

body.topup-dark .amount select {
  border-left-color: rgba(143, 162, 184, .2);
}

body.topup-dark .chips {
  gap: 12px;
}

body.topup-dark .chips button {
  height: 42px;
  border-color: rgba(143, 162, 184, .18);
  color: #d7e0ec;
  background: rgba(15, 29, 43, .92);
  box-shadow: none;
  font-weight: 800;
}

body.topup-dark .chips button:hover,
body.topup-dark .chips button.is-active {
  color: #eef3f8;
  border-color: rgba(143, 162, 184, .32);
  background: rgba(143, 162, 184, .13);
}

body.topup-dark .topup-mode > :is(button, a) {
  height: 42px;
  border-radius: 5px !important;
  border-color: rgba(143, 162, 184, .18);
  color: #d7e0ec;
  background: rgba(15, 29, 43, .92);
  box-shadow: none;
  font-weight: 800;
}

body.topup-dark .topup-mode > :is(button, a):hover,
body.topup-dark .topup-mode > .is-active {
  color: #eef3f8;
  border-color: rgba(143, 162, 184, .32);
  background: rgba(143, 162, 184, .13);
  box-shadow: none;
}

body.topup-dark .topup-mode > :is(button, a) b,
body.topup-dark .topup-mode > .is-active b {
  color: inherit;
}

body.topup-dark .topup-region-grid button {
  height: 42px;
  border-radius: 5px !important;
  border-color: rgba(143, 162, 184, .18);
  color: #d7e0ec;
  background: rgba(15, 29, 43, .92);
  box-shadow: none;
  font-weight: 800;
}

body.topup-dark .topup-region-grid button:hover {
  color: #eef3f8;
  border-color: rgba(143, 162, 184, .32);
  background: rgba(143, 162, 184, .13);
}

body.topup-dark .topup-region-grid button.is-active {
  color: #eef3f8;
  border-color: rgba(143, 162, 184, .32);
  background: rgba(143, 162, 184, .13);
}

body.topup-dark .topup-region-grid button[data-open-chat] {
  color: #9eacbb;
  border-color: rgba(143, 162, 184, .18);
  border-style: dashed;
  background: rgba(9, 22, 34, .78);
}

body.topup-dark .topup-region-grid button[data-open-chat]:hover {
  color: #d6e0ea;
  border-color: rgba(98, 207, 148, .28);
  background: rgba(98, 207, 148, .08);
}

body.topup-dark .commission {
  grid-template-columns: 50px 1fr auto;
  padding: 18px 20px;
  border: 1px solid rgba(47,189,118, .22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(47,189,118, .16), rgba(0, 154, 88, .08));
}

body.topup-dark .commission__icon {
  color: #07111b;
  background: #39be7b;
}

body.topup-dark .commission span,
body.topup-dark .receive span {
  color: #94a1b1;
}

body.topup-dark .receive b {
  color: var(--green-2);
}

body.topup-dark .direct-pay-button {
  min-height: 58px;
  border-radius: 11px;
  color: #061018;
  background: linear-gradient(135deg, #39be7b, #19965a);
  box-shadow: 0 18px 42px rgba(47,189,118, .25);
  font-family: inherit;
  font-size: 16px;
}

body.topup-dark .checkout-card {
  position: static;
  display: grid;
  gap: 16px;
  padding: 22px 0 22px;
  overflow: hidden;
  border-color: rgba(47,189,118, .58);
}

body.topup-dark .side {
  position: static;
  display: grid;
  gap: 14px;
  align-self: start;
  align-content: start;
}

body.topup-dark .side-recent {
  padding: 18px;
  box-shadow: none;
}

body.topup-dark .side-recent h2 {
  margin-bottom: 14px;
}

body.topup-dark .side-recent .recent-list {
  gap: 10px;
}

body.topup-dark .side-recent .recent-list > div {
  padding-bottom: 10px;
}

body.topup-dark .side-recent .recent-list > div:nth-child(n + 5) {
  display: none;
}

body.topup-dark .checkout-card__head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(143, 162, 184, .16);
}

body.topup-dark .checkout-card__logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #eaf5ff;
  background: linear-gradient(145deg, #102b52, #084b75 54%, #091827);
  border: 1px solid rgba(143, 162, 184, .18);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
}

body.topup-dark .checkout-card__logo svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

body.topup-dark .checkout-card__head span {
  color: #8fa0b2;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.topup-dark .checkout-card__head b {
  display: block;
  margin-top: 3px;
  color: #f7fbff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.25px;
}

body.topup-dark .checkout-card__head em {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #08131d;
  background: #eff5ff;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
}

body.topup-dark .checkout-card > .field,
body.topup-dark .checkout-card > .payment-methods,
body.topup-dark .checkout-card > .checkout-note {
  margin-left: 22px;
  margin-right: 22px;
}

body.topup-dark .payment-methods {
  display: grid;
  gap: 12px;
}

body.topup-dark .payment-methods > span {
  color: #e7edf5;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.2px;
  text-transform: none;
}

body.topup-dark .digi-payment-note {
  display: none;
  margin: 0;
  padding: 14px 15px;
  border: 1px solid rgba(47,189,118, .22);
  border-radius: 12px;
  color: #c7d3e1;
  background: rgba(47,189,118, .08);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

body.topup-dark.is-digi-payment .digi-payment-note {
  display: block;
}

body.topup-dark.is-digi-payment .payment-method-grid {
  display: none;
}

body.topup-dark .payment-method-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding-bottom: 0;
}

body.topup-dark .payment-method-grid.is-single {
  grid-template-columns: minmax(0, 1fr);
}

body.topup-dark .payment-method.is-payment-extra {
  display: none !important;
}

body.topup-dark .payment-method-grid.is-expanded .payment-method.is-payment-extra {
  display: grid !important;
}

body.topup-dark .payment-more-toggle {
  min-height: 38px;
  width: 100%;
  border: 1px solid rgba(143, 162, 184, .16);
  border-radius: 5px;
  color: #9eabbc;
  background: rgba(10, 22, 33, .72);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

body.topup-dark .payment-more-toggle:hover {
  color: #dce7f1;
  border-color: rgba(47, 189, 118, .42);
}

body.topup-dark .payment-method[hidden] {
  display: none;
}

body.topup-dark .payment-method-grid::after {
  content: none;
}

body.topup-dark .payment-method {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  gap: 4px;
  padding: 8px 6px;
  border: 0;
  border-radius: 12px;
  color: #e7edf5;
  background: rgba(13, 25, 38, .96);
  border: 1px solid rgba(143, 162, 184, .14);
  text-align: center;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.topup-dark .payment-method:first-child {
  min-height: 54px;
}

body.topup-dark .payment-method i {
  width: 29px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #67d49b;
  background: rgba(46, 186, 116, .1);
  border: 1px solid rgba(46, 186, 116, .16);
  font-style: normal;
}

body.topup-dark .payment-method i svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.topup-dark .payment-method:nth-child(2) i {
  color: #78b9ec;
  background: rgba(73, 143, 201, .1);
  border-color: rgba(73, 143, 201, .16);
}

body.topup-dark .payment-method:nth-child(3) i {
  color: #e0b45d;
  background: rgba(210, 157, 54, .1);
  border-color: rgba(210, 157, 54, .16);
}

body.topup-dark .payment-method b {
  color: #eef3fa;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
}

body.topup-dark .payment-method small {
  display: none;
}

body.topup-dark .payment-method:hover,
body.topup-dark .payment-method.is-active {
  border-color: rgba(47,189,118, .55);
  background: linear-gradient(180deg, rgba(35, 62, 66, .78), rgba(17, 39, 42, .82));
  box-shadow: inset 0 -3px 0 rgba(46, 186, 116, .9), inset 0 1px 0 rgba(255, 255, 255, .04);
}

body.topup-dark .payment-method:hover {
  transform: translateY(-1px);
}

body.topup-dark .payment-method.is-active i {
  color: #75dba5;
  background: rgba(46, 186, 116, .14);
}

body.topup-dark .checkout-summary {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  margin: 4px 0 0;
  padding: 12px 18px;
  border-width: 1px 0 0;
  border-radius: 0;
  background: rgba(6, 16, 24, .62);
}

body.topup-dark .checkout-summary .receive {
  grid-column: auto;
  display: grid;
  justify-items: end;
  gap: 4px;
  padding-top: 0;
}

body.topup-dark .checkout-summary .receive b {
  font-size: 22px;
  line-height: 1;
}

body.topup-dark .checkout-summary > div:nth-child(2) b {
  display: block;
  color: #dce6ee;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 650;
}

body.topup-dark .checkout-summary > div:nth-child(2) span,
body.topup-dark .checkout-summary .receive span {
  font-size: 10px;
  line-height: 1.3;
}

body.topup-dark .checkout-summary .commission__icon {
  width: 34px;
  height: 34px;
  font-size: 17px;
}

body.ggkod-compact.topup-dark .service-head h1 {
  font-size: 26px !important;
}

body.ggkod-compact.topup-dark .topup .service-head p {
  font-size: 13px !important;
  white-space: nowrap;
}

body.ggkod-compact.topup-dark .checkout-card .payment-methods > span {
  font-size: 14px !important;
}

body.ggkod-compact.topup-dark .checkout-card .payment-method,
body.ggkod-compact.topup-dark .checkout-card .payment-method:first-child {
  min-height: 64px !important;
  gap: 5px !important;
  padding: 8px 6px !important;
  border-radius: 8px !important;
}

body.ggkod-compact.topup-dark .checkout-card .payment-method b {
  font-size: 11px !important;
}

body.ggkod-compact.topup-dark .checkout-card .checkout-summary {
  grid-template-columns: 22px minmax(0, 1fr) auto !important;
  gap: 8px !important;
  padding: 12px 18px !important;
  border-radius: 0 !important;
}

body.ggkod-compact.topup-dark .checkout-card .checkout-summary .commission__icon {
  width: 22px !important;
  height: 22px !important;
  font-size: 11px !important;
  color: #69d79e !important;
  background: rgba(47, 189, 118, .1) !important;
}

body.ggkod-compact.topup-dark .checkout-card .checkout-summary .receive b {
  font-size: 22px !important;
}

body.ggkod-compact.topup-dark .topup :is(input, select),
body.ggkod-compact.topup-dark .checkout-card :is(input, select) {
  font-size: 13px !important;
}

body.ggkod-compact.topup-dark .benefits h2,
body.ggkod-compact.topup-dark .recent h2 {
  font-size: 16px !important;
}

body.ggkod-compact.topup-dark .benefit b {
  font-size: 13px !important;
}

body.ggkod-compact.topup-dark .benefit span,
body.ggkod-compact.topup-dark .recent-list {
  font-size: 11px !important;
}

body.topup-dark .checkout-card .direct-pay-button {
  min-height: 54px;
  margin-top: -2px;
  width: calc(100% - 44px);
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 0;
}

body.topup-dark .checkout-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(143, 162, 184, .12);
  border-radius: 5px;
  background: rgba(143, 162, 184, .12);
}

body.topup-dark .checkout-trust > * {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  color: #9faebe;
  background: rgba(8, 19, 29, .96);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 750;
  text-align: center;
}

body.topup-dark .checkout-trust b {
  margin-right: 3px;
  color: #62cf94;
  font-size: inherit;
}

body.topup-dark .checkout-trust > *::before {
  content: "✓";
  margin-right: 4px;
  color: #62cf94;
  font-weight: 900;
}

body.topup-dark .checkout-trust a:hover {
  color: #62cf94;
}

body.topup-dark .checkout-note {
  margin-top: -5px;
  margin-bottom: 18px;
  color: #8fa0b2;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

body.topup-dark .topup-after {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 0;
}

body.topup-dark .topup-after .benefits,
body.topup-dark .topup-after .recent {
  min-width: 0;
  padding: 20px;
  box-shadow: none;
}

body.topup-dark .topup-after .benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

body.topup-dark .topup-after .benefits h2,
body.topup-dark .topup-after .recent h2 {
  font-size: 18px;
}

body.topup-dark .topup-after .benefits h2 {
  grid-column: 1 / -1;
}

body.topup-dark .topup-after .benefit {
  margin-top: 0;
}

body.topup-dark .benefits,
body.topup-dark .recent,
body.topup-dark .countries {
  padding: 24px;
}

body.topup-dark .benefits h2,
body.topup-dark .recent h2,
body.topup-dark .countries h2 {
  color: #f5f7fb;
  font-size: 19px;
  letter-spacing: -.2px;
}

body.topup-dark .benefit {
  grid-template-columns: 46px 1fr;
  gap: 14px;
  margin-top: 22px;
}

body.topup-dark .benefit i,
body.topup-dark .stats i {
  width: 46px;
  height: 46px;
  color: var(--green-2);
  background: rgba(47,189,118, .08);
  border: 1px solid rgba(47,189,118, .16);
}

body.topup-dark .benefit b,
body.topup-dark .recent p b {
  color: #f5f7fb;
}

body.topup-dark .benefit span,
body.topup-dark .recent p span,
body.topup-dark .recent strong span {
  color: #94a1b1;
}

body.topup-dark .recent-list {
  gap: 16px;
}

body.topup-dark .recent-list > div {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(143, 162, 184, .12);
}

body.topup-dark .recent-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.topup-dark .recent strong {
  color: var(--green-2);
}

body.topup-dark .see-all,
body.topup-dark .country-help {
  color: #9ba7b7;
}

body.topup-dark .see-all:hover,
body.topup-dark .country-help a {
  color: var(--green-2);
}

body.topup-dark .countries {
  margin-top: 22px;
}

body.topup-dark .country-grid {
  gap: 14px;
}

body.topup-dark .country {
  min-height: 130px;
  border-color: rgba(143, 162, 184, .18);
  background: rgba(12, 25, 38, .78);
}

body.topup-dark .country:hover {
  border-color: rgba(47,189,118, .5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
}

body.topup-dark .country b {
  color: #f5f7fb;
}

body.topup-dark .country b span,
body.topup-dark .country small {
  color: #94a1b1;
}

body.topup-dark .country strong,
body.topup-dark .country em {
  color: var(--green-2);
}

body.topup-dark .country em {
  border-color: rgba(47,189,118, .5);
}

body.topup-dark .more i {
  color: var(--green-2);
  background: rgba(47,189,118, .1);
}

body.topup-dark .stats {
  margin: 22px 0;
  padding: 18px 0;
}

body.topup-dark .stats div {
  border-right-color: rgba(143, 162, 184, .14);
}

body.topup-dark .stats b {
  color: #f5f7fb;
}

body.topup-dark .stats span {
  color: #94a1b1;
}

body.topup-dark .footer {
  margin-top: 10px;
  padding: 34px 0 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(47,189,118, .08), transparent 24%),
    linear-gradient(180deg, rgba(5, 15, 24, .98), #02070d);
  border-top: 1px solid rgba(143, 162, 184, .12);
}

body.topup-dark .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr 1.15fr 1fr;
  gap: 34px;
  padding: 0 0 26px;
  border-bottom: 1px solid rgba(143, 162, 184, .12);
}

body.topup-dark .footer-grid > div {
  min-width: 0;
}

body.topup-dark .footer .brand {
  color: #f7fbff;
  font-size: 25px;
  letter-spacing: -.4px;
}

body.topup-dark .footer .brand::first-letter,
body.topup-dark .footer .brand .mark {
  color: var(--green-2);
}

body.topup-dark .footer p,
body.topup-dark .footer small,
body.topup-dark .footer a {
  color: #a8b4c3;
}

body.topup-dark .footer p {
  max-width: 280px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.65;
}

body.topup-dark .footer small {
  display: block;
  margin-top: 22px;
  font-size: 12px;
}

body.topup-dark .footer h3 {
  margin: 0 0 14px;
  color: #f5f7fb;
  font-size: 14px;
  font-weight: 900;
}

body.topup-dark .footer a {
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  transition: color .18s, transform .18s;
}

body.topup-dark .footer a:hover {
  color: var(--green-2);
  transform: translateX(2px);
}

body.topup-dark .footer-payments {
  justify-content: flex-end;
  gap: 18px;
  margin-top: 18px;
  color: #f5f7fb;
  font-size: 18px;
}

body.topup-dark .footer-payments b {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(143, 162, 184, .16);
  border-radius: 10px;
  background: rgba(11, 25, 38, .72);
}

body.topup-dark .footer-payments .mc {
  min-width: 76px;
}

body.topup-dark .footer-payments .mc i {
  width: 20px;
  height: 20px;
}

body.topup-dark #support a {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.topup-dark .home-gifts {
  margin-top: 22px;
}

body.topup-dark .home-gifts__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

body.topup-dark .home-gifts__head span {
  display: block;
  margin-bottom: 4px;
  color: var(--green-2);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

body.topup-dark .home-gifts__head h2 {
  color: #f6f9fc;
  font-size: 24px;
}

body.topup-dark .home-gifts__head > a {
  color: #aeb9c8;
  font-size: 14px;
  font-weight: 800;
  transition: color .18s;
}

body.topup-dark .home-gifts__head > a:hover {
  color: var(--green-2);
}

body.topup-dark .home-gifts__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

body.topup-dark .home-gift-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(143, 162, 184, .16);
  border-radius: 8px;
  background: #0d1c29;
  transition: transform .18s, border-color .18s, box-shadow .18s;
}

body.topup-dark .home-gift-card:hover {
  transform: translateY(-2px);
  border-color: rgba(32,173,104, .52);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
}

body.topup-dark .home-gift-card__media {
  position: relative;
  display: block;
  aspect-ratio: 460 / 215;
  overflow: hidden;
  background: #09141f;
}

body.topup-dark .home-gift-card__discount {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 5px;
  background: #16894f;
  color: #f7fff9;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .26);
  font-size: 12px;
  line-height: 1;
}

body.topup-dark .home-gift-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s;
}

body.topup-dark .home-gift-card:hover .home-gift-card__media img {
  transform: scale(1.025);
}

body.topup-dark .home-gift-card__body {
  padding: 12px;
}

body.topup-dark .home-gift-card__body > span {
  display: block;
  overflow: hidden;
  color: #8190a3;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.topup-dark .home-gift-card h3 {
  min-height: 42px;
  margin: 5px 0 13px;
  overflow: hidden;
  color: #f5f8fc;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.topup-dark .home-gift-card h3 a {
  color: inherit;
}

body.topup-dark .home-gift-card__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.topup-dark .home-gift-card__buy strong {
  min-width: 0;
  color: #f7fafc;
  font-size: 14px;
  white-space: nowrap;
}

body.topup-dark .home-gift-card__price {
  min-width: 0;
  display: grid;
  gap: 1px;
}

body.topup-dark .home-gift-card__price del {
  color: #748397;
  font-size: 11px;
  line-height: 1.2;
}

body.topup-dark .home-services {
  margin-top: 28px;
}

body.topup-dark .home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.topup-dark .home-service-card {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 13px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(143, 162, 184, .16);
  border-radius: 5px;
  background: linear-gradient(145deg, #0f2030, #0a1723);
  color: #edf4fa;
  transition: transform .18s, border-color .18s, background .18s;
}

body.topup-dark .home-service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(32, 173, 104, .5);
  background: #112536;
}

body.topup-dark .home-service-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

body.topup-dark .home-service-card span,
body.topup-dark .home-service-card b,
body.topup-dark .home-service-card small {
  min-width: 0;
  display: block;
}

body.topup-dark .home-service-card b {
  overflow: hidden;
  color: #f4f8fb;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.topup-dark .home-service-card small {
  margin-top: 4px;
  overflow: hidden;
  color: #8999ab;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.topup-dark .home-service-card i {
  color: #38bd7c;
  font-size: 20px;
  font-style: normal;
  text-align: right;
}

body.topup-dark .home-gift-card__buy a {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 6px;
  background: var(--green-2);
  color: #03120c;
  font-size: 12px;
  font-weight: 900;
}

body.topup-dark .home-gift-skeleton {
  aspect-ratio: 1.24;
  border: 1px solid rgba(143, 162, 184, .12);
  border-radius: 8px;
  background: linear-gradient(100deg, #0d1c29 20%, #142637 38%, #0d1c29 56%);
  background-size: 220% 100%;
  animation: home-gift-loading 1.2s linear infinite;
}

body.topup-dark .home-gifts__empty {
  grid-column: 1 / -1;
  padding: 22px;
  border: 1px solid rgba(143, 162, 184, .14);
  border-radius: 8px;
  color: #9eabbc;
  text-align: center;
}

body.topup-dark .home-gifts__empty a {
  color: var(--green-2);
  font-weight: 800;
}

@keyframes home-gift-loading {
  to { background-position: -220% 0; }
}

@media (max-width: 1100px) {
  body.topup-dark .layout { grid-template-columns: 1fr; }
  body.topup-dark .topup-column { display: contents; }
  body.topup-dark .topup { order: 1; }
  body.topup-dark .side { order: 2; }
  body.topup-dark .topup-after { order: 3; }
  body.topup-dark .side { position: static; }
  body.topup-dark .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.topup-dark .footer-payments {
    justify-content: flex-start;
  }
  body.topup-dark .home-gifts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.topup-dark .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html,
  body { overflow-x: hidden; }
  body.topup-dark .shell {
    width: calc(100% - 20px) !important;
    max-width: 100%;
  }
  body.topup-dark :is(
    .layout,
    .topup-column,
    .topup,
    .topup-form,
    .topup-mode,
    .field,
    .input-wrap,
    .select-wrap,
    .amount,
    .side,
    .checkout-card
  ) {
    min-width: 0;
    max-width: 100%;
  }
  body.topup-dark .topup-mode {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  body.topup-dark .topup-mode > :is(button, a) {
    min-width: 0;
    padding-inline: 7px;
  }
  body.topup-dark .topup-mode b,
  body.topup-dark .topup-mode small {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  body.topup-dark .amount input {
    min-width: 0;
  }
  body.topup-dark .amount select {
    flex-basis: 82px;
    width: 82px;
    padding-inline: 10px;
  }
  body.topup-dark .home-gifts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.topup-dark .topbar__inner { min-height: auto; }
  body.topup-dark .topup { padding: 22px 18px; }
  body.topup-dark .service-head {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    margin: -20px -20px 20px;
    padding: 18px;
    border-radius: 16px 16px 10px 10px;
  }
  body.topup-dark .service-head-meta {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 0;
    margin-top: -2px;
    padding: 8px 10px;
    text-align: left;
  }
  body.topup-dark .steam-logo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }
  body.topup-dark .steam-logo svg {
    width: 52px;
    height: 52px;
  }
  body.topup-dark h1 { font-size: 28px; }
  body.topup-dark .service-head p { font-size: 15px; }
  body.ggkod-compact.topup-dark .topup .service-head p {
    font-size: 11px !important;
  }
  body.topup-dark .payment-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.topup-dark .topup-after {
    grid-template-columns: 1fr;
  }
  body.topup-dark .topup-after .benefits {
    grid-template-columns: 1fr;
  }
  body.topup-dark .commission { grid-template-columns: 46px 1fr; }
  body.topup-dark .receive {
    grid-column: 1 / -1;
    text-align: left;
  }
  body.topup-dark .checkout-trust {
    grid-template-columns: 1fr;
  }
  body.topup-dark .stats div {
    border-bottom-color: rgba(143, 162, 184, .14);
  }
  body.topup-dark .footer {
    padding: 28px 0 24px;
  }
  body.topup-dark .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  body.topup-dark .footer-payments {
    flex-wrap: wrap;
  }
  body.topup-dark .home-gifts__head h2 {
    font-size: 21px;
  }
}

@media (max-width: 520px) {
  body.topup-dark .home-gifts__grid,
  body.topup-dark .home-services__grid {
    grid-template-columns: 1fr;
  }
}

/* Shared restrained geometry for pages that render before site-runtime loads. */
body :where(
  button,input,select,textarea,
  .panel,.card,.info-panel,.item-panel,.status-card,.result-card,
  .main-nav,.search,.top-btn,.currency-menu,
  .input-wrap,.select-wrap,.amount,.commission,
  .checkout-card,.payment-method,.pay-method,.method,
  .country-card,.stat,.service-card,.catalog-card,.game-card,.item-cover,
  .region-card,.edition-card,.dlc-card,.offer,.variant,.region,.tab,
  .filter-pill,.filter-more,.discount-toggle,.sort-trigger,
  .tag,.tags span,.pill,.discount-badge
) { border-radius: 5px !important; }

body.topup-dark .topup { overflow: hidden; }
body.topup-dark .service-head {
  border-width: 0 0 1px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@keyframes ggkod-ui-fallback-reveal { to { opacity: 1; } }
body.topup-dark:not(.ggkod-runtime-ready) {
  opacity: 0;
  animation: ggkod-ui-fallback-reveal 0s 1.2s forwards;
}
body.topup-dark.ggkod-runtime-ready {
  opacity: 1 !important;
  animation: none !important;
  transition: opacity .12s ease;
}

/* Keep the selected payment method unmistakable across every checkout. */
body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method
) {
  position: relative;
  opacity: .84;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method
):hover {
  opacity: 1;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method
).is-active {
  border-color: #32b975 !important;
  color: #f4fff9 !important;
  background: linear-gradient(180deg, rgba(35, 76, 60, .96), rgba(15, 48, 38, .96)) !important;
  box-shadow: 0 0 0 2px rgba(50, 185, 117, .24), inset 0 -3px 0 #32b975 !important;
  opacity: 1;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method
).is-active::after {
  content: "\2713";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 5px;
  color: #061a10;
  background: #45cc87;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .24);
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method
).is-active :is(b, small) {
  color: inherit !important;
}

/* Payment choices should read as compact text options, not heavy cards. */
body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method,
  .ggkod-unified-payment-method
) {
  min-height: 34px !important;
  padding: 5px 4px !important;
  border: 1px solid rgba(139, 164, 184, .2) !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, .018) !important;
  box-shadow: none !important;
  color: #c7d2df !important;
  opacity: .82;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method,
  .ggkod-unified-payment-method
):hover {
  transform: none !important;
  border-color: rgba(139, 164, 184, .32) !important;
  background: rgba(255, 255, 255, .03) !important;
  color: #edf5fb !important;
  opacity: 1;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method,
  .ggkod-unified-payment-method
).is-active {
  border-color: rgba(67, 199, 128, .62) !important;
  background: rgba(67, 199, 128, .07) !important;
  box-shadow: none !important;
  color: #43c780 !important;
  opacity: 1;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method,
  .ggkod-unified-payment-method
).is-active::after {
  content: none !important;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method,
  .ggkod-unified-payment-method
) :is(i, .method__icon, .ggkod-payment-icon) {
  width: 20px !important;
  height: 20px !important;
  margin: 0 0 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method,
  .ggkod-unified-payment-method
) :is(svg) {
  width: 16px !important;
  height: 16px !important;
}

body.topup-dark :is(
  .payment-method,
  .gift-payment-method,
  .psn-method,
  .roblox-method,
  .pay-method,
  .method,
  .ggkod-unified-payment-method
) :is(small, em) {
  display: none !important;
}
