body:has(.pm-login-page) {
  margin: 0;
  min-height: 100vh;
  background: #030916;
  color: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body:has(.pm-app-shell) {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #030916;
  color: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.pm-app-shell,
.pm-app-shell * {
  box-sizing: border-box;
}

.pm-app-shell {
  display: grid;
  grid-template-columns: 278px minmax(0, 1fr);
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  background:
    radial-gradient(circle at 92% 88%, rgba(0, 89, 255, .16), transparent 20%),
    linear-gradient(115deg, #020713 0%, #050a18 48%, #020713 100%);
}

.pm-app-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 278px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 24px 20px;
  overflow: hidden;
  border-right: 1px solid rgba(0, 101, 255, .18);
  background: rgba(3, 9, 22, .72);
  box-shadow: 18px 0 60px rgba(0,0,0,.18);
}

.pm-app-logo img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 44px;
}

.pm-sidebar-user-balance {
  display: none;
}

.pm-app-nav {
  display: grid;
  gap: 10px;
  flex: 1 1 auto;
  max-height: none;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(8,123,255,.72) rgba(255,255,255,.05);
  padding-right: 8px;
  padding-bottom: 178px;
}

.pm-app-nav::-webkit-scrollbar {
  width: 8px;
}

.pm-app-nav::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255,255,255,.04);
}

.pm-app-nav::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(3, 9, 22, .9);
  background:
    linear-gradient(180deg, rgba(8,123,255,.95), rgba(0,72,255,.72));
}

.pm-app-nav::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #68a7ff, #087bff);
}

.pm-app-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pm-app-nav a:hover,
.pm-app-nav a.active {
  color: #fff;
  background:
    radial-gradient(circle at 14% 50%, rgba(8,123,255,.36), transparent 36%),
    linear-gradient(90deg, rgba(0,112,255,.42), rgba(3,12,30,.82) 72%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 26px rgba(0, 50, 140, .18);
  transform: translateX(2px);
}

.pm-nav-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(8,123,255,.24);
  border-radius: 9px;
  background: rgba(0, 76, 255, .08);
  color: #68a7ff;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.pm-nav-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-app-nav a:hover .pm-nav-icon,
.pm-app-nav a.active .pm-nav-icon {
  border-color: rgba(255,255,255,.3);
  background: rgba(8,123,255,.22);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 0 18px rgba(0,112,255,.22);
}

.pm-app-nav i {
  width: 18px;
  color: currentColor;
  font-size: 18px;
  text-align: center;
}

.pm-app-nav a.active i,
.pm-app-nav a:hover i {
  color: #fff;
}

.pm-sidebar-balance {
  position: fixed;
  left: 16px;
  bottom: 22px;
  width: 220px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(0,101,255,.38);
  border-radius: 10px;
  background: #071226;
  box-shadow: 0 16px 36px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-sidebar-balance > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0,101,255,.34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, rgba(0,119,255,.3), rgba(0,45,196,.18));
  color: #087bff;
}

.pm-sidebar-balance svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-sidebar-balance strong,
.pm-sidebar-balance small {
  display: block;
}

.pm-sidebar-balance strong {
  color: #fff;
  font-size: 14px;
}

.pm-sidebar-balance small {
  margin: 5px 0 12px;
  color: rgba(235,239,255,.62);
  font-size: 12px;
  line-height: 1.35;
}

.pm-sidebar-balance a {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 7px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.pm-app-main {
  grid-column: 2;
  min-width: 0;
  padding: 16px 16px 36px;
}

.pm-app-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  margin-bottom: 20px;
}

.pm-topbar-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
}

.pm-balance-pill,
.pm-balance-dropdown > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  background: rgba(4, 10, 24, .68);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.pm-balance-pill span,
.pm-balance-dropdown .pm-balance-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(0, 119, 255, .95), rgba(0, 45, 196, .9));
  box-shadow: 0 8px 18px rgba(0, 82, 255, .25);
}

.pm-balance-dropdown > a::before {
  content: none;
}

.pm-balance-pill svg,
.pm-balance-dropdown svg,
.pm-account-link svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-locale-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(8, 16, 36, .78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.pm-locale-switch a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  filter: grayscale(.35);
  opacity: .74;
  transition: background .2s ease, border-color .2s ease, filter .2s ease, opacity .2s ease, transform .2s ease;
}

.pm-locale-switch a:hover,
.pm-locale-switch a.active {
  border-color: rgba(104,167,255,.28);
  background: rgba(8,123,255,.16);
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-1px);
}

.pm-locale-switch img {
  display: block;
  width: 26px;
  height: 18px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 6px 14px rgba(0,0,0,.18);
}

.pm-google-translate-element,
.skiptranslate,
body > .skiptranslate {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body {
  top: 0 !important;
}

.pm-account-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px 0 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.pm-account-link > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
}

.pm-account-link:hover,
.pm-account-link.active {
  color: #fff;
  border-color: rgba(0, 101, 255, .25);
  background: rgba(0, 101, 255, .14);
  text-decoration: none;
}

.pm-app-menu-toggle {
  display: none;
}

.pm-mobile-bottom-nav {
  display: none;
}

.pm-free-spin-modal {
  position: fixed;
  inset: 0;
  z-index: 12020;
  display: none;
  place-items: center;
  padding: 18px;
}

.pm-free-spin-modal.is-open {
  display: grid;
}

.pm-free-spin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 14, .74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.pm-free-spin-box {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(430px, 100%);
  padding: 30px 26px 24px;
  overflow: hidden;
  border: 1px solid rgba(0,112,255,.48);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,112,255,.24), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(0,72,255,.16), transparent 32%),
    linear-gradient(145deg, rgba(14, 20, 42, .98), rgba(5, 8, 18, .98));
  color: #fff;
  text-align: center;
  box-shadow: 0 30px 86px rgba(0,0,0,.58), 0 0 0 1px rgba(255,255,255,.04) inset;
}

.pm-free-spin-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.76);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.pm-free-spin-gift {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  border: 1px solid rgba(0,112,255,.52);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.16), transparent 30%),
    linear-gradient(135deg, rgba(8,123,255,.32), rgba(0,72,255,.16));
  color: #57a5ff;
  box-shadow: 0 16px 34px rgba(0,82,255,.24);
}

.pm-free-spin-gift svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-free-spin-box h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.18;
}

.pm-free-spin-box p {
  max-width: 330px;
  margin: 14px 0 4px;
  color: rgba(235,239,255,.72);
  font-size: 14px;
  line-height: 1.5;
}

.pm-free-spin-box small {
  color: rgba(235,239,255,.58);
  font-size: 13px;
  font-weight: 700;
}

.pm-free-spin-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}

.pm-free-spin-actions a,
.pm-free-spin-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.pm-free-spin-actions a {
  border: 0;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0,82,255,.34);
}

.pm-free-spin-actions button {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: rgba(235,239,255,.7);
}

.pm-order-page {
  width: 100%;
  margin: 0;
}

.pm-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.pm-dash-card,
.pm-order-card,
.pm-info-panel article {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% 100%, rgba(0, 99, 255, .16), transparent 36%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-dash-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 120px;
  padding: 24px;
  overflow: hidden;
}

.pm-dash-card::before,
.pm-dash-card::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -18px;
  width: 210px;
  height: 154px;
  pointer-events: none;
}

.pm-dash-card::before {
  opacity: .86;
  background:
    radial-gradient(ellipse at 100% 100%, transparent 0 26px, rgba(0,127,255,.76) 27px 28px, transparent 29px 40px, rgba(0,127,255,.62) 41px 42px, transparent 43px 54px, rgba(0,127,255,.48) 55px 56px, transparent 57px 68px, rgba(0,127,255,.36) 69px 70px, transparent 71px 82px, rgba(0,127,255,.26) 83px 84px, transparent 85px),
    radial-gradient(ellipse at 100% 100%, rgba(0,117,255,.24), transparent 66%);
  filter: drop-shadow(0 0 20px rgba(0, 112, 255, .34));
}

.pm-dash-card::after {
  right: -28px;
  bottom: -34px;
  width: 248px;
  height: 188px;
  opacity: .5;
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(0,112,255,.34) 48% 49%, transparent 50%),
    linear-gradient(145deg, transparent 0 47%, rgba(0,112,255,.22) 48% 49%, transparent 50%);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse at bottom right, black 0 58%, transparent 78%);
}

.pm-dash-card > span,
.pm-dash-card > div {
  position: relative;
  z-index: 1;
}

.pm-dash-card > span,
.pm-info-panel article > span {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 119, 255, .95), rgba(0, 45, 196, .9));
  box-shadow: 0 0 0 8px rgba(0,101,255,.08), 0 14px 34px rgba(0, 82, 255, .28), inset 0 1px 0 rgba(255,255,255,.25);
  overflow: hidden;
}

.pm-dash-card > span::before,
.pm-dash-card > span::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.pm-dash-card > span::before {
  inset: -9px;
  border-radius: 50%;
  border: 1px solid rgba(130, 202, 255, .45);
  background:
    radial-gradient(circle at 34% 26%, rgba(255,255,255,.42), transparent 16%),
    radial-gradient(circle at 50% 50%, rgba(54, 168, 255, .32), transparent 58%);
  animation: pmIconPulse 2.4s ease-in-out infinite;
}

.pm-dash-card > span::after {
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.34) 46%, transparent 58%);
  transform: translateX(-120%);
  animation: pmIconSweep 3.2s ease-in-out infinite;
}

.pm-dash-card > span svg,
.pm-info-panel article > span svg {
  position: relative;
  z-index: 1;
}

.pm-dash-card svg,
.pm-info-panel svg,
.pm-order-submit svg,
.pm-order-search svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-dash-card small,
.pm-dash-card em {
  display: block;
  color: rgba(235,239,255,.62);
  font-style: normal;
  font-size: 14px;
}

.pm-dash-card strong {
  display: block;
  margin: 4px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.pm-dash-card b {
  display: block;
  width: 180px;
  max-width: 100%;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #087bff 0 58%, rgba(255,255,255,.08) 58%);
}

.pm-channel-spin-banner {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 118px;
  margin: 0 0 14px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(0,112,255,.34);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 20%, rgba(0,112,255,.32), transparent 36%),
    linear-gradient(135deg, rgba(8,123,255,.22), rgba(4,10,24,.82) 42%, rgba(0,72,255,.16));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 22px 54px rgba(0,0,0,.24);
}

.pm-channel-spin-banner::after {
  content: "";
  position: absolute;
  inset: auto -80px -90px auto;
  width: 260px;
  height: 180px;
  background: radial-gradient(circle, rgba(0,112,255,.38), transparent 66%);
  pointer-events: none;
}

.pm-channel-spin-banner > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(135deg, rgba(37,211,102,.32), rgba(8,123,255,.18));
  color: #fff;
  box-shadow: 0 16px 36px rgba(37,211,102,.18), inset 0 1px 0 rgba(255,255,255,.22);
}

.pm-channel-spin-banner img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.pm-channel-spin-banner svg,
.pm-channel-spin-box svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-channel-spin-banner div,
.pm-channel-spin-banner button {
  position: relative;
  z-index: 1;
}

.pm-channel-spin-banner small {
  display: block;
  color: #66adff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-channel-spin-banner strong {
  display: block;
  margin-top: 4px;
  color: #25d366;
  text-shadow: 0 0 24px rgba(37,211,102,.22);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.12;
}

.pm-channel-spin-banner p {
  margin: 7px 0 0;
  color: rgba(235,239,255,.68);
  font-size: 14px;
  line-height: 1.45;
}

.pm-channel-spin-banner button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0,82,255,.34);
  cursor: pointer;
}

.pm-channel-spin-earned {
  position: relative;
  z-index: 1;
  display: none;
  justify-items: end;
  gap: 3px;
  text-align: right;
}

.pm-channel-spin-earned b,
.pm-channel-spin-earned small,
.pm-channel-spin-earned a {
  display: block;
}

.pm-channel-spin-earned b {
  color: #25d366;
  font-size: 15px;
  font-weight: 950;
}

.pm-channel-spin-earned small {
  color: rgba(213,255,231,.72);
  font-size: 12px;
  font-weight: 800;
}

.pm-channel-spin-earned a {
  margin-top: 4px;
  color: #66adff;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.pm-channel-spin-banner.has-earned [data-channel-spin-open] {
  display: none;
}

.pm-channel-spin-banner.has-earned .pm-channel-spin-earned {
  display: grid;
}

.pm-channel-spin-modal {
  position: fixed;
  inset: 0;
  z-index: 12030;
  display: none;
  place-items: center;
  padding: 18px;
}

.pm-channel-spin-modal.is-open {
  display: grid;
}

.pm-channel-spin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 14, .76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.pm-channel-spin-box {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(430px, 100%);
  padding: 30px 24px 24px;
  border: 1px solid rgba(0,112,255,.46);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,112,255,.24), transparent 34%),
    linear-gradient(145deg, rgba(13, 20, 42, .98), rgba(5, 8, 18, .98));
  color: #fff;
  text-align: center;
  box-shadow: 0 30px 86px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.06);
}

.pm-channel-spin-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.pm-channel-spin-box > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(8,123,255,.34), rgba(0,72,255,.18));
  color: #58a6ff;
  box-shadow: 0 16px 34px rgba(0,82,255,.24);
}

.pm-channel-spin-box h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.18;
}

.pm-channel-spin-box p {
  max-width: 330px;
  margin: 12px 0 22px;
  color: rgba(235,239,255,.68);
  font-size: 14px;
  line-height: 1.5;
}

.pm-channel-spin-box > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}

.pm-channel-spin-box a,
.pm-channel-spin-box div button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
}

.pm-channel-spin-box a {
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0,82,255,.34);
}

.pm-channel-spin-box div button {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: rgba(235,239,255,.7);
  cursor: pointer;
}

.pm-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.35fr) minmax(260px, .55fr);
  align-items: start;
  gap: 14px;
  margin-top: 35px;
}

.pm-order-card {
  padding: 30px 34px;
}

.pm-order-search {
  position: relative;
  margin-bottom: 36px;
}

.pm-platform-filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.pm-platform-filter button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  background: rgba(2, 6, 16, .58);
  color: rgba(235,239,255,.72);
  font-size: 14px;
  font-weight: 850;
  text-align: left;
  transition: border-color .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.pm-platform-filter button:hover,
.pm-platform-filter button.active {
  border-color: #087bff;
  color: #fff;
  background: rgba(0, 101, 255, .14);
  box-shadow: 0 12px 28px rgba(0, 101, 255, .18), inset 0 1px 0 rgba(255,255,255,.04);
  transform: translateY(-1px);
}

.pm-platform-filter img,
.pm-filter-all {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 6px;
  object-fit: contain;
}

.pm-filter-all {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.pm-filter-all svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-order-search + .pm-order-field {
  margin-top: 28px;
}

.pm-category-field {
  padding-top: 16px;
}

.pm-order-search svg {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  color: rgba(235,239,255,.58);
  transform: translateY(-50%);
}

.pm-order-search input,
.pm-order-field input,
.pm-order-field select,
.pm-order-field textarea,
.pm-order-field .form-control,
.pm-order-field .btn.dropdown-toggle {
  width: 100%;
  height: 44px !important;
  min-height: 44px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 10px !important;
  outline: 0;
  background: rgba(6, 14, 31, .86) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

.pm-order-field select {
  appearance: none;
  color: #fff !important;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,.82) 50%),
    linear-gradient(135deg, rgba(255,255,255,.82) 50%, transparent 50%),
    linear-gradient(135deg, rgba(0,112,255,.18), rgba(0,72,255,.08));
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 13px) 50%,
    100% 0;
  background-size: 6px 6px, 6px 6px, 44px 100%;
  background-repeat: no-repeat;
  padding-right: 52px;
}

.pm-order-field select option,
.pm-order-field select optgroup {
  background: #060e1f;
  color: #fff;
}

.pm-order-field select option:checked,
.pm-order-field select option:hover {
  background: #075cff;
  color: #fff;
}

.pm-order-field input:focus,
.pm-order-field select:focus,
.pm-order-field textarea:focus,
.pm-order-search input:focus {
  border-color: rgba(0, 112, 255, .78);
  box-shadow: 0 0 0 3px rgba(0,112,255,.12), 0 14px 32px rgba(0,72,255,.12);
}

.pm-link-input-wrap {
  position: relative;
  width: 100%;
}

.pm-link-input-wrap input {
  padding-right: 94px !important;
}

.pm-link-paste {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(0,112,255,.5);
  border-radius: 7px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.pm-link-paste:hover,
.pm-link-paste:focus-visible {
  border-color: rgba(125,182,255,.9);
  background: linear-gradient(135deg, #1590ff, #075cff);
}

.pm-link-paste:active {
  transform: translateY(-50%) scale(.96);
}

.pm-link-paste.is-pasted {
  border-color: rgba(34,197,94,.7);
  background: #168847;
}

.pm-link-paste svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-order-success-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px;
  background: rgba(2, 24, 16, .2);
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.pm-order-success-copy:hover,
.pm-order-success-copy:focus-visible {
  border-color: rgba(255,255,255,.54);
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

.pm-order-success-copy.is-copied {
  border-color: rgba(34,197,94,.72);
  background: rgba(34,197,94,.18);
}

.pm-order-success-copy svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body:has(.pm-app-shell) .select2-container {
  width: 100% !important;
}

body:has(.pm-app-shell) .select2-container--default .select2-selection--single,
body:has(.pm-app-shell) .select2-container .select2-choice,
body:has(.pm-app-shell) .bootstrap-select > .dropdown-toggle,
body:has(.pm-app-shell) .selectize-input {
  height: 44px !important;
  min-height: 44px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 10px !important;
  background: rgba(6, 14, 31, .86) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body:has(.pm-app-shell) .select2-container--default .select2-selection--single,
body:has(.pm-app-shell) .select2-container--default .select2-selection--single .select2-selection__rendered,
body:has(.pm-app-shell) .select2-container .select2-choice,
body:has(.pm-app-shell) .select2-container .select2-choice > .select2-chosen,
body:has(.pm-app-shell) .bootstrap-select > .dropdown-toggle,
body:has(.pm-app-shell) .bootstrap-select > .dropdown-toggle .filter-option,
body:has(.pm-app-shell) .selectize-input,
body:has(.pm-app-shell) .selectize-input > div {
  background-color: #060e1f !important;
  color: #fff !important;
}

body:has(.pm-app-shell) .select2-container--default .select2-selection--single .select2-selection__rendered,
body:has(.pm-app-shell) .select2-container .select2-choice > .select2-chosen,
body:has(.pm-app-shell) .bootstrap-select .filter-option,
body:has(.pm-app-shell) .selectize-input,
body:has(.pm-app-shell) .selectize-input input {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 42px !important;
  padding-left: 14px !important;
  padding-right: 42px !important;
}

body:has(.pm-app-shell) .selectize-input {
  display: flex;
  align-items: center;
  line-height: 1;
}

body:has(.pm-app-shell) .select2-container--default .select2-selection--single .select2-selection__arrow,
body:has(.pm-app-shell) .select2-container .select2-choice .select2-arrow {
  height: 42px !important;
  right: 12px;
}

body:has(.pm-app-shell) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255,255,255,.82) transparent transparent transparent;
}

body:has(.pm-app-shell) .select2-dropdown,
body:has(.pm-app-shell) .select2-drop,
body:has(.pm-app-shell) .bootstrap-select .dropdown-menu,
body:has(.pm-app-shell) .selectize-dropdown {
  overflow: hidden;
  border: 1px solid rgba(0,112,255,.32) !important;
  border-radius: 12px !important;
  background: rgba(5, 12, 28, .98) !important;
  color: #fff;
  box-shadow: 0 22px 54px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.03) inset;
}

body:has(.pm-app-shell) .select2-search--dropdown,
body:has(.pm-app-shell) .select2-search,
body:has(.pm-app-shell) .bs-searchbox {
  padding: 10px;
  background: rgba(3, 10, 25, .98);
}

body:has(.pm-app-shell) .select2-search__field,
body:has(.pm-app-shell) .select2-input,
body:has(.pm-app-shell) .bs-searchbox input {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 9px !important;
  outline: 0;
  background: rgba(6, 14, 31, .9) !important;
  color: #fff !important;
  padding: 0 12px !important;
}

body:has(.pm-app-shell) .select2-results__option,
body:has(.pm-app-shell) .select2-results li,
body:has(.pm-app-shell) .bootstrap-select .dropdown-menu li a,
body:has(.pm-app-shell) .selectize-dropdown .option {
  color: rgba(235,239,255,.82) !important;
  font-size: 14px;
  font-weight: 750;
  padding: 9px 12px !important;
}

body:has(.pm-app-shell) .select2-results__option--highlighted,
body:has(.pm-app-shell) .select2-results .select2-highlighted,
body:has(.pm-app-shell) .bootstrap-select .dropdown-menu li a:hover,
body:has(.pm-app-shell) .selectize-dropdown .active {
  background: linear-gradient(135deg, #087bff, #0048ff) !important;
  color: #fff !important;
}

body:has(.pm-app-shell) .select2-results__option[aria-selected=true],
body:has(.pm-app-shell) .select2-results .select2-selected,
body:has(.pm-app-shell) .bootstrap-select .dropdown-menu li.selected a {
  background: rgba(0, 101, 255, .18) !important;
  color: #fff !important;
}

body:has(.pm-app-shell) #orderform-category,
body:has(.pm-app-shell) #orderform-service,
body:has(.pm-app-shell) .pm-order-select,
body:has(.pm-app-shell) .pm-order-field .btn-default,
body:has(.pm-app-shell) .pm-order-field .dropdown-toggle,
body:has(.pm-app-shell) .pm-order-field .bootstrap-select .btn,
body:has(.pm-app-shell) .pm-order-field .select2-selection,
body:has(.pm-app-shell) .pm-order-field .selectize-control .selectize-input {
  height: 44px !important;
  min-height: 44px !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 10px !important;
  background: #060e1f !important;
  background-color: #060e1f !important;
  color: #fff !important;
  box-shadow: none !important;
}

body:has(.pm-app-shell) .pm-order-field .btn-default *,
body:has(.pm-app-shell) .pm-order-field .dropdown-toggle *,
body:has(.pm-app-shell) .pm-order-field .filter-option,
body:has(.pm-app-shell) .pm-order-field .filter-option-inner,
body:has(.pm-app-shell) .pm-order-field .filter-option-inner-inner,
body:has(.pm-app-shell) .pm-order-field .select2-selection__rendered,
body:has(.pm-app-shell) .pm-order-field .selectize-input *,
body:has(.pm-app-shell) #orderform-category,
body:has(.pm-app-shell) #orderform-service {
  color: #fff !important;
}

body:has(.pm-app-shell) .pm-category-field select,
body:has(.pm-app-shell) .pm-service-field select,
body:has(.pm-app-shell) .pm-category-field .form-control,
body:has(.pm-app-shell) .pm-service-field .form-control,
body:has(.pm-app-shell) .pm-category-field button,
body:has(.pm-app-shell) .pm-service-field button,
body:has(.pm-app-shell) .pm-category-field [class*="selection"],
body:has(.pm-app-shell) .pm-service-field [class*="selection"],
body:has(.pm-app-shell) .pm-category-field [class*="select"],
body:has(.pm-app-shell) .pm-service-field [class*="select"] {
  background: #060e1f !important;
  background-color: #060e1f !important;
  color: #fff !important;
}

#select2-orderform-category-results,
#select2-orderform-service-results,
.select2-results__options.dropdown-menu[id^="select2-orderform-"],
body:has(.pm-app-shell) .select2-results,
body:has(.pm-app-shell) .select2-results > div,
body:has(.pm-app-shell) .select2-results__options.dropdown-menu {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
  max-height: 320px !important;
  padding: 6px !important;
  border: 1px solid rgba(0,112,255,.32) !important;
  border-radius: 12px !important;
  background: #050c1c !important;
  background-color: #050c1c !important;
  box-shadow: 0 22px 54px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

#select2-orderform-category-results .select2-results__option,
#select2-orderform-service-results .select2-results__option,
.select2-results__options.dropdown-menu[id^="select2-orderform-"] .select2-results__option,
body:has(.pm-app-shell) .select2-results__options.dropdown-menu .select2-results__option {
  overflow: hidden !important;
  margin: 2px 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: rgba(235,239,255,.82) !important;
}

#select2-orderform-category-results .select2-results__option:last-child,
#select2-orderform-service-results .select2-results__option:last-child,
.select2-results__options.dropdown-menu[id^="select2-orderform-"] .select2-results__option:last-child,
body:has(.pm-app-shell) .select2-results__options.dropdown-menu .select2-results__option:last-child {
  border-bottom: 0 !important;
}

#select2-orderform-category-results .select2-results__option > a,
#select2-orderform-service-results .select2-results__option > a,
.select2-results__options.dropdown-menu[id^="select2-orderform-"] .select2-results__option > a,
body:has(.pm-app-shell) .select2-results__options.dropdown-menu .select2-results__option > a {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: rgba(235,239,255,.84) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

#select2-orderform-service-results .select2-results__option > a,
body:has(.pm-app-shell) #select2-orderform-service-results .select2-results__option > a {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 10px 12px !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

#select2-orderform-service-results .select2-results__option > a .select2-selection__id,
#select2-orderform-service-results .select2-results__option > a .badge,
#select2-orderform-service-results .select2-results__option > a .badge-secondary {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 6px 2px 0 !important;
  vertical-align: middle !important;
}

#select2-orderform-service-results .select2-results__option > a .select2-selection__text,
#select2-orderform-service-results .select2-results__option > a span:not(.select2-selection__id):not(.badge):not(.badge-secondary) {
  display: inline !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
}

body:has(.pm-app-shell) .select2-selection__text,
body:has(.pm-app-shell) .select2-selection__text span {
  color: rgba(235,239,255,.86) !important;
}

body:has(.pm-app-shell) .text__highlight {
  background: rgba(0, 112, 255, .28) !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 0 2px !important;
}

body:has(.pm-app-shell) .select2-selection__id.badge,
body:has(.pm-app-shell) .badge-secondary {
  border: 1px solid rgba(0,112,255,.55) !important;
  background: linear-gradient(135deg, #087bff, #0048ff) !important;
  color: #fff !important;
}

.pm-whatsapp-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

body:has(.pm-app-shell) .whatsapp-container,
body:has(.pm-app-shell) .whatsapp-button,
body:has(.pm-app-shell) a[href*="api.whatsapp.com/send"].whatsapp-button,
body:has(.pm-app-shell) a[href*="wa.me/"].whatsapp-button,
.whatsapp-container,
.whatsapp-button,
a[href*="api.whatsapp.com/send"].whatsapp-button,
a[href*="wa.me/"].whatsapp-button {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2147483000 !important;
}

body:has(.pm-app-shell) .whatsapp-container,
.whatsapp-container {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
}

@media (max-width: 1180px) {
  body:has(.pm-app-shell) .whatsapp-container,
  .whatsapp-container {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

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

body.pm-modal-open {
  overflow: hidden;
}

.pm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 7, 18, .72);
  backdrop-filter: blur(8px);
}

.pm-modal-box {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 34px 34px 28px;
  border: 1px solid rgba(0, 112, 255, .34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 112, 255, .18), transparent 34%),
    linear-gradient(145deg, rgba(16, 25, 52, .98), rgba(6, 13, 31, .98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255,255,255,.06);
  color: #fff;
  transform: translateY(16px) scale(.97);
  transition: transform .24s ease;
}

.pm-whatsapp-modal.is-open .pm-modal-box {
  transform: translateY(0) scale(1);
}

.pm-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  color: #d9e4ff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.pm-modal-close:hover {
  background: rgba(255,255,255,.15);
  color: #fff;
  transform: rotate(90deg);
}

.pm-modal-title {
  margin: 0 42px 22px 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.pm-option {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-option + .pm-option {
  margin-top: 12px;
}

.pm-option.pm-recommended {
  border-color: rgba(0, 112, 255, .65);
  background: linear-gradient(145deg, rgba(0, 76, 255, .22), rgba(0, 112, 255, .1));
}

.pm-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(37, 211, 102, .13);
}

.pm-option-icon svg {
  width: 26px;
  height: 26px;
}

.pm-option-text h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.pm-option-text p {
  margin: 0;
  color: #c4cee5;
  font-size: 14px;
  line-height: 1.55;
}

.pm-option-text ul {
  margin: 8px 0 8px;
  padding-left: 18px;
  color: #d8e4ff;
  font-size: 14px;
  line-height: 1.55;
}

.pm-option-text li::marker {
  color: #087bff;
}

.pm-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.pm-whatsapp-modal .pm-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.pm-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 18px;
  border-radius: 13px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.pm-modal-btn svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  flex: 0 0 auto;
}

.pm-modal-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.pm-btn-support {
  background: linear-gradient(135deg, #29d66f, #18bf59);
  color: #052512 !important;
  box-shadow: 0 14px 32px rgba(37, 211, 102, .24);
}

.pm-btn-channel {
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(0, 101, 255, .26);
}

.pm-platform-icon {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  flex: 0 0 22px !important;
  margin-right: 2px !important;
  border-radius: 6px !important;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
}

.pm-platform-icon-fallback {
  border-radius: 6px;
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
}

.pm-platform-icon-fallback::after {
  content: "K";
}

.pm-category-field .select2-selection__rendered,
.pm-service-field .select2-selection__rendered,
.pm-category-field .filter-option-inner-inner,
.pm-service-field .filter-option-inner-inner {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.pm-category-field .selectize-input,
.pm-service-field .selectize-input {
  gap: 10px !important;
}

#select2-orderform-category-results .select2-results__option--highlighted,
#select2-orderform-category-results .select2-results__option.active,
#select2-orderform-service-results .select2-results__option--highlighted,
#select2-orderform-service-results .select2-results__option.active,
.select2-results__options.dropdown-menu[id^="select2-orderform-"] .select2-results__option--highlighted,
.select2-results__options.dropdown-menu[id^="select2-orderform-"] .select2-results__option.active {
  background: linear-gradient(135deg, #087bff, #0048ff) !important;
}

#select2-orderform-category-results .select2-results__option--highlighted > a,
#select2-orderform-category-results .select2-results__option.active > a,
#select2-orderform-service-results .select2-results__option--highlighted > a,
#select2-orderform-service-results .select2-results__option.active > a,
.select2-results__options.dropdown-menu[id^="select2-orderform-"] .select2-results__option--highlighted > a,
.select2-results__options.dropdown-menu[id^="select2-orderform-"] .select2-results__option.active > a {
  color: #fff !important;
}

.pm-order-search input {
  padding-left: 46px;
}

.pm-order-field {
  margin-bottom: 14px;
}

.pm-order-field label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 900;
}

.pm-service-description {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(6, 14, 31, .72);
  color: rgba(235,239,255,.78);
  line-height: 1.65;
}

.pm-dynamic-fields .form-group {
  margin-bottom: 14px;
}

.pm-dynamic-fields label {
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 900;
}

.pm-dynamic-fields .form-control {
  min-height: 44px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(6, 14, 31, .86);
  color: #fff;
}

.pm-order-terms {
  display: flex;
  gap: 10px;
  color: rgba(235,239,255,.66);
  font-size: 13px;
}

.pm-order-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 15px 34px rgba(0,88,255,.26);
}

.pm-live-counter-trigger {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 3px 12px;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(8,123,255,.32);
  border-radius: 12px;
  background:
    radial-gradient(circle at 94% 18%, rgba(8,123,255,.2), transparent 34%),
    rgba(0, 76, 255, .1);
  color: #fff;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-live-counter-trigger > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8,123,255,.44);
  border-radius: 10px;
  background: rgba(0,76,255,.18);
  color: #68a7ff;
}

.pm-live-counter-trigger svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-live-counter-trigger strong {
  font-size: 14px;
  font-weight: 950;
}

.pm-live-counter-trigger small {
  color: rgba(235,239,255,.62);
  font-size: 12px;
  font-weight: 750;
}

.pm-followers-counter-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.pm-followers-counter-modal.is-open {
  display: flex;
}

.pm-followers-counter-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 14, .74);
  backdrop-filter: blur(10px);
}

.pm-followers-counter-box {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(8,123,255,.22), transparent 34%),
    #050c1c;
  box-shadow: 0 28px 70px rgba(0,0,0,.46);
}

.pm-followers-counter-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.pm-followers-counter-box > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border: 1px solid rgba(8,123,255,.44);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8,123,255,.94), rgba(0,72,255,.82));
  color: #fff;
}

.pm-followers-counter-box svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-followers-counter-box h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
}

.pm-followers-counter-box p {
  margin: 8px 0 18px;
  color: rgba(235,239,255,.66);
  font-size: 13px;
  line-height: 1.55;
}

.pm-followers-counter-form {
  display: grid;
  gap: 8px;
}

.pm-followers-counter-form label {
  color: rgba(235,239,255,.76);
  font-size: 13px;
  font-weight: 900;
}

.pm-followers-counter-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: #060e1f;
}

.pm-followers-counter-form input {
  height: 48px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 14px;
}

.pm-followers-counter-form button {
  min-width: 118px;
  border: 0;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-weight: 950;
}

.pm-followers-counter-result {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(8,123,255,.24);
  border-radius: 12px;
  background: rgba(0,76,255,.08);
}

.pm-followers-counter-result small,
.pm-followers-counter-result span {
  color: rgba(235,239,255,.58);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-followers-counter-result strong {
  color: #fff;
  font-size: 16px;
  overflow-wrap: anywhere;
}

.pm-followers-counter-result em {
  color: rgba(235,239,255,.64);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.pm-followers-counter-embed {
  width: 100%;
  height: 118px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: #fff;
}

.pm-followers-counter-embed iframe {
  display: block;
  width: 200%;
  height: 236px;
  border: 0;
  background: #fff;
  transform: scale(.5);
  transform-origin: 0 0;
}

.pm-freefollowers-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 18px;
  max-width: 1280px;
  overflow-x: hidden;
}

.pm-freefollowers-hero,
.pm-freefollowers-wheel-card {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 16%, rgba(8,123,255,.22), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.94), rgba(4,10,24,.76));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 28px 70px rgba(0,0,0,.2);
}

.pm-freefollowers-hero {
  min-height: 430px;
  padding: 28px;
}

.pm-freefollowers-hero span {
  display: block;
  margin-bottom: 12px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-freefollowers-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-freefollowers-hero p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-freefollowers-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pm-freefollowers-badges strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(235,239,255,.88);
  font-size: 12px;
}

.pm-freefollowers-spin-main,
.pm-freefollowers-spin-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 15px 34px rgba(0,88,255,.26);
}

.pm-freefollowers-spin-main {
  margin-top: 34px;
}

.pm-freefollowers-game {
  min-width: 0;
}

.pm-freefollowers-wheel-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  min-height: 430px;
  padding: 26px;
  text-align: center;
}

.pm-freefollowers-wheel-card header span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.pm-freefollowers-wheel-card header strong {
  display: block;
  margin-top: 8px;
  color: #68a7ff;
  font-size: 13px;
  font-weight: 850;
}

.pm-freefollowers-wheel-wrap {
  position: relative;
  width: min(100%, 310px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.pm-freefollowers-pointer {
  position: absolute;
  top: -5px;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 32px solid #68a7ff;
  filter: drop-shadow(0 8px 12px rgba(0,112,255,.32));
}

.pm-freefollowers-wheel {
  position: relative;
  width: 100%;
  height: 100%;
  border: 8px solid #071225;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from -15deg,
      #087bff 0deg 30deg,
      #020713 30deg 60deg,
      #005cff 60deg 90deg,
      #071225 90deg 120deg
    );
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 0 28px rgba(0,0,0,.42),
    0 24px 60px rgba(0,0,0,.28);
  transition: transform 4s cubic-bezier(.12,.76,.18,1);
}

.pm-freefollowers-wheel::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(8,123,255,.55) 0deg 4deg, transparent 4deg 15deg);
  opacity: .45;
}

.pm-freefollowers-wheel span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  margin-left: -21px;
  margin-top: -12px;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0,0,0,.5);
  transform: rotate(calc(var(--i) * 30deg)) translateY(-112px) rotate(90deg);
}

.pm-freefollowers-center {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 4px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: linear-gradient(135deg, #087bff, #003fd6);
  color: #fff;
  box-shadow: 0 12px 30px rgba(0,82,255,.32);
}

.pm-freefollowers-center svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-freefollowers-spin-bottom {
  width: min(100%, 260px);
}

.pm-freefollowers-wheel-card p {
  margin: 0;
  color: rgba(235,239,255,.66);
  font-size: 13px;
}

.pm-freefollowers-page.is-spinning [data-freefollowers-spin] {
  pointer-events: none;
  opacity: .7;
}

.pm-achievements-page {
  display: grid;
  gap: 16px;
  width: 100%;
  overflow-x: hidden;
}

.pm-achievements-title {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
}

.pm-achievements-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pm-achievements-summary article,
.pm-achievements-current,
.pm-achievement-row,
.pm-achievements-note {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 46px rgba(0,0,0,.14);
}

.pm-achievements-summary article,
.pm-achievements-current {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.pm-achievements-summary span,
.pm-achievements-current > span,
.pm-achievement-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(8,123,255,.34);
  border-radius: 12px;
  background: rgba(0,76,255,.12);
  color: #68a7ff;
}

.pm-achievements-summary svg,
.pm-achievements-current svg,
.pm-achievement-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-achievements-summary strong,
.pm-achievements-current strong {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 950;
}

.pm-achievements-summary small,
.pm-achievements-current small {
  display: block;
  margin-top: 4px;
  color: rgba(235,239,255,.56);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-achievements-current {
  border-color: rgba(8,123,255,.28);
  background:
    radial-gradient(circle at 0 0, rgba(8,123,255,.2), transparent 28%),
    rgba(5, 12, 28, .72);
}

.pm-achievements-list {
  display: grid;
  gap: 12px;
}

.pm-achievement-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
}

.pm-achievement-row.has-plate {
  grid-template-columns: 104px minmax(0, 1fr);
}

.pm-achievement-thumb {
  position: relative;
  width: 104px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 10px;
  background: #020713;
  border: 1px solid rgba(255,255,255,.12);
}

.pm-achievement-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pm-achievement-row.is-locked .pm-achievement-thumb img {
  filter: grayscale(1) brightness(.34) contrast(1.08);
}

.pm-achievement-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 12px;
  background: rgba(0, 0, 0, .74);
  color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 42px rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
}

.pm-achievement-row.is-locked .pm-achievement-thumb span {
  display: grid;
}

.pm-achievement-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.48));
  pointer-events: none;
}

.pm-achievement-thumb span svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-achievement-row.is-locked .pm-achievement-icon {
  color: rgba(235,239,255,.54);
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.pm-achievement-row h2 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.pm-achievement-row h2 em {
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 8px;
  border: 1px solid rgba(8,123,255,.36);
  border-radius: 999px;
  color: #68a7ff;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

.pm-achievement-row p {
  margin: 8px 0 10px;
  color: rgba(235,239,255,.66);
  font-size: 13px;
}

.pm-achievement-progress {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.pm-achievement-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #087bff, #0048ff);
}

.pm-achievement-row small {
  display: block;
  margin-top: 8px;
  color: rgba(235,239,255,.5);
  font-size: 11px;
  font-weight: 850;
}

.pm-achievements-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 18px;
  align-items: center;
  padding: 22px;
}

.pm-achievements-note strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.pm-achievements-note p {
  margin: 0;
  color: rgba(235,239,255,.66);
  font-size: 13px;
  line-height: 1.55;
}

.pm-achievements-note a {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.pm-account-page,
.pm-notifications-page {
  display: grid;
  gap: 18px;
  padding: 28px 24px 56px;
}

.pm-account-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 154px;
  padding: 28px;
  border: 1px solid rgba(0,101,255,.2);
  border-radius: 12px;
  background: radial-gradient(circle at 88% 18%, rgba(8,123,255,.24), transparent 32%), linear-gradient(135deg, rgba(7, 18, 42, .96), rgba(3, 9, 22, .94));
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.pm-account-hero > span,
.pm-account-card header > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(104,167,255,.26);
  border-radius: 12px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  box-shadow: 0 16px 34px rgba(8,123,255,.24);
}

.pm-account-hero svg,
.pm-account-card header svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-account-hero small,
.pm-notifications-card header small {
  display: block;
  margin-bottom: 8px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-account-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
}

.pm-account-hero p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.68);
  line-height: 1.55;
}

.pm-account-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(5, 12, 28, .72);
}

.pm-account-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 9px;
  color: rgba(235,239,255,.72);
  font-weight: 900;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.pm-account-tabs a:hover,
.pm-account-tabs a.active {
  color: #fff;
  background: linear-gradient(135deg, #087bff, #0048ff);
  transform: translateY(-1px);
}

.pm-account-grid,
.pm-notification-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pm-account-card,
.pm-notifications-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(0,101,255,.16);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(6, 14, 33, .96), rgba(5, 22, 54, .74));
  box-shadow: 0 18px 55px rgba(0,0,0,.16);
}

.pm-account-card::before,
.pm-notifications-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104,167,255,.55), transparent);
}

.pm-account-card header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.pm-account-card header > span {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(8,123,255,.12);
  color: #68a7ff;
  box-shadow: none;
}

.pm-account-card h2,
.pm-notifications-card h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.pm-account-card p,
.pm-account-muted {
  margin: 6px 0 0;
  color: rgba(235,239,255,.62);
  line-height: 1.5;
}

.pm-account-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pm-account-fields label,
.pm-account-single {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
}

.pm-account-fields small,
.pm-account-single small {
  color: rgba(235,239,255,.78);
  font-size: 12px;
  font-weight: 900;
}

.pm-account-page .form-control,
.pm-notifications-page .form-control,
.pm-account-modal .form-control {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(3, 9, 22, .72);
  color: #fff;
  box-shadow: none;
}

.pm-account-page textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.pm-account-page .form-control:focus,
.pm-notifications-page .form-control:focus,
.pm-account-modal .form-control:focus {
  border-color: rgba(8,123,255,.8);
  box-shadow: 0 0 0 3px rgba(8,123,255,.16);
}

.pm-account-page .form-control[readonly],
.pm-account-modal span.form-control {
  color: rgba(235,239,255,.72);
  background: rgba(255,255,255,.045);
}

.pm-account-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 156px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1588ff, #0048ff);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(8,123,255,.22);
}

.pm-account-button.is-soft {
  background: rgba(8,123,255,.14);
  color: #68a7ff;
  box-shadow: inset 0 0 0 1px rgba(8,123,255,.24);
}

.pm-account-wide {
  grid-column: 1 / -1;
}

.pm-account-alert {
  margin: 0 0 16px;
  padding: 13px 14px;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.45;
}

.pm-account-alert.is-success {
  border: 1px solid rgba(39, 224, 139, .22);
  background: rgba(39, 224, 139, .1);
  color: #b9f8d7;
}

.pm-account-alert.is-danger {
  border: 1px solid rgba(255, 76, 105, .24);
  background: rgba(255, 76, 105, .1);
  color: #ffd0d8;
}

.pm-notifications-card > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pm-notifications-card > header > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(8,123,255,.22);
  border-radius: 999px;
  color: #68a7ff;
  font-weight: 900;
}

.pm-notifications-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
}

.pm-notifications-table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.pm-notifications-table-wrap th,
.pm-notifications-table-wrap td {
  padding: 16px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: rgba(235,239,255,.78);
  text-align: center;
  vertical-align: middle;
}

.pm-notifications-table-wrap th:first-child,
.pm-notifications-table-wrap td:first-child {
  text-align: left;
}

.pm-notifications-table-wrap th {
  color: rgba(235,239,255,.52);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-notifications-table-wrap tbody tr:hover td {
  background: rgba(8,123,255,.06);
  color: #fff;
}

.pm-notification-toggle {
  display: inline-grid;
  place-items: center;
  margin: 0;
  cursor: pointer;
}

.pm-notification-toggle input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pm-notification-toggle span {
  position: relative;
  display: block;
  width: 48px;
  height: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  transition: background .2s ease, border-color .2s ease;
}

.pm-notification-toggle span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(235,239,255,.68);
  transition: transform .2s ease, background .2s ease;
}

.pm-notification-toggle input:checked + span {
  border-color: rgba(8,123,255,.8);
  background: linear-gradient(135deg, #1588ff, #0048ff);
}

.pm-notification-toggle input:checked + span::after {
  transform: translateX(20px);
  background: #fff;
}

.pm-notification-toggle input:disabled + span {
  opacity: .42;
  cursor: not-allowed;
}

.pm-notifications-save {
  width: min(360px, 100%);
  margin-top: 18px;
}

.pm-account-modal .modal-content {
  border: 1px solid rgba(8,123,255,.22);
  border-radius: 14px;
  background: radial-gradient(circle at 88% 10%, rgba(8,123,255,.22), transparent 30%), #050c1c;
  color: #fff;
  overflow: hidden;
}

.pm-account-modal .modal-header,
.pm-account-modal .modal-footer {
  border-color: rgba(255,255,255,.08);
}

.pm-account-modal .close {
  color: #fff;
  opacity: .9;
}

.pm-account-modal .btn-primary {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1588ff, #0048ff);
  font-weight: 900;
}

.pm-account-modal .btn-default {
  border-color: rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
}

.pm-freefollowers-claim {
  display: none;
  width: 100%;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(34,197,94,.26);
  border-radius: 12px;
  background: rgba(8, 42, 35, .35);
  text-align: left;
}

.pm-freefollowers-claim.is-visible {
  display: grid;
}

.pm-freefollowers-claim label {
  color: rgba(235,239,255,.82);
  font-size: 13px;
  font-weight: 900;
}

.pm-freefollowers-claim > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #060e1f;
}

.pm-freefollowers-claim input[type="text"] {
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 12px;
}

.pm-freefollowers-claim button {
  min-width: 138px;
  border: 0;
  background: linear-gradient(135deg, #22c55e, #087bff);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.pm-freefollowers-claim small {
  color: rgba(213,255,231,.72);
  font-size: 12px;
  line-height: 1.45;
}

.pm-info-panel {
  display: grid;
  gap: 10px;
  align-content: start;
  align-self: start;
}

.pm-info-panel h2 {
  margin: 0 0 2px;
  color: #0671ff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-info-panel article {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 12px;
  overflow: hidden;
  min-height: auto;
}

.pm-info-panel article::before,
.pm-info-panel article::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -18px;
  width: 190px;
  height: 138px;
  pointer-events: none;
}

.pm-info-panel article::before {
  opacity: .72;
  background:
    radial-gradient(ellipse at 100% 100%, transparent 0 24px, rgba(0,127,255,.62) 25px 26px, transparent 27px 38px, rgba(0,127,255,.48) 39px 40px, transparent 41px 52px, rgba(0,127,255,.34) 53px 54px, transparent 55px 66px, rgba(0,127,255,.24) 67px 68px, transparent 69px),
    radial-gradient(ellipse at 100% 100%, rgba(0,117,255,.18), transparent 64%);
  filter: drop-shadow(0 0 18px rgba(0, 112, 255, .28));
}

.pm-info-panel article::after {
  right: -26px;
  bottom: -34px;
  width: 220px;
  height: 168px;
  opacity: .42;
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(0,112,255,.3) 48% 49%, transparent 50%),
    linear-gradient(145deg, transparent 0 47%, rgba(0,112,255,.2) 48% 49%, transparent 50%);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse at bottom right, black 0 58%, transparent 78%);
}

.pm-info-panel article > span {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 9px;
}

.pm-info-panel article > div {
  position: relative;
  z-index: 1;
}

.pm-info-panel article h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-info-panel article strong {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
}

.pm-info-panel article p {
  margin: 0;
  color: rgba(235,239,255,.68);
  font-size: 11px;
  line-height: 1.45;
}

.pm-info-panel article:nth-child(3) p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 6px 14px;
  align-items: center;
}

.pm-replace-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.pm-replace-types p {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(0,112,255,.28);
  border-radius: 8px;
  background: rgba(0, 76, 255, .1);
}

.pm-replace-types strong {
  margin: 0 !important;
  color: #fff;
  font-size: 13px !important;
}

.pm-replace-types small {
  color: rgba(235,239,255,.66);
  font-size: 12px;
  font-weight: 750;
}

.pm-legend-grid,
.pm-quality-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pm-legend-grid span,
.pm-quality-list p,
.pm-support-checklist li {
  min-height: 30px;
  padding: 7px 9px;
  border: 1px solid rgba(0,112,255,.22);
  border-radius: 8px;
  background: rgba(0, 76, 255, .08);
  color: rgba(235,239,255,.78);
  font-size: 12px;
  font-weight: 750;
}

.pm-quality-list p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}

.pm-quality-list strong {
  margin: 0 !important;
  color: #fff;
  font-size: 12px !important;
}

.pm-quality-list small {
  color: rgba(235,239,255,.68);
  font-size: 12px;
}

.pm-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
}

.pm-dot.green { background: #22c55e; box-shadow: 0 0 12px rgba(34,197,94,.45); }
.pm-dot.yellow { background: #facc15; box-shadow: 0 0 12px rgba(250,204,21,.45); }
.pm-dot.red { background: #ef4444; box-shadow: 0 0 12px rgba(239,68,68,.45); }

.pm-support-checklist {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pm-support-checklist li {
  position: relative;
  padding-left: 28px;
}

.pm-support-checklist li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #087bff;
  border-bottom: 2px solid #087bff;
  transform: rotate(-45deg);
}

.pm-info-panel article.pm-refill-rules {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  border-color: rgba(8,123,255,.28);
  background:
    radial-gradient(circle at 92% 8%, rgba(8,123,255,.18), transparent 28%),
    linear-gradient(135deg, rgba(4, 12, 31, .94), rgba(3, 9, 22, .82));
}

.pm-refill-lead {
  margin: -2px 0 8px !important;
  color: rgba(235,239,255,.76) !important;
  font-size: 11px !important;
}

.pm-refill-rule-block {
  margin-top: 8px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: rgba(2, 8, 20, .58);
}

.pm-info-panel .pm-refill-rule-block strong,
.pm-info-panel .pm-refill-highlight strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 11px !important;
  text-transform: uppercase;
}

.pm-refill-rule-block ul {
  display: grid;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pm-refill-rule-block li {
  position: relative;
  padding-left: 14px;
  color: rgba(235,239,255,.72);
  font-size: 11px;
  line-height: 1.45;
}

.pm-refill-rule-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #087bff;
  box-shadow: 0 0 12px rgba(8,123,255,.45);
}

.pm-refill-highlight {
  margin-top: 8px;
  padding: 9px;
  border: 1px solid rgba(34,197,94,.28);
  border-radius: 10px;
  background: rgba(8, 42, 35, .42);
}

.pm-refill-highlight p,
.pm-refill-rule-block p {
  color: rgba(235,239,255,.74) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.pm-refill-consent {
  margin-top: 8px !important;
  padding: 9px;
  border: 1px solid rgba(8,123,255,.28);
  border-radius: 10px;
  background: rgba(0, 76, 255, .1);
  color: #dce9ff !important;
  font-weight: 850;
}

.pm-info-more {
  display: none;
}

.pm-info-more.is-open {
  display: block;
}

.pm-legend-grid.pm-info-more.is-open,
.pm-quality-list.pm-info-more.is-open,
.pm-support-checklist.pm-info-more.is-open {
  display: grid;
}

.pm-replace-types.pm-info-more.is-open {
  display: flex;
}

.pm-info-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 0 14px;
  border: 1px solid rgba(8,123,255,.34);
  border-radius: 999px;
  background: rgba(0,76,255,.12);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.pm-services-page {
  display: grid;
  gap: 18px;
  width: 100%;
}

.pm-services-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(0,112,255,.22), transparent 38%),
    radial-gradient(circle at 8% 100%, rgba(0,72,255,.12), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-services-hero span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(0,112,255,.36);
  border-radius: 999px;
  background: rgba(0, 76, 255, .12);
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-services-hero h1 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.pm-services-hero p {
  margin: 0;
  max-width: 560px;
  color: rgba(235,239,255,.64);
  font-size: 15px;
  line-height: 1.55;
}

.pm-services-hero a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 11px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 101, 255, .24);
}

.pm-services-hero a svg,
.pm-services-search svg,
.pm-services-filter-btn svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-services-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, .36fr) 1fr;
  gap: 12px;
  align-items: center;
}

.pm-services-filter,
.pm-services-currency {
  min-width: 0;
}

.pm-services-filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(5, 12, 28, .76);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-services-filter-btn [data-filter-active-category] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pm-services-filter .dropdown-menu,
.pm-services-currency .dropdown-menu {
  width: 100%;
  max-height: 360px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid rgba(0,112,255,.3);
  border-radius: 12px;
  background: #050c1c;
  box-shadow: 0 22px 54px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-services-filter .dropdown-menu a,
.pm-services-currency .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 8px;
  color: rgba(235,239,255,.78);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.pm-services-filter .dropdown-menu a:hover,
.pm-services-currency .dropdown-menu a:hover {
  background: rgba(0, 101, 255, .16);
  color: #fff;
}

.pm-services-filter .dropdown-menu img,
.pm-service-category-row img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  border-radius: 6px;
}

.pm-services-search {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(5, 12, 28, .76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-services-search > svg {
  position: absolute;
  left: 16px;
  color: rgba(235,239,255,.58);
}

.pm-services-search input {
  width: 100%;
  height: 46px;
  padding: 0 56px 0 46px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 750;
  outline: 0;
  box-shadow: none !important;
}

.pm-services-search input::placeholder {
  color: rgba(235,239,255,.46);
}

.pm-services-search button {
  position: absolute;
  right: 6px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 36px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
}

.pm-services-card,
.pm-services-text {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 36%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-services-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.pm-services-card table {
  width: 100%;
  min-width: 860px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: rgba(235,239,255,.76);
}

.pm-services-card thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 16px 14px;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(4, 10, 24, .96);
  color: rgba(235,239,255,.58);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.pm-services-card tbody td {
  padding: 14px;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  color: rgba(235,239,255,.78);
  font-size: 13px;
  font-weight: 750;
  vertical-align: middle;
}

.pm-services-card tbody tr:not(.pm-service-category-row):hover td {
  background: rgba(0, 101, 255, .07);
  color: #fff;
}

.pm-service-category-row td {
  padding: 14px 16px !important;
  background: linear-gradient(90deg, rgba(0, 101, 255, .22), rgba(0, 101, 255, .06)) !important;
  color: #fff !important;
}

.pm-service-category-row strong {
  font-size: 14px;
  font-weight: 950;
}

.pm-service-category-row span,
.pm-service-category-row img {
  margin-right: 8px;
}

.pm-service-category-row .pm-platform-icon,
.pm-services-filter .dropdown-menu .pm-platform-icon {
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
  object-fit: contain;
  border-radius: 7px;
}

.pm-services-filter .dropdown-menu .pm-platform-icon {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px !important;
}

.pm-service-id {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(0,112,255,.48);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(8,123,255,.96), rgba(0,72,255,.9));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.pm-services-card .service-name {
  color: #fff;
  font-weight: 850;
}

.pm-fav-col {
  width: 42px;
  text-align: center;
}

.pm-fav-col [data-favorite-service-id] {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  color: rgba(235,239,255,.46);
  cursor: pointer;
}

.pm-fav-col .favorite-active,
.pm-fav-col [data-favorite-service-id]:hover {
  background: rgba(250,204,21,.12);
  color: #facc15;
}

.pm-service-actions .btn {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(0,112,255,.32);
  border-radius: 8px;
  background: rgba(0, 76, 255, .12);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.pm-services-text {
  padding: 22px;
  color: rgba(235,239,255,.76);
  line-height: 1.65;
}

.pm-orders-page {
  display: grid;
  gap: 18px;
  width: 100%;
}

.pm-orders-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 0%, rgba(0,112,255,.22), transparent 38%),
    radial-gradient(circle at 8% 100%, rgba(0,72,255,.12), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-orders-hero span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(0,112,255,.36);
  border-radius: 999px;
  background: rgba(0, 76, 255, .12);
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-orders-hero h1 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
}

.pm-orders-hero p {
  margin: 0;
  max-width: 590px;
  color: rgba(235,239,255,.64);
  font-size: 15px;
  line-height: 1.55;
}

.pm-orders-hero a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 11px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 101, 255, .24);
}

.pm-orders-hero svg,
.pm-orders-search svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-orders-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .34fr);
  gap: 12px;
  align-items: center;
}

.pm-orders-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pm-orders-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 11px;
  background: rgba(5, 12, 28, .64);
  color: rgba(235,239,255,.68);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.pm-orders-tabs a:hover,
.pm-orders-tabs a.active {
  border-color: rgba(0,112,255,.72);
  background: rgba(0, 101, 255, .16);
  color: #fff;
  transform: translateY(-1px);
}

.pm-orders-search {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(5, 12, 28, .76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-orders-search > svg {
  position: absolute;
  left: 15px;
  color: rgba(235,239,255,.58);
}

.pm-orders-search input {
  width: 100%;
  height: 44px;
  padding: 0 54px 0 44px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 750;
  outline: 0;
  box-shadow: none !important;
}

.pm-orders-search input::placeholder {
  color: rgba(235,239,255,.46);
}

.pm-orders-search button {
  position: absolute;
  right: 5px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 36px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
}

.pm-orders-card {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 36%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-orders-bulkbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(5, 12, 28, .68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-orders-bulkbar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(0,112,255,.32);
  border-radius: 10px;
  background: rgba(0, 76, 255, .13);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.pm-orders-bulkbar button:hover {
  border-color: rgba(0,112,255,.72);
  background: rgba(0, 101, 255, .2);
}

.pm-orders-bulkbar svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-orders-bulkbar span {
  color: rgba(235,239,255,.58);
  font-size: 12px;
  font-weight: 800;
}

.pm-orders-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.pm-orders-card table {
  width: 100%;
  min-width: 1220px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.pm-orders-card thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 16px 14px;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  background: rgba(4, 10, 24, .96);
  color: rgba(235,239,255,.58);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.pm-orders-card tbody td {
  padding: 14px;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !important;
  color: rgba(235,239,255,.78);
  font-size: 13px;
  font-weight: 750;
  vertical-align: middle;
}

.pm-orders-card th:nth-child(2),
.pm-orders-card td:nth-child(2) {
  width: 118px;
}

.pm-orders-card th:nth-child(3),
.pm-orders-card td:nth-child(3) {
  width: 150px;
}

.pm-orders-card th:nth-child(4),
.pm-orders-card td:nth-child(4) {
  width: 310px;
}

.pm-orders-card th:nth-child(5),
.pm-orders-card td:nth-child(5),
.pm-orders-card th:nth-child(6),
.pm-orders-card td:nth-child(6),
.pm-orders-card th:nth-child(7),
.pm-orders-card td:nth-child(7),
.pm-orders-card th:nth-child(9),
.pm-orders-card td:nth-child(9),
.pm-orders-card th:nth-child(10),
.pm-orders-card td:nth-child(10) {
  width: 105px;
}

.pm-orders-card th:nth-child(8),
.pm-orders-card td:nth-child(8) {
  width: 280px;
}

.pm-orders-card th:nth-child(11),
.pm-orders-card td:nth-child(11) {
  width: 150px;
}

.pm-orders-select-col {
  width: 44px;
  text-align: center;
}

.pm-order-check {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
}

.pm-order-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pm-order-check span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0,112,255,.42);
  border-radius: 6px;
  background: rgba(0, 76, 255, .1);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pm-order-check span::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(-45deg) translate(1px, -1px);
}

.pm-order-check input:checked + span {
  border-color: rgba(0,112,255,.9);
  background: linear-gradient(135deg, #087bff, #0048ff);
  box-shadow: 0 10px 20px rgba(0,101,255,.22);
}

.pm-order-check input:checked + span::after {
  opacity: 1;
}

.pm-orders-card tbody tr:hover td {
  background: rgba(0, 101, 255, .07);
  color: #fff;
}

.pm-order-id {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(0,112,255,.48);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(8,123,255,.96), rgba(0,72,255,.9));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.pm-order-id-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.pm-order-copy-id {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(0,112,255,.32);
  border-radius: 7px;
  background: rgba(0, 76, 255, .12);
  color: #9fc7ff;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.pm-order-copy-id:hover {
  border-color: rgba(0,112,255,.72);
  background: rgba(0, 101, 255, .2);
  color: #fff;
}

.pm-order-copy-id.is-copied {
  border-color: rgba(34, 197, 94, .85);
  background: rgba(34, 197, 94, .18);
  color: #86efac;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .14);
}

.pm-order-copy-id svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-order-date {
  color: rgba(235,239,255,.62) !important;
  white-space: nowrap;
}

.pm-order-link {
  min-width: 280px;
  max-width: 310px;
}

.pm-order-link-url {
  display: inline-block;
  max-width: 320px;
  vertical-align: middle;
}

.pm-order-link-url {
  display: block;
  max-width: 360px;
  color: #68a7ff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-decoration: none;
}

.pm-order-link-url:hover {
  color: #fff;
  text-decoration: underline;
}

.pm-order-service {
  min-width: 260px;
  max-width: 280px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.45;
}

.pm-order-service-id {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-right: 6px;
  padding: 0 7px;
  border: 1px solid rgba(0,112,255,.36);
  border-radius: 6px;
  background: rgba(0, 76, 255, .14);
  color: #dce8ff;
  font-size: 11px;
  font-weight: 900;
  vertical-align: middle;
  white-space: nowrap;
}

.pm-order-link a:not(.pm-order-link-url) {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  border: 1px solid rgba(0,112,255,.32);
  border-radius: 8px;
  background: rgba(0, 76, 255, .12);
  color: #087bff;
  text-decoration: none;
}

.pm-order-charge {
  color: #fff !important;
  font-weight: 950 !important;
}

.pm-order-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(148,163,184,.24);
  border-radius: 999px;
  background: rgba(148,163,184,.1);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 950;
}

.pm-order-status.is-completed {
  border-color: rgba(34,197,94,.32);
  background: rgba(34,197,94,.12);
  color: #8cf2b1;
}

.pm-order-status.is-partial {
  border-color: rgba(249,115,22,.34);
  background: rgba(249,115,22,.13);
  color: #fdba74;
}

.pm-order-status.is-pending {
  border-color: rgba(234,179,8,.34);
  background: rgba(234,179,8,.13);
  color: #fde68a;
}

.pm-order-status.is-inprogress {
  border-color: rgba(59,130,246,.34);
  background: rgba(59,130,246,.13);
  color: #93c5fd;
}

.pm-order-status.is-processing {
  border-color: rgba(168,85,247,.34);
  background: rgba(168,85,247,.13);
  color: #d8b4fe;
}

.pm-order-status.is-canceled {
  border-color: rgba(239,68,68,.34);
  background: rgba(239,68,68,.13);
  color: #fca5a5;
}

.pm-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.pm-order-actions .btn,
.pm-order-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.pm-order-actions .btn-primary {
  border: 1px solid rgba(0,112,255,.42);
  background: rgba(0, 76, 255, .16);
  color: #fff;
}

.pm-order-actions .btn-default {
  border: 1px solid rgba(239,68,68,.32);
  background: rgba(239,68,68,.1);
  color: #fecaca;
}

.pm-order-actions span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: rgba(235,239,255,.72);
}

.pm-orders-mobile-list {
  display: none;
}

.pm-orders-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 0;
}

.pm-orders-pagination > li > a,
.pm-orders-pagination > li > span {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 10px !important;
  background: rgba(5, 12, 28, .74) !important;
  color: rgba(235,239,255,.74) !important;
  font-weight: 850;
}

.pm-orders-pagination > .active > a {
  border-color: rgba(0,112,255,.72) !important;
  background: linear-gradient(135deg, #087bff, #0048ff) !important;
  color: #fff !important;
}

.pm-api-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-api-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-api-hero span,
.pm-api-method header span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pm-api-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-api-hero p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-api-hero a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 9px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0, 82, 255, .26);
}

.pm-api-hero svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-api-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pm-api-overview article,
.pm-api-method {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-api-overview article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
}

.pm-api-overview small {
  color: rgba(235,239,255,.56);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-api-overview strong,
.pm-api-overview a {
  min-width: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.pm-api-overview a {
  color: #68a7ff;
}

.pm-api-methods {
  display: grid;
  gap: 16px;
}

.pm-api-method {
  min-width: 0;
  padding: 22px;
}

.pm-api-method header {
  margin-bottom: 16px;
}

.pm-api-method h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.25;
}

.pm-api-type-select {
  display: grid;
  gap: 8px;
  max-width: 340px;
  margin-bottom: 14px;
}

.pm-api-type-select label {
  margin: 0;
  color: rgba(235,239,255,.76);
  font-size: 13px;
  font-weight: 900;
}

.pm-api-type-select select {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #060e1f;
  color: #fff;
  box-shadow: none;
}

.pm-api-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pm-api-table-wrap table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  color: rgba(235,239,255,.78);
}

.pm-api-table-wrap th,
.pm-api-table-wrap td {
  padding: 13px 14px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.06);
  vertical-align: top;
}

.pm-api-table-wrap thead th {
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(235,239,255,.52);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-api-table-wrap code {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(0,112,255,.38);
  border-radius: 7px;
  background: rgba(0,76,255,.14);
  color: #b8d7ff;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 850;
}

.pm-api-response {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.pm-api-response strong {
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.pm-api-response pre {
  max-width: 100%;
  max-height: 420px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(8,123,255,.24);
  border-radius: 10px;
  background: #020713;
  color: #dce9ff;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.65;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.pm-tickets-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-tickets-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-tickets-hero span,
.pm-tickets-section-head span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-tickets-hero h1,
.pm-tickets-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-tickets-hero p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-tickets-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  gap: 18px;
  align-items: start;
}

.pm-tickets-card,
.pm-tickets-search,
.pm-tickets-history,
.pm-tickets-text {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-tickets-card,
.pm-tickets-search,
.pm-tickets-history,
.pm-tickets-text {
  padding: 24px;
}

.pm-tickets-card-head {
  margin-bottom: 18px;
}

.pm-tickets-card-head h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.pm-tickets-card-head p {
  margin: 5px 0 0;
  color: rgba(235,239,255,.62);
  font-size: 13px;
  line-height: 1.45;
}

.pm-tickets-form {
  display: grid;
  gap: 14px;
}

.pm-tickets-form .form-group {
  margin: 0;
}

.pm-tickets-field {
  display: grid;
  gap: 8px;
}

.pm-tickets-field label,
.pm-tickets-search label {
  margin: 0;
  color: rgba(235,239,255,.76);
  font-size: 13px;
  font-weight: 900;
}

.pm-tickets-field .form-control,
.pm-tickets-field select,
.pm-tickets-field input,
.pm-tickets-field textarea,
.pm-tickets-search input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #060e1f;
  color: #fff;
  box-shadow: none;
}

.pm-tickets-field .form-control,
.pm-tickets-field select,
.pm-tickets-field input,
.pm-tickets-search input {
  height: 46px;
}

.pm-tickets-field textarea {
  min-height: 150px;
  padding: 12px 14px;
  resize: vertical;
}

.pm-tickets-field .form-control:focus,
.pm-tickets-field textarea:focus,
.pm-tickets-search input:focus {
  border-color: rgba(0,112,255,.72);
  box-shadow: 0 0 0 3px rgba(0,112,255,.14);
}

.pm-tickets-upload .tickets-uploader {
  color: rgba(235,239,255,.78);
}

.pm-tickets-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(0, 82, 255, .26);
}

.pm-tickets-search {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 620px;
  margin: -4px 0 18px;
}

.pm-tickets-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: #060e1f;
  overflow: hidden;
}

.pm-tickets-search input {
  height: 50px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pm-tickets-search input:focus {
  border-color: transparent;
  box-shadow: none;
}

.pm-tickets-search button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.08);
  border-radius: 0;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
}

.pm-tickets-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-tickets-section-head {
  margin-bottom: 16px;
}

.pm-tickets-section-head h2 {
  font-size: 24px;
}

.pm-tickets-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pm-tickets-table-wrap table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  color: rgba(235,239,255,.78);
}

.pm-tickets-table-wrap th,
.pm-tickets-table-wrap td {
  padding: 13px 14px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.pm-tickets-table-wrap thead th {
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(235,239,255,.52);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-tickets-table-wrap tbody tr:hover td,
.pm-tickets-table-wrap tbody tr.is-new td {
  background: rgba(0, 101, 255, .07);
}

.pm-ticket-id,
.pm-ticket-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.pm-ticket-id {
  border: 1px solid rgba(0,112,255,.48);
  background: linear-gradient(135deg, rgba(8,123,255,.96), rgba(0,72,255,.9));
  color: #fff;
}

.pm-ticket-status {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: rgba(235,239,255,.76);
}

.pm-ticket-subject {
  color: #fff;
  font-weight: 850;
  text-decoration: none;
}

.pm-ticket-subject:hover {
  color: #68a7ff;
  text-decoration: none;
}

.pm-ticket-time {
  color: rgba(235,239,255,.62);
}

.pm-tickets-pagination {
  display: flex;
  justify-content: center;
}

.pm-tickets-pagination .pagination {
  margin: 0;
}

.pm-tickets-text {
  color: rgba(235,239,255,.82);
  line-height: 1.65;
}

.pm-tickets-text * {
  color: inherit !important;
}

.pm-ticket-view-page {
  display: grid;
  gap: 18px;
  max-width: 960px;
  overflow-x: hidden;
}

.pm-ticket-view-hero,
.pm-ticket-thread {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-ticket-view-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.pm-ticket-view-hero span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-ticket-view-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.2;
}

.pm-ticket-view-hero a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 9px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.pm-ticket-thread {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.pm-ticket-message {
  display: grid;
  gap: 7px;
  max-width: 78%;
}

.pm-ticket-message.is-user {
  justify-self: end;
}

.pm-ticket-message.is-support {
  justify-self: start;
}

.pm-ticket-bubble {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(2, 8, 20, .72);
  color: rgba(235,239,255,.88);
  line-height: 1.6;
}

.pm-ticket-message.is-user .pm-ticket-bubble {
  border-color: rgba(8,123,255,.34);
  background: linear-gradient(135deg, rgba(8,123,255,.22), rgba(0,76,255,.1));
}

.pm-ticket-info {
  display: flex;
  gap: 8px;
  color: rgba(235,239,255,.56);
  font-size: 12px;
}

.pm-ticket-message.is-user .pm-ticket-info {
  justify-content: flex-end;
}

.pm-ticket-info strong {
  color: rgba(235,239,255,.82);
}

.pm-ticket-files {
  display: grid;
  gap: 5px;
  margin-top: 12px;
}

.pm-ticket-files a {
  color: #68a7ff;
  overflow-wrap: anywhere;
}

.pm-ticket-reply {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.pm-massorder-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-massorder-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-massorder-hero span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-massorder-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-massorder-hero p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-massorder-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(240px, 1fr);
  gap: 18px;
  align-items: start;
}

.pm-massorder-card,
.pm-massorder-help {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-massorder-card,
.pm-massorder-help {
  padding: 24px;
}

.pm-massorder-card-head {
  margin-bottom: 18px;
}

.pm-massorder-card-head h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.pm-massorder-card-head p {
  margin: 5px 0 0;
  color: rgba(235,239,255,.62);
  font-size: 13px;
  line-height: 1.45;
}

.pm-massorder-form {
  display: grid;
  gap: 14px;
}

.pm-massorder-form .form-group {
  margin: 0;
}

.pm-massorder-field {
  display: grid;
  gap: 8px;
}

.pm-massorder-field label {
  margin: 0;
  color: rgba(235,239,255,.76);
  font-size: 13px;
  font-weight: 900;
}

.pm-massorder-field textarea {
  width: 100%;
  min-height: 360px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #060e1f;
  color: #fff;
  box-shadow: none;
  resize: vertical;
}

.pm-massorder-field textarea:focus {
  border-color: rgba(0,112,255,.72);
  box-shadow: 0 0 0 3px rgba(0,112,255,.14);
}

.pm-massorder-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(0, 82, 255, .26);
}

.pm-massorder-help {
  display: grid;
  gap: 12px;
}

.pm-massorder-help > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8,123,255,.44);
  border-radius: 10px;
  background: rgba(0,76,255,.18);
  color: #68a7ff;
}

.pm-massorder-help svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-massorder-help strong {
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.pm-massorder-help p {
  margin: 0;
  color: rgba(235,239,255,.66);
  font-size: 13px;
  line-height: 1.55;
}

.pm-massorder-help code {
  display: block;
  padding: 12px;
  border: 1px solid rgba(8,123,255,.24);
  border-radius: 10px;
  background: #020713;
  color: #dce9ff;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.pm-affiliates-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-affiliates-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(5,12,28,.94), rgba(4,10,24,.72)),
    radial-gradient(circle at 82% 22%, rgba(34,197,94,.22), transparent 34%);
}

.pm-affiliates-hero::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: -42px;
  width: 280px;
  height: 160px;
  opacity: .42;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,123,255,.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(34,197,94,.18) 1px, transparent 1px);
  background-size: 22px 22px;
  transform: rotate(-8deg);
  mask-image: radial-gradient(ellipse at center, black 0 52%, transparent 74%);
}

.pm-affiliates-hero > div,
.pm-affiliates-hero > a {
  position: relative;
  z-index: 1;
}

.pm-affiliates-hero span,
.pm-affiliates-link-card span,
.pm-affiliates-section-head span {
  display: block;
  margin-bottom: 7px;
  color: #22c55e;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-affiliates-hero h1,
.pm-affiliates-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-affiliates-hero p {
  max-width: 650px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.68);
  font-size: 15px;
  line-height: 1.6;
}

.pm-affiliates-hero a,
.pm-affiliates-link-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #22c55e, #087bff);
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(34,197,94,.18);
}

.pm-affiliates-hero svg,
.pm-affiliates-link-card svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-affiliates-text,
.pm-affiliates-link-card,
.pm-affiliates-info-grid article,
.pm-affiliates-stats article,
.pm-affiliates-history {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(34,197,94,.12), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-affiliates-text,
.pm-affiliates-link-card,
.pm-affiliates-history {
  padding: 24px;
}

.pm-affiliates-text {
  color: rgba(235,239,255,.82);
  line-height: 1.65;
}

.pm-affiliates-text * {
  color: inherit !important;
}

.pm-affiliates-link-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-color: rgba(34,197,94,.24);
}

.pm-affiliates-link-card strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.pm-affiliates-info-grid,
.pm-affiliates-stats {
  display: grid;
  gap: 12px;
}

.pm-affiliates-info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pm-affiliates-stats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pm-affiliates-info-grid article,
.pm-affiliates-stats article {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 18px;
}

.pm-affiliates-info-grid small,
.pm-affiliates-stats span {
  color: rgba(235,239,255,.58);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-affiliates-info-grid strong,
.pm-affiliates-stats strong {
  color: #fff;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.pm-affiliates-stats article.is-highlight {
  border-color: rgba(34,197,94,.28);
  background:
    linear-gradient(135deg, rgba(34,197,94,.16), rgba(8,123,255,.08)),
    rgba(5, 12, 28, .72);
}

.pm-affiliates-section-head {
  margin-bottom: 16px;
}

.pm-affiliates-section-head h2 {
  font-size: 24px;
}

.pm-affiliates-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pm-affiliates-table-wrap table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  color: rgba(235,239,255,.78);
}

.pm-affiliates-table-wrap th,
.pm-affiliates-table-wrap td {
  padding: 13px 14px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.pm-affiliates-table-wrap thead th {
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(235,239,255,.52);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-affiliate-date,
.pm-affiliate-status {
  color: rgba(235,239,255,.68);
}

.pm-affiliate-amount {
  color: #fff;
}

.pm-affiliate-status {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(34,197,94,.26);
  border-radius: 7px;
  background: rgba(34,197,94,.08);
  font-size: 12px;
  font-weight: 950;
}

.pm-affiliates-pagination {
  display: flex;
  justify-content: center;
}

.pm-affiliates-pagination .pagination {
  margin: 0;
}

.pm-child-panel-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-child-panel-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-child-panel-hero span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-child-panel-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-child-panel-hero p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-child-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(260px, 1fr);
  gap: 18px;
  align-items: start;
}

.pm-child-panel-text,
.pm-child-panel-card,
.pm-child-panel-dns {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-child-panel-text,
.pm-child-panel-card,
.pm-child-panel-dns {
  padding: 24px;
}

.pm-child-panel-text {
  color: rgba(235,239,255,.82);
  line-height: 1.65;
}

.pm-child-panel-text * {
  color: inherit !important;
}

.pm-child-panel-card-head {
  margin-bottom: 18px;
}

.pm-child-panel-card-head h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.pm-child-panel-card-head p {
  margin: 5px 0 0;
  color: rgba(235,239,255,.62);
  font-size: 13px;
  line-height: 1.45;
}

.pm-child-panel-form {
  display: grid;
  gap: 14px;
}

.pm-child-panel-field {
  display: grid;
  gap: 8px;
}

.pm-child-panel-field label {
  margin: 0;
  color: rgba(235,239,255,.76);
  font-size: 13px;
  font-weight: 900;
}

.pm-child-panel-field input,
.pm-child-panel-field select {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #060e1f;
  color: #fff;
  box-shadow: none;
}

.pm-child-panel-field input:focus,
.pm-child-panel-field select:focus {
  border-color: rgba(0,112,255,.72);
  box-shadow: 0 0 0 3px rgba(0,112,255,.14);
}

.pm-child-panel-price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(34,197,94,.24);
  border-radius: 10px;
  background: rgba(8, 42, 35, .42);
}

.pm-child-panel-price span {
  color: rgba(213,255,231,.78);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-child-panel-price strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.pm-child-panel-price input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pm-child-panel-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(0, 82, 255, .26);
}

.pm-child-panel-dns {
  display: grid;
  gap: 12px;
  border-color: rgba(8,123,255,.24);
}

.pm-child-panel-dns > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8,123,255,.44);
  border-radius: 10px;
  background: rgba(0,76,255,.18);
  color: #68a7ff;
}

.pm-child-panel-dns svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-child-panel-dns strong {
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.pm-child-panel-dns p {
  margin: 0;
  color: rgba(235,239,255,.66);
  font-size: 13px;
  line-height: 1.55;
}

.pm-child-panel-dns ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pm-child-panel-dns li {
  padding: 10px 12px;
  border: 1px solid rgba(8,123,255,.24);
  border-radius: 10px;
  background: #020713;
  color: #dce9ff;
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.pm-terms-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-terms-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-terms-hero span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-terms-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-terms-hero p {
  max-width: 650px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-terms-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .36fr);
  gap: 18px;
  align-items: start;
}

.pm-terms-content,
.pm-terms-summary {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-terms-content,
.pm-terms-summary {
  padding: 24px;
}

.pm-terms-content {
  color: rgba(235,239,255,.82);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.pm-terms-content * {
  max-width: 100%;
}

.pm-terms-content h1,
.pm-terms-content h2,
.pm-terms-content h3,
.pm-terms-content h4,
.pm-terms-content strong,
.pm-terms-content b {
  color: #fff !important;
}

.pm-terms-content h1,
.pm-terms-content h2,
.pm-terms-content h3 {
  margin: 22px 0 10px;
  font-weight: 950;
  line-height: 1.25;
}

.pm-terms-content h1:first-child,
.pm-terms-content h2:first-child,
.pm-terms-content h3:first-child,
.pm-terms-content p:first-child {
  margin-top: 0;
}

.pm-terms-content p,
.pm-terms-content li,
.pm-terms-content div {
  color: rgba(235,239,255,.82) !important;
}

.pm-terms-content a {
  color: #68a7ff;
}

.pm-terms-summary {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 12px;
  border-color: rgba(8,123,255,.24);
}

.pm-terms-summary > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8,123,255,.44);
  border-radius: 10px;
  background: rgba(0,76,255,.18);
  color: #68a7ff;
}

.pm-terms-summary svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-terms-summary strong {
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.pm-terms-summary p {
  margin: 0;
  color: rgba(235,239,255,.66);
  font-size: 13px;
  line-height: 1.55;
}

.pm-terms-summary ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pm-terms-summary li {
  position: relative;
  padding: 9px 10px 9px 28px;
  border: 1px solid rgba(8,123,255,.22);
  border-radius: 10px;
  background: rgba(0,76,255,.08);
  color: rgba(235,239,255,.76);
  font-size: 12px;
  line-height: 1.45;
}

.pm-terms-summary li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #087bff;
  border-bottom: 2px solid #087bff;
  transform: rotate(-45deg);
}

.pm-tutorial-page {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
}

.pm-tutorial-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.22), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-tutorial-hero span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-tutorial-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-tutorial-hero p {
  max-width: 650px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-tutorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  justify-items: center;
}

.pm-tutorial-video-card,
.pm-tutorial-panel {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-tutorial-video-card {
  width: min(70%, 980px);
  padding: 14px;
}

.pm-tutorial-video {
  position: relative;
  width: 100%;
  min-height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #020713;
}

.pm-tutorial-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pm-tutorial-panel {
  display: none;
  gap: 12px;
  padding: 24px;
  border-color: rgba(8,123,255,.24);
}

.pm-tutorial-panel > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8,123,255,.44);
  border-radius: 10px;
  background: rgba(0,76,255,.18);
  color: #68a7ff;
}

.pm-tutorial-panel svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-tutorial-panel strong {
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.pm-tutorial-panel p {
  margin: 0;
  color: rgba(235,239,255,.66);
  font-size: 13px;
  line-height: 1.55;
}

.pm-tutorial-panel ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pm-tutorial-panel li {
  position: relative;
  padding: 9px 10px 9px 28px;
  border: 1px solid rgba(8,123,255,.22);
  border-radius: 10px;
  background: rgba(0,76,255,.08);
  color: rgba(235,239,255,.76);
  font-size: 12px;
}

.pm-tutorial-panel li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #087bff;
  border-bottom: 2px solid #087bff;
  transform: rotate(-45deg);
}

.pm-auth-action-page {
  min-height: calc(100vh - 92px);
  display: grid;
  place-items: center;
  padding: 24px 0;
  overflow-x: hidden;
}

.pm-auth-action-card {
  position: relative;
  width: min(100%, 520px);
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 10%, rgba(8,123,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.94), rgba(4,10,24,.76));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 28px 70px rgba(0,0,0,.22);
}

.pm-auth-action-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -46px;
  width: 230px;
  height: 160px;
  opacity: .32;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,123,255,.2) 1px, transparent 1px),
    linear-gradient(0deg, rgba(8,123,255,.16) 1px, transparent 1px);
  background-size: 20px 20px;
  transform: rotate(-10deg);
  mask-image: radial-gradient(ellipse at center, black 0 52%, transparent 74%);
}

.pm-auth-action-card > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(8,123,255,.42);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8,123,255,.94), rgba(0,72,255,.82));
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,82,255,.24);
}

.pm-auth-action-card svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-auth-action-card h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 950;
  line-height: 1.12;
}

.pm-auth-action-card > p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 14px;
  line-height: 1.6;
}

.pm-auth-action-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.pm-auth-action-field {
  display: grid;
  gap: 8px;
}

.pm-auth-action-field label {
  margin: 0;
  color: rgba(235,239,255,.76);
  font-size: 13px;
  font-weight: 900;
}

.pm-auth-action-field input,
.pm-auth-action-field .form-control,
.pm-auth-action-field span.form-control {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #060e1f;
  color: #fff;
  box-shadow: none;
}

.pm-auth-action-field span.form-control {
  display: flex;
  align-items: center;
  color: rgba(235,239,255,.68);
}

.pm-auth-action-field input:focus {
  border-color: rgba(0,112,255,.72);
  box-shadow: 0 0 0 3px rgba(0,112,255,.14);
}

.pm-auth-action-captcha {
  max-width: 100%;
  overflow-x: auto;
}

.pm-auth-action-submit,
.pm-auth-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
}

.pm-auth-action-submit {
  width: 100%;
  border: 0;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 82, 255, .26);
}

.pm-auth-action-link {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: rgba(235,239,255,.82);
}

.pm-confirm-email-description {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(8,123,255,.22);
  border-radius: 12px;
  background: rgba(0,76,255,.08);
}

.pm-confirm-email-description p {
  margin: 0;
  color: rgba(235,239,255,.74);
  font-size: 13px;
  line-height: 1.55;
}

.pm-confirm-email-description strong {
  color: #fff;
}

.pm-confirm-email-actions {
  display: grid;
  gap: 10px;
}

.pm-confirm-email-modal .modal-content {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: #050c1c;
  color: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
}

.pm-confirm-email-modal .modal-header,
.pm-confirm-email-modal .modal-footer {
  border-color: rgba(255,255,255,.08);
}

.pm-confirm-email-modal .modal-title {
  color: #fff;
  font-weight: 950;
}

.pm-confirm-email-modal .modal-body {
  display: grid;
  gap: 14px;
}

.pm-confirm-email-modal .modal-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pm-refill-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-refill-hero,
.pm-refill-history,
.pm-refill-rules-page article {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-refill-hero {
  padding: 26px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.22), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-refill-hero span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-refill-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-refill-hero p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-refill-rules-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pm-refill-rules-page article {
  padding: 20px;
}

.pm-refill-rules-page h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.pm-refill-rules-page p,
.pm-refill-rules-page li {
  color: rgba(235,239,255,.72);
  font-size: 13px;
  line-height: 1.55;
}

.pm-refill-rules-page p {
  margin: 0 0 8px;
}

.pm-refill-rules-page ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pm-refill-rules-page li {
  position: relative;
  padding-left: 20px;
}

.pm-refill-rules-page li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #087bff;
  box-shadow: 0 0 12px rgba(8,123,255,.45);
}

.pm-refill-rules-page strong {
  color: #fff;
}

.pm-refill-rules-highlight,
.pm-refill-rules-consent {
  border-color: rgba(34,197,94,.28) !important;
  background:
    linear-gradient(135deg, rgba(34,197,94,.14), rgba(8,123,255,.08)),
    rgba(5, 12, 28, .72) !important;
}

.pm-refill-history {
  padding: 22px;
}

.pm-refill-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}

.pm-refill-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pm-refill-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(235,239,255,.72);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.pm-refill-tabs a.active,
.pm-refill-tabs a:hover {
  border-color: rgba(8,123,255,.62);
  background: rgba(0, 76, 255, .16);
  color: #fff;
}

.pm-refill-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: #060e1f;
}

.pm-refill-search input {
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.pm-refill-search button {
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
}

.pm-refill-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-refill-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.pm-refill-table-wrap table {
  width: 100%;
  min-width: 900px;
  margin: 0;
  color: rgba(235,239,255,.78);
}

.pm-refill-table-wrap th,
.pm-refill-table-wrap td {
  padding: 13px 14px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.pm-refill-table-wrap thead th {
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(235,239,255,.52);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-refill-id,
.pm-refill-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 950;
}

.pm-refill-id {
  border: 1px solid rgba(0,112,255,.48);
  background: linear-gradient(135deg, rgba(8,123,255,.96), rgba(0,72,255,.9));
  color: #fff;
}

.pm-refill-status {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: rgba(235,239,255,.76);
}

.pm-refill-order {
  color: #68a7ff;
  font-weight: 950;
}

.pm-refill-link,
.pm-refill-service {
  max-width: 320px;
  overflow-wrap: anywhere;
}

.pm-refill-date {
  color: rgba(235,239,255,.62);
}

.pm-refill-pagination {
  display: flex;
  justify-content: center;
}

.pm-refill-text-page {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  overflow-x: hidden;
}

.pm-refill-text-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-refill-text-card pre {
  margin: 0;
  color: rgba(235,239,255,.86);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: transparent;
  border: 0;
}

.pm-refunds-page {
  display: grid;
  gap: 18px;
  padding: 28px 24px 56px;
}

.pm-refunds-hero,
.pm-refunds-alert,
.pm-refunds-history {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background: radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 36%), rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-refunds-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 142px;
  padding: 28px;
}

.pm-refunds-hero span {
  display: block;
  margin-bottom: 8px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-refunds-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
}

.pm-refunds-hero p {
  max-width: 680px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  line-height: 1.55;
}

.pm-refunds-hero a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.pm-refunds-hero svg,
.pm-refunds-alert svg,
.pm-refunds-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-refunds-alert {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-color: rgba(8,123,255,.2);
  background: linear-gradient(135deg, rgba(8,123,255,.12), rgba(34,197,94,.06)), rgba(5, 12, 28, .72);
}

.pm-refunds-alert span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8,123,255,.28);
  border-radius: 12px;
  background: rgba(8,123,255,.14);
  color: #68a7ff;
}

.pm-refunds-alert p {
  margin: 0;
  color: rgba(235,239,255,.74);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.pm-refunds-history {
  padding: 22px;
}

.pm-refunds-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 14px;
  align-items: start;
  margin-bottom: 16px;
}

.pm-refunds-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pm-refunds-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(235,239,255,.72);
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.pm-refunds-tabs a.active,
.pm-refunds-tabs a:hover {
  border-color: rgba(8,123,255,.62);
  background: rgba(0, 76, 255, .16);
  color: #fff;
}

.pm-refunds-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: #060e1f;
}

.pm-refunds-search input {
  height: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.pm-refunds-search button {
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
}

.pm-refunds-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.pm-refunds-table-wrap table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  color: rgba(235,239,255,.78);
}

.pm-refunds-table-wrap th,
.pm-refunds-table-wrap td {
  padding: 14px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.pm-refunds-table-wrap thead th {
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(235,239,255,.52);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-refunds-table-wrap tbody tr:hover td {
  background: rgba(8,123,255,.05);
}

.pm-refund-order,
.pm-refund-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.pm-refund-order {
  border: 1px solid rgba(0,112,255,.4);
  background: rgba(0,76,255,.12);
  color: #68a7ff;
}

.pm-refund-amount {
  color: #fff;
  font-weight: 950;
}

.pm-refund-status {
  border: 1px solid rgba(148,163,184,.24);
  background: rgba(148,163,184,.1);
  color: #cbd5e1;
}

.pm-refund-status.is-canceled {
  border-color: rgba(239,68,68,.34);
  background: rgba(239,68,68,.13);
  color: #fca5a5;
}

.pm-refund-status.is-partial {
  border-color: rgba(249,115,22,.34);
  background: rgba(249,115,22,.13);
  color: #fdba74;
}

.pm-refund-date {
  color: rgba(235,239,255,.6);
  font-size: 13px;
}

.pm-refunds-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.pm-refunds-pagination > li > a,
.pm-refunds-pagination > li > span {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px !important;
  background: rgba(5, 12, 28, .76);
  color: rgba(235,239,255,.72);
}

.pm-refunds-pagination > .active > a {
  border-color: rgba(8,123,255,.7);
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
}

.pm-addfunds-page {
  display: grid;
  gap: 18px;
  max-width: 1120px;
  overflow-x: hidden;
}

.pm-addfunds-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 18%, rgba(0,112,255,.2), transparent 34%),
    linear-gradient(135deg, rgba(5,12,28,.92), rgba(4,10,24,.7));
}

.pm-addfunds-hero span,
.pm-addfunds-section-head span {
  display: block;
  margin-bottom: 7px;
  color: #087bff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pm-addfunds-hero h1,
.pm-addfunds-section-head h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 950;
  line-height: 1.08;
}

.pm-addfunds-hero p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(235,239,255,.66);
  font-size: 15px;
  line-height: 1.6;
}

.pm-addfunds-hero a,
.pm-addfunds-submit,
.pm-addfunds-invoice {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 9px;
  font-weight: 950;
  text-decoration: none;
}

.pm-addfunds-hero a,
.pm-addfunds-submit {
  padding: 0 16px;
  border: 0;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 82, 255, .26);
}

.pm-addfunds-hero svg,
.pm-addfunds-submit svg,
.pm-addfunds-card-head svg,
.pm-addfunds-side svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-addfunds-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pm-addfunds-card,
.pm-addfunds-side article,
.pm-addfunds-text,
.pm-addfunds-history {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 60px rgba(0,0,0,.16);
}

.pm-addfunds-card,
.pm-addfunds-text,
.pm-addfunds-history {
  padding: 24px;
}

.pm-addfunds-card {
  width: min(100%, 720px);
}

.pm-addfunds-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.pm-addfunds-card-head > span,
.pm-addfunds-side article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,119,255,.95), rgba(0,45,196,.9));
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 82, 255, .24);
}

.pm-addfunds-card-head h2 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.pm-addfunds-card-head p,
.pm-addfunds-side small {
  display: block;
  margin: 4px 0 0;
  color: rgba(235,239,255,.62);
  font-size: 13px;
  line-height: 1.45;
}

.pm-addfunds-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.pm-addfunds-form > .alert,
.pm-addfunds-method-field,
.pm-addfunds-minimum,
.pm-addfunds-bonus,
#amount-fields,
.pm-addfunds-quick-values,
.pm-addfunds-form > .pm-addfunds-field:not(.pm-addfunds-method-field),
.pm-addfunds-submit,
.pm-addfunds-form > input[type="hidden"] {
  grid-column: 1;
}

.pm-addfunds-method-field > label,
.pm-addfunds-method-field > select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.pm-addfunds-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pm-addfunds-method {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 42px 10px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(2, 8, 20, .72);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.pm-addfunds-method.active {
  border-color: rgba(8,123,255,.95);
  background:
    linear-gradient(135deg, rgba(8,123,255,.2), rgba(0,76,255,.08)),
    rgba(3, 13, 34, .84);
  box-shadow: inset 0 0 0 1px rgba(8,123,255,.14);
}

.pm-addfunds-method > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(8,123,255,.42);
  border-radius: 9px;
  background: rgba(0,76,255,.18);
  color: #68a7ff;
}

.pm-addfunds-method.active > span {
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
}

.pm-addfunds-method svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-addfunds-method strong {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
}

.pm-addfunds-method i {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border: 2px solid rgba(235,239,255,.28);
  border-radius: 50%;
}

.pm-addfunds-method.active i {
  border-color: #9ec8ff;
  background: #087bff;
  box-shadow: 0 0 0 3px rgba(8,123,255,.2);
}

.pm-addfunds-minimum {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(34,197,94,.24);
  border-radius: 10px;
  background: rgba(8, 42, 35, .55);
  color: rgba(213,255,231,.78);
  font-size: 13px;
  font-weight: 800;
}

.pm-addfunds-bonus {
  position: relative;
  overflow: hidden;
  display: none;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(46, 255, 153, .34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 86% 10%, rgba(46,255,153,.22), transparent 30%),
    linear-gradient(135deg, rgba(10, 54, 36, .72), rgba(4, 20, 22, .86));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 38px rgba(9, 255, 140, .08);
}

.pm-addfunds-bonus::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  opacity: .34;
  transform: translateX(-70%);
}

.pm-addfunds-bonus-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.pm-addfunds-bonus-head > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(46,255,153,.36);
  border-radius: 12px;
  background: rgba(46,255,153,.14);
  color: #64ffb1;
  box-shadow: 0 14px 26px rgba(46,255,153,.14);
}

.pm-addfunds-bonus svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-addfunds-bonus strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-addfunds-bonus small {
  display: block;
  margin-top: 3px;
  color: rgba(219,255,235,.72);
  font-size: 12px;
  line-height: 1.4;
}

.pm-addfunds-bonus-track {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.pm-addfunds-bonus-track span {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 9px 6px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 11px;
  background: rgba(1, 12, 12, .34);
  text-align: center;
}

.pm-addfunds-bonus-track b {
  color: #64ffb1;
  font-size: 17px;
  font-weight: 950;
}

.pm-addfunds-bonus-track small {
  margin: 0;
  color: rgba(235,255,243,.68);
  font-size: 11px;
  font-weight: 850;
}

.pm-addfunds-bonus p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(46,255,153,.16);
  border-radius: 10px;
  background: rgba(46,255,153,.08);
  color: rgba(235,255,243,.78);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.pm-addfunds-field {
  display: grid;
  gap: 8px;
}

.pm-addfunds-field label {
  margin: 0;
  color: rgba(235,239,255,.76);
  font-size: 13px;
  font-weight: 900;
}

.pm-addfunds-field .form-control,
.pm-addfunds-field select,
.pm-addfunds-field input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: #060e1f;
  color: #fff;
  box-shadow: none;
}

.pm-addfunds-field .form-control:focus,
.pm-addfunds-field select:focus,
.pm-addfunds-field input:focus {
  border-color: rgba(0,112,255,.72);
  box-shadow: 0 0 0 3px rgba(0,112,255,.14);
}

.pm-addfunds-submit {
  width: 100%;
  margin-top: 2px;
  min-height: 48px;
  border-radius: 999px;
  font-size: 14px;
}

.pm-addfunds-side {
  display: none;
  gap: 12px;
}

.pm-addfunds-quick-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -2px;
}

.pm-addfunds-quick-values button {
  min-width: 74px;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(235,239,255,.72);
  font-size: 12px;
  font-weight: 950;
}

.pm-addfunds-quick-values button:hover,
.pm-addfunds-quick-values button.active {
  border-color: rgba(8,123,255,.62);
  background: rgba(0, 76, 255, .16);
  color: #fff;
}

.pm-addfunds-how {
  grid-column: 1;
  grid-row: auto;
  align-self: start;
  margin-top: 2px;
  padding: 14px;
  border: 1px solid rgba(8,123,255,.28);
  border-radius: 10px;
  background: rgba(4, 12, 31, .72);
  overflow: visible;
}

.pm-addfunds-how-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.pm-addfunds-how-head > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(8,123,255,.36);
  border-radius: 9px;
  background: rgba(0,76,255,.18);
  color: #68a7ff;
}

.pm-addfunds-how-head svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-addfunds-how strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.pm-addfunds-how small {
  display: block;
  margin-top: 3px;
  color: #68a7ff;
  font-size: 12px;
  font-weight: 950;
}

.pm-addfunds-how p {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(2, 6, 16, .54);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}

.pm-addfunds-side article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.pm-addfunds-side strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.pm-addfunds-text {
  color: rgba(235,239,255,.76);
  line-height: 1.65;
}

.pm-addfunds-text,
.pm-addfunds-text .panel,
.pm-addfunds-text .panel-body,
.pm-addfunds-text .well,
.pm-addfunds-text [class*="border-"] {
  border-color: rgba(255,255,255,.09) !important;
  background:
    radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .14), transparent 34%),
    rgba(5, 12, 28, .72) !important;
  color: rgba(235,239,255,.84) !important;
}

.pm-addfunds-text *,
.pm-addfunds-text font,
.pm-addfunds-text span,
.pm-addfunds-text b,
.pm-addfunds-text strong,
.pm-addfunds-text h1,
.pm-addfunds-text h2,
.pm-addfunds-text h3,
.pm-addfunds-text h4,
.pm-addfunds-text h5,
.pm-addfunds-text p,
.pm-addfunds-text div {
  color: rgba(235,239,255,.9) !important;
}

.pm-addfunds-text h5 {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.pm-addfunds-text .panel-body {
  padding: 0 !important;
}

.pm-addfunds-text > .panel-body,
.pm-addfunds-text > .panel-body > .panel-body {
  padding: 18px !important;
}

.pm-addfunds-text :first-child {
  margin-top: 0;
}

.pm-addfunds-text :last-child {
  margin-bottom: 0;
}

.pm-addfunds-section-head {
  margin-bottom: 16px;
}

.pm-addfunds-section-head h2 {
  font-size: 24px;
}

.pm-addfunds-table-wrap {
  overflow-x: auto;
}

.pm-addfunds-history table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  color: rgba(235,239,255,.78);
}

.pm-addfunds-history thead th {
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(235,239,255,.52);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-addfunds-history tbody td {
  border-top: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.pm-addfunds-history tbody tr:hover td {
  background: rgba(0, 101, 255, .07);
}

.pm-addfunds-id {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(0,112,255,.48);
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(8,123,255,.96), rgba(0,72,255,.9));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.pm-addfunds-date {
  color: rgba(235,239,255,.62);
}

.pm-addfunds-amount {
  color: #fff;
  font-weight: 950;
}

.pm-addfunds-invoice {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(0,112,255,.36);
  background: rgba(0, 76, 255, .14);
  color: #dce8ff;
  font-size: 12px;
}

.pm-addfunds-invoice:hover {
  border-color: rgba(0,112,255,.72);
  background: rgba(0, 101, 255, .2);
  color: #fff;
}

.pm-addfunds-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
}

.pm-addfunds-pagination > li > a,
.pm-addfunds-pagination > li > span {
  min-width: 38px;
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 10px !important;
  background: rgba(5, 12, 28, .74) !important;
  color: rgba(235,239,255,.74) !important;
  font-weight: 850;
}

.pm-addfunds-pagination > .active > a {
  border-color: rgba(0,112,255,.72) !important;
  background: linear-gradient(135deg, #087bff, #0048ff) !important;
  color: #fff !important;
}

.pm-payment-success-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: none;
  place-items: center;
  padding: 18px;
}

.pm-payment-success-modal.is-open {
  display: grid;
}

.pm-payment-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 14, .74);
  backdrop-filter: blur(8px);
}

.pm-payment-success-box {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(420px, 100%);
  padding: 28px;
  border: 1px solid rgba(0,112,255,.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,112,255,.24), transparent 38%),
    #071226;
  color: #fff;
  text-align: center;
  box-shadow: 0 28px 70px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.06);
}

.pm-payment-success-box > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(34,197,94,.36);
  border-radius: 18px;
  background: rgba(34,197,94,.14);
  color: #86efac;
}

.pm-payment-success-box svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-payment-success-box h2 {
  margin: 4px 0 0;
  font-size: 24px;
  font-weight: 950;
}

.pm-payment-success-box p {
  margin: 0;
  color: rgba(235,239,255,.72);
  font-size: 14px;
  font-weight: 750;
}

.pm-payment-success-box strong {
  min-height: 20px;
  color: #93c5fd;
  font-size: 14px;
  font-weight: 900;
}

.pm-payment-success-box > button:not(.pm-payment-success-close) {
  width: 100%;
  min-height: 46px;
  margin-top: 4px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff);
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0,82,255,.32);
}

.pm-payment-success-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

body:has(.pm-app-shell) .modal-backdrop.in {
  opacity: .76;
  background: #010713;
}

body:has(.pm-app-shell) .modal-dialog {
  width: min(620px, calc(100vw - 28px));
  margin: 72px auto 24px;
}

body:has(.pm-app-shell) .modal-content {
  overflow: hidden;
  border: 1px solid rgba(0,112,255,.34);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,112,255,.2), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(0,72,255,.12), transparent 34%),
    linear-gradient(145deg, rgba(16,25,52,.98), rgba(6,13,31,.98));
  box-shadow: 0 28px 80px rgba(0,0,0,.58), inset 0 1px 0 rgba(255,255,255,.06);
  color: #fff;
}

body:has(.pm-app-shell) .modal-header {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 22px 62px 18px 24px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(90deg, rgba(0,101,255,.14), transparent);
}

body:has(.pm-app-shell) .modal-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0;
}

body:has(.pm-app-shell) .modal-header .close,
body:has(.pm-app-shell) .modal .close {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  background: rgba(255,255,255,.08) !important;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-shadow: none;
  opacity: 1;
}

body:has(.pm-app-shell) .modal-header .close:hover,
body:has(.pm-app-shell) .modal .close:hover {
  background: rgba(0,101,255,.2) !important;
  color: #fff;
}

body:has(.pm-app-shell) .modal-body {
  padding: 24px;
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) {
  display: grid;
  gap: 16px;
  padding: 24px;
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image)::before {
  content: "Pague com Pix";
  display: block;
  padding-right: 48px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.2;
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) .text-center {
  display: grid;
  justify-items: center;
  margin: 0 !important;
}

body:has(.pm-app-shell) #qr-code-image {
  width: min(300px, 82vw) !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 18px 42px rgba(0,101,255,.18);
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) p:empty {
  display: none;
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) .form-group {
  margin: 8px 0 0;
}

body:has(.pm-app-shell) #qr-code-value {
  width: 100% !important;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: rgba(235,239,255,.9);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  resize: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

body:has(.pm-app-shell) #qr-code-copy-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin: 0;
  border: 0 !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #087bff, #0048ff) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 18px 38px rgba(0, 82, 255, .35);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

body:has(.pm-app-shell) #qr-code-copy-button::after {
  content: "Copiar codigo";
}

body:has(.pm-app-shell) #qr-code-copy-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 22px 46px rgba(0, 82, 255, .42);
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) + .modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 2px 24px 24px;
  border-top: 0;
  background: transparent;
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) + .modal-footer .btn-big-secondary,
body:has(.pm-app-shell) .modal-body:has(#qr-code-image) + .modal-footer [data-dismiss="modal"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 999px;
  background: rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 14px;
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

body:has(.pm-app-shell) .modal-body:has(#qr-code-image) + .modal-footer .btn-big-secondary:hover,
body:has(.pm-app-shell) .modal-body:has(#qr-code-image) + .modal-footer [data-dismiss="modal"]:hover {
  transform: translateY(-1px);
  border-color: rgba(0,112,255,.5) !important;
  background: rgba(0,101,255,.16) !important;
  color: #fff !important;
}

body:has(.pm-app-shell) .service-description-text {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 100%, rgba(0,112,255,.14), transparent 36%),
    rgba(3, 10, 25, .62);
  color: rgba(235,239,255,.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

body:has(.pm-app-shell) .service-description-order {
  margin-top: 16px;
}

body:has(.pm-app-shell) #createQuickOrder,
body:has(.pm-app-shell) .btn-big-primary {
  min-height: 52px;
  margin-top: 18px !important;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #087bff, #0048ff) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(0,101,255,.28);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

body:has(.pm-app-shell) #createQuickOrder:hover,
body:has(.pm-app-shell) .btn-big-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 20px 42px rgba(0,101,255,.34);
}

body:has(.pm-app-shell) .modal-footer {
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(3, 10, 25, .32);
}

.pm-info-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.pm-info-actions a,
.pm-info-actions button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text"
    "icon action";
  align-items: center;
  gap: 3px 10px;
  min-height: auto;
  padding: 11px 12px;
  border: 1px solid rgba(0,112,255,.28);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 100%, rgba(0,112,255,.22), transparent 42%),
    rgba(5, 12, 28, .72);
  color: #fff;
  font: inherit;
  text-align: left;
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
  cursor: pointer;
}

.pm-info-actions a:nth-child(2),
.pm-info-actions button:nth-child(2) {
  border-color: rgba(167,139,250,.34);
  background:
    radial-gradient(circle at 100% 100%, rgba(167,139,250,.22), transparent 42%),
    rgba(18, 12, 35, .64);
}

.pm-info-actions a:nth-child(3),
.pm-info-actions button:nth-child(3) {
  border-color: rgba(37,211,102,.34);
  background:
    radial-gradient(circle at 100% 100%, rgba(37,211,102,.2), transparent 42%),
    rgba(8, 28, 19, .58);
}

.pm-info-actions a:hover,
.pm-info-actions button:hover {
  transform: translateY(-2px);
  border-color: rgba(0,112,255,.72);
  background: rgba(6, 16, 38, .86);
  text-decoration: none;
}

.pm-info-actions span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(0,101,255,.16);
  color: #087bff;
}

.pm-info-actions .green span {
  background: rgba(37,211,102,.14);
  color: #25d366;
}

.pm-info-actions svg {
  width: 18px;
  height: 18px;
}

.pm-info-actions strong,
.pm-info-actions small {
  display: block;
}

.pm-info-actions strong {
  grid-area: title;
  min-width: 0;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.pm-info-actions small {
  grid-area: text;
  min-width: 0;
  margin-top: 0;
  color: rgba(235,239,255,.62);
  font-size: 11px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.pm-info-actions em {
  grid-area: action;
  min-width: 0;
  color: #087bff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

.pm-info-actions .green em {
  color: #25d366;
}

.pm-refill-site-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pm-refill-site-modal.is-open {
  display: flex;
}

.pm-refill-site-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 5, 14, .78);
  backdrop-filter: blur(10px);
}

.pm-refill-site-box {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1180px, 96vw);
  height: min(820px, 92vh);
  overflow: hidden;
  border: 1px solid rgba(8,123,255,.28);
  border-radius: 18px;
  background: #050c1c;
  box-shadow: 0 30px 80px rgba(0,0,0,.52);
}

.pm-refill-site-box header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 92% 20%, rgba(8,123,255,.22), transparent 32%),
    rgba(6, 14, 33, .96);
}

.pm-refill-site-box header span {
  display: block;
  margin-bottom: 4px;
  color: #087bff;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.pm-refill-site-box h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.pm-refill-site-box header button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: #fff;
}

.pm-refill-site-box header svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-refill-site-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

body:has(.pm-login-page) > .navbar {
  display: none;
}

body:not(:has(.pm-app-shell)) > .navbar.navbar-default {
  min-height: 62px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 112, 255, .18);
  background:
    radial-gradient(circle at 18% 0%, rgba(0,112,255,.2), transparent 30%),
    linear-gradient(135deg, #030916 0%, #071127 58%, #040916 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

body:not(:has(.pm-app-shell)) > .navbar .container {
  width: min(1180px, calc(100% - 28px));
  min-height: 62px;
}

body:not(:has(.pm-app-shell)) > .navbar .navbar-brand {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0;
  color: #fff;
  font-weight: 900;
}

body:not(:has(.pm-app-shell)) > .navbar .navbar-brand img {
  display: block;
  width: 176px;
  max-width: 52vw;
  max-height: 42px;
  object-fit: contain;
}

body:not(:has(.pm-app-shell)) > .navbar .navbar-nav > li > a {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 14px;
  color: rgba(235,239,255,.76);
  font-weight: 800;
  transition: color .2s ease, background .2s ease;
}

body:not(:has(.pm-app-shell)) > .navbar .navbar-nav > li > a:hover,
body:not(:has(.pm-app-shell)) > .navbar .navbar-nav > li > a:focus,
body:not(:has(.pm-app-shell)) > .navbar .navbar-nav > .active > a,
body:not(:has(.pm-app-shell)) > .navbar .navbar-nav > .active > a:hover,
body:not(:has(.pm-app-shell)) > .navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background: rgba(0, 112, 255, .18);
}

body:not(:has(.pm-app-shell)) > .navbar .navbar-toggle {
  margin-top: 13px;
  border-color: rgba(0,112,255,.36);
  background: rgba(0,112,255,.12);
}

body:not(:has(.pm-app-shell)) > .navbar .navbar-toggle .icon-bar {
  background: #fff;
}

body:not(:has(.pm-app-shell)):has(.pm-services-page),
body:not(:has(.pm-app-shell)):has(.pm-api-page) {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 112, 255, .16), transparent 28%),
    linear-gradient(135deg, #030916 0%, #071127 52%, #030916 100%);
  color: #fff;
}

body:not(:has(.pm-app-shell)) .pm-services-page,
body:not(:has(.pm-app-shell)) .pm-api-page {
  width: min(1220px, calc(100% - 28px));
  max-width: none;
  margin: 18px auto 44px;
}

.pm-login-page,
.pm-login-page * {
  box-sizing: border-box;
}

.pm-login-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 24px 36px 42px;
  background:
    radial-gradient(circle at 96% 91%, rgba(0, 89, 255, .22) 0 4%, transparent 12%),
    radial-gradient(circle at 12% 87%, rgba(0, 92, 255, .13) 0 8%, transparent 22%),
    linear-gradient(115deg, #020713 0%, #050a18 47%, #020713 100%);
}

.pm-login-page::before,
.pm-login-page::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.pm-login-page::before {
  left: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(0, 101, 255, .65);
  border-radius: 42%;
  box-shadow: 0 0 0 52px rgba(0, 101, 255, .05), 0 0 0 104px rgba(0, 101, 255, .04);
  transform: rotate(26deg);
}

.pm-login-page::after {
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at center, black, transparent 72%);
}

.pm-rocket-sky {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.pm-rocket-sky span {
  position: absolute;
  left: -12%;
  top: var(--top);
  width: var(--size);
  height: calc(var(--size) * 1.9);
  opacity: .74;
  transform: rotate(58deg);
  animation: pmRocketFly var(--duration) linear var(--delay) infinite;
  filter: drop-shadow(0 0 14px rgba(0, 112, 255, .58));
}

.pm-rocket-sky span::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, #dbeafe 0 16%, transparent 17%),
    linear-gradient(135deg, #62b7ff 0 22%, #006bff 23% 72%, #0041d9 73% 100%);
  clip-path: polygon(50% 0, 78% 20%, 72% 68%, 100% 86%, 66% 82%, 50% 100%, 34% 82%, 0 86%, 28% 68%, 22% 20%);
  border-radius: 50% 50% 12px 12px;
}

.pm-rocket-sky span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 88%;
  width: calc(var(--size) * .42);
  height: calc(var(--size) * 3.2);
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(31, 139, 255, .95), rgba(0, 98, 255, .35), transparent);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(0, 112, 255, .75);
}

.pm-rocket-sky span:nth-child(2),
.pm-rocket-sky span:nth-child(4) {
  opacity: .48;
}

.pm-rocket-sky span:nth-child(3) {
  filter: drop-shadow(0 0 18px rgba(0, 157, 255, .68));
}

.pm-login-header,
.pm-login-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  margin: 0 auto;
}

.pm-login-header {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 24px;
}

.pm-brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.pm-brand:hover,
.pm-brand:focus {
  color: #fff;
  text-decoration: none;
}

.pm-brand img {
  display: block;
  width: 206px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.pm-menu-toggle {
  display: none;
}

.pm-mobile-menu {
  display: grid;
  grid-template-columns: 1fr 270px;
  align-items: center;
  gap: 24px;
}

.pm-public-nav {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
}

.pm-public-nav a,
.pm-header-actions a {
  color: rgba(255,255,255,.78);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.pm-public-nav a:hover,
.pm-register-link a,
.pm-label-row a {
  color: #066cff;
}

.pm-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.pm-btn {
  min-width: 116px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.pm-btn-ghost {
  border: 1px solid rgba(0, 101, 255, .45);
  background: rgba(2, 9, 24, .45);
}

.pm-btn-primary,
.pm-submit {
  border: 0;
  background: linear-gradient(135deg, #087bff, #0048ff);
  box-shadow: 0 10px 30px rgba(0, 88, 255, .28);
}

.pm-login-shell {
  display: grid;
  grid-template-columns: minmax(500px, 650px) minmax(400px, 505px);
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 58px);
  padding-top: 22px;
}

.pm-login-copy {
  max-width: 650px;
  padding-left: clamp(0px, 3vw, 44px);
  animation: pmFadeUp .72s ease both;
}

.pm-kicker,
.pm-secure {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  background: rgba(4, 10, 24, .7);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 13px;
  box-shadow: inset 0 0 18px rgba(0, 103, 255, .08);
}

.pm-kicker {
  position: relative;
  border-color: rgba(0, 101, 255, .24);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
    rgba(4, 10, 24, .74);
  box-shadow:
    inset 0 0 18px rgba(0, 103, 255, .1),
    0 12px 30px rgba(0, 60, 180, .12);
}

.pm-kicker i,
.pm-secure i {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  color: #056cff;
}

.pm-kicker i {
  position: relative;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  border: 1px solid rgba(137, 190, 255, .9);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #dff0ff 0 12%, #1680ff 34%, #003cff 72%);
  box-shadow:
    0 0 0 4px rgba(0, 106, 255, .12),
    0 0 18px rgba(0, 116, 255, .95),
    0 0 34px rgba(0, 67, 255, .45);
  animation: pmLedPulse 2.2s ease-in-out infinite;
}

.pm-kicker i::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
}

.pm-login-copy h1 {
  max-width: 560px;
  margin: 22px 0 14px;
  color: #f7f8fb;
  font-size: clamp(38px, 3.45vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.pm-login-copy h1 span {
  position: relative;
  display: inline-block;
  color: #056cff;
  overflow: hidden;
  vertical-align: bottom;
}

.pm-login-copy h1 span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.72) 46%, transparent 70%);
  transform: translateX(-130%);
  animation: pmTextShine 4.4s ease-in-out infinite;
  mix-blend-mode: screen;
}

.pm-login-copy > p {
  max-width: 545px;
  margin: 0 0 24px;
  color: rgba(235, 239, 255, .68);
  font-size: 18px;
  line-height: 1.45;
}

.pm-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.pm-benefits div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.pm-icon,
.pm-method i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid rgba(0, 101, 255, .55);
  border-radius: 9px;
  background: rgba(0, 69, 196, .14);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.pm-icon svg,
.pm-method i svg,
.pm-secure i svg,
.pm-input-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  color: #0671ff;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-secure i svg {
  width: 15px;
  height: 15px;
}

.pm-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.pm-info-card {
  display: flex;
  min-height: 228px;
  padding: 18px 18px;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(0, 101, 255, .48);
  border-radius: 10px;
  background: rgba(3, 10, 25, .58);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 50px rgba(0,0,0,.18);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.pm-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 113, 255, .82);
  background: rgba(4, 13, 31, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 28px 62px rgba(0, 67, 255, .16);
}

.pm-benefits div:hover .pm-icon,
.pm-method:hover i {
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(0, 119, 255, .95);
  background: rgba(0, 88, 255, .2);
  box-shadow: 0 10px 26px rgba(0, 90, 255, .2);
}

.pm-info-card h2 {
  display: flex;
  align-items: center;
  min-height: 18px;
  margin: 0 0 14px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 900;
}

.pm-coin-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.pm-coin-row span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  color: rgba(255,255,255,.8);
  font-size: 12px;
  padding: 7px 4px 6px;
}

.pm-pay-logo {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.22));
}

.pm-coin-row b {
  display: block;
  line-height: 1;
}

.pm-method,
.pm-lang {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 10px;
}

.pm-method:first-of-type,
.pm-lang:first-of-type {
  margin-top: 2px;
}

.pm-method p,
.pm-lang p {
  margin: 0;
  min-width: 0;
}

.pm-method strong,
.pm-lang strong {
  display: block;
  color: #fff;
  font-size: 14px;
}

.pm-method small,
.pm-lang small,
.pm-check-list {
  color: rgba(235,239,255,.68);
  font-size: 13px;
  line-height: 1.5;
}

.pm-method i {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

.pm-method i svg {
  width: 20px;
  height: 20px;
}

.pm-method i .pm-method-logo {
  width: 25px;
  height: 25px;
  object-fit: contain;
  fill: initial;
  stroke: initial;
  stroke-width: 0;
}

.pm-check-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.pm-check-list li {
  position: relative;
  padding-left: 28px;
}

.pm-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #0570ff;
  border-radius: 50%;
  background: rgba(0, 101, 255, .12);
}

.pm-check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #0570ff;
  border-bottom: 2px solid #0570ff;
  transform: rotate(-45deg);
}

.pm-support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: 100%;
  margin-top: auto;
  border: 1px solid rgba(0,101,255,.35);
  border-radius: 9px;
  background: rgba(0,82,255,.12);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.pm-lang span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 25px;
  flex: 0 0 34px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.pm-lang span svg {
  display: block;
  width: 34px;
  height: 25px;
}

.pm-auth-panel {
  width: 100%;
  border: 1px solid rgba(0,101,255,.68);
  border-radius: 26px;
  background: rgba(3, 9, 22, .78);
  box-shadow: 0 26px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  padding: 26px 38px 28px;
  animation: pmFadeUp .72s ease .1s both;
}

.pm-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 54px;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.16);
  overflow: hidden;
}

.pm-auth-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pm-auth-tabs a:hover {
  color: #fff;
  transform: translateY(-1px);
}

.pm-auth-tabs a svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-auth-tabs .active {
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #087bff, #0048ff);
}

.pm-auth-form h2 {
  margin: 15px 0 8px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.pm-auth-subtitle {
  margin: 0 0 20px;
  color: rgba(235,239,255,.68);
  font-size: 13.5px;
  line-height: 1.5;
}

.pm-field {
  margin-bottom: 16px;
}

.pm-field label,
.pm-label-row a {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
}

.pm-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pm-input-wrap {
  position: relative;
}

.pm-input-wrap input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;
  outline: 0;
  background: rgba(2, 7, 17, .84);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 58px 0 20px;
  box-shadow: inset 0 0 18px rgba(0,0,0,.28);
}

.pm-input-wrap input:focus {
  border-color: rgba(0, 112, 255, .8);
  box-shadow: 0 0 0 3px rgba(0,112,255,.12), 0 14px 32px rgba(0, 72, 255, .12);
}

.pm-input-wrap input::placeholder {
  color: rgba(255,255,255,.36);
  font-weight: 500;
}

.pm-input-icon,
.pm-password-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  opacity: .75;
}

.pm-password-toggle {
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity .2s ease, color .2s ease, transform .2s ease;
}

.pm-input-icon svg,
.pm-password-toggle svg {
  width: 18px;
  height: 18px;
  color: rgba(255,255,255,.62);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-password-toggle:hover,
.pm-password-toggle.is-visible {
  opacity: 1;
}

.pm-password-toggle.is-visible svg {
  color: #0671ff;
}

.pm-submit {
  width: 100%;
  height: 50px;
  margin-top: 4px;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.pm-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.28) 45%, transparent 72%);
  transform: translateX(-130%);
  animation: pmButtonShine 3.8s ease-in-out infinite;
}

.pm-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 38px rgba(0, 88, 255, .38);
}

.pm-submit:active {
  transform: translateY(0);
}

.pm-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 17px 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  font-weight: 700;
}

.pm-divider::before,
.pm-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.12);
}

.pm-google-wrap,
.pm-google-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  overflow: hidden;
}

.pm-google-wrap > div,
.pm-google-wrap iframe {
  width: min(100%, 320px) !important;
  margin: 0 auto !important;
}

.pm-google-fallback {
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #202536;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.pm-google-fallback b {
  color: #4285f4;
  font-size: 24px;
}

.pm-register-link {
  margin: 20px 0 0;
  color: rgba(255,255,255,.64);
  text-align: center;
  font-size: 14px;
}

.pm-register-link a {
  font-weight: 800;
  text-decoration: none;
}

.pm-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 16px;
  color: rgba(235,239,255,.68);
  font-size: 13px;
  line-height: 1.45;
}

.pm-terms input {
  margin-top: 2px;
}

.pm-terms a {
  color: #0671ff;
  font-weight: 800;
  text-decoration: none;
}

.pm-auth-text {
  background: #030916;
  color: #fff;
  padding: 32px;
}

.pm-content-section,
.pm-login-footer {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin: 80px auto 0;
}

.pm-content-section {
  padding: 0 8px;
}

.pm-content-section {
  text-align: center;
}

.pm-content-section h2,
.pm-content-section > p {
  margin-left: auto;
  margin-right: auto;
}

.pm-feature-grid,
.pm-steps,
.pm-stats,
.pm-testimonials,
.pm-payment-tags,
.pm-faq-list {
  text-align: left;
}

.pm-section-label {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #0671ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pm-section-label::before,
.pm-section-label::after {
  content: "";
  display: block;
  width: clamp(46px, 8vw, 118px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 112, 255, .82));
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
}

.pm-section-label::after {
  background: linear-gradient(90deg, rgba(0, 112, 255, .82), transparent);
  clip-path: polygon(0 50%, 8px 0, 100% 0, 100% 100%, 8px 100%);
}

.pm-content-section h2,
.pm-login-footer h2 {
  max-width: 680px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.12;
}

.pm-content-section > p,
.pm-login-footer p {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(235,239,255,.68);
  font-size: 17px;
  line-height: 1.55;
}

.pm-feature-grid,
.pm-steps,
.pm-testimonials {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.pm-feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  margin-top: 34px;
}

.pm-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
  align-items: stretch;
}

.pm-steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 47px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 112, 255, .55), transparent);
  pointer-events: none;
}

.pm-testimonials {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pm-feature-grid article,
.pm-steps article,
.pm-testimonials article,
.pm-faq-list details {
  border: 1px solid rgba(0,101,255,.34);
  border-radius: 10px;
  background: rgba(3, 10, 25, .62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.pm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .64s ease, transform .64s ease;
  will-change: opacity, transform;
}

.pm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pm-reveal:nth-child(2) { transition-delay: .06s; }
.pm-reveal:nth-child(3) { transition-delay: .12s; }
.pm-reveal:nth-child(4) { transition-delay: .18s; }
.pm-reveal:nth-child(5) { transition-delay: .24s; }

.pm-feature-grid article,
.pm-steps article,
.pm-testimonials article {
  padding: 22px;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.pm-steps article {
  position: relative;
  min-height: 190px;
  padding: 26px 18px 22px;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 112, 255, .18), transparent 48%),
    rgba(3, 10, 25, .62);
}

.pm-steps article::before {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, #0671ff, transparent);
  opacity: .7;
}

.pm-feature-grid article {
  position: relative;
  min-height: 218px;
  padding: 28px 22px 24px;
  overflow: hidden;
  text-align: left;
}

.pm-feature-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 111, 255, .22), transparent 42%);
  opacity: .75;
  pointer-events: none;
}

.pm-feature-grid article > * {
  position: relative;
  z-index: 1;
}

.pm-feature-grid article span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 112, 255, .58);
  border-radius: 10px;
  background: rgba(0, 82, 255, .16);
  box-shadow: 0 12px 28px rgba(0, 82, 255, .14);
}

.pm-feature-grid article svg {
  display: block;
  width: 23px;
  height: 23px;
  color: #1680ff;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pm-feature-grid article:hover,
.pm-steps article:hover,
.pm-testimonials article:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 113, 255, .75);
  background: rgba(4, 13, 31, .78);
}

.pm-feature-grid h3,
.pm-steps h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.pm-feature-grid p,
.pm-steps p,
.pm-testimonials p,
.pm-faq-list p {
  margin: 0;
  color: rgba(235,239,255,.66);
  font-size: 14px;
  line-height: 1.55;
}

.pm-steps article strong {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border: 1px solid rgba(0, 112, 255, .7);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 119, 255, .28), rgba(0, 50, 180, .2));
  box-shadow: 0 0 0 8px rgba(0, 101, 255, .08), 0 14px 30px rgba(0, 82, 255, .18);
  color: #0671ff;
  font-size: 17px;
  font-weight: 900;
}

.pm-steps article h3 {
  font-size: 15px;
}

.pm-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.pm-stats div {
  position: relative;
  overflow: hidden;
  padding: 28px 22px;
  border: 1px solid rgba(0,101,255,.42);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 112, 255, .26), transparent 44%),
    rgba(0, 75, 255, .1);
  text-align: center;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.pm-stats div::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, #0671ff, transparent);
}

.pm-stats div:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 113, 255, .78);
  box-shadow: 0 22px 48px rgba(0, 75, 255, .16);
}

.pm-stats strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
}

.pm-stats span,
.pm-testimonials small {
  color: rgba(235,239,255,.62);
  font-size: 13px;
}

.pm-stats span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-testimonials div {
  color: #ffd166;
  font-size: 15px;
  letter-spacing: 0;
}

.pm-testimonials span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-top: 18px;
  border-radius: 50%;
  background: rgba(0, 101, 255, .18);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.pm-testimonials strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}

.pm-payment-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 26px auto 0;
  text-align: center;
}

.pm-payment-tags span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 16px 10px 12px;
  border: 1px solid rgba(0,101,255,.42);
  border-radius: 12px;
  background:
    radial-gradient(circle at 25% 0%, rgba(0, 112, 255, .22), transparent 48%),
    rgba(0, 76, 255, .12);
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.pm-payment-tags span:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 113, 255, .78);
  background:
    radial-gradient(circle at 25% 0%, rgba(0, 112, 255, .3), transparent 52%),
    rgba(0, 76, 255, .18);
}

.pm-payment-tags img,
.pm-payment-tags svg {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 28px;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.2));
}

.pm-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.pm-faq-list details {
  padding: 18px 20px;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.pm-faq-list details[open] {
  border-color: rgba(0, 113, 255, .72);
  background: rgba(4, 13, 31, .78);
  box-shadow: 0 18px 40px rgba(0, 75, 255, .12);
}

.pm-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.pm-faq-list summary::-webkit-details-marker {
  display: none;
}

.pm-faq-list summary::after {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(0, 112, 255, .58);
  border-radius: 8px;
  background: rgba(0, 82, 255, .14);
  color: #1680ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.pm-faq-list details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
  background: #0671ff;
  color: #fff;
}

.pm-faq-list details:hover summary::after {
  background: rgba(0, 112, 255, .24);
}

.pm-faq-list p {
  animation: pmFaqOpen .22s ease both;
  padding-top: 12px;
}

.pm-login-footer {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 58px 20px 40px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.pm-login-footer h2,
.pm-login-footer p {
  margin-left: auto;
  margin-right: auto;
}

.pm-login-footer .pm-btn {
  margin-top: 24px;
  color: #fff;
  text-decoration: none;
}

.pm-login-footer small {
  display: block;
  margin-top: 38px;
  color: rgba(235,239,255,.55);
}

.pm-login-footer nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 14px;
}

.pm-login-footer nav a {
  color: rgba(235,239,255,.72);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.pm-login-footer nav a:hover {
  color: #0671ff;
}

@keyframes pmFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pmButtonShine {
  0%, 58% {
    transform: translateX(-130%);
  }
  78%, 100% {
    transform: translateX(130%);
  }
}

@keyframes pmTextShine {
  0%, 55% {
    transform: translateX(-130%);
  }
  76%, 100% {
    transform: translateX(130%);
  }
}

@keyframes pmFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes pmRocketFly {
  from {
    transform: translate3d(-12vw, 28px, 0) rotate(58deg);
  }
  to {
    transform: translate3d(124vw, -210px, 0) rotate(58deg);
  }
}

@keyframes pmFaqOpen {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pmLedPulse {
  0%, 100% {
    box-shadow:
      0 0 0 4px rgba(0, 106, 255, .1),
      0 0 16px rgba(0, 116, 255, .82),
      0 0 28px rgba(0, 67, 255, .36);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(0, 106, 255, .18),
      0 0 24px rgba(0, 150, 255, 1),
      0 0 42px rgba(0, 67, 255, .54);
  }
}

@keyframes pmMenuOpen {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pmIconPulse {
  0%, 100% {
    opacity: .58;
    transform: scale(.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes pmIconSweep {
  0%, 54% {
    transform: translateX(-120%);
  }
  78%, 100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pm-login-copy,
  .pm-auth-panel,
  .pm-submit::before,
  .pm-login-copy h1 span::after,
  .pm-rocket-sky span,
  .pm-kicker i,
  .pm-dash-card > span::before,
  .pm-dash-card > span::after {
    animation: none;
  }

  .pm-info-card,
  .pm-icon,
  .pm-method i,
  .pm-submit,
  .pm-auth-tabs a,
  .pm-reveal {
    transition: none;
  }

  .pm-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .pm-affiliates-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pm-affiliates-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-app-shell {
    grid-template-columns: 1fr;
  }

  .pm-app-menu-toggle {
    position: absolute;
    left: 12px;
    top: 16px;
    z-index: 10020;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 42px;
    height: 38px;
    border: 1px solid rgba(0,101,255,.42);
    border-radius: 10px;
    background: rgba(3,10,25,.9);
  }

  .pm-app-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .pm-app-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .pm-app-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .pm-app-menu-toggle span {
    width: 19px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: #fff;
    transition: transform .22s ease, opacity .22s ease;
  }

  .pm-app-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10010;
    width: min(278px, 86vw);
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 18px;
    background: #030916;
    box-shadow: 24px 0 70px rgba(0,0,0,.58);
    transform: translateX(-100%);
    transition: transform .24s ease;
  }

  .pm-app-sidebar.is-open {
    transform: translateX(0);
  }

  .pm-app-menu-toggle.is-open {
    position: fixed;
    left: calc(min(278px, 86vw) - 54px);
    top: 20px;
    width: 36px;
    height: 36px;
    z-index: 10030;
    background: rgba(2, 7, 18, .98);
    box-shadow: 0 12px 28px rgba(0,0,0,.32);
  }

  .pm-app-sidebar .pm-app-logo img {
    width: 176px;
    margin: 0 0 18px;
  }

  .pm-sidebar-user-balance {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    margin: 0 0 18px;
    padding: 10px 12px;
    border: 1px solid rgba(0,101,255,.34);
    border-radius: 12px;
    background:
      radial-gradient(circle at 85% 15%, rgba(0,112,255,.22), transparent 42%),
      rgba(0, 76, 255, .1);
  }

  .pm-sidebar-user-balance > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(0,119,255,.95), rgba(0,45,196,.9));
    color: #fff;
  }

  .pm-sidebar-user-balance svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pm-sidebar-user-balance small,
  .pm-sidebar-user-balance strong {
    display: block;
  }

  .pm-sidebar-user-balance small {
    color: rgba(235,239,255,.58);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .pm-sidebar-user-balance strong {
    margin-top: 3px;
    color: #fff;
    font-size: 17px;
    font-weight: 950;
  }

  .pm-sidebar-balance {
    position: fixed;
    left: 14px;
    width: 214px;
    bottom: 18px;
    padding: 13px;
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .pm-sidebar-balance > span {
    width: 42px;
    height: 42px;
  }

  .pm-sidebar-balance svg {
    width: 24px;
    height: 24px;
  }

  .pm-app-nav {
    padding-bottom: 178px;
  }

  .pm-app-main {
    padding: 74px 12px 112px;
    overflow-x: hidden;
  }

  .pm-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10005;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 8px 12px calc(9px + env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-radius: 0;
    background:
      linear-gradient(90deg, transparent, rgba(0,112,255,.38), transparent) top / 100% 1px no-repeat,
      radial-gradient(circle at 100% 0%, rgba(0,112,255,.24), transparent 34%),
      rgba(5, 8, 18, .96);
    box-shadow: 0 -14px 36px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .pm-mobile-bottom-nav a {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 4px;
    min-width: 0;
    min-height: 50px;
    border-radius: 16px;
    color: rgba(235,239,255,.56);
    text-decoration: none;
    transition: color .2s ease, background .2s ease, transform .2s ease;
  }

  .pm-mobile-bottom-nav a.active {
    color: #fff;
    background: linear-gradient(135deg, rgba(8,123,255,.95), rgba(0,72,255,.9));
    box-shadow: 0 12px 28px rgba(0,82,255,.28);
  }

  .pm-mobile-bottom-nav a:active {
    transform: translateY(1px);
  }

  .pm-mobile-bottom-nav span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
  }

  .pm-mobile-bottom-nav svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .pm-mobile-bottom-nav small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: currentColor;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pm-free-spin-box {
    padding: 28px 18px 20px;
    border-radius: 20px;
  }

  .pm-free-spin-box h2 {
    font-size: 21px;
  }

  .pm-free-spin-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pm-followers-counter-box {
    padding: 22px 16px;
    border-radius: 14px;
  }

  .pm-followers-counter-embed,
  .pm-followers-counter-embed iframe {
    height: 236px;
  }

  .pm-followers-counter-embed {
    height: 118px;
  }

  .pm-followers-counter-form > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-followers-counter-form button {
    min-height: 44px;
  }

  .pm-app-topbar {
    position: absolute;
    top: 14px;
    left: 66px;
    right: 12px;
    z-index: 1000;
    min-height: 42px;
    margin: 0;
    justify-content: flex-end;
    pointer-events: none;
  }

  body.pm-sidebar-open .pm-app-topbar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.pm-sidebar-open .pm-topbar-actions,
  body.pm-sidebar-open .pm-balance-pill,
  body.pm-sidebar-open .pm-balance-dropdown,
  body.pm-sidebar-open .pm-locale-switch,
  body.pm-sidebar-open .pm-account-link {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .pm-app-topbar > div:first-child {
    display: none;
  }

  .pm-topbar-actions {
    display: flex !important;
    gap: 8px;
    pointer-events: auto;
  }

  .pm-balance-pill,
  .pm-balance-dropdown > a,
  .pm-locale-switch,
  .pm-account-link {
    position: relative;
    justify-content: center;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 12px;
    gap: 0;
    color: transparent !important;
    font-size: 14px;
    line-height: 42px;
    text-indent: 80px;
    white-space: nowrap;
    overflow: hidden;
  }

  .pm-balance-pill,
  .pm-balance-dropdown > a {
    width: auto;
    min-width: 92px;
    max-width: 138px;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 10px;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    text-indent: 0;
  }

  .pm-locale-switch {
    width: auto;
    min-width: auto;
    max-width: none;
    padding: 4px;
    gap: 4px;
    color: inherit !important;
    text-indent: 0;
  }

  .pm-locale-switch a {
    width: 31px;
    height: 30px;
    color: inherit !important;
    text-indent: 0;
  }

  .pm-locale-switch img {
    width: 24px;
    height: 17px;
  }

  .pm-balance-dropdown > a > span:not(.pm-balance-icon) {
    position: static;
    width: auto;
    height: auto;
    overflow: hidden;
    opacity: 1;
    color: #fff;
    text-overflow: ellipsis;
    pointer-events: none;
  }

  .pm-balance-dropdown > a .caret {
    display: none;
  }

  .pm-balance-pill span,
  .pm-balance-dropdown .pm-balance-icon,
  .pm-account-link > span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    margin: 0;
    display: grid !important;
    place-items: center;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-indent: 0;
    transform: translate(-50%, -50%);
  }

  .pm-balance-pill span {
    position: static;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    transform: none;
  }

  .pm-balance-dropdown .pm-balance-icon {
    position: static;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    transform: none;
  }

  .pm-balance-pill svg,
  .pm-balance-dropdown svg,
  .pm-account-link svg {
    width: 18px;
    height: 18px;
    display: block !important;
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .pm-dashboard-cards,
  .pm-order-grid {
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
  }

  .pm-freefollowers-page {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    max-width: 100%;
  }

  .pm-freefollowers-hero,
  .pm-freefollowers-wheel-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-freefollowers-hero h1 {
    font-size: 28px;
  }

  .pm-freefollowers-wheel-wrap {
    width: min(100%, 280px);
  }

  .pm-freefollowers-wheel span {
    transform: rotate(calc(var(--i) * 30deg)) translateY(-100px) rotate(90deg);
  }

  .pm-freefollowers-claim > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-freefollowers-claim button {
    min-height: 42px;
  }

  .pm-achievements-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
  }

  .pm-achievements-summary,
  .pm-achievements-current,
  .pm-achievement-row,
  .pm-achievements-note {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 14px;
  }

  .pm-achievements-summary,
  .pm-achievements-note {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-achievement-row,
  .pm-achievement-row.has-plate {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 14px;
  }

  .pm-achievement-row.has-plate {
    align-items: start;
  }

  .pm-achievement-thumb {
    width: 52px;
    border-radius: 8px;
  }

  .pm-achievements-note a {
    grid-row: auto;
    grid-column: auto;
    width: 100%;
  }

  .pm-account-page,
  .pm-notifications-page {
    padding: 0 0 36px;
    gap: 14px;
  }

  .pm-account-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: 20px 16px;
    border-radius: 14px;
  }

  .pm-account-hero h1 {
    font-size: 28px;
  }

  .pm-account-tabs {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-account-grid,
  .pm-notification-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-account-card,
  .pm-notifications-card {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-account-card header {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .pm-account-card header > span {
    width: 42px;
    height: 42px;
  }

  .pm-account-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-account-button,
  .pm-account-button.is-soft {
    width: 100%;
  }

  .pm-notifications-card > header {
    align-items: start;
    flex-direction: column;
  }

  .pm-notifications-table-wrap table {
    min-width: 620px;
  }

  .pm-platform-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-info-actions {
    grid-template-columns: 1fr;
  }

  .pm-order-grid {
    gap: 18px;
    overflow-x: hidden;
    margin-top: 18px;
  }

  .pm-login-header {
    grid-template-columns: 1fr auto;
  }

  .pm-menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    justify-self: end;
    width: 42px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(0, 101, 255, .42);
    border-radius: 10px;
    background: rgba(3, 10, 25, .68);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  }

  .pm-menu-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform .22s ease, opacity .22s ease;
  }

  .pm-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .pm-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .pm-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .pm-mobile-menu {
    grid-column: 1 / -1;
    display: none;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(0, 101, 255, .34);
    border-radius: 14px;
    background: rgba(3, 10, 25, .92);
    box-shadow: 0 18px 48px rgba(0,0,0,.24);
  }

  .pm-mobile-menu.is-open {
    display: grid;
    animation: pmMenuOpen .22s ease both;
  }

  .pm-public-nav {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }

  .pm-public-nav a {
    padding: 12px 10px;
    border-radius: 8px;
  }

  .pm-public-nav a:hover {
    background: rgba(0, 101, 255, .12);
  }

  body:not(:has(.pm-app-shell)) > .navbar .container {
    width: 100%;
    min-height: 58px;
    padding: 0 14px;
  }

  body:not(:has(.pm-app-shell)) > .navbar .navbar-header {
    min-height: 58px;
  }

  body:not(:has(.pm-app-shell)) > .navbar .navbar-brand {
    min-height: 58px;
  }

  body:not(:has(.pm-app-shell)) > .navbar .navbar-collapse {
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: none;
  }

  body:not(:has(.pm-app-shell)) > .navbar .navbar-nav {
    margin: 8px 0 12px;
  }

  body:not(:has(.pm-app-shell)) > .navbar .navbar-nav > li > a {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 10px;
  }

  .pm-header-actions {
    justify-content: stretch;
  }

  .pm-login-shell {
    grid-template-columns: 1fr;
  }

  .pm-login-copy {
    max-width: none;
    padding-left: 0;
  }

  .pm-feature-grid,
  .pm-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-steps::before {
    display: none;
  }

  .pm-testimonials {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body:has(.pm-app-shell) {
    overflow-x: hidden;
  }

  .pm-order-page,
  .pm-order-page *,
  .pm-freefollowers-page,
  .pm-freefollowers-page *,
  .pm-achievements-page,
  .pm-achievements-page *,
  .pm-services-page,
  .pm-services-page *,
  .pm-orders-page,
  .pm-orders-page *,
  .pm-api-page,
  .pm-api-page *,
  .pm-tickets-page,
  .pm-tickets-page *,
  .pm-ticket-view-page,
  .pm-ticket-view-page *,
  .pm-massorder-page,
  .pm-massorder-page *,
  .pm-affiliates-page,
  .pm-affiliates-page *,
  .pm-child-panel-page,
  .pm-child-panel-page *,
  .pm-terms-page,
  .pm-terms-page *,
  .pm-tutorial-page,
  .pm-tutorial-page *,
  .pm-auth-action-page,
  .pm-auth-action-page *,
  .pm-refill-page,
  .pm-refill-page *,
  .pm-addfunds-page,
  .pm-addfunds-page *,
  .pm-order-card,
  .pm-order-field,
  .pm-dynamic-fields,
  .pm-dynamic-fields .form-group,
  .pm-order-field .form-control,
  .pm-order-field .bootstrap-select,
  .pm-order-field .select2-container,
  .pm-order-field .selectize-control {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .pm-order-page,
  .pm-freefollowers-page,
  .pm-achievements-page,
  .pm-services-page,
  .pm-orders-page,
  .pm-api-page,
  .pm-tickets-page,
  .pm-ticket-view-page,
  .pm-massorder-page,
  .pm-affiliates-page,
  .pm-child-panel-page,
  .pm-terms-page,
  .pm-tutorial-page,
  .pm-auth-action-page,
  .pm-refill-page,
  .pm-addfunds-page,
  .pm-order-card,
  .pm-freefollowers-hero,
  .pm-freefollowers-game,
  .pm-freefollowers-wheel-card,
  .pm-achievements-hero,
  .pm-achievements-grid,
  .pm-achievement-card,
  .pm-achievements-note,
  .pm-order-field,
  .pm-dynamic-fields,
  .pm-api-overview,
  .pm-api-methods,
  .pm-api-method,
  .pm-api-response,
  .pm-tickets-grid,
  .pm-tickets-card,
  .pm-tickets-search,
  .pm-tickets-history,
  .pm-tickets-text,
  .pm-ticket-view-hero,
  .pm-ticket-thread,
  .pm-ticket-reply,
  .pm-massorder-grid,
  .pm-massorder-card,
  .pm-massorder-help,
  .pm-massorder-form,
  .pm-affiliates-link-card,
  .pm-affiliates-info-grid,
  .pm-affiliates-stats,
  .pm-affiliates-history,
  .pm-affiliates-text,
  .pm-child-panel-grid,
  .pm-child-panel-card,
  .pm-child-panel-dns,
  .pm-child-panel-text,
  .pm-child-panel-form,
  .pm-terms-grid,
  .pm-terms-content,
  .pm-terms-summary,
  .pm-tutorial-grid,
  .pm-tutorial-video-card,
  .pm-tutorial-panel,
  .pm-auth-action-card,
  .pm-auth-action-form,
  .pm-refill-rules-page,
  .pm-refill-history,
  .pm-refill-toolbar,
  .pm-refunds-page,
  .pm-refunds-history,
  .pm-refunds-toolbar,
  .pm-addfunds-grid,
  .pm-addfunds-card,
  .pm-addfunds-form,
  .pm-addfunds-method-field,
  .pm-addfunds-methods,
  .pm-addfunds-minimum,
  .pm-addfunds-bonus,
  .pm-addfunds-how {
    width: 100% !important;
    overflow-x: hidden;
  }

  .pm-whatsapp-modal {
    padding: 14px;
  }

  .pm-modal-box {
    padding: 28px 18px 20px;
    border-radius: 20px;
  }

  .pm-modal-title {
    margin-right: 38px;
    font-size: 19px;
  }

  .pm-option {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .pm-option-icon {
    width: 42px;
    height: 42px;
  }

  .pm-option-text h3 {
    font-size: 15px;
  }

  .pm-option-text p,
  .pm-option-text ul {
    font-size: 13px;
  }

  .pm-modal-btn {
    min-height: 50px;
    padding: 12px;
    font-size: 14px;
  }

  .pm-dashboard-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pm-dash-card {
    min-height: 96px;
    padding: 14px 12px;
    gap: 10px;
  }

  .pm-dash-card:first-child {
    grid-column: 1 / -1;
  }

  .pm-dash-card > span {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    box-shadow: 0 0 0 6px rgba(0,101,255,.08), 0 12px 28px rgba(0,82,255,.22), inset 0 1px 0 rgba(255,255,255,.22);
  }

  .pm-dash-card svg {
    width: 21px;
    height: 21px;
  }

  .pm-dash-card small,
  .pm-dash-card em {
    font-size: 12px;
  }

  .pm-dash-card strong {
    font-size: 20px;
    line-height: 1.08;
  }

  .pm-dash-card b {
    width: 100%;
    margin-top: 10px;
  }

  .pm-channel-spin-banner {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
  }

  .pm-channel-spin-banner > span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .pm-channel-spin-banner svg {
    width: 23px;
    height: 23px;
  }

  .pm-channel-spin-banner img {
    width: 30px;
    height: 30px;
  }

  .pm-channel-spin-banner strong {
    font-size: 18px;
  }

  .pm-channel-spin-banner p {
    font-size: 12px;
  }

  .pm-channel-spin-banner button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .pm-channel-spin-earned {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }

  .pm-channel-spin-box {
    padding: 28px 18px 20px;
    border-radius: 20px;
  }

  .pm-channel-spin-box h2 {
    font-size: 21px;
  }

  .pm-channel-spin-box > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pm-order-card {
    padding: 16px 12px;
    border-radius: 12px;
  }

  .pm-order-search,
  .pm-order-field input,
  .pm-order-field select,
  .pm-order-field textarea,
  .pm-order-field .form-control,
  .pm-order-field .btn.dropdown-toggle,
  body:has(.pm-app-shell) .select2-container,
  body:has(.pm-app-shell) .select2-selection,
  body:has(.pm-app-shell) .select2-choice,
  body:has(.pm-app-shell) .bootstrap-select > .dropdown-toggle {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pm-category-field .select2-selection__rendered,
  .pm-service-field .select2-selection__rendered,
  .pm-category-field .filter-option-inner-inner,
  .pm-service-field .filter-option-inner-inner,
  body:has(.pm-app-shell) .select2-selection__rendered,
  body:has(.pm-app-shell) .select2-selection__text,
  body:has(.pm-app-shell) .bootstrap-select .filter-option {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .pm-platform-filter,
  .pm-info-panel,
  .pm-info-panel article,
  .pm-info-actions,
  .pm-info-action,
  .pm-dashboard-cards,
  .pm-dash-card {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .pm-platform-filter {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .pm-platform-filter button {
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    height: 50px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    text-indent: 0;
  }

  .pm-platform-filter img,
  .pm-filter-all {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin: 0;
    text-indent: 0;
    transform: translate(-50%, -50%);
  }

  .pm-filter-all svg {
    width: 17px;
    height: 17px;
  }

  .pm-info-panel article {
    padding: 18px;
  }

  .pm-info-panel article.pm-refill-rules {
    grid-template-columns: 1fr;
  }

  .pm-refill-rule-block,
  .pm-refill-highlight,
  .pm-refill-consent {
    padding: 10px;
  }

  .pm-services-page {
    gap: 14px;
  }

  .pm-services-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-services-hero h1 {
    font-size: 28px;
  }

  .pm-services-hero p {
    font-size: 13px;
  }

  .pm-services-hero a {
    width: 100%;
    min-height: 42px;
  }

  .pm-services-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pm-services-filter-btn,
  .pm-services-search {
    min-height: 44px;
    border-radius: 11px;
  }

  .pm-services-search input {
    height: 42px;
  }

  .pm-services-card {
    border-radius: 14px;
  }

  .pm-services-card table {
    min-width: 760px;
  }

  .pm-services-card thead th,
  .pm-services-card tbody td {
    padding: 12px 10px;
    font-size: 12px;
  }

  .pm-services-text {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-orders-page {
    gap: 14px;
  }

  .pm-orders-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-orders-hero h1 {
    font-size: 28px;
  }

  .pm-orders-hero p {
    font-size: 13px;
  }

  .pm-orders-hero a {
    width: 100%;
    min-height: 42px;
  }

  .pm-orders-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pm-orders-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pm-orders-tabs a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .pm-orders-search {
    min-height: 44px;
  }

  .pm-orders-search input {
    height: 42px;
  }

  .pm-orders-card {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pm-orders-bulkbar {
    display: none;
  }

  .pm-orders-card table {
    width: max-content;
    min-width: 1180px;
  }

  .pm-orders-table-wrap {
    display: none;
  }

  .pm-orders-mobile-list {
    display: grid;
    gap: 12px;
  }

  .pm-order-mobile-card {
    display: grid;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(4, 10, 24, .78);
    box-shadow: 0 16px 34px rgba(0,0,0,.18);
  }

  .pm-order-mobile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
  }

  .pm-order-mobile-head .pm-order-status {
    flex: 0 0 auto;
  }

  .pm-order-mobile-service {
    min-width: 0;
    color: rgba(235,239,255,.9);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .pm-order-mobile-data {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  .pm-order-mobile-data div {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
  }

  .pm-order-mobile-data dt {
    margin: 0 0 4px;
    color: rgba(235,239,255,.5);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .pm-order-mobile-data dd {
    margin: 0;
    color: rgba(235,239,255,.86);
    font-size: 12px;
    font-weight: 850;
    overflow-wrap: anywhere;
  }

  .pm-order-mobile-link {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(0,112,255,.18);
    border-radius: 10px;
    background: rgba(0,76,255,.07);
  }

  .pm-order-mobile-link > span {
    color: rgba(235,239,255,.5);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .pm-order-mobile-link a {
    color: #75b0ff;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .pm-order-mobile-details {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
  }

  .pm-order-mobile-details a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid rgba(0,112,255,.28);
    border-radius: 8px;
    background: rgba(0,76,255,.11);
    color: #dbeafe;
    text-decoration: none;
  }

  .pm-order-mobile-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pm-order-mobile-actions .btn,
  .pm-order-mobile-actions span {
    width: 100%;
    min-height: 36px;
  }

  .pm-api-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-api-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-api-hero h1 {
    font-size: 28px;
  }

  .pm-api-hero p {
    font-size: 13px;
  }

  .pm-api-hero a {
    width: 100%;
    min-height: 42px;
  }

  .pm-api-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-api-method {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-api-table-wrap table {
    min-width: 560px;
  }

  .pm-api-response pre {
    max-height: 360px;
  }

  .pm-tickets-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-tickets-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-tickets-hero h1 {
    font-size: 28px;
  }

  .pm-tickets-hero p {
    font-size: 13px;
  }

  .pm-tickets-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .pm-tickets-card,
  .pm-tickets-search,
  .pm-tickets-history,
  .pm-tickets-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-tickets-table-wrap table {
    min-width: 620px;
  }

  .pm-tickets-section-head {
    margin-bottom: 14px;
  }

  .pm-tickets-search {
    max-width: none;
    width: 100%;
    margin: 0 0 14px;
  }

  .pm-tickets-search > div {
    grid-template-columns: minmax(0, 1fr) 48px;
    min-height: 48px;
  }

  .pm-tickets-search input,
  .pm-tickets-search button {
    height: 48px;
  }

  .pm-ticket-view-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-ticket-view-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-ticket-view-hero h1 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .pm-ticket-view-hero a {
    width: 100%;
  }

  .pm-ticket-thread {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-ticket-message {
    max-width: 100%;
  }

  .pm-massorder-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-massorder-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-massorder-hero h1 {
    font-size: 28px;
  }

  .pm-massorder-hero p {
    font-size: 13px;
  }

  .pm-massorder-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .pm-massorder-card,
  .pm-massorder-help {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-massorder-field textarea {
    min-height: 300px;
  }

  .pm-affiliates-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-affiliates-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-affiliates-hero h1 {
    font-size: 28px;
  }

  .pm-affiliates-hero p {
    font-size: 13px;
  }

  .pm-affiliates-hero a,
  .pm-affiliates-link-card button {
    width: 100%;
    min-height: 42px;
  }

  .pm-affiliates-link-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-affiliates-link-card strong {
    font-size: 14px;
  }

  .pm-affiliates-info-grid,
  .pm-affiliates-stats {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-affiliates-info-grid article,
  .pm-affiliates-stats article,
  .pm-affiliates-history,
  .pm-affiliates-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-affiliates-table-wrap table {
    min-width: 560px;
  }

  .pm-child-panel-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-child-panel-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-child-panel-hero h1 {
    font-size: 28px;
  }

  .pm-child-panel-hero p {
    font-size: 13px;
  }

  .pm-child-panel-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .pm-child-panel-card,
  .pm-child-panel-dns,
  .pm-child-panel-text {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-child-panel-price {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-terms-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-terms-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-terms-hero h1 {
    font-size: 28px;
  }

  .pm-terms-hero p {
    font-size: 13px;
  }

  .pm-terms-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .pm-terms-content,
  .pm-terms-summary {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-terms-summary {
    position: static;
  }

  .pm-tutorial-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-tutorial-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-tutorial-hero h1 {
    font-size: 28px;
  }

  .pm-tutorial-hero p {
    font-size: 13px;
  }

  .pm-tutorial-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .pm-tutorial-video-card,
  .pm-tutorial-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 14px;
  }

  .pm-tutorial-video-card {
    width: 100%;
    padding: 8px;
  }

  .pm-tutorial-video {
    min-height: auto;
    border-radius: 10px;
  }

  .pm-tutorial-panel {
    padding: 16px 14px;
  }

  .pm-auth-action-page {
    min-height: auto;
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }

  .pm-auth-action-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px 16px;
    border-radius: 14px;
  }

  .pm-auth-action-card h1 {
    font-size: 25px;
  }

  .pm-auth-action-card > p {
    font-size: 13px;
  }

  .pm-auth-action-card > span {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .pm-confirm-email-modal .modal-dialog {
    width: auto;
    margin: 12px;
  }

  .pm-confirm-email-modal .modal-footer {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-refill-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-refill-hero {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-refill-hero h1 {
    font-size: 28px;
  }

  .pm-refill-hero p {
    font-size: 13px;
  }

  .pm-refill-rules-page {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .pm-refill-rules-page article,
  .pm-refill-history {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-refill-toolbar {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-refill-table-wrap table {
    min-width: 760px;
  }

  .pm-refunds-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-refunds-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-refunds-hero h1 {
    font-size: 28px;
  }

  .pm-refunds-hero p {
    font-size: 13px;
  }

  .pm-refunds-alert,
  .pm-refunds-history {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-refunds-toolbar {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-refunds-table-wrap table {
    min-width: 620px;
  }

  .pm-refill-text-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .pm-refill-text-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-refill-text-card pre {
    font-size: 13px;
    line-height: 1.65;
  }

  .pm-addfunds-page {
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .pm-addfunds-hero {
    display: grid;
    gap: 14px;
    padding: 18px 14px;
    border-radius: 14px;
  }

  .pm-addfunds-hero h1 {
    font-size: 28px;
  }

  .pm-addfunds-hero p {
    font-size: 13px;
  }

  .pm-addfunds-hero a,
  .pm-addfunds-submit {
    width: 100%;
    min-height: 42px;
  }

  .pm-addfunds-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
  }

  .pm-addfunds-form {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
  }

  .pm-addfunds-form > .alert,
  .pm-addfunds-method-field,
  .pm-addfunds-minimum,
  .pm-addfunds-bonus,
  #amount-fields,
  .pm-addfunds-quick-values,
  .pm-addfunds-form > .pm-addfunds-field:not(.pm-addfunds-method-field),
  .pm-addfunds-submit,
  .pm-addfunds-how,
  .pm-addfunds-form > input[type="hidden"] {
    grid-column: 1;
  }

  .pm-addfunds-how {
    grid-row: auto;
  }

  .pm-addfunds-bonus-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pm-addfunds-methods {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .pm-addfunds-method {
    min-height: 58px;
    width: 100%;
    min-width: 0;
    padding-right: 38px;
  }

  .pm-addfunds-method strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .pm-addfunds-card,
  .pm-addfunds-text,
  .pm-addfunds-history {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pm-addfunds-card-head {
    align-items: flex-start;
  }

  .pm-addfunds-side article {
    padding: 14px;
    border-radius: 14px;
  }

  .pm-addfunds-history table {
    min-width: 620px;
  }

  .pm-addfunds-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pm-addfunds-quick-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-addfunds-quick-values button {
    width: 100%;
    min-width: 0;
  }

  .pm-addfunds-bonus {
    padding: 14px;
  }

  .pm-addfunds-bonus-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-orders-card thead th,
  .pm-orders-card tbody td {
    padding: 12px 10px;
    font-size: 12px;
  }

  .pm-order-link-url {
    max-width: 280px;
  }

  .pm-order-service {
    min-width: 260px;
    max-width: 280px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  body:has(.pm-app-shell) .modal-dialog {
    width: calc(100vw - 20px);
    margin: 58px auto 16px;
  }

  body:has(.pm-app-shell) .modal-header {
    min-height: 66px;
    padding: 18px 54px 16px 18px;
  }

  body:has(.pm-app-shell) .modal-title {
    font-size: 15px;
  }

  body:has(.pm-app-shell) .modal-body {
    padding: 16px;
  }

  body:has(.pm-app-shell) .modal-body:has(#qr-code-image) {
    gap: 12px;
    padding: 18px 14px;
  }

  body:has(.pm-app-shell) .modal-body:has(#qr-code-image)::before {
    font-size: 18px;
  }

  body:has(.pm-app-shell) .modal-body:has(#qr-code-image) .close {
    top: 12px;
    right: 12px;
  }

  body:has(.pm-app-shell) #qr-code-image {
    width: min(240px, 76vw) !important;
    padding: 10px;
    border-radius: 12px;
  }

  body:has(.pm-app-shell) #qr-code-value {
    min-height: 86px;
    padding: 12px;
    font-size: 12px;
  }

  body:has(.pm-app-shell) .modal-body:has(#qr-code-image) .form-group {
    margin-top: 6px;
  }

  body:has(.pm-app-shell) #qr-code-copy-button {
    min-height: 48px;
    font-size: 14px;
  }

  body:has(.pm-app-shell) .modal-body:has(#qr-code-image) + .modal-footer {
    padding: 0 14px 18px;
  }

  body:has(.pm-app-shell) .service-description-text {
    padding: 14px;
    font-size: 13px;
  }

  .pm-quality-list {
    grid-template-columns: 1fr;
  }

  .pm-quality-list p {
    min-height: 38px;
    padding: 9px 10px;
    gap: 9px;
  }

  .pm-quality-list strong {
    min-width: 26px;
    font-size: 13px !important;
  }

  .pm-quality-list small {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    white-space: nowrap;
  }

  .pm-login-page {
    padding: 18px 16px 88px;
  }

  .pm-header-actions {
    justify-content: stretch;
  }

  .pm-btn {
    flex: 1;
  }

  .pm-login-shell {
    gap: 28px;
    padding-top: 28px;
  }

  .pm-login-copy h1 {
    font-size: 40px;
  }

  .pm-login-copy > p {
    font-size: 18px;
  }

  .pm-benefits,
  .pm-info-grid {
    grid-template-columns: 1fr;
  }

  .pm-login-copy .pm-benefits,
  .pm-login-copy .pm-info-grid {
    display: none;
  }

  .pm-info-card {
    min-height: auto;
  }

  .pm-content-section,
  .pm-login-footer {
    margin-top: 54px;
  }

  .pm-content-section h2,
  .pm-login-footer h2 {
    font-size: 30px;
  }

  .pm-feature-grid,
  .pm-steps,
  .pm-stats {
    grid-template-columns: 1fr;
  }

  .pm-auth-panel {
    border-radius: 22px;
    padding: 24px 18px 28px;
  }

  .pm-auth-tabs a {
    font-size: 14px;
  }

  .pm-label-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-height: 760px) and (max-width: 1180px) {
  .pm-app-sidebar {
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .pm-app-sidebar .pm-app-logo img {
    width: 150px;
    margin-bottom: 12px;
  }

  .pm-sidebar-user-balance {
    min-height: 50px;
    margin-bottom: 12px;
    padding: 8px 10px;
  }

  .pm-app-nav {
    gap: 6px;
  }

  .pm-app-nav a {
    min-height: 42px;
    font-size: 14px;
  }

  .pm-nav-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .pm-sidebar-balance {
    bottom: 12px;
    padding: 12px;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .pm-sidebar-balance > span {
    width: 40px;
    height: 40px;
  }

  .pm-sidebar-balance strong {
    font-size: 14px;
  }

  .pm-sidebar-balance small {
    margin: 4px 0 10px;
    font-size: 12px;
  }

  .pm-sidebar-balance a {
    min-height: 32px;
  }
}

body:has(.pm-app-shell) .pm-addfunds-text,
body:has(.pm-app-shell) .pm-addfunds-text .panel,
body:has(.pm-app-shell) .pm-addfunds-text .panel-body,
body:has(.pm-app-shell) .pm-addfunds-text .well,
body:has(.pm-app-shell) .pm-addfunds-text .border-solid,
body:has(.pm-app-shell) .pm-addfunds-text .border-rounded {
  border-color: rgba(0,112,255,.24) !important;
  background-color: #050c1c !important;
  background-image: radial-gradient(circle at 92% 100%, rgba(0, 99, 255, .16), transparent 34%) !important;
  color: #eef4ff !important;
}

body:has(.pm-app-shell) .pm-addfunds-text *,
body:has(.pm-app-shell) .pm-addfunds-text font {
  background-color: transparent !important;
  color: #eef4ff !important;
}

body:has(.pm-app-shell) .pm-addfunds-text .panel-body {
  box-shadow: none !important;
}

.pm-addfunds-text .panel-body.border-solid.border-rounded.text-center,
.pm-addfunds-text .panel-body.border-solid.border-rounded.text-center .panel-body,
.pm-addfunds-text div.panel-body.border-solid.border-rounded.text-center {
  border-color: rgba(0,112,255,.24) !important;
  background: #050c1c !important;
  background-color: #050c1c !important;
  color: #eef4ff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 42px rgba(0,0,0,.18) !important;
}

.pm-addfunds-text .panel-body.border-solid.border-rounded.text-center *,
.pm-addfunds-text .panel-body.border-solid.border-rounded.text-center font {
  background: transparent !important;
  background-color: transparent !important;
  color: #eef4ff !important;
}

.pm-addfunds-form .form-group.instruction,
.pm-addfunds-form #instruction_instruction {
  margin: 0;
}

#instruction_instruction {
  margin-top: 14px !important;
}

#instruction_instruction > label,
#instruction_instruction .control-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

#instruction_instruction > label::before,
#instruction_instruction .control-label::before {
  content: "i";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0,112,255,.5);
  border-radius: 10px;
  background: rgba(0,101,255,.16);
  color: #84bfff;
  font-size: 14px;
  font-weight: 950;
  font-style: normal;
}

#instruction_instruction .panel-body.border-solid.border-rounded.text-center,
#instruction_instruction div.panel-body.border-solid.border-rounded.text-center {
  display: grid !important;
  gap: 10px;
  padding: 18px !important;
  border: 1px solid rgba(0,112,255,.34) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,112,255,.18), transparent 38%),
    rgba(5,12,28,.82) !important;
  color: #eef4ff !important;
  text-align: left !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 42px rgba(0,0,0,.2) !important;
}

#instruction_instruction .panel-body p {
  margin: 0 !important;
  background: transparent !important;
  color: #eef4ff !important;
  font-family: inherit !important;
  text-align: left !important;
}

#instruction_instruction .panel-body p:empty,
#instruction_instruction .panel-body p:has(br) {
  display: none !important;
}

#instruction_instruction .panel-body p:first-child {
  color: #7db6ff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

#instruction_instruction .panel-body p:nth-child(3) {
  color: #facc15 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  text-transform: uppercase;
  letter-spacing: .02em;
}

#instruction_instruction .panel-body p:nth-child(4) {
  display: block;
  min-width: 0;
  padding: 11px 13px;
  border: 1px solid rgba(0,112,255,.3);
  border-radius: 999px;
  background: rgba(0,0,0,.22) !important;
  color: #dcecff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35;
  overflow-wrap: anywhere;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

#instruction_instruction .panel-body p:nth-child(4) * {
  color: #dcecff !important;
  font-family: inherit !important;
}

#instruction_instruction {
  display: none;
}
