.gpc-console {
  display: none;
  min-width: 320px;
  min-height: 100svh;
  background: #f9f7f3;
  color: #202020;
  font-family: "Inter", "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

.gpc-client-download-card {
  --glass-edge: rgba(255, 255, 255, 0.85);
  --ux-grad: linear-gradient(135deg, rgb(0, 255, 214) 0%, rgb(8, 226, 96) 100%);
  --ux-title: #00894d;
  --ux-body: rgba(0, 137, 78, 0.82);
  --ux-cta: #00c37b;
  --ux-orbit: rgba(0, 249, 203, 0.22);
  height: 300px;
  max-width: 400px;
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 50px;
  background: var(--ux-grad) !important;
  color: var(--ux-title);
  filter: drop-shadow(0 28px 50px rgba(0, 40, 30, 0.45));
  perspective: 1000px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.28) 0 25px 25px -5px;
}

.gpc-client-download-card::before {
  display: none;
}

.gpc-client-download-card:hover {
  transform: rotate3d(1, 1, 0, 28deg);
  box-shadow: rgba(5, 71, 17, 0.45) 28px 48px 28px -38px, rgba(0, 255, 214, 0.12) 0 0 60px -10px, rgba(5, 71, 17, 0.15) 0 25px 35px 0;
}

.gpc-client-download-card.is-ios {
  --ux-grad: linear-gradient(145deg, #a855f7 0%, #6366f1 40%, #ec4899 100%);
  --ux-title: #3b0764;
  --ux-body: rgba(59, 7, 100, 0.85);
  --ux-cta: #7c3aed;
  --ux-orbit: rgba(216, 180, 254, 0.35);
}

.gpc-client-download-card.is-android {
  --ux-grad: linear-gradient(135deg, #fbbf24 0%, #f97316 45%, #dc2626 100%);
  --ux-title: #7c2d12;
  --ux-body: rgba(124, 45, 18, 0.88);
  --ux-cta: #c2410c;
  --ux-orbit: rgba(254, 243, 199, 0.4);
}

.gpc-client-download-card.is-macos {
  --ux-grad: linear-gradient(155deg, #22d3ee 0%, #0284c7 50%, #1e3a8a 100%);
  --ux-title: #0c4a6e;
  --ux-body: rgba(12, 74, 110, 0.88);
  --ux-cta: #0369a1;
  --ux-orbit: rgba(125, 211, 252, 0.35);
}

.gpc-client-download-logo {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  z-index: 2;
  transform-style: preserve-3d;
  pointer-events: none;
}

.gpc-client-download-logo span {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ux-orbit);
  box-shadow: rgba(100, 100, 111, 0.25) -10px 10px 24px 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.5s ease-in-out;
}

.gpc-client-download-logo span:nth-child(1) { width: 170px; top: 8px; inset-inline-end: 8px; transform: translate3d(0, 0, 20px); }
.gpc-client-download-logo span:nth-child(2) { width: 140px; top: 10px; inset-inline-end: 10px; transform: translate3d(0, 0, 40px); backdrop-filter: blur(4px); transition-delay: 0.05s; }
.gpc-client-download-logo span:nth-child(3) { width: 110px; top: 17px; inset-inline-end: 17px; transform: translate3d(0, 0, 60px); transition-delay: 0.1s; }
.gpc-client-download-logo span:nth-child(4) { width: 80px; top: 23px; inset-inline-end: 23px; transform: translate3d(0, 0, 80px); transition-delay: 0.15s; }
.gpc-client-download-logo span:nth-child(5) { width: 50px; top: 30px; inset-inline-end: 30px; display: grid; place-content: center; color: #ffffff; font-size: 22px; font-weight: 900; transform: translate3d(0, 0, 100px); transition-delay: 0.2s; }

.gpc-client-download-card:hover .gpc-client-download-logo span:nth-child(2) { transform: translate3d(0, 0, 60px); }
.gpc-client-download-card:hover .gpc-client-download-logo span:nth-child(3) { transform: translate3d(0, 0, 80px); }
.gpc-client-download-card:hover .gpc-client-download-logo span:nth-child(4) { transform: translate3d(0, 0, 100px); }
.gpc-client-download-card:hover .gpc-client-download-logo span:nth-child(5) { transform: translate3d(0, 0, 120px); }

.gpc-client-download-glass {
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  border: 0;
  border-inline-start: 1px solid var(--glass-edge);
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.82) 100%);
  transform: translate3d(0, 0, 25px);
  transition: all 0.5s ease-in-out;
}

.gpc-client-download-content {
  position: relative;
  z-index: 3;
  display: block;
  padding: 100px 3.75rem 0 1.85rem;
  transform: translate3d(0, 0, 26px);
}

.gpc-client-download-content strong {
  display: block;
  margin: 0;
  color: var(--ux-title) !important;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.gpc-client-download-content span {
  display: block;
  margin-top: 1.05rem;
  color: var(--ux-body);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
}

.gpc-client-download-bottom {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  transform: translate3d(0, 0, 26px);
  transform-style: preserve-3d;
}

.gpc-client-download-dots {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
}

.gpc-client-download-dots i {
  width: 32px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: rgba(5, 71, 17, 0.45) 0 8px 6px -5px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s;
}

.gpc-client-download-dots i:nth-child(1) { transition-delay: 0.05s; }
.gpc-client-download-dots i:nth-child(2) { transition-delay: 0.1s; }
.gpc-client-download-dots i:nth-child(3) { transition-delay: 0.15s; }

.gpc-client-download-card:hover .gpc-client-download-dots i {
  transform: translate3d(0, 0, 50px);
  box-shadow: rgba(5, 71, 17, 0.25) -5px 20px 12px 0;
}

.gpc-client-download-more {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: var(--ux-cta);
  transition: transform 0.2s ease;
}

.gpc-client-download-more:hover {
  transform: translate3d(0, 0, 10px);
}

.gpc-client-download-more em {
  color: var(--ux-cta);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gpc-client-download-more svg {
  width: 18px;
  max-height: 15px;
  fill: none;
  stroke: var(--ux-cta);
  stroke-width: 3px;
}

html.gp-console-active {
  min-height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

html.gp-console-active body {
  min-height: 100%;
  overflow-y: visible !important;
  overflow-x: hidden;
}

html.gp-console-active.gpc-dialog-open,
html.gp-console-active.gpc-dialog-open body {
  overflow: hidden !important;
}

.gp-console-active .gpc-console {
  display: block;
}

.gp-console-active .gp-app-shell {
  display: none !important;
}

.gpc-console *,
.gpc-console *::before,
.gpc-console *::after {
  box-sizing: border-box;
}

.gpc-console a {
  color: inherit;
  text-decoration: none;
}

.gpc-nav {
  position: relative;
  z-index: 200;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  background: rgba(249, 247, 243, 0.96);
  border-bottom: 1px solid rgba(32, 32, 32, 0.12);
  backdrop-filter: blur(14px);
}

.gpc-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.gpc-brand img,
.gpc-brand .gp-logo-image {
  width: 138px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.gpc-brand .gp-text-logo {
  max-width: min(360px, 44vw);
  font-size: 42px;
}

.gpc-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gp-language-switcher {
  position: relative;
  z-index: 260;
  flex: 0 0 auto;
}

.gp-language-trigger {
  min-width: 54px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #202020;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.gp-language-trigger:hover,
.gp-language-trigger[aria-expanded="true"] {
  border-color: #7d39ff;
  background: #7d39ff;
  color: #ffffff;
}

.gp-language-trigger svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gp-language-current {
  min-width: 18px;
  text-align: center;
}

.gp-language-menu {
  position: absolute;
  top: calc(100% + 8px);
  inset-inline-end: 0;
  width: 154px;
  display: grid;
  gap: 3px;
  padding: 6px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(32, 32, 32, 0.16);
}

.gp-language-menu[hidden] {
  display: none;
}

.gp-language-option {
  width: 100%;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #202020;
  font: inherit;
  font-size: 12px;
  text-align: start;
  cursor: pointer;
}

.gp-language-option:hover,
.gp-language-option.is-active {
  background: #7d39ff;
  color: #ffffff;
}

html[dir="rtl"] .gp-language-menu {
  inset-inline-start: 0;
  inset-inline-end: auto;
}

@media (max-width: 720px) {
  .gp-language-trigger {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
  }

  .gp-language-current {
    display: none;
  }
}

.gpc-nav-action-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #202020;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.gpc-nav-action-button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: block;
  stroke: currentColor;
}

.gpc-redeem-trigger {
  padding-left: 12px;
}

.gpc-nav-action-label {
  line-height: 1;
}

.gpc-nav-action-button:hover {
  border-color: #7d39ff;
  background: #7d39ff;
  color: #ffffff;
}

.gpc-sidebar-toggle {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #202020;
  cursor: pointer;
}

.gpc-sidebar-toggle span,
.gpc-sidebar-toggle span::before,
.gpc-sidebar-toggle span::after {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.gpc-sidebar-toggle span {
  position: relative;
}

.gpc-sidebar-toggle span::before,
.gpc-sidebar-toggle span::after {
  position: absolute;
  left: 0;
}

.gpc-sidebar-toggle span::before {
  top: -5px;
}

.gpc-sidebar-toggle span::after {
  top: 5px;
}

.gpc-account-menu {
  position: relative;
  z-index: 210;
}

.gpc-account-trigger {
  min-height: 44px;
  max-width: min(360px, 42vw);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 12px 5px 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #202020;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.gpc-account-trigger:hover,
.gpc-account-trigger[aria-expanded="true"] {
  border-color: rgba(32, 32, 32, 0.12);
  background: #ffffff;
}

.gpc-account-avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #202020;
  color: #fcfcfc;
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
  font-size: 13px;
  line-height: 1;
}

.gpc-account-email {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpc-account-chevron {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  margin: -4px 1px 0 3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.gpc-account-trigger[aria-expanded="true"] .gpc-account-chevron {
  margin-top: 4px;
  transform: rotate(225deg);
}

.gpc-account-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 220;
  width: 184px;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(32, 32, 32, 0.08);
}

.gpc-account-dropdown[hidden] {
  display: none;
}

.gpc-account-menu.is-open .gpc-account-dropdown {
  display: block !important;
}

.gpc-account-dropdown a,
.gpc-account-dropdown button {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #202020 !important;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.gpc-account-dropdown a:hover,
.gpc-account-dropdown button:hover {
  background: #f3f0e8;
  color: #7d39ff !important;
}

.gpc-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #202020 !important;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gpc-button:hover {
  background: #f3f0e8;
}

.gpc-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.gpc-button-primary {
  border-color: #7d39ff;
  background: #7d39ff;
  color: #ffffff !important;
}

.gpc-console a.gpc-button-primary {
  color: #ffffff !important;
}

.gpc-button-primary:hover {
  border-color: #5f24d6;
  background: #5f24d6;
  color: #ffffff !important;
}

.gpc-button-dark {
  border-color: #202020;
  background: #202020;
  color: #fcfcfc !important;
}

.gpc-console a.gpc-button-dark {
  color: #fcfcfc !important;
}

.gpc-button-dark:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff !important;
}

.gpc-button-small {
  min-height: 36px;
  padding: 0 16px;
  font-size: 14px;
}

.gpc-shell {
  min-height: calc(100svh - 116px);
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
}

.gpc-sidebar {
  min-width: 0;
  padding: 24px 18px;
  background: #f3f0e8;
  border-right: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-sidebar-group + .gpc-sidebar-group {
  margin-top: 28px;
}

.gpc-sidebar-label {
  margin: 4px 14px 16px;
  color: #8d8d8d;
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
  font-size: 11px;
}

.gpc-side-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #202020 !important;
  font-size: 14px;
  font-weight: 400;
}

.gpc-side-link::before {
  content: "";
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: currentColor;
  mask: var(--gpc-side-icon) center / contain no-repeat;
  -webkit-mask: var(--gpc-side-icon) center / contain no-repeat;
}

.gpc-side-link[href="#/dashboard"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='9' rx='1.5'/%3E%3Crect x='14' y='3' width='7' height='5' rx='1.5'/%3E%3Crect x='14' y='12' width='7' height='9' rx='1.5'/%3E%3Crect x='3' y='16' width='7' height='5' rx='1.5'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/plan"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 13H7L6 8Z'/%3E%3Cpath d='M9 8a3 3 0 0 1 6 0'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/node"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='5' r='2.5'/%3E%3Ccircle cx='5' cy='19' r='2.5'/%3E%3Ccircle cx='19' cy='19' r='2.5'/%3E%3Cpath d='M12 8v4'/%3E%3Cpath d='m7 17 5-5 5 5'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/order"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v18l-3-2-3 2-3-2-3 2V3Z'/%3E%3Cpath d='M9 8h6'/%3E%3Cpath d='M9 12h6'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/invite"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7'/%3E%3Cpath d='M2 7h20v5H2z'/%3E%3Cpath d='M12 22V7'/%3E%3Cpath d='M12 7H8.5A2.5 2.5 0 1 1 11 4.5V7Z'/%3E%3Cpath d='M12 7h3.5A2.5 2.5 0 1 0 13 4.5V7Z'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/profile"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/ticket"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v8Z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/traffic"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12h4l3 8 4-16 3 8h4'/%3E%3C/svg%3E");
}

.gpc-side-link[href="#/knowledge"] {
  --gpc-side-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15Z'/%3E%3C/svg%3E");
}

.gpc-side-link:hover {
  background: #ffffff;
  color: #202020 !important;
}

.gpc-side-link.is-active {
  background: #ffffff;
  color: #7d39ff !important;
}

.gpc-workspace {
  min-width: 0;
  padding: 48px 40px 80px;
}

.gpc-view[hidden] {
  display: none;
}

.gpc-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.gpc-page-head h1 {
  margin: 0;
  color: #202020 !important;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-size: 32px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.gpc-page-head p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #575757;
  font-size: 14px;
  line-height: 1.45;
}

.gpc-status {
  margin: 0 0 24px;
  padding: 12px 16px;
  border-left: 3px solid #7d39ff;
  background: #ece3ff;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.5;
}

.gpc-status.is-error {
  border-left-color: #c43d3d;
  background: rgba(196, 61, 61, 0.08);
  color: #c43d3d;
}

.gpc-alert-stack {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.gpc-alert-stack[hidden] {
  display: none;
}

.gpc-alert-banner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(125, 57, 255, 0.24);
  border-left: 4px solid #7d39ff;
  border-radius: 8px;
  background: #ffffff;
  color: #202020;
}

.gpc-alert-banner strong {
  font-size: 15px;
  font-weight: 900;
}

.gpc-alert-banner span {
  color: #575757;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.gpc-alert-banner:hover {
  background: #f3f0e8;
  color: #7d39ff;
}

.gpc-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gpc-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-kpi-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gpc-kpi-card h2 {
  width: 100%;
  margin: 18px 0 0;
  overflow-wrap: anywhere;
  color: #202020 !important;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.gpc-kpi-card > p {
  margin: 10px 0 18px;
  color: #575757;
  font-size: 14px;
  line-height: 1.45;
}

.gpc-kpi-card .gpc-button {
  align-self: flex-start;
  margin-top: auto;
}

.gpc-client-download-section {
  margin-top: 36px;
}

.gpc-client-download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gpc-client-download-card {
  --gpc-client-grad: linear-gradient(145deg, #7d39ff 0%, #5eead4 100%);
  --gpc-client-ink: #ffffff;
  position: relative;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--gpc-client-grad);
  color: var(--gpc-client-ink);
  text-decoration: none;
  transform-style: preserve-3d;
  perspective: 900px;
  box-shadow: 0 24px 44px rgba(32, 32, 32, 0.22);
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.48s ease;
}

.gpc-client-download-card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  filter: blur(2px);
  transform: translate3d(0, 0, 34px);
}

.gpc-client-download-card:hover {
  color: #ffffff;
  transform: translateY(-8px) rotate3d(1, -1, 0, 12deg);
  box-shadow: 0 34px 62px rgba(32, 32, 32, 0.28), 0 0 42px rgba(125, 57, 255, 0.24);
}

.gpc-client-download-card.is-ios {
  --gpc-client-grad: linear-gradient(145deg, #202020 0%, #7d39ff 64%, #a78bfa 100%);
}

.gpc-client-download-card.is-android {
  --gpc-client-grad: linear-gradient(145deg, #0f766e 0%, #22c55e 52%, #bef264 100%);
}

.gpc-client-download-card.is-macos {
  --gpc-client-grad: linear-gradient(145deg, #111827 0%, #2563eb 52%, #22d3ee 100%);
}

.gpc-client-download-card.is-disabled {
  cursor: default;
}

.gpc-client-download-glass {
  position: absolute;
  inset: 8px;
  border-radius: 26px;
  border-top-right-radius: 56px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  transform: translate3d(0, 0, 22px);
  pointer-events: none;
}

.gpc-client-download-orbit {
  position: absolute;
  right: -12px;
  top: -10px;
  width: 124px;
  height: 124px;
  transform-style: preserve-3d;
  pointer-events: none;
}

.gpc-client-download-orbit span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.48s ease;
}

.gpc-client-download-orbit span:nth-child(2) {
  inset: 18px;
}

.gpc-client-download-orbit span:nth-child(3) {
  inset: 36px;
}

.gpc-client-download-orbit span:nth-child(4) {
  inset: 54px;
  background: rgba(255, 255, 255, 0.72);
}

.gpc-client-download-card:hover .gpc-client-download-orbit span:nth-child(2) {
  transform: translate3d(0, 0, 32px);
}

.gpc-client-download-card:hover .gpc-client-download-orbit span:nth-child(3) {
  transform: translate3d(0, 0, 54px);
}

.gpc-client-download-card:hover .gpc-client-download-orbit span:nth-child(4) {
  transform: translate3d(0, 0, 76px);
}

.gpc-client-download-content,
.gpc-client-download-action {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 30px);
}

.gpc-client-download-content em {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.gpc-client-download-content strong {
  display: block;
  margin-top: 46px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.12;
}

.gpc-client-download-content span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.gpc-client-download-action {
  width: fit-content;
  margin-top: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.gpc-pill {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  background: #f9f7f3;
  color: #202020;
  font-size: 12px;
  line-height: 1;
}

.gpc-pill.is-success {
  border-color: #2b9a66;
  background: #2b9a66;
  color: #ffffff;
}

.gpc-pill.is-warning {
  border-color: rgba(181, 107, 0, 0.24);
  background: rgba(181, 107, 0, 0.1);
  color: #9a5b00;
}

.gpc-pill.is-current-plan {
  border-color: #7d39ff;
  background: #7d39ff;
  color: #ffffff;
}

.gpc-pill.is-error {
  border-color: rgba(196, 61, 61, 0.24);
  background: rgba(196, 61, 61, 0.1);
  color: #c43d3d;
}

.gpc-progress {
  width: 100%;
  height: 7px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #f3f0e8;
}

.gpc-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #7d39ff;
  transition: width 300ms ease;
}


.gpc-workspace-section > h2 {
  margin: 0 0 24px;
  color: #202020 !important;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

#gpc-shortcut-title {
  font-size: 22px !important;
}

.gpc-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-shortcut {
  min-width: 0;
  min-height: 160px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 0 !important;
  border-left: 1px solid rgba(32, 32, 32, 0.12) !important;
  border-radius: 0 !important;
  background: #ffffff;
  color: #202020 !important;
  font: inherit;
  font-weight: 400 !important;
  line-height: inherit !important;
  text-align: left;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.gpc-console button.gpc-shortcut {
  width: 100%;
  appearance: none;
}

.gpc-shortcut:first-child {
  border-left: 0 !important;
}

.gpc-shortcut:hover {
  background: #f3f0e8;
  color: #7d39ff !important;
}

.gpc-shortcut:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.gpc-shortcut-index {
  margin-bottom: auto;
  color: #8d8d8d;
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
  font-size: 20px;
  line-height: 1;
}

.gpc-shortcut strong {
  margin-top: 24px;
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
}

.gpc-shortcut > span:last-child {
  margin-top: 6px;
  color: #575757;
  font-size: 13px;
  line-height: 1.45;
}

.gpc-plan-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 4px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  background: #ffffff;
}

.gpc-plan-filters button {
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #202020;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.gpc-plan-filters button:hover {
  background: #f3f0e8;
}

.gpc-plan-filters button.is-active {
  background: #202020;
  color: #fcfcfc;
}

.gpc-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gpc-plan-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gpc-plan-card.is-featured {
  border-color: #202020;
}

.gpc-plan-card h2 {
  margin: 18px 0 0;
  color: #202020 !important;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.gpc-plan-card > p {
  min-height: 44px;
  margin: 14px 0 0;
  color: #575757;
  font-size: 14px;
  line-height: 1.55;
}

.gpc-plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.gpc-plan-price strong {
  color: #202020;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.gpc-plan-price span {
  color: #575757;
  font-size: 15px;
  font-weight: 700;
}

.gpc-plan-features {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 24px 0;
}

.gpc-plan-features span {
  position: relative;
  padding-left: 18px;
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.45;
}

.gpc-plan-features span.is-muted {
  opacity: 0.42;
}

.gpc-plan-features span::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7d39ff;
  transform: translateY(-50%);
}

.gpc-plan-description {
  width: 100%;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f9f7f3 100%);
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.55;
}

.gpc-plan-description h1,
.gpc-plan-description h2,
.gpc-plan-description h3,
.gpc-plan-description h4,
.gpc-plan-description h5,
.gpc-plan-description h6 {
  margin: 0;
  color: #202020;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.gpc-plan-description p,
.gpc-plan-description ul,
.gpc-plan-description ol {
  margin: 0;
}

.gpc-plan-description p {
  color: #4b4b4b;
}

.gpc-plan-description ul,
.gpc-plan-description ol {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}

.gpc-plan-description li {
  position: relative;
  min-height: 22px;
  padding-left: 20px;
  color: #3a3a3a;
}

.gpc-plan-description li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #7d39ff;
  border-radius: 999px;
  background: #ffffff;
  transform: translateY(-50%);
}

.gpc-plan-description strong {
  color: #202020;
  font-weight: 800;
}

.gpc-plan-description a {
  color: #7d39ff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gpc-plan-description code {
  padding: 2px 6px;
  border-radius: 6px;
  background: rgba(125, 57, 255, 0.1);
  color: #5f24d6;
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
  font-size: 12px;
}

.gpc-plan-card .gpc-button {
  width: 100%;
  margin-top: auto;
}

.gpc-plan-compare {
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-plan-compare-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(220px, 1fr) minmax(220px, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 14px 20px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
  color: #3a3a3a;
  font-size: 14px;
}

.gpc-plan-compare-row.is-head {
  min-height: 48px;
  border-top: 0;
  background: #f3f0e8;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
}

.gpc-plan-compare-row strong {
  color: #202020;
}

.gpc-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.gpc-plan-detail-card,
.gpc-order-card,
.gpc-info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.gpc-plan-detail-card h2,
.gpc-order-card h2,
.gpc-info-card h3,
.gpc-info-grid .gpc-card h3 {
  margin: 18px 0 0;
  color: #202020 !important;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

.gpc-order-card > p,
.gpc-info-card > p,
.gpc-info-grid .gpc-card > p,
.gpc-plan-detail-card > p {
  margin: 14px 0 0;
  color: #575757;
  font-size: 14px;
  line-height: 1.55;
}

.gpc-plan-detail-description {
  width: 100%;
  margin-top: 24px;
}

.gpc-plan-detail-features {
  margin: 0;
}

.gpc-period-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.gpc-period-option {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #202020;
  font: inherit;
  cursor: pointer;
  text-align: left;
}

.gpc-period-option:hover {
  background: #f9f7f3;
}

.gpc-period-option.is-active {
  border-color: #7d39ff;
  box-shadow: 0 0 0 3px rgba(125, 57, 255, 0.14);
}

.gpc-period-option strong {
  color: #202020;
  font-size: 15px;
  line-height: 1;
}

.gpc-period-option span {
  color: #7d39ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.gpc-coupon-field {
  width: 100%;
  display: block;
  margin-top: 24px;
}

.gpc-coupon-field span {
  display: block;
  margin-bottom: 8px;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
}

.gpc-coupon-field input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  outline: none;
  background: #ffffff;
  color: #202020;
  font: inherit;
  font-size: 14px;
}

.gpc-coupon-field input:focus {
  border-color: #7d39ff;
  box-shadow: 0 0 0 3px rgba(125, 57, 255, 0.16);
}

.gpc-payment-coupon-field {
  max-width: 520px;
}

.gpc-coupon-combo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  background: #ffffff;
}

.gpc-coupon-combo:focus-within {
  border-color: #7d39ff;
  box-shadow: 0 0 0 3px rgba(125, 57, 255, 0.16);
}

.gpc-coupon-combo input {
  height: 48px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.gpc-coupon-combo input:focus {
  border-color: transparent;
  box-shadow: none;
}

.gpc-coupon-combo .gpc-button {
  min-width: 86px;
  height: 48px;
  margin: 0;
  border: 0;
  border-left: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 0 !important;
}

.gpc-coupon-status {
  max-width: 520px;
  margin: 12px 0 0;
}

.gpc-payment-section {
  display: grid;
  gap: 16px;
}

.gpc-payment-summary {
  max-width: 640px;
  margin: -8px 0 0;
  color: #575757;
  font-size: 14px;
  line-height: 1.5;
}

.gpc-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.gpc-payment-method {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #202020;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.gpc-payment-method.is-active,
.gpc-payment-method:hover {
  border-color: #7d39ff;
  background: #7d39ff;
  color: #ffffff;
}

.gpc-payment-submit {
  width: min(240px, 100%);
}

.gpc-order-card .gpc-button {
  width: 100%;
  margin-top: 20px;
}

.gpc-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gpc-info-card .gpc-button,
.gpc-info-grid .gpc-card .gpc-button {
  margin-top: auto;
}

.gpc-order-list-wrap,
.gpc-invite-page,
.gpc-form-page {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.gpc-list-panel {
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-profile-masonry {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.gpc-list-section {
  padding: 24px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-profile-masonry .gpc-list-section {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-invite-page {
  display: grid;
  gap: 24px;
}

.gpc-list-section-flat {
  padding: 0;
  border-top: 0;
}

.gpc-list-section:first-child {
  border-top: 0;
}

.gpc-profile-masonry .gpc-list-section:first-child {
  border-top: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-list-section h2 {
  margin: 0 0 18px;
  color: #202020 !important;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
}

.gpc-list-section > p,
.gpc-inline-note {
  margin: 0 0 18px;
  color: #575757;
  font-size: 14px;
  line-height: 1.55;
}

.gpc-wallet-section {
  background: #f9f7f3;
}

.gpc-wallet-balance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.gpc-wallet-metric {
  min-width: 0;
}

.gpc-wallet-metric + .gpc-wallet-metric {
  padding-left: 18px;
  border-left: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-wallet-metric span {
  display: block;
  margin-bottom: 8px;
  color: #575757;
  font-size: 12px;
  font-weight: 800;
}

.gpc-wallet-metric strong {
  display: block;
  min-width: 0;
  color: #202020;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.gpc-wallet-amount {
  display: block;
  margin-top: 10px;
  color: #202020;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.gpc-wallet-caption {
  margin: 12px 0 0 !important;
  color: #575757;
  font-size: 14px;
  font-weight: 700;
}

.gpc-traffic-gauge {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-traffic-gauge-visual {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}

.gpc-traffic-gauge svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.gpc-traffic-gauge-track,
.gpc-traffic-gauge-fill {
  fill: none;
  stroke-width: 18;
  stroke-linecap: round;
}

.gpc-traffic-gauge-track {
  stroke: rgba(32, 32, 32, 0.1);
}

.gpc-traffic-gauge-fill {
  stroke: #7d39ff;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.gpc-traffic-gauge-center {
  position: absolute;
  left: 50%;
  top: 58%;
  min-width: 150px;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.gpc-traffic-gauge-center span,
.gpc-traffic-gauge-footer span {
  display: block;
  color: #575757;
  font-size: 12px;
  font-weight: 800;
}

.gpc-traffic-gauge-center strong {
  display: block;
  margin-top: 6px;
  color: #202020;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.gpc-traffic-gauge-center em {
  display: block;
  margin-top: 8px;
  color: #7d39ff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.gpc-traffic-gauge-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: -2px;
}

.gpc-traffic-gauge-footer strong {
  min-width: 0;
  color: #202020;
  font-size: 16px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.gpc-traffic-gauge-footer span {
  flex: 0 0 auto;
  text-align: right;
}

.gpc-profile-summary {
  display: grid;
  grid-template-columns: minmax(96px, 0.45fr) minmax(0, 1fr);
  gap: 10px 12px;
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-profile-summary dt {
  margin: 0;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
}

.gpc-profile-summary dd {
  min-width: 0;
  margin: 0;
  color: #202020;
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.gpc-list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  background: #f9f7f3;
}

.gpc-list-summary {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 16px;
  flex: 1 1 auto;
}

.gpc-list-summary div {
  min-width: 0;
}

.gpc-list-summary span {
  display: block;
  color: #575757;
  font-size: 12px;
  font-weight: 700;
}

.gpc-list-summary strong {
  display: block;
  margin-top: 6px;
  color: #202020;
  font-size: 20px;
  line-height: 1;
}

.gpc-order-list,
.gpc-invite-list,
.gpc-commission-list,
.gpc-profile-list,
.gpc-ticket-list,
.gpc-node-list,
.gpc-traffic-list {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-order-row,
.gpc-invite-row,
.gpc-commission-row,
.gpc-profile-row,
.gpc-ticket-row,
.gpc-node-row,
.gpc-traffic-row {
  display: grid;
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 14px 20px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
  color: #3a3a3a;
  font-size: 14px;
}

.gpc-order-row {
  min-width: 980px;
  grid-template-columns: minmax(220px, 1.25fr) minmax(110px, 0.7fr) minmax(120px, 0.75fr) minmax(120px, 0.75fr) minmax(180px, 1fr) minmax(100px, 0.6fr);
}

.gpc-invite-row {
  min-width: 880px;
  grid-template-columns: minmax(160px, 0.8fr) minmax(360px, 1.8fr) minmax(180px, 0.9fr) minmax(110px, 0.6fr);
}

.gpc-commission-row {
  min-width: 420px;
  grid-template-columns: minmax(220px, 1fr) minmax(140px, 0.7fr);
}

.gpc-profile-row {
  min-width: 420px;
  grid-template-columns: minmax(160px, 0.6fr) minmax(220px, 1fr);
}

.gpc-ticket-row {
  min-width: 980px;
  grid-template-columns: minmax(220px, 1.2fr) minmax(110px, 0.6fr) minmax(120px, 0.7fr) minmax(160px, 0.85fr) minmax(160px, 0.85fr) minmax(150px, 0.8fr);
}

.gpc-node-row {
  min-width: 860px;
  grid-template-columns: minmax(240px, 1.25fr) minmax(110px, 0.55fr) minmax(100px, 0.5fr) minmax(220px, 1fr) minmax(130px, 0.65fr);
}

.gpc-traffic-row {
  min-width: 760px;
  grid-template-columns: minmax(180px, 1fr) minmax(140px, 0.8fr) minmax(140px, 0.8fr) minmax(110px, 0.6fr) minmax(140px, 0.8fr);
}

.gpc-order-row-head,
.gpc-invite-row-head,
.gpc-commission-row-head,
.gpc-ticket-row-head,
.gpc-node-row-head,
.gpc-traffic-row-head {
  min-height: 48px;
  border-top: 0;
  background: #f3f0e8;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
}

.gpc-order-row strong,
.gpc-invite-row strong,
.gpc-commission-row strong,
.gpc-profile-row strong,
.gpc-ticket-row strong,
.gpc-node-row strong,
.gpc-traffic-row strong {
  color: #202020;
  font-weight: 800;
}

.gpc-order-row .gpc-pill,
.gpc-node-row .gpc-pill,
.gpc-traffic-row .gpc-pill {
  justify-self: start;
}

.gpc-order-empty {
  padding: 24px 20px;
  color: #575757;
  font-size: 14px;
}

.gpc-status:not([hidden]) + .gpc-order-list-wrap .gpc-order-empty,
.gpc-status:not([hidden]) + .gpc-invite-page .gpc-order-empty,
.gpc-status:not([hidden]) + .gpc-form-page .gpc-order-empty {
  background: linear-gradient(90deg, #f9f7f3 0%, #ffffff 48%, #f9f7f3 100%);
  background-size: 220% 100%;
  animation: gpc-loading-sheen 1.2s ease-in-out infinite;
}

@keyframes gpc-loading-sheen {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

.gpc-table-url {
  min-width: 0;
  overflow: hidden;
  color: #575757;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gpc-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gpc-form-field {
  display: block;
  margin-top: 16px;
}

.gpc-form-field > span {
  display: block;
  margin-bottom: 8px;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
}

.gpc-form-field input,
.gpc-form-field select,
.gpc-form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  outline: none;
  background: #ffffff;
  color: #202020;
  font: inherit;
  font-size: 14px;
}

.gpc-form-field textarea {
  min-height: 120px;
  padding-top: 14px;
  resize: vertical;
}

.gpc-form-field input:focus,
.gpc-form-field select:focus,
.gpc-form-field textarea:focus {
  border-color: #7d39ff;
  box-shadow: 0 0 0 3px rgba(125, 57, 255, 0.16);
}

.gpc-ticket-combo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.gpc-ticket-combo:hover {
  border-color: rgba(32, 32, 32, 0.3);
}

.gpc-ticket-combo:focus-within {
  border-color: #7d39ff;
  box-shadow: 0 0 0 3px rgba(125, 57, 255, 0.16);
}

.gpc-ticket-combo input,
.gpc-ticket-combo select,
.gpc-ticket-combo input:focus,
.gpc-ticket-combo select:focus {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.gpc-ticket-combo select {
  width: auto;
  min-width: max-content;
  padding-right: 32px;
  border-left: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-list-section > .gpc-button {
  margin-top: 18px;
}

.gpc-toggle-row {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
  color: #202020;
  font-size: 14px;
  font-weight: 700;
}

.gpc-toggle-row:first-of-type {
  border-top: 0;
}

.gpc-toggle-row input {
  width: 46px;
  height: 26px;
  min-height: 26px;
  flex: 0 0 46px;
  appearance: none;
  position: relative;
  padding: 0;
  border: 1px solid rgba(32, 32, 32, 0.14);
  border-radius: 999px;
  outline: none;
  background: #e8e2d8;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.gpc-toggle-row input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(32, 32, 32, 0.18);
  transition: transform 160ms ease;
}

.gpc-toggle-row input:checked {
  border-color: #7d39ff;
  background: #7d39ff;
}

.gpc-toggle-row input:checked::after {
  transform: translateX(20px);
}

.gpc-toggle-row input:focus-visible {
  box-shadow: 0 0 0 3px rgba(125, 57, 255, 0.16);
}

.gpc-knowledge-page {
  display: grid;
  gap: 24px;
}

.gpc-doc-section {
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-doc-list {
  display: grid;
  gap: 18px;
}

.gpc-doc-list article {
  padding-top: 18px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
}

.gpc-doc-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.gpc-doc-list h3 {
  margin: 0 0 12px;
  color: #202020;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.gpc-doc-body {
  color: #575757;
  font-size: 14px;
  line-height: 1.7;
}

.gpc-doc-body :where(p, ul, ol, pre, blockquote) {
  margin: 12px 0 0;
}

.gpc-doc-body :where(h1, h2, h3, h4) {
  margin: 18px 0 8px;
  color: #202020;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-weight: 800;
  line-height: 1.18;
}

.gpc-doc-body h1 {
  font-size: 28px;
}

.gpc-doc-body h2 {
  font-size: 24px !important;
}

.gpc-doc-body h3,
.gpc-doc-body h4 {
  font-size: 18px;
}

.gpc-doc-body ul,
.gpc-doc-body ol {
  padding-left: 1.2em;
}

.gpc-doc-body code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #f3f0e8;
  color: #202020;
}

.gpc-doc-body a {
  color: #7d39ff;
  font-weight: 700;
}

.gpc-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.52);
}

.gpc-dialog-backdrop[hidden] {
  display: none;
}

.gpc-dialog {
  width: min(560px, 100%);
  padding: 28px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 10px;
  background: #ffffff;
  color: #202020;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.gpc-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.gpc-dialog-eyebrow {
  color: #7d39ff;
  font-family: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
  font-size: 11px;
  line-height: 1.5;
}

.gpc-dialog h2 {
  margin: 8px 0 0;
  color: #202020 !important;
  font-family: "Arial Black", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif !important;
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.gpc-dialog-close {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px !important;
  background: #ffffff;
  color: #202020;
  font: inherit;
  font-size: 28px;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer;
}

.gpc-dialog-close span {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}

.gpc-dialog-close span::before,
.gpc-dialog-close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.gpc-dialog-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gpc-dialog-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gpc-dialog-close:hover {
  background: #f3f0e8;
}

.gpc-dialog > p {
  margin: 20px 0 0;
  color: #575757;
  font-size: 15px;
  line-height: 1.55;
}

.gpc-subscribe-field {
  display: block;
  margin-top: 24px;
}

.gpc-subscribe-field > span {
  display: block;
  margin-bottom: 8px;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
}

.gpc-subscribe-field input {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 999px;
  outline: none;
  background: #ffffff;
  color: #202020;
  font: 13px/1.4 "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
}

.gpc-subscribe-field input:focus {
  border-color: #7d39ff;
  box-shadow: 0 0 0 3px rgba(125, 57, 255, 0.16);
}

.gpc-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gpc-table {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.gpc-row {
  min-width: 720px;
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(130px, 0.8fr) minmax(120px, 0.7fr) 130px;
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 14px 20px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
  color: #3a3a3a;
  font-size: 14px;
}

.gpc-row-head {
  min-height: 48px;
  border-top: 0;
  background: #f3f0e8;
  color: #575757;
  font-size: 13px;
  font-weight: 700;
}

.gpc-row strong {
  color: #202020;
  font-weight: 700;
}

.gpc-row .gpc-pill {
  justify-self: start;
}

.gpc-footer {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 32px;
  background: #000000;
  color: rgba(252, 252, 252, 0.6);
  font-size: 12px;
}

.gpc-footer strong {
  color: #fcfcfc;
  font-weight: 700;
}

/* Keep native XBoard routes on the same GoPass workspace system. */
.gp-user-active #app .side-menu .n-menu-item-content:not(.n-menu-item-content--selected),
.gp-user-active #app .side-menu .n-menu-item-content:not(.n-menu-item-content--selected) .n-menu-item-content-header,
.gp-user-active #app .side-menu .n-menu-item-content:not(.n-menu-item-content--selected) .n-icon {
  color: #202020 !important;
}

.gp-user-active #app .side-menu .n-menu-item-content:not(.n-menu-item-content--selected):hover,
.gp-user-active #app .side-menu .n-menu-item-content:not(.n-menu-item-content--selected):hover .n-menu-item-content-header,
.gp-user-active #app .side-menu .n-menu-item-content:not(.n-menu-item-content--selected):hover .n-icon {
  color: #202020 !important;
}

.gp-user-active #app .side-menu .n-menu-item-content--selected,
.gp-user-active #app .side-menu .n-menu-item-content--selected .n-menu-item-content-header,
.gp-user-active #app .side-menu .n-menu-item-content--selected .n-icon {
  color: #7d39ff !important;
}

.gp-user-active #app .gp-workspace-page {
  padding: 48px 40px 80px !important;
}

.gp-user-active #app .gp-workspace-page::before {
  margin-bottom: 32px;
  color: #202020;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0;
}

.gp-user-active #app .gp-workspace-page .n-card,
.gp-user-active #app .gp-workspace-page .n-data-table,
.gp-user-active #app .gp-workspace-page .n-list {
  border-radius: 8px !important;
  box-shadow: none !important;
}

html.gpc-dark-mode,
html.gpc-dark-mode body,
html.gpc-dark-mode.gp-console-active body {
  background: #101010;
  color: #f4f0ea;
}

html.gpc-dark-mode .gpc-console {
  background: #101010;
  color: #f4f0ea;
}

html.gpc-dark-mode .gpc-nav {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background: rgba(18, 18, 18, 0.96);
}

html.gpc-dark-mode .gpc-brand .gp-text-logo span:last-child {
  color: #ffffff;
}

html.gpc-dark-mode .gpc-shell,
html.gpc-dark-mode .gpc-workspace {
  background: #101010;
  color: #f4f0ea;
}

html.gpc-dark-mode .gpc-sidebar,
html.gpc-dark-mode .gpc-card,
html.gpc-dark-mode .gpc-shortcut-grid,
html.gpc-dark-mode .gpc-shortcut,
html.gpc-dark-mode .gpc-plan-filters,
html.gpc-dark-mode .gpc-plan-card,
html.gpc-dark-mode .gpc-period-option,
html.gpc-dark-mode .gpc-list-panel,
html.gpc-dark-mode .gpc-profile-masonry .gpc-list-section,
html.gpc-dark-mode .gpc-order-list,
html.gpc-dark-mode .gpc-invite-list,
html.gpc-dark-mode .gpc-commission-list,
html.gpc-dark-mode .gpc-profile-list,
html.gpc-dark-mode .gpc-ticket-list,
html.gpc-dark-mode .gpc-node-list,
html.gpc-dark-mode .gpc-traffic-list,
html.gpc-dark-mode .gpc-table,
html.gpc-dark-mode .gpc-dialog,
html.gpc-dark-mode .gpc-nav-action-button,
html.gpc-dark-mode .gpc-account-trigger,
html.gpc-dark-mode .gpc-account-dropdown,
html.gpc-dark-mode .gpc-sidebar-toggle,
html.gpc-dark-mode .gpc-coupon-combo,
html.gpc-dark-mode .gpc-payment-section,
html.gpc-dark-mode .gpc-payment-method {
  border-color: rgba(255, 255, 255, 0.14);
  background: #1d1d1d;
  color: #f4f0ea;
}

html.gpc-dark-mode .gpc-sidebar {
  background: #181818;
  border-right-color: rgba(255, 255, 255, 0.14);
}

html.gpc-dark-mode .gpc-sidebar-label {
  color: #9a9a9a;
}

html.gpc-dark-mode .gpc-account-trigger,
html.gpc-dark-mode .gpc-account-dropdown a,
html.gpc-dark-mode .gpc-account-dropdown button,
html.gpc-dark-mode .gpc-side-link {
  color: #f4f0ea !important;
}

html.gpc-dark-mode .gpc-account-avatar {
  background: #7d39ff;
  color: #ffffff;
}

html.gpc-dark-mode .gpc-account-dropdown {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

html.gpc-dark-mode .gpc-account-dropdown a:hover,
html.gpc-dark-mode .gpc-account-dropdown button:hover,
html.gpc-dark-mode .gpc-side-link:hover,
html.gpc-dark-mode .gpc-side-link.is-active,
html.gpc-dark-mode .gpc-shortcut:hover,
html.gpc-dark-mode .gpc-period-option:hover,
html.gpc-dark-mode .gpc-plan-filters button:hover,
html.gpc-dark-mode .gpc-dialog-close:hover {
  background: #292929;
  color: #ffffff !important;
}

html.gpc-dark-mode .gpc-side-link.is-active {
  background: rgba(125, 57, 255, 0.18);
  color: #ffffff !important;
}

html.gpc-dark-mode .gpc-nav-action-button:hover,
html.gpc-dark-mode .gpc-payment-method.is-active,
html.gpc-dark-mode .gpc-payment-method:hover {
  border-color: #7d39ff;
  background: #7d39ff;
  color: #ffffff;
}

html.gpc-dark-mode .gpc-page-head h1,
html.gpc-dark-mode .gpc-workspace-section > h2,
html.gpc-dark-mode .gpc-card h2,
html.gpc-dark-mode .gpc-card h3,
html.gpc-dark-mode .gpc-list-section h2,
html.gpc-dark-mode .gpc-dialog h2,
html.gpc-dark-mode .gpc-period-option strong,
html.gpc-dark-mode .gpc-list-summary strong,
html.gpc-dark-mode .gpc-wallet-metric strong,
html.gpc-dark-mode .gpc-traffic-gauge-center strong,
html.gpc-dark-mode .gpc-traffic-gauge-center em,
html.gpc-dark-mode .gpc-traffic-gauge-footer strong,
html.gpc-dark-mode .gpc-profile-summary dd,
html.gpc-dark-mode .gpc-order-row strong,
html.gpc-dark-mode .gpc-invite-row strong,
html.gpc-dark-mode .gpc-commission-row strong,
html.gpc-dark-mode .gpc-profile-row strong,
html.gpc-dark-mode .gpc-ticket-row strong,
html.gpc-dark-mode .gpc-node-row strong,
html.gpc-dark-mode .gpc-traffic-row strong,
html.gpc-dark-mode .gpc-alert-banner,
html.gpc-dark-mode .gpc-doc-body,
html.gpc-dark-mode .gpc-doc-body code {
  color: #f8f5ef !important;
}

html.gpc-dark-mode .gpc-page-head p,
html.gpc-dark-mode .gpc-card p,
html.gpc-dark-mode .gpc-shortcut > span:last-child,
html.gpc-dark-mode .gpc-list-summary span,
html.gpc-dark-mode .gpc-wallet-metric span,
html.gpc-dark-mode .gpc-traffic-gauge-center span,
html.gpc-dark-mode .gpc-traffic-gauge-footer span,
html.gpc-dark-mode .gpc-profile-summary dt,
html.gpc-dark-mode .gpc-dialog > p,
html.gpc-dark-mode .gpc-payment-summary,
html.gpc-dark-mode .gpc-alert-banner span,
html.gpc-dark-mode .gpc-order-empty,
html.gpc-dark-mode .gpc-table-url,
html.gpc-dark-mode .gpc-form-field > span,
html.gpc-dark-mode .gpc-coupon-field span,
html.gpc-dark-mode .gpc-subscribe-field > span {
  color: #cfc8bd;
}

html.gpc-dark-mode .gpc-progress,
html.gpc-dark-mode .gpc-order-row-head,
html.gpc-dark-mode .gpc-invite-row-head,
html.gpc-dark-mode .gpc-commission-row-head,
html.gpc-dark-mode .gpc-ticket-row-head,
html.gpc-dark-mode .gpc-node-row-head,
html.gpc-dark-mode .gpc-traffic-row-head,
html.gpc-dark-mode .gpc-doc-body code {
  background: #292929;
}

html.gpc-dark-mode .gpc-list-section,
html.gpc-dark-mode .gpc-wallet-metric + .gpc-wallet-metric,
html.gpc-dark-mode .gpc-traffic-gauge,
html.gpc-dark-mode .gpc-profile-summary,
html.gpc-dark-mode .gpc-order-row,
html.gpc-dark-mode .gpc-invite-row,
html.gpc-dark-mode .gpc-commission-row,
html.gpc-dark-mode .gpc-profile-row,
html.gpc-dark-mode .gpc-ticket-row,
html.gpc-dark-mode .gpc-node-row,
html.gpc-dark-mode .gpc-traffic-row,
html.gpc-dark-mode .gpc-shortcut {
  border-color: rgba(255, 255, 255, 0.14) !important;
  color: #e8e1d8;
}

html.gpc-dark-mode .gpc-form-field input,
html.gpc-dark-mode .gpc-form-field select,
html.gpc-dark-mode .gpc-form-field textarea,
html.gpc-dark-mode .gpc-coupon-field input,
html.gpc-dark-mode .gpc-subscribe-field input {
  border-color: rgba(255, 255, 255, 0.14);
  background: #111111;
  color: #f8f5ef;
}

html.gpc-dark-mode .gpc-form-field input::placeholder,
html.gpc-dark-mode .gpc-form-field textarea::placeholder,
html.gpc-dark-mode .gpc-coupon-field input::placeholder,
html.gpc-dark-mode .gpc-subscribe-field input::placeholder {
  color: #898989;
}

html.gpc-dark-mode .gpc-coupon-combo input {
  border-color: transparent;
  background: #1d1d1d;
}

html.gpc-dark-mode .gpc-coupon-combo .gpc-button {
  border-left-color: rgba(255, 255, 255, 0.14);
}

html.gpc-dark-mode .gpc-button {
  border-color: rgba(255, 255, 255, 0.14);
  background: #242424;
  color: #f8f5ef !important;
}

html.gpc-dark-mode .gpc-button:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: #303030;
}

html.gpc-dark-mode .gpc-button-primary {
  border-color: #7d39ff;
  background: #7d39ff;
  color: #ffffff !important;
}

html.gpc-dark-mode .gpc-alert-banner {
  border-color: rgba(125, 57, 255, 0.48);
  border-left-color: #7d39ff;
  background: #1d1d1d;
}

html.gpc-dark-mode .gpc-alert-banner:hover {
  background: #292929;
}

html.gpc-dark-mode .gpc-status {
  background: rgba(125, 57, 255, 0.18);
  color: #f8f5ef;
}

html.gpc-dark-mode .gpc-status.is-error {
  background: rgba(196, 61, 61, 0.18);
  color: #ff9c9c;
}

html.gpc-dark-mode .gpc-button-dark {
  background: #ffffff;
  color: #202020;
}

html.gpc-dark-mode .gpc-table th,
html.gpc-dark-mode .gpc-table td,
html.gpc-dark-mode .gpc-list-summary div,
html.gpc-dark-mode .gpc-coupon-check-message,
html.gpc-dark-mode .gpc-payment-coupon-field {
  border-color: rgba(255, 255, 255, 0.14);
  color: #e8e1d8;
}

html.gpc-dark-mode .gpc-order-row > :last-child,
html.gpc-dark-mode .gpc-ticket-row > :last-child {
  background: #1d1d1d;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.12);
}

html.gpc-dark-mode .gpc-order-row-head > :last-child,
html.gpc-dark-mode .gpc-ticket-row-head > :last-child {
  background: #292929;
}

@media (max-width: 1080px) {
  .gpc-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpc-client-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpc-kpi-card:last-child {
    grid-column: 1 / -1;
  }

  .gpc-shortcut-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpc-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpc-checkout-grid,
  .gpc-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpc-list-summary {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .gpc-shortcut:nth-child(3) {
    border-left: 0 !important;
  }

  .gpc-shortcut:nth-child(n + 3) {
    border-top: 1px solid rgba(32, 32, 32, 0.12) !important;
  }
}

@media (max-width: 900px) {
  .gpc-profile-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .gpc-shell {
    grid-template-columns: 1fr;
  }

  .gpc-sidebar-toggle {
    display: inline-flex;
  }

  .gpc-sidebar {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 10px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(32, 32, 32, 0.12);
  }

  .gpc-sidebar-group {
    display: contents;
  }

  .gpc-sidebar-label {
    display: none;
  }

  .gpc-side-link {
    flex: 0 0 auto;
    margin-top: 0;
    padding: 8px 14px;
  }

  .gpc-console.is-sidebar-collapsed .gpc-sidebar {
    display: none;
  }

  .gpc-page-head h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 720px) {
  .gpc-nav {
    padding: 0 16px;
  }

  .gpc-brand img,
  .gpc-brand .gp-logo-image {
    width: 112px;
    height: 28px;
  }

  .gpc-brand .gp-text-logo {
    max-width: 168px;
    font-size: 42px;
  }

  .gpc-account-trigger {
    width: 44px;
    padding: 5px;
  }

  .gpc-nav-actions {
    gap: 6px;
  }

  .gpc-nav-action-button {
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }

  .gpc-client-download-grid {
    grid-template-columns: 1fr;
  }

  .gpc-profile-masonry {
    grid-template-columns: 1fr;
  }

  .gpc-wallet-balance-grid {
    gap: 14px;
  }

  .gpc-wallet-metric + .gpc-wallet-metric {
    padding-left: 14px;
  }

  .gpc-traffic-gauge-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .gpc-traffic-gauge-footer span {
    text-align: left;
  }

  .gpc-profile-summary {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .gpc-profile-summary dd {
    margin-bottom: 8px;
  }

  .gpc-profile-summary dd:last-child {
    margin-bottom: 0;
  }

  .gpc-account-email,
  .gpc-account-chevron {
    display: none;
  }

  .gpc-workspace {
    padding: 40px 20px 64px;
  }

  .gpc-page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .gpc-page-head h1 {
    font-size: 32px !important;
  }

  .gpc-kpi-grid {
    grid-template-columns: 1fr;
  }

  .gpc-plan-grid {
    grid-template-columns: 1fr;
  }

  .gpc-checkout-grid,
  .gpc-info-grid,
  .gpc-period-grid {
    grid-template-columns: 1fr;
  }

  .gpc-list-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gpc-list-summary {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .gpc-plan-filters {
    width: 100%;
    border-radius: 8px;
  }

  .gpc-plan-filters button {
    flex: 1 1 auto;
  }

  .gpc-plan-card {
    min-height: 340px;
  }

  .gpc-plan-compare {
    overflow-x: auto;
  }

  .gpc-plan-compare-row {
    min-width: 720px;
  }

  .gpc-kpi-card:last-child {
    grid-column: auto;
  }

  .gpc-shortcut-grid {
    grid-template-columns: 1fr;
  }

  .gpc-alert-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .gpc-alert-banner span {
    text-align: left;
  }

  .gpc-shortcut {
    min-height: 140px;
    border-top: 1px solid rgba(32, 32, 32, 0.12) !important;
    border-left: 0 !important;
  }

  .gpc-shortcut:first-child {
    border-top: 0 !important;
  }

  .gpc-dialog {
    padding: 24px 20px;
  }

  .gpc-dialog h2 {
    font-size: 40px !important;
  }

  .gpc-dialog-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .gpc-dialog-actions .gpc-button {
    width: 100%;
  }

  .gpc-workspace-section {
    margin-top: 48px;
  }

  .gpc-workspace-section > h2 {
    font-size: 40px !important;
  }

  .gpc-footer {
    display: block;
    padding: 18px 20px;
  }

  .gpc-footer span {
    display: block;
    margin-top: 6px;
  }

  .gp-user-active #app .gp-workspace-page {
    padding: 32px 16px 64px !important;
  }

  .gp-user-active #app .gp-workspace-page::before {
    font-size: 44px;
  }
}

@media (max-width: 720px) {
  .gpc-order-list {
    position: relative;
    min-width: 0;
  }

  .gpc-order-row {
    width: 800px;
    min-width: 800px;
    max-width: none;
    grid-template-columns: 210px 86px 106px 106px 156px 136px;
  }

  .gpc-order-row > :last-child {
    position: sticky;
    right: 0;
    z-index: 2;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: -1px 0 0 rgba(32, 32, 32, 0.1);
  }

  .gpc-order-row-head > :last-child {
    z-index: 3;
    background: #f3f0e8;
  }

  .gpc-traffic-list {
    min-width: 0;
  }

  .gpc-traffic-row {
    width: 600px;
    min-width: 600px;
    max-width: none;
    grid-template-columns: 150px 92px 92px 76px 110px;
  }

  .gpc-invite-list,
  .gpc-commission-list,
  .gpc-ticket-list {
    position: relative;
    min-width: 0;
  }

  .gpc-invite-row {
    width: 800px;
    min-width: 800px;
    max-width: none;
    grid-template-columns: 140px 360px 140px 96px;
  }

  .gpc-commission-row {
    width: 420px;
    min-width: 420px;
    max-width: none;
    grid-template-columns: 240px 140px;
  }

  .gpc-ticket-row {
    width: 800px;
    min-width: 800px;
    max-width: none;
    grid-template-columns: 210px 86px 106px 146px 146px 106px;
  }

  .gpc-ticket-row > :last-child {
    position: sticky;
    right: 0;
    z-index: 2;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: -1px 0 0 rgba(32, 32, 32, 0.1);
  }

  .gpc-ticket-row-head > :last-child {
    z-index: 3;
    background: #f3f0e8;
  }

  .gpc-ticket-row > .gpc-table-actions {
    flex-wrap: wrap;
  }

  .gpc-ticket-row > .gpc-table-actions .gpc-button {
    white-space: nowrap;
  }

  .gpc-node-list {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .gpc-node-row-head {
    display: none;
  }

  .gpc-node-row {
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
    padding: 16px;
    border: 1px solid rgba(32, 32, 32, 0.12);
    border-radius: 8px;
    background: #ffffff;
  }

  .gpc-node-row > * {
    min-width: 0;
  }

  .gpc-node-row > *:not(.gpc-button) {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    overflow-wrap: anywhere;
  }

  .gpc-node-row > *:not(.gpc-button)::before {
    color: #66615b;
    font-size: 12px;
    font-weight: 700;
  }

  .gpc-node-row > :nth-child(1)::before {
    content: "节点";
  }

  .gpc-node-row > :nth-child(2)::before {
    content: "状态";
  }

  .gpc-node-row > :nth-child(3)::before {
    content: "倍率";
  }

  .gpc-node-row > :nth-child(4)::before {
    content: "线路";
  }

  .gpc-node-row > .gpc-button {
    width: 100%;
    margin-top: 4px;
  }
}

@media (max-width: 720px) {
  .gpc-account-trigger {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
  }

  .gpc-account-avatar {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 15px;
  }
}
