.respawn-custom-pc-form-shell {
  --rpc-surface: #0d1420;
  --rpc-surface-raised: #111a28;
  --rpc-surface-input: #070d17;
  --rpc-border: #263247;
  --rpc-border-strong: #3b4961;
  --rpc-text: #f8fafc;
  --rpc-muted: #9aa8bc;
  --rpc-soft: #6f7e94;
  --rpc-purple: #8b5cf6;
  --rpc-purple-light: #c4b5fd;
  --rpc-green: #2dd4bf;
  --rpc-danger: #ff7b86;
  width: 100%;
  color: var(--rpc-text);
}

.respawn-custom-pc-form-shell *,
.respawn-custom-pc-form-shell *::before,
.respawn-custom-pc-form-shell *::after {
  box-sizing: border-box;
}

.respawn-custom-pc-form-shell [hidden] {
  display: none !important;
}

.respawn-custom-pc-form-shell a {
  color: var(--rpc-purple-light);
}

.respawn-custom-pc-form-shell button,
.respawn-custom-pc-form-shell input,
.respawn-custom-pc-form-shell textarea {
  font: inherit;
}

.respawn-custom-pc-form-shell button:focus-visible,
.respawn-custom-pc-form-shell a:focus-visible,
.respawn-custom-pc-form-shell input:focus-visible,
.respawn-custom-pc-form-shell textarea:focus-visible {
  outline: 2px solid var(--rpc-purple-light);
  outline-offset: 3px;
}

.respawn-custom-pc-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--rpc-purple-light);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.respawn-custom-pc-success,
.respawn-custom-pc-errors {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid var(--rpc-border);
  border-radius: 8px;
  background: var(--rpc-surface);
}

.respawn-custom-pc-errors {
  padding: 18px 20px;
  border-left: 3px solid var(--rpc-danger);
}

.respawn-custom-pc-errors strong,
.respawn-custom-pc-errors > span {
  display: block;
}

.respawn-custom-pc-errors strong {
  color: #fff;
  font-size: 15px;
}

.respawn-custom-pc-errors > span {
  margin-top: 4px;
  color: var(--rpc-muted);
  font-size: 13px;
}

.respawn-custom-pc-errors ul {
  margin: 11px 0 0;
  padding-left: 18px;
  color: #d9e0ea;
  font-size: 13px;
  line-height: 1.6;
}

.respawn-custom-pc-success {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  max-width: 900px;
  padding: 30px;
  border-top: 2px solid var(--rpc-green);
}

.respawn-custom-pc-success-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #2f655f;
  border-radius: 8px;
  background: #102824;
  color: var(--rpc-green);
  font-size: 25px;
  font-weight: 900;
}

.respawn-custom-pc-success h2 {
  margin: 0;
  color: #fff;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: 0;
}

.respawn-custom-pc-success p {
  max-width: 680px;
  margin: 11px 0 0;
  color: var(--rpc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.respawn-custom-pc-success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.respawn-custom-pc-success-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid var(--rpc-border-strong);
  border-radius: 6px;
  background: var(--rpc-surface-raised);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.respawn-custom-pc-success-actions a:first-child {
  border-color: var(--rpc-purple);
  background: var(--rpc-purple);
}

.respawn-custom-pc-progress {
  max-width: 1240px;
  margin: 0 auto 14px;
  padding: 16px 18px 15px;
  border: 1px solid var(--rpc-border);
  border-radius: 8px;
  background: #0a111c;
}

.respawn-custom-pc-progress-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.respawn-custom-pc-progress-copy span {
  color: var(--rpc-purple-light);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.respawn-custom-pc-progress-copy strong {
  color: #e9eef6;
  font-size: 12px;
  font-weight: 750;
}

.respawn-custom-pc-progress-track {
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  background: #1b2638;
}

.respawn-custom-pc-progress-track span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--rpc-purple);
  transition: width 220ms ease;
}

.respawn-custom-pc-progress ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.respawn-custom-pc-progress li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--rpc-soft);
}

.respawn-custom-pc-progress li span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #344158;
  border-radius: 5px;
  color: #9ba8ba;
  font-size: 10px;
  font-weight: 850;
}

.respawn-custom-pc-progress li small {
  overflow: hidden;
  font-size: 10px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.respawn-custom-pc-progress li.is-current {
  color: #fff;
}

.respawn-custom-pc-progress li.is-current span {
  border-color: var(--rpc-purple);
  background: var(--rpc-purple);
  color: #fff;
}

.respawn-custom-pc-progress li.is-complete span {
  border-color: #38756e;
  background: #12302c;
  color: var(--rpc-green);
}

.respawn-custom-pc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 16px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}

.respawn-custom-pc-main {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--rpc-border);
  border-top: 2px solid var(--rpc-purple);
  border-radius: 8px;
  background: var(--rpc-surface);
}

.respawn-custom-pc-form-shell:not(.is-enhanced) .respawn-custom-pc-progress,
.respawn-custom-pc-form-shell:not(.is-enhanced) .respawn-custom-pc-step-actions {
  display: none;
}

.respawn-custom-pc-form-shell:not(.is-enhanced) .respawn-custom-pc-step + .respawn-custom-pc-step {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid var(--rpc-border);
}

.respawn-custom-pc-step[hidden] {
  display: none;
}

.respawn-custom-pc-step-head {
  max-width: 720px;
  margin-bottom: 27px;
}

.respawn-custom-pc-step-head h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.respawn-custom-pc-step-head p {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--rpc-muted);
  font-size: 14px;
  line-height: 1.65;
  text-wrap: pretty;
}
.respawn-custom-pc-choice-group,
.respawn-custom-pc-fieldset,
.respawn-custom-pc-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.respawn-custom-pc-choice-group + .respawn-custom-pc-choice-group,
.respawn-custom-pc-question-pair,
.respawn-custom-pc-fieldset + .respawn-custom-pc-choice-group,
.respawn-custom-pc-choice-group + .respawn-custom-pc-field,
.respawn-custom-pc-field + .respawn-custom-pc-field {
  margin-top: 24px;
}

.respawn-custom-pc-question-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.respawn-custom-pc-question-pair .respawn-custom-pc-choice-group {
  margin-top: 0;
}

.respawn-custom-pc-choice-group legend,
.respawn-custom-pc-fieldset legend,
.respawn-custom-pc-field label {
  display: block;
  margin: 0 0 11px;
  color: #eef2f7;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.respawn-custom-pc-choice-group legend span,
.respawn-custom-pc-fieldset legend span {
  color: var(--rpc-purple-light);
}

.respawn-custom-pc-field label span {
  margin-left: 4px;
  color: var(--rpc-soft);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.respawn-custom-pc-field-help {
  margin: -5px 0 13px;
  color: var(--rpc-soft);
  font-size: 11px;
  line-height: 1.5;
}

.respawn-custom-pc-choices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
  gap: 9px;
}

.respawn-custom-pc-choice {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 50px;
  height: 100%;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid var(--rpc-border);
  border-radius: 6px;
  background: var(--rpc-surface-input);
  color: #cbd4e0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.3;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.respawn-custom-pc-choice:hover {
  border-color: #5c4b89;
  background: #111827;
  color: #fff;
  transform: translateY(-1px);
}

.respawn-custom-pc-choice:has(input:checked)::after {
  margin-left: auto;
  color: var(--rpc-purple-light);
  content: "✓";
  font-size: 13px;
  font-weight: 900;
}
.respawn-custom-pc-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.respawn-custom-pc-choice::before {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border: 1px solid #526078;
  border-radius: 50%;
  background: #0b111c;
  content: "";
}

.respawn-custom-pc-choice:has(input:focus-visible) {
  outline: 2px solid var(--rpc-purple-light);
  outline-offset: 2px;
}

.respawn-custom-pc-choice:has(input:checked) {
  border-color: var(--rpc-purple);
  background: #21173a;
  color: #fff;
}

.respawn-custom-pc-choice:has(input:checked)::before {
  border: 3px solid #21173a;
  background: var(--rpc-purple-light);
  box-shadow: 0 0 0 1px var(--rpc-purple-light);
}

.respawn-custom-pc-grid {
  display: grid;
  gap: 12px;
}

.respawn-custom-pc-grid > .respawn-custom-pc-field {
  margin-top: 0;
}

.respawn-custom-pc-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.respawn-custom-pc-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.respawn-custom-pc-contact-fields .respawn-custom-pc-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.respawn-custom-pc-field input,
.respawn-custom-pc-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--rpc-border);
  border-radius: 6px;
  background: var(--rpc-surface-input);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.respawn-custom-pc-field textarea {
  min-height: 112px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1.5;
  resize: vertical;
}

.respawn-custom-pc-field input::placeholder,
.respawn-custom-pc-field textarea::placeholder {
  color: #56657a;
  opacity: 1;
}

.respawn-custom-pc-field input:hover,
.respawn-custom-pc-field textarea:hover {
  border-color: var(--rpc-border-strong);
}

.respawn-custom-pc-field input:focus,
.respawn-custom-pc-field textarea:focus {
  border-color: var(--rpc-purple);
  background: #0a111d;
}

.respawn-custom-pc-games-fieldset,
.respawn-custom-pc-contact-fields {
  padding-bottom: 25px;
  border-bottom: 1px solid #202b3c;
}

.respawn-custom-pc-game-picker {
  padding-bottom: 25px;
  border-bottom: 1px solid #202b3c;
}

.respawn-custom-pc-game-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}

.respawn-custom-pc-game-search {
  width: min(100%, 310px);
  margin: 0;
}

.respawn-custom-pc-game-search input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--rpc-border);
  border-radius: 6px;
  background: var(--rpc-surface-input);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
}

.respawn-custom-pc-game-search input::placeholder {
  color: #708099;
  opacity: 1;
}

.respawn-custom-pc-game-search input:focus {
  border-color: var(--rpc-purple);
  background: #0a111d;
}

.respawn-custom-pc-game-count {
  flex: 0 0 auto;
  color: #d8e0ec;
  font-size: 11px;
  font-weight: 800;
}

.respawn-custom-pc-game-library {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-height: 390px;
  padding: 1px 4px 1px 1px;
  overflow-y: auto;
  scrollbar-color: #4a386f #111827;
  scrollbar-width: thin;
}

.respawn-custom-pc-game-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 132px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--rpc-border);
  border-radius: 7px;
  background: var(--rpc-surface-input);
  color: #d7deea;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.respawn-custom-pc-game-card:hover {
  border-color: #5c4b89;
  background: #111827;
  transform: translateY(-1px);
}

.respawn-custom-pc-game-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.respawn-custom-pc-game-card:has(input:focus-visible) {
  outline: 2px solid var(--rpc-purple-light);
  outline-offset: 2px;
}

.respawn-custom-pc-game-card:has(input:checked),
.respawn-custom-pc-game-card.is-selected {
  border-color: var(--rpc-purple);
  background: #19132b;
  color: #fff;
}

.respawn-custom-pc-game-card.is-disabled {
  cursor: not-allowed;
  opacity: .48;
  transform: none;
}

.respawn-custom-pc-game-art {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #253047;
  background: #111827;
}

.respawn-custom-pc-game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: opacity 160ms ease, transform 180ms ease;
}

.respawn-custom-pc-game-card:hover .respawn-custom-pc-game-art img,
.respawn-custom-pc-game-card:has(input:checked) .respawn-custom-pc-game-art img,
.respawn-custom-pc-game-card.is-selected .respawn-custom-pc-game-art img {
  opacity: 1;
  transform: scale(1.02);
}

.respawn-custom-pc-game-placeholder {
  color: #a78bfa;
  font-size: 28px;
  font-weight: 900;
}

.respawn-custom-pc-game-check {
  position: absolute;
  top: 7px;
  right: 7px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: #111827;
  color: transparent;
  font-size: 12px;
  font-weight: 900;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.respawn-custom-pc-game-card:has(input:checked) .respawn-custom-pc-game-check,
.respawn-custom-pc-game-card.is-selected .respawn-custom-pc-game-check {
  border-color: var(--rpc-purple-light);
  background: var(--rpc-purple);
  color: #fff;
}

.respawn-custom-pc-game-role {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  padding: 4px 6px;
  border: 1px solid #8b5cf6;
  border-radius: 4px;
  background: #070b14;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
}

.respawn-custom-pc-game-role[hidden] {
  display: none;
}

.respawn-custom-pc-game-card > strong {
  display: flex;
  min-height: 43px;
  align-items: center;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.respawn-custom-pc-game-show-all {
  display: none;
}

.respawn-custom-pc-game-show-all[hidden] {
  display: none;
}

.respawn-custom-pc-game-empty {
  margin: 13px 0 0;
  color: var(--rpc-muted);
  font-size: 12px;
}

.respawn-custom-pc-custom-game-toggle {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid var(--rpc-border);
  border-radius: 6px;
  background: #0b121e;
  color: #e8edf5;
  cursor: pointer;
}

.respawn-custom-pc-custom-game-toggle:has(input:checked) {
  border-color: var(--rpc-purple);
  background: #171329;
}

.respawn-custom-pc-custom-game-toggle.is-disabled {
  cursor: not-allowed;
  opacity: .48;
}

.respawn-custom-pc-custom-game-toggle input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  accent-color: var(--rpc-purple);
}

.respawn-custom-pc-custom-game-toggle > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.respawn-custom-pc-custom-game-toggle strong {
  font-size: 12px;
}

.respawn-custom-pc-custom-game-toggle small {
  color: var(--rpc-muted);
  font-size: 11px;
}

.respawn-custom-pc-custom-game-role {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 4px 6px;
  border: 1px solid #8b5cf6;
  border-radius: 4px;
  color: #fff;
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
}

.respawn-custom-pc-custom-game-role[hidden] {
  display: none;
}

.respawn-custom-pc-custom-game-field {
  margin-top: 12px;
  padding: 15px;
  border-left: 2px solid var(--rpc-purple);
  background: #0a111c;
}

.respawn-custom-pc-custom-game-field small {
  display: block;
  margin-top: 8px;
  color: var(--rpc-soft);
  font-size: 11px;
}

.respawn-custom-pc-game-message {
  margin: 11px 0 0;
  color: var(--rpc-muted);
  font-size: 11px;
  line-height: 1.5;
}
.respawn-custom-pc-money-input {
  position: relative;
  max-width: 350px;
}

.respawn-custom-pc-money-input > span {
  position: absolute;
  top: 50%;
  left: 14px;
  color: var(--rpc-purple-light);
  font-size: 15px;
  font-weight: 850;
  transform: translateY(-50%);
}

.respawn-custom-pc-money-input input {
  padding-left: 34px;
}

.respawn-custom-pc-custom-budget {
  margin-top: 17px;
  padding: 17px;
  border-left: 2px solid var(--rpc-purple);
  background: #0a111c;
}

.respawn-custom-pc-custom-budget small {
  display: block;
  margin-top: 8px;
  color: var(--rpc-soft);
  font-size: 10px;
}

.respawn-custom-pc-guidance {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 24px;
  padding: 13px 0;
  border-top: 1px solid #202b3c;
  border-bottom: 1px solid #202b3c;
}

.respawn-custom-pc-guidance strong {
  color: #e8edf5;
  font-size: 11px;
}

.respawn-custom-pc-guidance span {
  color: var(--rpc-soft);
  font-size: 10px;
  line-height: 1.45;
}

.respawn-custom-pc-preference-toggle {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid #202b3c;
}

.respawn-custom-pc-preference-toggle label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.respawn-custom-pc-preference-toggle input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--rpc-purple);
}

.respawn-custom-pc-preference-toggle span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.respawn-custom-pc-preference-toggle strong {
  color: #fff;
  font-size: 13px;
}

.respawn-custom-pc-preference-toggle small {
  color: var(--rpc-muted);
  font-size: 11px;
  line-height: 1.45;
}

.respawn-custom-pc-component-panel {
  margin-top: 17px;
  padding: 20px;
  border: 1px solid var(--rpc-border);
  border-radius: 6px;
  background: #0a111c;
}

.respawn-custom-pc-component-panel .respawn-custom-pc-field-wide {
  margin-top: 23px;
}

.respawn-custom-pc-inline-error {
  margin: 8px 0 0;
  color: var(--rpc-danger);
  font-size: 11px;
  font-weight: 750;
}

.respawn-custom-pc-choice-group.has-error .respawn-custom-pc-choices,
.respawn-custom-pc-field.has-error input,
.respawn-custom-pc-field.has-error textarea,
.respawn-custom-pc-fieldset.has-error {
  border-color: var(--rpc-danger);
}

.respawn-custom-pc-step-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #202b3c;
}

.respawn-custom-pc-step-actions > span {
  color: var(--rpc-soft);
  font-size: 10px;
  font-weight: 700;
}

.respawn-custom-pc-next,
.respawn-custom-pc-back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid var(--rpc-border-strong);
  border-radius: 6px;
  background: #111a28;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.respawn-custom-pc-next {
  margin-left: auto;
  border-color: var(--rpc-purple);
  background: var(--rpc-purple);
}

.respawn-custom-pc-next:hover {
  border-color: #a78bfa;
  background: #7c3aed;
  transform: translateY(-1px);
}

.respawn-custom-pc-back:hover {
  border-color: #66758d;
  background: #162030;
}

.respawn-custom-pc-next:active,
.respawn-custom-pc-back:active {
  transform: translateY(1px);
}
.respawn-custom-pc-submit-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid #3c4a60;
  border-radius: 8px;
  background: #101927;
}

.respawn-custom-pc-submit-area > div > strong {
  color: #fff;
  font-size: 13px;
}

.respawn-custom-pc-submit-area p {
  max-width: 540px;
  margin: 5px 0 0;
  color: var(--rpc-muted);
  font-size: 11px;
  line-height: 1.55;
}

.respawn-custom-pc-submit {
  display: flex;
  min-width: 245px;
  min-height: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 18px;
  border: 1px solid var(--rpc-purple);
  border-radius: 6px;
  background: var(--rpc-purple);
  color: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.respawn-custom-pc-submit:hover {
  border-color: #a78bfa;
  background: #7c3aed;
  transform: translateY(-1px);
}

.respawn-custom-pc-submit:active {
  transform: translateY(1px);
}

.respawn-custom-pc-submit:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.respawn-custom-pc-submit span {
  font-size: 14px;
  font-weight: 850;
}

.respawn-custom-pc-submit small {
  color: #e4ddff;
  font-size: 10px;
  font-weight: 700;
}

.respawn-custom-pc-submit-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 13px 0 0;
  padding: 0;
  color: #abb7c8;
  font-size: 11px;
  font-weight: 750;
  list-style: none;
}

.respawn-custom-pc-submit-trust li::before {
  margin-right: 6px;
  color: var(--rpc-green);
  content: "✓";
}

.respawn-custom-pc-step-actions-final {
  justify-content: flex-start;
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
}

.respawn-custom-pc-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 12px;
}

.respawn-custom-pc-summary-toggle {
  display: none;
}

.respawn-custom-pc-summary-card,
.respawn-custom-pc-help-card {
  border: 1px solid var(--rpc-border);
  border-radius: 8px;
  background: var(--rpc-surface);
}

.respawn-custom-pc-summary-card {
  overflow: hidden;
  border-top: 2px solid var(--rpc-purple);
}

.respawn-custom-pc-summary-card header {
  padding: 19px 18px 16px;
  border-bottom: 1px solid #202b3c;
}

.respawn-custom-pc-summary-card h2,
.respawn-custom-pc-help-card h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.respawn-custom-pc-summary-card header p {
  margin: 6px 0 0;
  color: var(--rpc-soft);
  font-size: 11px;
  line-height: 1.5;
}

.respawn-custom-pc-summary-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #202b3c;
  background: #0b1320;
}

.respawn-custom-pc-summary-highlights > div {
  min-width: 0;
  padding: 13px 14px;
}

.respawn-custom-pc-summary-highlights > div + div {
  border-left: 1px solid #202b3c;
}

.respawn-custom-pc-summary-highlights span,
.respawn-custom-pc-summary-highlights strong {
  display: block;
}

.respawn-custom-pc-summary-highlights span {
  margin-bottom: 4px;
  color: var(--rpc-soft);
  font-size: 10px;
  font-weight: 750;
}

.respawn-custom-pc-summary-highlights strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}
.respawn-custom-pc-summary-games {
  padding: 14px 18px 15px;
  border-bottom: 1px solid #202b3c;
}

.respawn-custom-pc-summary-games-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.respawn-custom-pc-summary-games-head span {
  color: #e7ecf3;
  font-size: 11px;
  font-weight: 850;
}

.respawn-custom-pc-summary-games-head small {
  color: var(--rpc-soft);
  font-size: 9px;
  line-height: 1.3;
  text-align: right;
}

.respawn-custom-pc-summary-games ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.respawn-custom-pc-summary-games ol[hidden] {
  display: none;
}

.respawn-custom-pc-summary-games > p {
  margin: 0;
  color: var(--rpc-muted);
  font-size: 10px;
  line-height: 1.45;
}

.respawn-custom-pc-summary-games > p[hidden] {
  display: none;
}

.respawn-custom-pc-summary-game {
  display: grid;
  min-width: 0;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 5px;
  border: 1px solid #253047;
  border-radius: 5px;
  background: #0b121e;
}

.respawn-custom-pc-summary-game.is-main {
  border-color: #7048bd;
  background: #151126;
}

.respawn-custom-pc-summary-game-art {
  display: grid;
  width: 52px;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  border-radius: 3px;
  background: #131c2a;
  color: var(--rpc-purple-light);
  font-size: 16px;
  font-weight: 900;
}

.respawn-custom-pc-summary-game-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.respawn-custom-pc-summary-game-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.respawn-custom-pc-summary-game-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.respawn-custom-pc-summary-game-copy small {
  color: var(--rpc-soft);
  font-size: 9px;
  line-height: 1.2;
}

.respawn-custom-pc-summary-game.is-main .respawn-custom-pc-summary-game-copy small {
  color: var(--rpc-purple-light);
  font-weight: 800;
}

.respawn-custom-pc-summary-card dl {
  margin: 0;
  padding: 5px 18px;
}

.respawn-custom-pc-summary-card dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #202b3c;
}

.respawn-custom-pc-summary-card dl div:last-child {
  border-bottom: 0;
}

.respawn-custom-pc-summary-card dt {
  color: var(--rpc-soft);
  font-size: 11px;
  font-weight: 750;
}

.respawn-custom-pc-summary-card dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  color: #e7ecf3;
  font-size: 11px;
  font-weight: 750;
  text-align: right;
}

.respawn-custom-pc-summary-promise {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 7px;
  padding: 13px;
  border-radius: 6px;
  background: #131c2a;
}

.respawn-custom-pc-summary-promise strong {
  color: var(--rpc-purple-light);
  font-size: 11px;
}

.respawn-custom-pc-summary-promise span {
  color: var(--rpc-muted);
  font-size: 11px;
  line-height: 1.5;
}

.respawn-custom-pc-help-card {
  padding: 17px;
}

.respawn-custom-pc-help-card h2 {
  font-size: 16px;
}

.respawn-custom-pc-help-card p {
  margin: 7px 0 0;
  color: var(--rpc-muted);
  font-size: 11px;
  line-height: 1.55;
}

.respawn-custom-pc-help-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--rpc-purple-light);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 901px) {
  .respawn-custom-pc-form-shell.is-enhanced .respawn-custom-pc-progress {
    position: sticky;
    z-index: 6;
    top: 88px;
  }
}

@media (max-width: 1100px) {
  .respawn-custom-pc-game-library {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .respawn-custom-pc-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .respawn-custom-pc-main {
    padding: 24px;
  }

  .respawn-custom-pc-question-pair {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .respawn-custom-pc-contact-fields .respawn-custom-pc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .respawn-custom-pc-contact-fields .respawn-custom-pc-field:last-child {
    grid-column: 1 / -1;
  }

  .respawn-custom-pc-layout {
    grid-template-columns: 1fr;
  }

  .respawn-custom-pc-sidebar {
    position: static;
    grid-row: 1;
  }

  .respawn-custom-pc-summary-toggle {
    display: flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 13px;
    border: 1px solid var(--rpc-border);
    border-radius: 6px;
    background: var(--rpc-surface);
    color: #fff;
    cursor: pointer;
    text-align: left;
  }

  .respawn-custom-pc-summary-toggle > span:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
  }

  .respawn-custom-pc-summary-toggle strong {
    font-size: 12px;
  }

  .respawn-custom-pc-summary-toggle small {
    color: var(--rpc-muted);
    font-size: 10px;
  }

  .respawn-custom-pc-summary-toggle > span:last-child {
    color: var(--rpc-purple-light);
    font-size: 21px;
  }

  .respawn-custom-pc-summary-card {
    display: none;
  }

  .respawn-custom-pc-summary-card.is-open {
    display: block;
  }

  .respawn-custom-pc-help-card {
    display: none;
  }
}

@media (max-width: 700px) {
  .respawn-custom-pc-game-library {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    padding-right: 1px;
    overflow: visible;
  }

  .respawn-custom-pc-game-card.is-mobile-collapsed {
    display: none;
  }

  .respawn-custom-pc-game-show-all {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 11px;
    padding: 0 13px;
    border: 1px solid var(--rpc-border-strong);
    border-radius: 6px;
    background: #0b121e;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
  }

  .respawn-custom-pc-game-show-all:hover,
  .respawn-custom-pc-game-show-all:focus-visible {
    border-color: var(--rpc-purple);
    background: #111827;
  }

  .respawn-custom-pc-game-show-all > span:last-child {
    color: var(--rpc-purple-light);
    font-size: 18px;
    line-height: 1;
  }

  .respawn-custom-pc-game-show-all[hidden] {
    display: none;
  }
  .respawn-custom-pc-contact-fields .respawn-custom-pc-grid {
    grid-template-columns: 1fr;
  }

  .respawn-custom-pc-contact-fields .respawn-custom-pc-field:last-child {
    grid-column: auto;
  }

  .respawn-custom-pc-progress {
    padding: 13px;
  }

  .respawn-custom-pc-progress ol {
    gap: 4px;
  }

  .respawn-custom-pc-progress li {
    justify-content: center;
  }

  .respawn-custom-pc-progress li small {
    display: none;
  }

  .respawn-custom-pc-main {
    padding: 19px 15px;
  }

  .respawn-custom-pc-step-head h2 {
    font-size: 27px;
  }

  .respawn-custom-pc-grid-3,
  .respawn-custom-pc-grid-2 {
    grid-template-columns: 1fr;
  }

  .respawn-custom-pc-guidance {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .respawn-custom-pc-submit-area {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .respawn-custom-pc-submit {
    width: 100%;
    min-width: 0;
  }

  .respawn-custom-pc-step-actions > span {
    display: none;
  }
}

@media (max-width: 520px) {
  .respawn-custom-pc-game-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .respawn-custom-pc-game-search {
    width: 100%;
  }

  .respawn-custom-pc-game-count {
    align-self: flex-end;
  }

  .respawn-custom-pc-choices {
    grid-template-columns: 1fr;
  }

  .respawn-custom-pc-step-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .respawn-custom-pc-next,
  .respawn-custom-pc-back {
    width: 100%;
  }

  .respawn-custom-pc-component-panel {
    padding: 15px;
  }

  .respawn-custom-pc-success {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .respawn-custom-pc-success h2 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .respawn-custom-pc-progress-track span,
  .respawn-custom-pc-game-card,
  .respawn-custom-pc-game-show-all,
  .respawn-custom-pc-choice,
  .respawn-custom-pc-next,
  .respawn-custom-pc-back,
  .respawn-custom-pc-submit {
    transition: none;
  }
}