/* Frame 98 — Vendor portal component sheet.
   Desktop tool. Monochrome except RUN currency. */

:root {
  --vp-canvas: #f4f4f2;
  --vp-panel: #ffffff;
  --vp-ink: #111718;
  --vp-console-ink: #15171A;
  --vp-ink-2: #4a4a4a;
  --vp-muted: #909397;
  --vp-kicker: #686b6f;
  --vp-line: #afb2b2;
  --vp-border: #e0e5eb;
  --vp-rule: #ebebeb;
  --vp-nav-label: #a2a5a8;
  --vp-nav-border: #e7e7e4;
  --vp-nav-rule: #ededed;
  --vp-nav-hover: #f9f9f7;
  --vp-nav-active: #f4f4f2;
  --vp-rail-line: #ededed;
  --vp-rail-label: #6e7175;
  --vp-rail-row: #46494d;
  --vp-rail-ground: #f4f4f2;
  --vp-rail-hover: #f9f9f7;
  --vp-rail-radius: 6px;
  --vp-disabled: #f5f5f5;
  --vp-run: #1b9e57;
  --vp-run-tint: #e7f4ee;
  --vp-radius-control: 8px;
  --vp-radius-card: 12px;
  --vp-radius-chip: 5px;
  --vp-font: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--vp-canvas);
  color: var(--vp-ink);
  font-family: var(--vp-font);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
}

a {
  color: var(--vp-ink);
}

button,
input,
select,
textarea {
  font: inherit;
}

.vp-title {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.vp-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.vp-display {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.42;
}

.vp-label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--vp-ink);
}

.vp-hint {
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: 400;
  color: var(--vp-muted);
}

.vp-error {
  margin: 6px 0 0;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--vp-ink);
}

.vp-muted {
  color: var(--vp-muted);
}

.vp-run {
  color: var(--vp-run);
  font-weight: 700;
}

.vp-panel {
  background: var(--vp-panel);
  border: 1px solid var(--vp-border);
  border-radius: var(--vp-radius-card);
}

.vp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: var(--vp-radius-control);
  border: 1px solid var(--vp-ink);
  background: var(--vp-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.vp-btn:hover {
  opacity: 0.92;
}

.vp-btn--secondary {
  background: #fff;
  color: var(--vp-ink);
  border-color: #c8cacd;
}

.vp-btn--quiet {
  background: transparent;
  border-color: transparent;
  color: var(--vp-ink-2);
  font-weight: 600;
}

.vp-btn[disabled],
.vp-btn--disabled {
  background: var(--vp-disabled);
  border-color: #e7e7e4;
  color: #a2a5a8;
  cursor: not-allowed;
}

.vp-btn--row {
  min-height: 32px;
  padding: 0 10px;
}

.vp-field {
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 1px solid #c8cacd;
  border-radius: var(--vp-radius-control);
  background: #fff;
  color: var(--vp-ink);
  font-size: 13px;
}

.vp-field:focus {
  outline: none;
  border-color: var(--vp-ink);
}

.vp-field--error {
  border-width: 1.5px;
  border-color: var(--vp-ink);
}

.vp-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: var(--vp-radius-chip);
  font-size: 11px;
  font-weight: 700;
  border: 1px solid transparent;
}

.vp-chip--ink {
  background: var(--vp-ink);
  color: #fff;
}

.vp-chip--grey {
  background: var(--vp-disabled);
  color: var(--vp-ink-2);
}

.vp-chip--outline {
  background: #fff;
  border-color: var(--vp-ink);
  color: var(--vp-ink);
}

.vp-chip--run {
  background: var(--vp-run-tint);
  color: var(--vp-run);
}

.vp-banner {
  padding: 12px 20px;
  background: var(--vp-ink);
  color: #fff;
  border-radius: var(--vp-radius-card);
}

.vp-banner--bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.vp-top__name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vp-locale__select {
  width: auto;
  min-width: 108px;
}

.vp-chrome__end {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 12px;
}

.vp-chrome__locale {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c8cacd;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.vp-chrome__locale-label {
  color: #9a9ca0;
}

.vp-chrome__locale .vp-field {
  min-height: 32px;
  padding: 4px 8px;
  background: #fff;
  color: #15171a;
}

.vp-review-locale {
  margin-left: auto;
}

.vp-lock {
  display: inline-block;
  flex-shrink: 0;
  width: 10px;
  height: 12px;
  margin-left: auto;
  border: 1.5px solid currentColor;
  border-radius: 2px 2px 1px 1px;
  position: relative;
}

.vp-lock::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -6px;
  width: 6px;
  height: 5px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.vp-banner h2,
.vp-banner p {
  margin: 0;
}

.vp-banner p {
  margin-top: 6px;
  color: #d7d8d8;
}

.vp-banner .vp-btn {
  background: #fff;
  color: var(--vp-ink);
  border-color: #fff;
  margin-top: 12px;
}

.vp-banner .vp-btn[disabled] {
  background: #3a3d3e;
  border-color: #3a3d3e;
  color: #afb2b2;
}

.vp-banner .vp-btn--quiet,
.vp-banner__dismiss {
  background: transparent;
  color: #fff;
  border-color: transparent;
  margin-top: 0;
}

.vp-message-card {
  padding: 16px 18px;
  background: #fff;
  border: 1.5px solid var(--vp-ink);
  border-radius: var(--vp-radius-card);
}

.vp-app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--vp-canvas);
}

.vp-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: 100%;
  padding: 28px 32px 48px;
  background: var(--vp-canvas);
}

.vp-workspace.has-rail {
  grid-template-columns: minmax(0, 1fr) 296px;
}

.vp-setup-rail {
  width: 296px;
  position: sticky;
  top: 70px;
  align-self: start;
}

.vp-setup-rail__card {
  padding: 16px 16px 18px;
  background: #fff;
  border: 1px solid #e7e7e4;
  border-radius: 10px;
}

.vp-setup-rail__card[data-rail="needs_info"] {
  border-width: 1.5px;
  border-color: var(--vp-ink);
}

.vp-setup-rail__title {
  margin: 0;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.vp-setup-rail__bar {
  height: 4px;
  margin: 10px 0 8px;
  background: #ebebeb;
  border-radius: 2px;
  overflow: hidden;
}

.vp-setup-rail__bar i {
  display: block;
  height: 100%;
  background: var(--vp-ink);
}

.vp-setup-rail__count {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  color: #686b6f;
}

.vp-setup-rail__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vp-setup-rail__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
}

.vp-setup-rail__item:last-child {
  margin-bottom: 0;
}

.vp-setup-rail__mark {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border: 1.5px solid var(--vp-ink);
  border-radius: 50%;
  background: #fff;
}

.vp-setup-rail__item.is-met .vp-setup-rail__mark {
  border-color: var(--vp-ink);
  background: var(--vp-ink);
  box-shadow: inset 0 0 0 3px #fff;
}

.vp-setup-rail__copy {
  min-width: 0;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
}

.vp-setup-rail__item.is-met .vp-setup-rail__copy {
  color: #9a9ca0;
  font-weight: 400;
}

.vp-setup-rail__item.is-met s {
  text-decoration: line-through;
  color: #c8cacd;
}

.vp-setup-rail__sub {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #686b6f;
}

.vp-setup-rail__go {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.vp-setup-rail__hint {
  display: block;
  margin-top: 2px;
}

.vp-setup-rail__foot {
  margin-top: 16px;
}

.vp-setup-rail__foot .vp-btn {
  width: 100%;
}

.vp-setup-rail__foot p {
  margin: 8px 0 0;
  font-size: 11.5px;
  color: #686b6f;
}

.vp-setup-rail__plan {
  margin-top: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e7e7e4;
  border-radius: 10px;
  font-size: 12px;
  color: #46494d;
}

@media (max-width: 1179px) {
  .vp-workspace.has-rail {
    grid-template-columns: minmax(0, 1fr);
  }

  .vp-setup-rail {
    width: 100%;
    position: static;
    order: -1;
  }
}

.vp-chrome-host,
#vendorNav {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 0;
  background: var(--vp-console-ink);
  border: 0;
  box-shadow: none;
}

#vendorNav.vp-nav,
.vp-chrome-host.vp-nav {
  flex-direction: unset;
  min-height: 0;
  border-right: 0;
  padding: 0;
}

.vp-chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  height: 52px;
  min-height: 52px;
  padding: 0 20px;
  background: var(--vp-console-ink);
  border: 0;
  box-shadow: none;
}

.vp-chrome__wordmark {
  flex: 0 0 auto;
  margin-right: 26px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
}

.vp-tabs-row {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  gap: 4px;
  min-width: 0;
  height: 52px;
  overflow-x: auto;
}

.vp-tab {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  height: 52px;
  min-height: 52px;
  padding: 0 12px;
  color: #9A9CA0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  white-space: nowrap;
}

.vp-tab:hover {
  color: #fff;
}

.vp-tab[aria-current="page"] {
  color: #fff;
  font-weight: 700;
  box-shadow: inset 0 -2px 0 #fff;
}

.vp-tab--locked {
  color: #9A9CA0;
  cursor: default;
}

.vp-tab__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #fff;
  color: #15171A;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.vp-avatar {
  position: relative;
  flex: 0 0 auto;
}

.vp-avatar__btn {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9A9CA0;
  cursor: pointer;
  font: inherit;
}

.vp-avatar__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #3A3D42;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.vp-avatar__icon {
  display: block;
}

.vp-avatar__name {
  display: none;
}

.vp-avatar__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  width: 240px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid var(--vp-border);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(17, 23, 24, 0.08);
}

.vp-avatar__store,
.vp-avatar__link {
  display: block;
  width: 100%;
  padding: 8px 14px;
  border: 0;
  background: transparent;
  color: var(--vp-ink);
  text-align: left;
  text-decoration: none;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.vp-avatar__store {
  font-weight: 800;
  border-bottom: 1px solid var(--vp-rule);
  margin-bottom: 4px;
  padding-bottom: 10px;
}

.vp-avatar__link:hover,
.vp-avatar__store:hover {
  background: var(--vp-nav-hover);
}

.vp-avatar__locale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 14px;
  font-size: 12px;
  color: #686b6f;
}

.vp-avatar__locale .vp-field {
  width: auto;
  min-width: 72px;
}

.vp-nav {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  border-right: 1px solid var(--vp-nav-border);
  padding: 16px 10px;
}

.vp-nav__brand {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vp-ink);
  padding: 0 6px 16px;
}

.vp-nav__group {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vp-nav__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--vp-nav-label);
  margin: 14px 0 8px;
  padding-left: 10px;
}

.vp-nav__brand + .vp-nav__label {
  margin-top: 0;
}

.vp-nav__rule {
  height: 1px;
  margin: 12px 10px;
  background: var(--vp-nav-rule);
}

.vp-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 7px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #686b6f;
  font: inherit;
  font-size: 12.5px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.vp-nav a.vp-nav__item:hover {
  background: var(--vp-nav-hover);
}

.vp-nav a.vp-nav__item[aria-current="page"] {
  background: var(--vp-nav-active);
  color: var(--vp-ink);
  font-weight: 700;
}

.vp-nav__item--locked {
  color: var(--vp-nav-label);
  cursor: default;
}

.vp-nav__item--locked:hover {
  background: transparent;
}

.vp-nav__foot {
  margin-top: auto;
}

.vp-nav__locked {
  color: var(--vp-nav-label);
}

.vp-nav__why {
  display: none;
}

.vp-main {
  padding: 0;
  max-width: none;
  width: 100%;
  min-width: 0;
  background: var(--vp-canvas);
}

#vendorHeader:empty {
  display: none;
}

.vp-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.vp-auth {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
}

.vp-auth__card {
  width: 420px;
  max-width: 100%;
  padding: 32px;
}

/* P1.43 / Frame 121 — acquisition-first entry. One filled button only. */
.vp-entry {
  min-height: 100vh;
  display: flex;
  background: #fff;
}

.vp-entry__pitch {
  flex: 0 0 490px;
  width: 490px;
  background: #15171a;
  color: #fff;
  padding: 56px 44px 48px;
  display: flex;
  flex-direction: column;
}

.vp-entry__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6e7175;
}

.vp-entry__headline {
  margin: 18px 0 0;
  max-width: 390px;
  font-size: 31px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #fff;
  text-wrap: pretty;
}

.vp-entry__sub {
  margin: 16px 0 0;
  max-width: 390px;
  font-size: 13.5px;
  line-height: 1.6;
  color: #a2a5a8;
}

.vp-entry__bullets {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vp-entry__bullets li {
  position: relative;
  padding-left: 16px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #c8cacd;
}

.vp-entry__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6e7175;
}

.vp-btn--on-ink {
  align-self: flex-start;
  min-height: 50px;
  margin-top: 32px;
  padding: 0 22px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: #15171a;
  font-size: 15px;
  font-weight: 800;
}

.vp-btn--on-ink:hover {
  opacity: 0.94;
}

.vp-entry__note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #9a9ca0;
}

.vp-entry__panel {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 56px 48px 28px;
  background: #fff;
}

.vp-entry__toggle {
  display: none;
}

.vp-entry__body {
  flex: 1 1 auto;
  max-width: 360px;
}

.vp-entry__panel-eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a9ca0;
}

.vp-entry__panel-title {
  margin: 8px 0 0;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #15171a;
}

.vp-entry__form {
  margin-top: 22px;
}

.vp-entry__field {
  min-height: 38px;
}

.vp-btn--outlined {
  width: 100%;
  min-height: 42px;
  background: #fff;
  color: #15171a;
  border: 1.5px solid #15171a;
}

.vp-entry__forgot {
  display: inline;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: #15171a;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  text-align: left;
}

.vp-entry__message {
  margin-top: 14px;
}

.vp-entry__locale {
  margin-top: auto;
  padding-top: 28px;
  max-width: 360px;
}

.vp-entry__locale-select {
  width: auto;
  min-width: 88px;
}

@media (max-width: 719px) {
  .vp-entry {
    flex-direction: column;
  }

  .vp-entry__pitch {
    flex: 0 0 auto;
    width: 100%;
    padding: 36px 22px 32px;
  }

  .vp-entry__panel {
    padding: 0;
  }

  .vp-entry__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-top: 1px solid #e7e7e4;
    background: #fff;
    color: #15171a;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
  }

  .vp-entry__toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #15171a;
    border-bottom: 1.5px solid #15171a;
    transform: rotate(45deg);
    margin-top: -4px;
  }

  .vp-entry--open .vp-entry__toggle::after {
    transform: rotate(-135deg);
    margin-top: 4px;
  }

  .vp-entry__body {
    display: none;
    max-width: none;
    padding: 8px 22px 24px;
  }

  .vp-entry--open .vp-entry__body {
    display: block;
  }

  .vp-entry__locale {
    display: none;
    padding: 0 22px 24px;
    max-width: none;
  }

  .vp-entry--open .vp-entry__locale {
    display: block;
  }
}

.vp-stack > * + * {
  margin-top: 16px;
}

#vendorBanner:not(:empty) {
  margin-bottom: 20px;
}

.vp-form-stack > * + * {
  margin-top: 14px;
}

.vp-table {
  width: 100%;
  border-collapse: collapse;
}

.vp-table th {
  text-align: left;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vp-muted);
  padding: 12px 16px;
  border-bottom: 1px solid #ededea;
}

.vp-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--vp-rule);
  vertical-align: middle;
}

.vp-table .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.vp-table tr.is-old td {
  font-weight: 700;
}

.vp-bulkbar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 16px;
  background: var(--vp-ink);
  color: #fff;
}

.vp-bulkbar[hidden],
.vp-table thead.is-hidden {
  display: none !important;
}

.vp-bulkbar .vp-btn {
  background: #fff;
  color: var(--vp-ink);
  border-color: #fff;
  min-height: 32px;
}

.vp-bulkbar .vp-btn--quiet {
  background: transparent;
  color: #fff;
  border-color: transparent;
}

.vp-tabs {
  display: flex;
  gap: 18px;
  margin: 0 0 16px;
  border-bottom: 1px solid var(--vp-border);
}

.vp-tabs a,
.vp-tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  color: var(--vp-ink-2);
  cursor: pointer;
}

.vp-tabs [aria-current="page"],
.vp-tabs .is-active {
  color: var(--vp-ink);
  font-weight: 700;
  border-bottom-color: var(--vp-ink);
}

.vp-empty {
  text-align: center;
  padding: 48px 24px;
}

.vp-empty h2 {
  margin: 0 0 8px;
}

.vp-skeleton {
  background: #e7e7e4;
  border-radius: 6px;
}

.vp-kpi {
  padding: 16px 18px;
}

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

.vp-action-group h3 {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vp-review {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 100vh;
}

.vp-review__preview {
  background: var(--vp-ink);
  color: #fff;
  padding: 28px;
}

.vp-review__panel {
  padding: 28px;
  background: var(--vp-canvas);
}

.vp-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.vp-product-card {
  background: #1c1f20;
  border-radius: 10px;
  overflow: hidden;
}

.vp-product-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  background: #2a2d2e;
}

.vp-product-card div {
  padding: 8px 10px;
}

.vp-lock {
  font-size: 11px;
  letter-spacing: 0.04em;
}

@media (max-width: 860px) {
  .vp-review {
    grid-template-columns: 1fr;
  }

  .vp-chrome {
    padding: 0 16px;
  }

  .vp-chrome__wordmark {
    margin-right: 16px;
  }

  .vp-avatar__name {
    display: none;
  }
}

.vp-review-app {
  min-height: 100vh;
  background: var(--vp-canvas);
}

.vp-review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 28px;
  background: #fff;
  border-bottom: 1px solid var(--vp-border);
}

.vp-review-brand {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vp-review-brand small {
  display: block;
  margin-top: 2px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--vp-muted);
}

.vp-oldest {
  text-align: right;
}

.vp-oldest__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vp-muted);
}

.vp-oldest__value {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.42;
}

.vp-review-main {
  padding: 24px 28px 48px;
  max-width: 1080px;
}

.vp-store-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vp-store-cell img,
.vp-store-cell__ph {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  object-fit: cover;
  overflow: hidden;
  background: #e7e7e4;
  flex: 0 0 34px;
}

.vp-store-cell a {
  font-weight: inherit;
  text-decoration: none;
}

.vp-store-cell__meta {
  color: var(--vp-muted);
  font-weight: 400;
}

.vp-table thead.is-hidden {
  display: none;
}

.vp-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.vp-bulkbar .vp-field {
  width: 220px;
  min-height: 32px;
  background: #fff;
  color: var(--vp-ink);
}

.vp-review-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 28px 0;
}

.vp-review__preview-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #afb2b2;
  margin: 0 0 16px;
}

.vp-review__phone {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}

.vp-review__hero {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  background: #2a2d2e;
}

.vp-review__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.vp-review__actions .vp-next {
  margin-left: auto;
}

.vp-recorded p {
  margin: 0 0 6px;
}

.vp-blocker-fact {
  display: block;
  margin: 2px 0 0 22px;
  font-size: 11px;
  color: var(--vp-muted);
}

.vp-dialog {
  position: fixed;
  inset: 0;
  background: rgba(21, 23, 26, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 20;
}

.vp-dialog--persist {
  z-index: 60;
}

.vp-dialog__label {
  display: block;
  margin: 14px 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--vp-ink);
}

.vp-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

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

.vp-dialog__card {
  width: 420px;
  max-width: 100%;
  padding: 22px;
  background: #fff;
  border-radius: 14px;
}

.vp-dialog__liability {
  margin: 12px 0;
  font-weight: 700;
}

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

.vp-page-head p {
  margin: 4px 0 0;
}

.vp-page {
  max-width: none;
  width: 100%;
}

.vp-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.vp-form-head__title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.vp-form-head__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
}

.vp-form-head__actions .vp-hint,
.vp-form-head__actions .vp-error {
  margin: 0;
  max-width: 220px;
}

.vp-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 18px;
  align-items: start;
}

.vp-form-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.vp-form-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
}

.vp-section {
  padding: 18px;
}

.vp-section + .vp-section {
  margin-top: 14px;
}

.vp-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vp-kicker);
}

.vp-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vp-option-group {
  margin-top: 14px;
}

.vp-option-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 8px;
  margin: 0 0 8px;
}

.vp-option-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 8px 0 10px;
  border: 1px solid #c8cacd;
  border-radius: 6px;
  background: #fff;
  color: var(--vp-ink);
  font-size: 13px;
}

.vp-option-chip__remove {
  border: 0;
  background: transparent;
  color: #686b6f;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}

.vp-option-add {
  display: flex;
  gap: 8px;
  align-items: center;
}

.vp-option-add .vp-field {
  flex: 1 1 auto;
}

.vp-field-block + .vp-field-block {
  margin-top: 14px;
}

textarea.vp-field {
  min-height: 56px;
  resize: vertical;
}

.vp-photos {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.vp-dropzone {
  flex: 1 1 160px;
  min-width: 140px;
  height: 66px;
  border: 1px dashed #c8cacd;
  border-radius: 8px;
  background: transparent;
  color: var(--vp-kicker);
  font-size: 12px;
  cursor: pointer;
}

.vp-dropzone.is-over {
  border-color: var(--vp-ink);
}

.vp-photo {
  position: relative;
  width: 66px;
  height: 66px;
}

.vp-photo img,
.vp-img--tile {
  width: 66px;
  height: 66px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--vp-border);
  display: block;
  background: #fff;
}

.vp-photo button {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background: var(--vp-ink);
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}

.vp-photo .vp-photo-del {
  top: -6px;
  right: -6px;
}

.vp-photo .vp-photo-up {
  left: -6px;
  top: 0;
}

.vp-photo .vp-photo-down {
  left: -6px;
  bottom: 0;
}

.vp-price-box {
  margin: 14px 0;
  padding: 13px 14px;
  background: #f4f4f2;
  border-radius: 10px;
}

.vp-price-box__label {
  margin: 0 0 8px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #9a9ca0;
}

.vp-price-box__line {
  margin: 0;
  font-size: 14px;
}

.vp-price-box__line .vp-run,
.vp-price-box__baht {
  font-weight: 700;
  color: var(--vp-ink);
}

.vp-price-box__line .vp-run {
  color: var(--vp-run);
}

.vp-price-box__receive {
  margin: 4px 0 0;
  font-size: 11.5px;
  color: #686b6f;
}

.vp-price-box__receive .vp-price-box__baht {
  color: var(--vp-ink);
}

.vp-margin {
  margin-top: 8px;
  font-weight: 700;
}

.vp-img {
  display: block;
  object-fit: cover;
  overflow: hidden;
  background: #e7e7e4;
}

.vp-img--row,
.vp-thumb {
  width: 36px;
  height: 36px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 7px;
  background: #e7e7e4;
  display: block;
}

.vp-img--logo-sm {
  width: 34px;
  height: 34px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 7px;
  background: #e7e7e4;
  display: block;
}

.vp-img--logo {
  width: 64px;
  height: 64px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  background: #e7e7e4;
  display: block;
}

.vp-img--hero {
  width: 100%;
  height: 120px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  background: #e7e7e4;
  display: block;
}

.vp-media-pair {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.vp-count {
  margin: 4px 0 0;
  font-size: 11px;
  color: var(--vp-muted);
}

.vp-featured-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 66px;
  margin-bottom: 14px;
}

.vp-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
}

.vp-picker-tile {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  border: 1px solid #c8cacd;
  border-radius: 8px;
  background: #fff;
  color: var(--vp-ink);
  text-align: left;
  cursor: pointer;
}

.vp-picker-tile.is-on {
  border-color: var(--vp-ink);
  background: #f4f4f2;
}

.vp-picker-tile.is-capped {
  opacity: 0.45;
  cursor: default;
}

.vp-picker-tile strong {
  font-size: 12px;
}

.vp-picker-tile span {
  font-size: 11px;
  color: var(--vp-muted);
}

#productTable tbody tr {
  height: 60px;
}

.vp-product-name {
  font-weight: 700;
}

.vp-product-name span {
  display: block;
  font-weight: 400;
  color: var(--vp-muted);
}

.vp-stock-zero {
  font-weight: 700;
}

.vp-overflow {
  position: relative;
  text-align: right;
}

.vp-overflow__menu {
  position: absolute;
  right: 0;
  top: 28px;
  min-width: 140px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--vp-border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(17, 23, 24, 0.08);
  z-index: 5;
}

.vp-overflow__menu button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.vp-overflow__menu button:hover {
  background: #f4f4f2;
}

.vp-row-click {
  cursor: pointer;
}

@media (max-width: 1000px) {
  .vp-product-layout {
    grid-template-columns: 1fr;
  }
}

.vp-look-card {
  margin-top: 14px;
}

.vp-look-dialog {
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.vp-look-dialog__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.vp-look-dialog__head .vp-kicker {
  margin-bottom: 4px;
}

.vp-look-dialog__body {
  overflow: auto;
  min-height: 0;
}

.vp-look-qr {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #E7E7E4;
}

.vp-look-qr img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #E7E7E4;
}

.vp-look__honesty {
  margin: 0 0 14px;
  color: var(--vp-muted);
  font-size: 12px;
}

.vp-look__hero {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  background: #e7e7e4;
  display: block;
}

.vp-look__hero--empty {
  height: 72px;
}

.vp-look__identity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.vp-look__logo,
.vp-look__logo--empty {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  background: #e7e7e4;
  flex: 0 0 64px;
}

.vp-look__name {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.vp-look__tagline {
  margin: 4px 0 0;
  color: var(--vp-ink-2);
}

.vp-look__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  margin: 16px 0 0;
}

.vp-look__field {
  margin: 0;
}

.vp-look__field dt {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vp-kicker);
}

.vp-look__field dd {
  margin: 4px 0 0;
}

.vp-look__kicker {
  margin: 18px 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vp-kicker);
}

.vp-look__empty {
  margin: 0;
  color: var(--vp-muted);
}

.vp-look__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.vp-look__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vp-look__item img,
.vp-look__ph {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  background: #e7e7e4;
  flex: 0 0 48px;
}

.vp-look__item strong,
.vp-look__item span {
  display: block;
}

.vp-look__item span {
  color: var(--vp-muted);
}

.vp-review__preview .vp-look__honesty,
.vp-review__preview .vp-look__tagline,
.vp-review__preview .vp-look__empty,
.vp-review__preview .vp-look__item span,
.vp-review__preview .vp-look__field dt,
.vp-review__preview .vp-look__kicker {
  color: #afb2b2;
}

.vp-review__preview .vp-look__name,
.vp-review__preview .vp-look__field dd,
.vp-review__preview .vp-look__item strong {
  color: #fff;
}

.vp-review__preview .vp-look__hero,
.vp-review__preview .vp-look__logo,
.vp-review__preview .vp-look__item img,
.vp-review__preview .vp-look__ph {
  background: #2a2d2e;
}

@media (max-width: 720px) {
  .vp-look__fields {
    grid-template-columns: 1fr;
  }
}

.vp-order-detail .vp-main,
.vp-page--order {
  max-width: 1100px;
}

.vp-order-detail .vp-main {
  padding: 18px 18px 48px;
}

.vp-detail-bar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  background: #fff;
  border-radius: 11px;
  padding: 11px 18px;
  margin-bottom: 16px;
  min-width: 0;
}

.vp-detail-bar__back {
  flex-shrink: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: #686b6f;
  text-decoration: none;
}

.vp-detail-bar__rule {
  flex-shrink: 0;
  width: 1px;
  height: 15px;
  background: #e7e7e4;
}

.vp-detail-bar__title {
  margin: 0;
  flex-shrink: 0;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.vp-detail-bar .vp-chip {
  flex-shrink: 0;
  height: 22px;
  min-height: 22px;
  font-size: 11.5px;
  font-weight: 700;
}

.vp-detail-bar__meta {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #9a9ca0;
}

.vp-order-layout {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 16px;
  align-items: start;
}

.vp-order-layout .vp-form-stack {
  gap: 12px;
}

.vp-order-layout .vp-form-stack > * + * {
  margin-top: 0;
}

.vp-order-card {
  background: #fff;
  border-radius: 11px;
  padding: 16px 18px;
}

.vp-order-card .vp-kicker,
.vp-ship-panel .vp-kicker {
  margin: 0 0 12px;
}

address.vp-address {
  font-style: normal;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.55;
}

.vp-order-phone {
  margin: 9px 0 0;
  font-size: 13px;
  color: #46494d;
}

.vp-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.vp-order-actions .vp-btn {
  height: 32px;
  min-height: 32px;
  background: #fff;
  color: var(--vp-ink);
  border-color: #c8cacd;
}

.vp-ship-panel {
  background: #15171a;
  color: #fff;
  border-radius: 11px;
  padding: 16px 18px;
}

.vp-ship-panel__kicker,
.vp-ship-panel .vp-label,
.vp-ship-panel .vp-hint {
  color: #9a9ca0;
}

.vp-ship-panel .vp-field {
  background: #fff;
}

.vp-ship-panel .vp-btn {
  width: 100%;
  margin-top: 16px;
  background: #fff;
  color: var(--vp-ink);
  border-color: #fff;
}

.vp-order-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
}

.vp-order-item + .vp-order-item {
  border-top: 1px solid #f0f0ee;
}

.vp-order-item strong {
  font-size: 13.5px;
  font-weight: 600;
}

.vp-order-item .vp-muted {
  font-size: 12px;
  color: #9a9ca0;
}

.vp-img--order {
  width: 38px;
  height: 38px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 7px;
  background: #e7e7e4;
  display: block;
}

.vp-order-pay {
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid #f0f0ee;
}

.vp-order-pay__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.vp-order-pay__split {
  margin: 0;
  font-size: 12.5px;
  color: #686b6f;
}

.vp-order-pay__total {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--vp-ink);
}

.vp-order-pay__receive {
  margin: 4px 0 0;
  font-size: 11.5px;
  color: #9a9ca0;
}

.vp-table tr.js-order-row {
  cursor: pointer;
}

@media (max-width: 900px) {
  .vp-order-layout {
    grid-template-columns: 1fr;
  }

  .vp-order-layout__aside {
    order: -1;
  }
}

.vp-settings-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 28px;
  align-items: start;
}

.vp-settings-kicker {
  margin: 22px 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #686b6f;
}

.vp-settings-card {
  padding: 4px 18px;
}

.vp-settings-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e2;
  text-decoration: none;
  color: inherit;
}

.vp-settings-row:last-child {
  border-bottom: 0;
}

.vp-settings-row span {
  color: #686b6f;
  font-size: 13px;
  text-align: right;
}

.vp-settings-row__action {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--vp-ink);
}

.vp-settings-rail {
  position: sticky;
  top: 72px;
  padding: 8px 0;
}

.vp-settings-rail__hub {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.vp-settings-rail__list {
  border: 1px solid var(--vp-rail-line);
  border-radius: var(--vp-rail-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.vp-settings-rail__label {
  margin: 0;
  padding: 8px 14px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--vp-rail-label);
  background: var(--vp-rail-ground);
  pointer-events: none;
}

.vp-settings-rail__group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vp-settings-rail__item {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px 10px 12px;
  border-left: 2px solid transparent;
  border-bottom: 1px solid var(--vp-rail-line);
  border-radius: 0;
  color: var(--vp-rail-row);
  background: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.vp-settings-rail__group li:last-child .vp-settings-rail__item {
  border-bottom: 0;
}

.vp-settings-rail__item:hover:not([aria-current="page"]) {
  background: var(--vp-rail-hover);
  color: var(--vp-ink);
  font-weight: 400;
}

.vp-settings-rail__item[aria-current="page"] {
  background: var(--vp-rail-ground);
  color: var(--vp-ink);
  font-weight: 700;
  border-left-color: var(--vp-ink);
}

.vp-settings-rail__item--locked {
  color: var(--vp-rail-label);
  cursor: default;
}

.vp-toggle {
  width: 40px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #c8cacd;
  background: #e7e7e4;
  position: relative;
  cursor: pointer;
}

.vp-toggle[aria-checked="true"] {
  background: var(--vp-ink);
  border-color: var(--vp-ink);
}

.vp-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #fff;
}

.vp-toggle[aria-checked="true"]::after {
  left: 18px;
}

.vp-badge-ink {
  display: inline-block;
  padding: 2px 7px;
  border: 1px solid var(--vp-ink);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vp-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: var(--vp-ink);
  font-size: 15px;
}

.vp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 23, 24, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
}

.vp-overlay[hidden] {
  display: none;
}

.vp-dialog {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  width: min(420px, calc(100vw - 32px));
}

@media (max-width: 860px) {
  .vp-settings-layout {
    grid-template-columns: 1fr;
  }

  .vp-settings-rail {
    display: none;
  }
}

.vp-ready-list {
  margin: 0 0 12px;
  padding: 14px 16px;
  list-style: none;
  background: #fff;
  border: 1px solid #e7e7e4;
  border-radius: 10px;
}

.vp-ready-list__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 13px;
  color: #686b6f;
}

.vp-ready-list__item:last-child {
  margin-bottom: 0;
}

.vp-ready-list__item.is-met {
  color: #15171a;
}

.vp-ready-list__mark {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  border: 1.5px solid #c8cacd;
  border-radius: 50%;
  background: #fff;
}

.vp-ready-list__item.is-met .vp-ready-list__mark {
  border-color: #15171a;
  background: #15171a;
  box-shadow: inset 0 0 0 3px #fff;
}

.vp-stripe-flags {
  margin: 16px 0 0;
  font-size: 12.5px;
  color: #46494d;
}

.vp-tab__unread,
.vp-settings-rail__unread {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-radius: 50%;
  background: #111718;
  flex: 0 0 7px;
}

.vp-tab__unread {
  background: #fff;
}

.vp-payments-page {
  max-width: 1040px;
}

.vp-earn-head,
.vp-earn-history__bar,
.vp-earn-row,
.vp-earn-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 20px;
}

.vp-earn-stats {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.vp-earn-stat,
.vp-earn-card,
.vp-earn-absorbed {
  background: #fff;
  border: 1px solid #e0e5eb;
  border-radius: 12px;
  padding: 18px 20px;
}

.vp-earn-stat--lead,
.vp-earn-card--ink {
  background: #15171a;
  border-color: #15171a;
  color: #f4f4f2;
}

.vp-earn-stat__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9ca0;
}

.vp-earn-stat__amount {
  margin: 0 0 8px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: inherit;
}

.vp-earn-stat__sub,
.vp-earn-strip__note {
  margin: 0;
  color: #686b6f;
}

.vp-earn-stat--lead .vp-earn-stat__sub,
.vp-earn-card--ink p {
  color: #c8cacd;
}

.vp-earn-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border: 1px solid #e0e5eb;
  border-radius: 12px;
  overflow: hidden;
  flex: 1 1 640px;
}

.vp-earn-strip__cell {
  margin: 0;
  padding: 14px 16px;
  border-right: 1px solid #ebebeb;
}

.vp-earn-strip__cell:last-child {
  border-right: 0;
}

.vp-earn-absorbed {
  min-width: 220px;
}

.vp-earn-absorbed__run,
.vp-run {
  color: var(--vp-run);
  font-weight: 700;
}

.vp-earn-empty {
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}

.vp-status-chip--filled {
  background: #15171a;
  color: #fff;
}

.vp-status-chip--outlined {
  background: #fff;
  color: #15171a;
  border: 1px solid #15171a;
}

.vp-status-chip--dashed {
  background: #fff;
  color: #15171a;
  border: 1px dashed #a2a5a8;
}

.vp-earn-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.vp-earn-table th,
.vp-earn-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #ededed;
}

.vp-earn-fee-split {
  display: block;
  color: #686b6f;
  font-size: 11.5px;
}

.vp-earn-chevron {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.vp-stripe-card {
  padding: 28px 28px 24px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e0e5eb;
}

.vp-stripe-card--ink {
  background: #15171a;
  border-color: #15171a;
  color: #f4f4f2;
}

.vp-stripe-card--restricted {
  border: 1.5px solid #111718;
}

.vp-stripe-card__eyebrow,
.vp-plan-card__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9ca0;
}

.vp-stripe-card__title {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.vp-stripe-card__why,
.vp-stripe-card__reassurance,
.vp-stripe-card__already,
.vp-stripe-card__time {
  margin: 0 0 16px;
  font-size: 13.5px;
  line-height: 1.5;
}

.vp-stripe-card--ink .vp-stripe-card__why {
  color: #c8cacd;
}

.vp-stripe-card__panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0 22px;
}

.vp-stripe-card__panel {
  background: #2a2d32;
  border-radius: 10px;
  padding: 16px 16px 14px;
  color: #f4f4f2;
}

.vp-stripe-card__panel-kicker {
  margin: 0 0 10px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #9a9ca0;
}

.vp-stripe-card__panel ul,
.vp-stripe-card__reqs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vp-stripe-card__panel li {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.vp-stripe-card__th {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  font-weight: 400;
  color: #46494d;
}

.vp-stripe-card--ink .vp-stripe-card__th,
.vp-stripe-card__panel .vp-stripe-card__th {
  color: #9a9ca0;
}

.vp-stripe-card__cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.vp-stripe-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: #15171a;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
}

.vp-stripe-card__cta--ink {
  background: #111718;
  color: #fff;
}

.vp-stripe-card__cta--ghost {
  background: transparent;
  border: 1px solid #c8cacd;
  color: #111718;
}

.vp-stripe-card__aside {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #9a9ca0;
}

.vp-stripe-card__aside span,
.vp-stripe-card__already,
.vp-stripe-card__time {
  display: block;
  color: #9a9ca0;
  font-size: 12.5px;
}

.vp-stripe-card__reqs {
  margin: 8px 0 20px;
}

.vp-stripe-card__req {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 14px;
}

.vp-stripe-card__req strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
}

.vp-stripe-card__req.is-done s {
  color: #c8cacd;
  text-decoration-color: #c8cacd;
}

.vp-stripe-card__hint {
  display: block;
  margin-top: 3px;
  font-size: 11.5px;
  color: #9a9ca0;
}

.vp-stripe-card__mark {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  border: 1.5px solid #111718;
  border-radius: 50%;
}

.vp-stripe-card__mark.is-done {
  background: #111718;
  box-shadow: inset 0 0 0 3px #fff;
}

.vp-stripe-card__facts {
  margin: 18px 0 20px;
}

.vp-stripe-card__facts div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid #ebebeb;
}

.vp-stripe-card__facts dt {
  color: #686b6f;
  font-size: 12.5px;
}

.vp-stripe-card__facts dd {
  margin: 0;
  font-weight: 700;
}

.vp-stripe-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vp-plan-card {
  margin-top: 16px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #e0e5eb;
  border-radius: 14px;
}

.vp-plan-card__summary {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
}

.vp-plan-card__foot {
  margin: 0;
  color: #686b6f;
  font-size: 12.5px;
}

.vp-payments-status {
  min-height: 1.2em;
  margin: 12px 0 0;
  color: #686b6f;
  font-size: 12.5px;
}

.vp-stripe-refresh {
  margin: 0;
  min-height: 100vh;
  background: #f4f4f2;
  color: #111718;
  font-family: var(--vp-font);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 720px) {
  .vp-stripe-card__panels {
    grid-template-columns: 1fr;
  }
}
