.shop-page {
  gap: 34px;
  position: relative;
}

.shop-page::before,
.shop-page::after {
  content: "";
  position: fixed;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(90px);
  opacity: 0.28;
}

.shop-page::before {
  top: -120px;
  right: -140px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.45), rgba(124, 92, 255, 0));
}

.shop-page::after {
  bottom: -160px;
  left: -150px;
  background: radial-gradient(circle, rgba(124, 92, 255, 0.32), rgba(124, 92, 255, 0));
}

.shop-hero {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(27, 22, 42, 0.74), rgba(12, 14, 26, 0.74));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.shop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(124, 92, 255, 0.06), rgba(124, 92, 255, 0.02));
  pointer-events: none;
}

.section-kicker {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--muted);
}

.hero-title {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
}

.shop-controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(20, 22, 36, 0.68), rgba(11, 14, 26, 0.68));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.shop-delivery-panel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 10% 20%, rgba(239, 68, 68, 0.28), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(56, 189, 248, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(16, 18, 30, 0.72), rgba(8, 10, 18, 0.72));
}

.shop-delivery-panel[hidden],
.shop-delivery-fab[hidden] {
  display: none !important;
}

.shop-delivery-panel h3 {
  margin: 3px 0 0;
  font-size: 20px;
}

.shop-delivery-inline,
.shop-delivery-choices {
  display: grid;
  gap: 12px;
}

.shop-delivery-inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-delivery-choice {
  --delivery-accent: #ffffff;
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--delivery-accent) 58%, transparent);
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--delivery-accent) 28%, transparent), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.shop-delivery-choice:hover,
.shop-delivery-choice.is-active {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--delivery-accent) 86%, white 14%);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.38), 0 0 32px color-mix(in srgb, var(--delivery-accent) 20%, transparent);
}

.shop-delivery-choice.is-compact {
  padding: 10px;
  border-radius: 15px;
}

.shop-delivery-orb {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff, var(--delivery-accent) 34%, rgba(0, 0, 0, 0.22) 72%);
  box-shadow: 0 0 28px color-mix(in srgb, var(--delivery-accent) 48%, transparent);
}

.shop-delivery-choice.is-compact .shop-delivery-orb {
  width: 28px;
  height: 28px;
}

.shop-delivery-copy {
  display: grid;
  gap: 2px;
}

.shop-delivery-copy strong {
  font-size: 16px;
}

.shop-delivery-copy small {
  color: rgba(232, 238, 255, 0.72);
  font-size: 12px;
}

.shop-delivery-choice.is-compact .shop-delivery-copy small {
  display: none;
}

.shop-delivery-modal-card {
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at top left, rgba(239, 68, 68, 0.22), transparent 40%),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.24), transparent 42%),
    linear-gradient(145deg, rgba(18, 20, 34, 0.94), rgba(7, 10, 20, 0.94));
}

.shop-delivery-modal-hero {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.shop-delivery-modal-hero h3 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.shop-delivery-modal-hero p,
.shop-delivery-note {
  margin: 0;
  color: rgba(232, 238, 255, 0.76);
}

.shop-delivery-note {
  margin-top: 14px;
  font-size: 13px;
}

.shop-delivery-fab {
  --delivery-fab-red: rgba(239, 68, 68, 0.92);
  --delivery-fab-blue: rgba(56, 189, 248, 0.92);
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.01em;
  background:
    radial-gradient(circle at 18% 28%, var(--delivery-fab-red), transparent 32%),
    radial-gradient(circle at 84% 78%, var(--delivery-fab-blue), transparent 36%),
    linear-gradient(145deg, rgba(15, 18, 32, 0.94), rgba(7, 9, 18, 0.94));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42), 0 0 28px rgba(56, 189, 248, 0.18);
  backdrop-filter: blur(16px);
}

.shop-delivery-fab-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #ef4444 0 48%, #38bdf8 52% 100%);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.2);
}

.shop-cubits-module {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(20, 22, 36, 0.68), rgba(11, 14, 26, 0.68));
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
  justify-items: center;
}

.shop-cubits-module-title {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.06;
}

.shop-cubits-module-main,
.shop-cubits-module-side {
  display: grid;
  gap: 10px;
  align-content: start;
  justify-items: center;
}

.shop-cubits-module-side {
  justify-items: center;
}

.shop-cubits-pack-hint {
  display: none;
}

.shop-cubits-pack-hint span {
  border: 1px solid rgba(171, 149, 255, 0.34);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(236, 228, 255, 0.92);
  background: rgba(124, 92, 255, 0.12);
}

.shop-control-block {
  display: grid;
  gap: 10px;
}

.shop-control-title {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.shop-servers,
.shop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-chip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(167, 146, 255, 0.5);
  background: linear-gradient(140deg, rgba(124, 92, 255, 0.28), rgba(124, 92, 255, 0.12));
  color: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.shop-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(182, 164, 255, 0.88);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  background: linear-gradient(140deg, rgba(124, 92, 255, 0.4), rgba(124, 92, 255, 0.2));
}

.shop-chip::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  left: -55%;
  border-radius: inherit;
  z-index: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  transition: left 320ms ease;
}

.shop-chip:hover::before {
  left: 115%;
}

.shop-chip.is-active {
  background: linear-gradient(140deg, rgba(124, 92, 255, 0.5), rgba(124, 92, 255, 0.24));
  border-color: rgba(210, 181, 126, 0.72);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.shop-chip.is-unique-prefix {
  border-color: rgba(210, 181, 126, 0.58);
  background: linear-gradient(140deg, rgba(88, 69, 38, 0.66), rgba(40, 40, 54, 0.82));
}

.shop-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  transition: opacity 220ms ease, transform 220ms ease;
}

.shop-list.is-switching {
  opacity: 0.2;
  transform: translateY(8px);
}

.shop-list-head {
  display: grid;
  gap: 8px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: start;
  gap: 18px;
}

.shop-card {
  position: relative;
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.24);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(0) scale(1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
  animation: cardIn 460ms ease both;
  animation-delay: var(--card-delay, 0ms);
}

.shop-card:hover {
  transform: translateY(-6px) scale(1.012);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.52);
}

.shop-card.is-ranger {
  border-color: rgba(214, 183, 120, 0.54);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(214, 183, 120, 0.2) inset;
}

.shop-card.is-ranger::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 85% 10%, rgba(214, 183, 120, 0.24), transparent 46%);
}

.shop-cover {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.2), transparent 40%), linear-gradient(160deg, rgba(92, 96, 150, 0.62), rgba(16, 18, 31, 0.9));
  background-color: rgba(12, 15, 26, 0.7);
  transform: scale(1.02);
  transition: transform 380ms ease, filter 380ms ease;
}

.shop-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(124, 92, 255, 0.08), rgba(10, 12, 19, 0.6));
}

.shop-card:hover .shop-cover {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.shop-card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(10, 12, 19, 0.0), rgba(10, 12, 19, 0.94));
}

.shop-card-title {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.shop-card-category {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 10, 18, 0.45);
  color: rgba(237, 232, 255, 0.96);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-ranger-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(219, 191, 136, 0.62);
  background: linear-gradient(140deg, rgba(191, 151, 86, 0.4), rgba(98, 80, 46, 0.28));
  color: #fbe8c3;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.shop-days {
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(9, 12, 22, 0.42);
}

.shop-price-value {
  color: #fff;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}

.shop-price-value .shop-price-currency {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 6px;
  color: rgba(255, 255, 255, 0.84);
}

.shop-price-old {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 215, 175, 0.82);
  text-decoration: line-through;
  letter-spacing: 0.08em;
}

.shop-details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(167, 146, 255, 0.5);
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(124, 92, 255, 0.28), rgba(124, 92, 255, 0.12));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 10px 14px;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.shop-details::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  left: -55%;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  transform: skewX(-20deg);
  transition: left 320ms ease;
}

.shop-details:hover {
  transform: translateY(-2px);
  border-color: rgba(182, 164, 255, 0.88);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.14) inset;
  background: linear-gradient(140deg, rgba(124, 92, 255, 0.4), rgba(124, 92, 255, 0.2));
}

.shop-details:hover::before {
  left: 115%;
}

.shop-empty {
  margin: 0;
  color: var(--muted);
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12000;
  padding: 24px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(102, 118, 255, 0.18), transparent 28%),
    rgba(5, 8, 16, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 260ms ease, backdrop-filter 260ms ease;
}

.shop-modal-card {
  position: relative;
  z-index: 1;
  width: min(1320px, 98vw);
  max-height: min(92vh, 1100px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  margin: auto 0;
  border-radius: 24px;
  border: 1px solid var(--glass-border);
  background: var(--card);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.5);
  transform: translateY(18px) scale(0.94);
  transform-origin: center center;
  opacity: 0;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease, box-shadow 360ms ease;
}

.shop-modal-card::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#shopModal .shop-modal-card {
  width: min(1320px, 98vw) !important;
  max-width: 1320px !important;
}

.modal.is-open .modal-backdrop {
  opacity: 1;
}

.modal.is-open .shop-modal-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-modal-hero {
  display: grid;
  grid-template-columns: minmax(420px, 1.25fr) minmax(420px, 1fr);
  gap: 16px;
  padding: 20px 24px;
}

.shop-modal-cover {
  min-height: 250px;
  border-radius: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient(160deg, rgba(92, 96, 150, 0.62), rgba(16, 18, 31, 0.9));
  background-color: rgba(12, 15, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.shop-modal-meta {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 4px;
  min-width: 0;
}

.shop-modal-server,
.shop-modal-period {
  margin: 0;
  color: var(--muted);
}

.shop-modal-server {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 247, 217, 0.9);
}

.shop-modal-period-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 9, 19, 0.5);
}

.shop-modal-pill-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.74);
}

.shop-modal-period {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
}

.shop-modal-price-box {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 14px;
  background:
    radial-gradient(circle at 88% 14%, rgba(214, 176, 98, 0.14), transparent 48%),
    linear-gradient(165deg, rgba(57, 49, 96, 0.38), rgba(19, 22, 36, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 16px 32px rgba(8, 10, 18, 0.38);
  display: grid;
  gap: 10px;
  min-width: 0;
}

.shop-case-qty-box {
  display: grid;
  gap: 6px;
}

.shop-case-qty-label {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}

.shop-modal-price-label {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(228, 220, 255, 0.78);
}

.shop-duration-box {
  display: grid;
  gap: 8px;
}

.shop-duration-box[hidden] {
  display: none !important;
}

.shop-duration-title {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(223, 214, 255, 0.72);
}

.shop-duration-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-duration-btn {
  border: 1px solid rgba(153, 136, 227, 0.42);
  border-radius: 10px;
  background: rgba(38, 44, 66, 0.78);
  color: rgba(237, 232, 255, 0.95);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.shop-duration-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(188, 169, 255, 0.68);
}

.shop-duration-btn.is-active {
  border-color: rgba(210, 181, 126, 0.72);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.shop-duration-btn.is-best {
  background: linear-gradient(145deg, rgba(88, 69, 38, 0.78), rgba(38, 40, 50, 0.92));
}

.shop-duration-best {
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(210, 181, 126, 0.62);
  color: #fbe8c3;
  font-size: 9px;
  letter-spacing: 0.06em;
}

.shop-modal-price {
  font-size: clamp(30px, 4vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), 0 0 22px rgba(124, 92, 255, 0.46);
}

.shop-modal-price-currency {
  margin-left: 8px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.shop-modal-balance {
  margin: 0;
  font-size: 13px;
  color: rgba(238, 232, 255, 0.9);
}

.shop-buy-btn {
  border: 1px solid rgba(153, 136, 227, 0.48);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(132deg, rgba(87, 76, 142, 0.88), rgba(42, 49, 78, 0.92));
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
  box-shadow: 0 14px 26px rgba(8, 12, 24, 0.36);
}

.shop-buy-actions {
  display: grid;
  gap: 8px;
}

.shop-buy-btn-secondary {
  background: linear-gradient(132deg, rgba(46, 55, 86, 0.88), rgba(30, 35, 57, 0.92));
}

.shop-buy-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  filter: grayscale(0.1);
}

.shop-buy-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 181, 126, 0.72);
  box-shadow: 0 18px 34px rgba(10, 14, 24, 0.44);
  filter: brightness(1.03);
}

.shop-buy-note {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.shop-payment-modal-card {
  width: min(1220px, calc(100vw - 28px));
  max-height: min(88vh, 940px);
  overflow: auto;
  overscroll-behavior: contain;
}

.shop-payment-panel[hidden] {
  display: none !important;
}

.shop-payment-panel {
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  transition: opacity 240ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-payment-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.shop-payment-subtitle {
  margin: 8px 0 0;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(230, 223, 247, 0.78);
}

.shop-payment-selection-hero {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at top right, rgba(215, 176, 104, 0.22), transparent 34%),
    radial-gradient(circle at left center, rgba(84, 123, 255, 0.16), transparent 42%),
    linear-gradient(155deg, rgba(34, 38, 58, 0.96), rgba(16, 19, 30, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 42px rgba(7, 9, 16, 0.28);
}

.shop-payment-selection-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 234, 201, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-payment-selection-copy h4 {
  margin: 0;
  max-width: 860px;
  font-size: 25px;
  line-height: 1.15;
  color: #fff8e8;
}

.shop-payment-selection-copy p {
  margin: 8px 0 0;
  max-width: 860px;
  font-size: 13px;
  line-height: 1.58;
  color: rgba(233, 228, 242, 0.76);
}

.shop-payment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.shop-payment-maintenance {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 171, 109, 0.28);
  background:
    radial-gradient(circle at top right, rgba(255, 141, 69, 0.24), transparent 36%),
    linear-gradient(155deg, rgba(60, 31, 18, 0.96), rgba(28, 18, 16, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 34px rgba(12, 8, 7, 0.22);
}

.shop-payment-maintenance-kicker {
  color: rgba(255, 224, 191, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-payment-maintenance h4 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  color: #fff6ec;
}

.shop-payment-maintenance p {
  margin: 0;
  max-width: 72ch;
  color: rgba(255, 233, 219, 0.82);
  font-size: 13px;
  line-height: 1.65;
}

.shop-payment-option {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  min-height: 174px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(98, 127, 255, 0.18), transparent 34%),
    linear-gradient(165deg, rgba(31, 36, 56, 0.94), rgba(13, 16, 26, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 42px rgba(7, 9, 16, 0.22);
  cursor: pointer;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.shop-payment-option:hover,
.shop-payment-option:focus-visible {
  transform: translateY(-4px) scale(1.012);
  border-color: rgba(224, 191, 122, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 48px rgba(9, 12, 21, 0.34);
  outline: none;
}

.shop-payment-option-primary {
  border-color: rgba(126, 213, 210, 0.36);
  background:
    radial-gradient(circle at 100% 0%, rgba(71, 201, 191, 0.2), transparent 34%),
    linear-gradient(165deg, rgba(17, 44, 46, 0.98), rgba(12, 19, 26, 0.98));
}

.shop-payment-option-available {
  border-color: rgba(126, 213, 210, 0.32);
  background:
    radial-gradient(circle at 100% 0%, rgba(71, 201, 191, 0.16), transparent 34%),
    linear-gradient(165deg, rgba(17, 42, 42, 0.96), rgba(12, 19, 26, 0.98));
}

.shop-payment-option-disabled {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(160deg, rgba(40, 40, 49, 0.92), rgba(22, 23, 30, 0.96));
}

.shop-payment-brand-panel {
  display: grid;
  gap: 14px;
  min-width: 0;
  flex: 1 1 auto;
}

.shop-payment-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.shop-payment-brand-copy {
  min-width: 0;
}

.shop-payment-brand-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(245, 234, 206, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-payment-brand-copy h4 {
  margin: 0;
  font-size: 19px;
  line-height: 1.18;
  color: #fff8ee;
}

.shop-payment-brand-copy p {
  margin: 6px 0 0;
  max-width: 42ch;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(230, 223, 247, 0.76);
}

.shop-payment-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-payment-feature-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(239, 235, 249, 0.86);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.shop-payment-logo {
  width: 84px;
  height: 84px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(84, 97, 160, 0.9), rgba(32, 40, 70, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 32px rgba(7, 11, 18, 0.22);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  color: transparent;
  overflow: hidden;
}

.shop-payment-logo-primary {
  background-image: url("/static/img/payment/sbp.jpg");
  border-color: rgba(157, 212, 255, 0.55);
}

.shop-payment-logo-boosty {
  background-image: url("/static/img/payment/boosty.jpg");
  border-color: rgba(255, 159, 96, 0.52);
}

.shop-payment-logo-crypto {
  background-image: url("/static/img/payment/cryptobot.jpg");
  border-color: rgba(150, 228, 255, 0.5);
}

.shop-payment-logo-other {
  background-image: url("/static/img/payment/money-rupees-icon-bg-png-dehraflicks.png");
  border-color: rgba(188, 169, 255, 0.42);
}

.shop-payment-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(239, 234, 255, 0.9);
}

.shop-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(126, 213, 210, 0.34);
  background: rgba(51, 130, 122, 0.18);
  color: #bdf8ea;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-payment-side {
  display: flex;
  min-width: 104px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.shop-payment-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.shop-payment-option:hover .shop-payment-arrow,
.shop-payment-option:focus-visible .shop-payment-arrow {
  transform: translateX(4px);
  border-color: rgba(224, 191, 122, 0.38);
  background: rgba(224, 191, 122, 0.12);
}

.shop-payment-option-disabled .shop-payment-brand-copy h4,
.shop-payment-option-disabled .shop-payment-brand-copy p,
.shop-payment-option-disabled .shop-payment-brand-type,
.shop-payment-option-disabled .shop-payment-feature-pill,
.shop-payment-option-disabled .shop-payment-arrow {
  opacity: 0.74;
}

.shop-payment-badge-muted {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(236, 230, 255, 0.84);
}

.shop-payment-back {
  border: 0;
  background: transparent;
  color: rgba(233, 226, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 0;
  margin-bottom: 12px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.shop-payment-back:hover {
  opacity: 0.9;
  transform: translateX(-2px);
}

.shop-payment-detail-card {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 100% 0%, rgba(98, 127, 255, 0.18), transparent 34%),
    linear-gradient(165deg, rgba(26, 31, 50, 0.92), rgba(14, 17, 28, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 44px rgba(7, 9, 16, 0.24);
}

.shop-payment-detail-hero {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(216, 176, 103, 0.18), transparent 35%),
    linear-gradient(155deg, rgba(36, 40, 61, 0.96), rgba(18, 21, 34, 0.98));
}

.shop-payment-detail-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.shop-payment-detail-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.shop-payment-detail-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.shop-payment-detail-topline h4 {
  margin: 0;
  font-size: 26px;
  line-height: 1.12;
  color: #fff8ee;
}

.shop-payment-detail-copy p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(226, 218, 255, 0.8);
}

.shop-payment-detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: rgba(245, 234, 206, 0.84);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-payment-detail-logo-wrap .shop-payment-logo {
  width: 112px;
  height: 112px;
  border-radius: 30px;
}

.shop-payment-detail-note {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(236, 230, 255, 0.9);
  font-size: 13px;
  line-height: 1.65;
}

.shop-payment-detail-note[hidden] {
  display: none !important;
}

.shop-payment-steps {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.shop-payment-amount-card {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 20px 20px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(94, 121, 255, 0.2), transparent 36%),
    linear-gradient(155deg, rgba(32, 37, 58, 0.96), rgba(16, 19, 29, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(9, 12, 20, 0.22);
  overflow: hidden;
}

.shop-payment-amount-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
}

.shop-payment-amount-card::after {
  content: "";
  position: absolute;
  top: -28px;
  right: -18px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(125, 155, 255, 0.14);
  filter: blur(10px);
  pointer-events: none;
}

.shop-payment-amount-card-primary {
  border-color: rgba(105, 218, 206, 0.34);
  background:
    radial-gradient(circle at top right, rgba(73, 205, 192, 0.24), transparent 36%),
    linear-gradient(155deg, rgba(18, 49, 49, 0.96), rgba(12, 21, 27, 0.98));
}

.shop-payment-amount-card-primary::after {
  background: rgba(73, 205, 192, 0.18);
}

.shop-payment-amount-card-boosty {
  border-color: rgba(255, 166, 103, 0.34);
  background:
    radial-gradient(circle at top right, rgba(255, 132, 56, 0.24), transparent 36%),
    linear-gradient(155deg, rgba(59, 31, 19, 0.96), rgba(24, 18, 17, 0.98));
}

.shop-payment-amount-card-boosty::after {
  background: rgba(255, 132, 56, 0.18);
}

.shop-payment-amount-card-crypto {
  border-color: rgba(116, 210, 255, 0.34);
  background:
    radial-gradient(circle at top right, rgba(91, 196, 255, 0.24), transparent 36%),
    linear-gradient(155deg, rgba(18, 34, 56, 0.96), rgba(15, 20, 31, 0.98));
}

.shop-payment-amount-card-crypto::after {
  background: rgba(91, 196, 255, 0.18);
}

.shop-payment-amount-card-other {
  border-color: rgba(196, 156, 255, 0.34);
  background:
    radial-gradient(circle at top right, rgba(181, 133, 255, 0.22), transparent 36%),
    linear-gradient(155deg, rgba(40, 30, 61, 0.96), rgba(18, 18, 30, 0.98));
}

.shop-payment-amount-card-other::after {
  background: rgba(181, 133, 255, 0.18);
}

.shop-payment-amount-label {
  position: relative;
  z-index: 1;
  color: rgba(245, 235, 206, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-payment-amount-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.shop-payment-amount-row strong {
  font-size: clamp(34px, 4.4vw, 48px);
  line-height: 0.95;
  color: #fff8ee;
  letter-spacing: -0.03em;
  text-shadow: 0 14px 26px rgba(0, 0, 0, 0.26);
}

.shop-payment-amount-row span {
  max-width: 34ch;
  color: rgba(236, 230, 246, 0.8);
  font-size: 12px;
  line-height: 1.55;
}

.shop-payment-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(155deg, rgba(35, 39, 58, 0.94), rgba(17, 20, 31, 0.96));
}

.shop-payment-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 130, 53, 0.94), rgba(211, 84, 25, 0.92));
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 20px rgba(36, 17, 9, 0.22);
}

.shop-payment-step h5 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #fff8ee;
}

.shop-payment-step p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(230, 223, 247, 0.78);
}

.shop-payment-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.82fr);
  gap: 16px;
  align-items: start;
}

.shop-payment-detail-main {
  min-width: 0;
}

.shop-payment-detail-sidepanel {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.shop-payment-detail-sidepanel > * {
  min-width: 0;
}

.shop-payment-detail-sidecard {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(79, 114, 245, 0.18), transparent 38%),
    linear-gradient(155deg, rgba(29, 34, 54, 0.94), rgba(16, 19, 30, 0.96));
}

.shop-payment-detail-side-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 234, 206, 0.84);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-payment-detail-sidecard p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(231, 225, 243, 0.82);
}

.shop-payment-detail-warning {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 125, 125, 0.36);
  background: linear-gradient(145deg, rgba(112, 24, 24, 0.34), rgba(66, 14, 14, 0.24));
  color: #ffd8d8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.shop-payment-discord-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(88, 101, 242, 0.92), rgba(59, 69, 168, 0.94));
  border-color: rgba(137, 149, 255, 0.44);
}

.shop-payment-discord-link:hover {
  text-decoration: none;
}

.shop-payment-discord-link[hidden] {
  display: none !important;
}

.shop-payment-detail-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shop-payment-detail-actions .shop-buy-btn {
  width: 100%;
  min-width: 0;
}

@media (max-width: 760px) {
  .modal {
    align-items: flex-end;
    padding: 12px;
  }

  .shop-modal-card,
  .shop-payment-modal-card,
  .shop-cubits-modal-card {
    width: min(100%, 100vw - 8px);
    max-height: min(92vh, 100dvh - 12px);
    margin: 0;
    border-radius: 22px 22px 0 0;
  }

  .shop-payment-list {
    grid-template-columns: 1fr;
  }

  .shop-payment-option {
    min-height: 0;
    padding: 16px;
  }

  .shop-payment-detail-head,
  .shop-payment-detail-topline,
  .shop-payment-detail-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .shop-payment-detail-layout {
    grid-template-columns: 1fr;
  }

  .shop-payment-detail-actions .shop-buy-btn {
    width: 100%;
    min-width: 0;
  }

  .shop-payment-selection-copy h4 {
    font-size: 22px;
  }

  .shop-payment-brand {
    align-items: flex-start;
  }

  .shop-payment-logo {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .shop-payment-side {
    min-width: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .shop-payment-detail-logo-wrap .shop-payment-logo {
    width: 92px;
    height: 92px;
    border-radius: 26px;
  }
}

@media (min-width: 961px) {
  .shop-payment-modal-card {
    max-height: none;
    overflow: visible;
  }

  .shop-payment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.shop-gift-box {
  border: 1px solid rgba(173, 153, 255, 0.28);
  border-radius: 12px;
  padding: 10px;
  background: rgba(10, 13, 23, 0.34);
  display: grid;
  gap: 8px;
  min-height: 112px;
}

.shop-gift-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 13px;
  color: rgba(236, 228, 255, 0.95);
  cursor: pointer;
}

.shop-gift-toggle input {
  width: 16px;
  height: 16px;
  accent-color: #8d72ff;
}

.shop-gift-fields {
  display: grid;
  gap: 8px;
}

.shop-gift-fields[hidden] {
  display: grid !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.shop-gift-status {
  margin: 0;
  font-size: 12px;
  color: rgba(226, 218, 255, 0.84);
}

.shop-gift-status[data-state="ok"] {
  color: #52d68a;
}

.shop-gift-status[data-state="error"] {
  color: #ff7f8b;
}

.shop-gift-status[data-state="pending"] {
  color: #ffd27d;
}

.shop-topup-panel {
  margin-top: 2px;
  border: 1px solid rgba(173, 153, 255, 0.28);
  border-radius: 14px;
  padding: 12px;
  background: rgba(10, 13, 23, 0.36);
  display: grid;
  gap: 8px;
}

.shop-topup-title {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}

.shop-topup-rate {
  margin: 0;
  font-size: 12px;
  color: rgba(232, 224, 255, 0.85);
}

.shop-topup-label {
  margin: 2px 0 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 224, 255, 0.76);
}

.shop-topup-input-wrap {
  position: relative;
  width: min(360px, 100%);
}

.shop-topup-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(194, 178, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 10px 46px 10px 12px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.shop-topup-input:focus {
  outline: none;
  border-color: rgba(220, 207, 255, 0.68);
  box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.26);
}

.shop-topup-currency {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 700;
  color: rgba(236, 229, 255, 0.86);
  pointer-events: none;
}

.shop-topup-preview {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(241, 237, 255, 0.95);
  border: 1px solid rgba(152, 137, 210, 0.32);
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(45, 49, 72, 0.7), rgba(24, 28, 42, 0.76));
  padding: 10px 12px;
  box-shadow: inset 3px 0 0 rgba(186, 153, 95, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.shop-topup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop-topup-cancel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.shop-topup-cancel:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}

.shop-cubits-modal-card {
  position: relative;
  width: min(1040px, 96vw);
  max-height: 92vh;
  overflow: auto;
  border-color: rgba(152, 137, 210, 0.28);
  box-shadow: 0 32px 62px rgba(9, 11, 20, 0.58), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transform: translateY(20px) scale(0.97);
  opacity: 0;
  transition: transform 260ms ease, opacity 260ms ease;
}

#shopCubitsModal .shop-cubits-modal-card {
  width: min(1040px, 96vw) !important;
  max-width: 1040px !important;
}

.modal.is-open .shop-cubits-modal-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.shop-cubits-modal-body {
  padding: 0 24px 24px;
  display: grid;
  gap: 12px;
  background: transparent;
  text-align: center;
  justify-items: center;
}

.shop-cubits-modal-body > * {
  width: min(940px, 100%);
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 260ms ease, opacity 260ms ease;
}

.modal.is-open .shop-cubits-modal-body > * {
  opacity: 1;
  transform: translateY(0);
}

.modal.is-open .shop-cubits-modal-body > *:nth-child(2) { transition-delay: 40ms; }
.modal.is-open .shop-cubits-modal-body > *:nth-child(3) { transition-delay: 70ms; }
.modal.is-open .shop-cubits-modal-body > *:nth-child(4) { transition-delay: 100ms; }
.modal.is-open .shop-cubits-modal-body > *:nth-child(5) { transition-delay: 130ms; }
.modal.is-open .shop-cubits-modal-body > *:nth-child(6) { transition-delay: 160ms; }
.modal.is-open .shop-cubits-modal-body > *:nth-child(7) { transition-delay: 190ms; }

.shop-topup-packs {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.shop-topup-pack {
  border: 1px solid rgba(140, 129, 191, 0.34);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(42, 46, 67, 0.88), rgba(26, 30, 44, 0.9));
  color: #fff;
  padding: 12px;
  display: grid;
  gap: 4px;
  text-align: center;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  position: relative;
  overflow: hidden;
}

.shop-topup-pack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  transform: translateX(-130%) skewX(-20deg);
  transition: transform 320ms ease;
}

.shop-topup-pack:hover,
.shop-topup-pack.is-active {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(196, 171, 122, 0.58);
  box-shadow: 0 16px 30px rgba(10, 14, 24, 0.4);
  filter: saturate(1.02);
}

.shop-topup-pack:hover::before,
.shop-topup-pack.is-active::before {
  transform: translateX(130%) skewX(-20deg);
}

.shop-topup-pack:nth-child(1),
.shop-topup-pack:nth-child(2),
.shop-topup-pack:nth-child(3) {
  background: linear-gradient(150deg, rgba(47, 53, 79, 0.9), rgba(25, 29, 43, 0.92));
}

.shop-topup-pack:nth-child(4),
.shop-topup-pack:nth-child(5) {
  background: linear-gradient(150deg, rgba(74, 58, 33, 0.74), rgba(32, 33, 42, 0.92));
  border-color: rgba(198, 168, 114, 0.48);
}

.shop-topup-pack:nth-child(6) {
  background: linear-gradient(150deg, rgba(110, 84, 36, 0.9), rgba(36, 37, 46, 0.94));
  border-color: rgba(233, 198, 127, 0.72);
  box-shadow: 0 0 0 1px rgba(233, 198, 127, 0.22) inset, 0 16px 30px rgba(14, 12, 8, 0.42);
}

.shop-topup-pack-title {
  font-size: 16px;
  font-weight: 900;
  white-space: normal;
  overflow-wrap: anywhere;
}

.shop-topup-pack-sub {
  font-size: 12px;
  color: rgba(232, 224, 255, 0.9);
}

.shop-topup-pack-badge {
  width: fit-content;
  margin-top: 2px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.shop-topup-pack:nth-child(1) .shop-topup-pack-badge {
  border-color: rgba(210, 181, 126, 0.7);
  background: linear-gradient(140deg, rgba(191, 151, 86, 0.3), rgba(98, 80, 46, 0.22));
  color: #fbe8c3;
}

.shop-topup-summary {
  margin-top: 4px;
  display: grid;
  gap: 8px;
  width: min(420px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.shop-topup-summary p {
  margin: 0;
  font-size: 14px;
  color: rgba(238, 235, 250, 0.94);
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(140, 129, 191, 0.3);
  background: rgba(22, 26, 40, 0.72);
}

#shopTopupBonus {
  color: rgba(243, 208, 143, 0.98);
  font-weight: 800;
  border-color: rgba(210, 181, 126, 0.5);
  background: linear-gradient(140deg, rgba(93, 72, 38, 0.54), rgba(29, 31, 41, 0.74));
}

#shopTopupTotal {
  color: rgba(227, 223, 252, 0.98);
  font-weight: 800;
  border-color: rgba(165, 147, 232, 0.48);
  background: linear-gradient(140deg, rgba(63, 56, 98, 0.58), rgba(28, 31, 45, 0.76));
}

.shop-modal-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(360px, 1fr));
  gap: 16px;
  padding: 0 24px 24px;
}

.shop-modal-section {
  border: 1px solid rgba(155, 132, 255, 0.22);
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(160deg, rgba(124, 92, 255, 0.14), rgba(124, 92, 255, 0.04));
  transform: translateY(10px);
  opacity: 0;
  transition: transform 260ms ease, opacity 260ms ease;
}

.modal.is-open .shop-modal-section {
  transform: translateY(0);
  opacity: 1;
}

.modal.is-open .shop-modal-section:nth-child(2) {
  transition-delay: 80ms;
}

.shop-block-title {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(222, 214, 255, 0.9);
}

.shop-kit-grid {
  display: grid;
  gap: 10px;
}

.shop-kit-item {
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(165, 145, 255, 0.24);
  background: rgba(124, 92, 255, 0.1);
}

.shop-kit-item p {
  margin: 0;
  font-size: 14px;
}

.shop-kit-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
  background: transparent;
}

.shop-kit-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.shop-list-items {
  margin: 0;
  padding-left: 16px;
  display: grid;
  gap: 8px;
}

.shop-list-items li {
  color: rgba(241, 236, 255, 0.95);
}

:root[data-theme="light"] .shop-page::before {
  background: radial-gradient(circle, rgba(124, 92, 255, 0.24), rgba(124, 92, 255, 0));
  opacity: 0.22;
}

:root[data-theme="light"] .shop-page::after {
  background: radial-gradient(circle, rgba(124, 92, 255, 0.18), rgba(124, 92, 255, 0));
  opacity: 0.2;
}

:root[data-theme="light"] .shop-hero {
  border-color: rgba(19, 28, 44, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(244, 248, 255, 0.92));
  box-shadow: 0 18px 40px rgba(27, 47, 84, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

:root[data-theme="light"] .shop-controls {
  border-color: rgba(36, 62, 101, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 255, 0.9));
  box-shadow: 0 14px 32px rgba(41, 67, 107, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

:root[data-theme="light"] .shop-cubits-module {
  border-color: rgba(36, 62, 101, 0.14);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 255, 0.9));
  box-shadow: 0 14px 32px rgba(41, 67, 107, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

:root[data-theme="light"] .shop-cubits-pack-hint span {
  border-color: rgba(66, 95, 141, 0.28);
  color: rgba(43, 64, 96, 0.9);
  background: rgba(124, 92, 255, 0.08);
}

:root[data-theme="light"] .shop-control-title {
  color: rgba(40, 57, 87, 0.66);
}

:root[data-theme="light"] .shop-chip {
  border-color: rgba(86, 111, 154, 0.28);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.92));
  color: #243c60;
}

:root[data-theme="light"] .shop-chip:hover {
  border-color: rgba(102, 132, 179, 0.44);
  box-shadow: 0 10px 18px rgba(39, 67, 112, 0.14);
}

:root[data-theme="light"] .shop-chip.is-active {
  color: #fff;
  background: linear-gradient(140deg, rgba(108, 132, 199, 0.94), rgba(78, 108, 174, 0.94));
  border-color: rgba(78, 108, 174, 0.7);
  box-shadow: 0 12px 22px rgba(63, 92, 156, 0.28);
}

:root[data-theme="light"] .shop-chip.is-unique-prefix {
  border-color: rgba(182, 126, 46, 0.5);
  background: linear-gradient(145deg, rgba(255, 231, 189, 0.92), rgba(255, 255, 255, 0.96));
  color: #6f4513;
}

:root[data-theme="light"] .shop-card {
  border-color: rgba(31, 50, 82, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 38px rgba(44, 68, 110, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

:root[data-theme="light"] .shop-card.is-ranger {
  border-color: rgba(191, 149, 76, 0.46);
  box-shadow: 0 24px 48px rgba(43, 69, 112, 0.2), 0 0 0 1px rgba(191, 149, 76, 0.18) inset;
}

:root[data-theme="light"] .shop-ranger-badge {
  border-color: rgba(188, 142, 65, 0.54);
  background: linear-gradient(145deg, rgba(235, 197, 130, 0.72), rgba(255, 255, 255, 0.9));
  color: #805311;
}

:root[data-theme="light"] .shop-price-old {
  color: rgba(155, 104, 38, 0.86);
}

:root[data-theme="light"] .shop-card:hover {
  border-color: rgba(38, 60, 98, 0.28);
  box-shadow: 0 28px 54px rgba(43, 69, 112, 0.22);
}

:root[data-theme="light"] .shop-card-category {
  border-color: rgba(33, 58, 98, 0.18);
  background: rgba(248, 250, 255, 0.78);
  color: #3a547f;
}

:root[data-theme="light"] .shop-days {
  color: #35507b;
  border-color: rgba(53, 80, 123, 0.2);
  background: rgba(255, 255, 255, 0.8);
}

:root[data-theme="light"] .shop-price-value {
  color: #ffffff;
}

:root[data-theme="light"] .shop-price-value .shop-price-currency {
  color: rgba(255, 255, 255, 0.85);
}

:root[data-theme="light"] .shop-empty {
  color: rgba(44, 60, 86, 0.72);
}

:root[data-theme="light"] .modal-backdrop {
  background: rgba(20, 34, 58, 0.56);
}

:root[data-theme="light"] .shop-modal-card {
  border-color: rgba(31, 49, 78, 0.16);
  background: linear-gradient(165deg, rgba(254, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow: 0 24px 62px rgba(36, 58, 94, 0.22);
}

:root[data-theme="light"] .modal-header {
  border-bottom-color: rgba(34, 52, 82, 0.12);
}

:root[data-theme="light"] .shop-modal-cover {
  border-color: rgba(35, 57, 94, 0.14);
  box-shadow: 0 16px 32px rgba(36, 59, 101, 0.2);
}

:root[data-theme="light"] .shop-modal-server {
  color: rgba(44, 64, 96, 0.86);
}

:root[data-theme="light"] .shop-modal-period-pill {
  border-color: rgba(40, 63, 104, 0.2);
  background: rgba(255, 255, 255, 0.84);
}

:root[data-theme="light"] .shop-modal-pill-label {
  color: rgba(58, 81, 119, 0.78);
}

:root[data-theme="light"] .shop-modal-period {
  color: #223657;
}

:root[data-theme="light"] .shop-modal-price-box {
  border-color: rgba(46, 71, 115, 0.18);
  background:
    radial-gradient(circle at 88% 14%, rgba(132, 168, 228, 0.16), transparent 44%),
    linear-gradient(165deg, rgba(236, 244, 255, 0.95), rgba(255, 255, 255, 0.96));
}

:root[data-theme="light"] .shop-modal-price-label {
  color: rgba(52, 75, 113, 0.72);
}

:root[data-theme="light"] .shop-case-qty-label {
  color: rgba(52, 75, 113, 0.72);
}

:root[data-theme="light"] .shop-duration-title {
  color: rgba(59, 80, 116, 0.68);
}

:root[data-theme="light"] .shop-duration-btn {
  border-color: rgba(95, 119, 159, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: #2d466c;
}

:root[data-theme="light"] .shop-duration-btn.is-active {
  border-color: rgba(199, 146, 67, 0.52);
}

:root[data-theme="light"] .shop-duration-btn.is-best {
  background: linear-gradient(150deg, rgba(231, 240, 255, 0.95), rgba(255, 255, 255, 0.98));
}

:root[data-theme="light"] .shop-duration-best {
  color: #805311;
}

:root[data-theme="light"] .shop-modal-balance {
  color: rgba(45, 68, 103, 0.84);
}

:root[data-theme="light"] .shop-buy-note {
  color: rgba(46, 70, 107, 0.8);
}

:root[data-theme="light"] .shop-gift-box {
  border-color: rgba(60, 87, 130, 0.22);
  background: rgba(255, 255, 255, 0.64);
}

:root[data-theme="light"] .shop-gift-toggle {
  color: #203556;
}

:root[data-theme="light"] .shop-gift-status {
  color: rgba(48, 71, 105, 0.82);
}

:root[data-theme="light"] .shop-gift-status[data-state="ok"] {
  color: #1b8c4f;
}

:root[data-theme="light"] .shop-gift-status[data-state="error"] {
  color: #cf3041;
}

:root[data-theme="light"] .shop-gift-status[data-state="pending"] {
  color: #a36a00;
}

:root[data-theme="light"] .shop-topup-panel {
  border-color: rgba(60, 87, 130, 0.22);
  background: rgba(255, 255, 255, 0.64);
}

:root[data-theme="light"] .shop-topup-title {
  color: #22395d;
}

:root[data-theme="light"] .shop-topup-rate,
:root[data-theme="light"] .shop-topup-label,
:root[data-theme="light"] .shop-topup-preview {
  color: rgba(48, 71, 105, 0.82);
}

:root[data-theme="light"] .shop-topup-preview {
  border-color: rgba(68, 95, 139, 0.26);
  background: linear-gradient(150deg, rgba(236, 244, 255, 0.96), rgba(255, 255, 255, 0.96));
  box-shadow: inset 3px 0 0 rgba(94, 132, 199, 0.34);
}

:root[data-theme="light"] .shop-topup-input {
  border-color: rgba(68, 95, 139, 0.32);
  background: rgba(255, 255, 255, 0.88);
  color: #1f3556;
}

:root[data-theme="light"] .shop-topup-currency {
  color: rgba(45, 68, 103, 0.85);
}

:root[data-theme="light"] .shop-topup-cancel {
  border-color: rgba(58, 84, 127, 0.24);
  color: #284066;
  background: rgba(255, 255, 255, 0.72);
}

:root[data-theme="light"] .shop-topup-cancel:hover {
  border-color: rgba(58, 84, 127, 0.4);
  background: rgba(255, 255, 255, 0.94);
}

:root[data-theme="light"] .shop-topup-pack {
  border-color: rgba(60, 87, 130, 0.24);
  color: #203556;
  background: linear-gradient(150deg, rgba(240, 246, 255, 0.96), rgba(255, 255, 255, 0.96));
}

:root[data-theme="light"] .shop-topup-pack:nth-child(4),
:root[data-theme="light"] .shop-topup-pack:nth-child(5) {
  border-color: rgba(214, 154, 74, 0.58);
  background: linear-gradient(150deg, rgba(255, 241, 214, 0.96), rgba(255, 251, 238, 0.98));
  box-shadow: 0 0 0 1px rgba(214, 154, 74, 0.2) inset, 0 14px 26px rgba(186, 138, 64, 0.2);
}

:root[data-theme="light"] .shop-topup-pack:nth-child(6) {
  border-color: rgba(206, 133, 37, 0.72);
  background: linear-gradient(150deg, rgba(255, 231, 184, 0.96), rgba(255, 246, 221, 0.98));
  box-shadow: 0 0 0 1px rgba(206, 133, 37, 0.24) inset, 0 16px 30px rgba(176, 116, 36, 0.24);
}

:root[data-theme="light"] .shop-topup-pack:nth-child(4):not(.is-active),
:root[data-theme="light"] .shop-topup-pack:nth-child(5):not(.is-active),
:root[data-theme="light"] .shop-topup-pack:nth-child(6):not(.is-active) {
  transform: translateY(-2px);
}

:root[data-theme="light"] .shop-topup-pack-sub,
:root[data-theme="light"] .shop-topup-summary p {
  color: rgba(48, 71, 105, 0.84);
}

:root[data-theme="light"] .shop-topup-pack-badge {
  border-color: rgba(58, 84, 127, 0.24);
  background: rgba(255, 255, 255, 0.8);
}

:root[data-theme="light"] .shop-topup-pack:nth-child(1) .shop-topup-pack-badge {
  border-color: rgba(90, 125, 184, 0.5);
  background: linear-gradient(145deg, rgba(208, 226, 255, 0.84), rgba(255, 255, 255, 0.96));
  color: #2c4f88;
}

:root[data-theme="light"] .shop-topup-pack:nth-child(4) .shop-topup-pack-badge,
:root[data-theme="light"] .shop-topup-pack:nth-child(5) .shop-topup-pack-badge,
:root[data-theme="light"] .shop-topup-pack:nth-child(6) .shop-topup-pack-badge {
  border-color: rgba(206, 133, 37, 0.48);
  background: linear-gradient(145deg, rgba(255, 217, 151, 0.96), rgba(255, 245, 219, 0.98));
  color: #7a4a00;
  font-weight: 900;
}

:root[data-theme="light"] .shop-topup-summary p {
  border-color: rgba(68, 95, 139, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

:root[data-theme="light"] .shop-modal-section {
  border-color: rgba(124, 92, 255, 0.22);
  background: linear-gradient(160deg, rgba(124, 92, 255, 0.14), rgba(255, 255, 255, 0.84));
}

:root[data-theme="light"] .shop-block-title {
  color: rgba(90, 66, 156, 0.9);
}

:root[data-theme="light"] .shop-kit-item {
  border-color: rgba(124, 92, 255, 0.2);
  background: rgba(124, 92, 255, 0.08);
}

:root[data-theme="light"] .shop-list-items li {
  color: rgba(52, 41, 90, 0.9);
}

:root[data-theme="light"] .shop-cover {
  background-color: rgba(233, 241, 252, 0.9);
}

:root[data-theme="light"] .shop-cover::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(239, 246, 255, 0.92));
}

:root[data-theme="light"] .shop-card-bottom {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(239, 246, 255, 0.96));
}

:root[data-theme="light"] .shop-card-title {
  color: #183157;
  text-shadow: none;
}

:root[data-theme="light"] .shop-price-value {
  color: #183157;
  text-shadow: none;
}

:root[data-theme="light"] .shop-price-value .shop-price-currency {
  color: rgba(39, 66, 106, 0.82);
}

:root[data-theme="light"] .shop-details {
  border-color: rgba(91, 122, 173, 0.34);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(232, 242, 255, 0.96));
  color: #1f3f6f;
}

:root[data-theme="light"] .shop-details:hover {
  border-color: rgba(73, 108, 165, 0.52);
  box-shadow: 0 12px 22px rgba(63, 96, 150, 0.2);
}

:root[data-theme="light"] .shop-modal-price {
  color: #16315a;
  text-shadow: none;
}

:root[data-theme="light"] .shop-buy-btn {
  border-color: rgba(80, 113, 165, 0.34);
  background: linear-gradient(135deg, rgba(244, 250, 255, 0.98), rgba(219, 233, 255, 0.95));
  color: #1a3967;
  box-shadow: 0 12px 24px rgba(66, 98, 152, 0.18);
}

:root[data-theme="light"] .shop-buy-btn-secondary {
  border-color: rgba(98, 128, 176, 0.3);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 242, 255, 0.96));
  color: #224472;
}

:root[data-theme="light"] .shop-buy-btn:hover {
  border-color: rgba(214, 154, 74, 0.56);
  box-shadow: 0 16px 30px rgba(180, 127, 54, 0.2);
  filter: none;
}

:root[data-theme="light"] .shop-topup-input:focus {
  border-color: rgba(87, 122, 181, 0.58);
  box-shadow: 0 0 0 3px rgba(97, 133, 194, 0.2);
}

@media (max-width: 980px) {
  .shop-modal-sections,
  .shop-modal-hero,
  .shop-cubits-module,
  .shop-controls {
    grid-template-columns: 1fr;
  }

  .shop-cubits-module-side {
    justify-items: center;
  }
}

@media (max-width: 1240px) {
  .shop-modal-hero,
  .shop-modal-sections {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1400px) {
  .shop-modal-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .shop-hero,
  .shop-controls {
    padding: 18px;
  }

  .shop-card {
    min-height: 280px;
  }

  .shop-card-title {
    font-size: 21px;
  }

  .shop-price-value {
    font-size: 22px;
  }

  .modal-header,
  .shop-modal-hero,
  .shop-modal-sections {
    padding-left: 16px;
    padding-right: 16px;
  }

  .shop-payment-modal-card {
    width: 100%;
  }

  .shop-delivery-panel {
    padding: 14px;
  }

  .shop-delivery-inline,
  .shop-delivery-choices {
    grid-template-columns: 1fr;
  }

  .shop-delivery-choice {
    padding: 14px;
    border-radius: 18px;
  }

  .shop-delivery-choice.is-compact {
    padding: 12px;
  }

  .shop-delivery-modal-card {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    overflow: auto;
    border-radius: 24px;
  }

  .shop-delivery-modal-hero h3 {
    font-size: 30px;
  }

  .shop-delivery-fab {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-content: center;
    min-height: 56px;
    padding: 12px 16px;
  }
}
