:root {
  --vcb-ink: #151716;
  --vcb-paper: #f5f3ed;
  --vcb-card: #fffefb;
  --vcb-muted: #6d706b;
  --vcb-line: #deddd6;
  --vcb-lime: #baff2c;
  --vcb-green: #1c6857;
  --vcb-soft-green: #eaf4ef;
}

.vcb-overview-host {
  position: relative;
  padding: 0 !important;
  background: var(--vcb-paper) !important;
  color: var(--vcb-ink) !important;
}

.vcb-overview-host > :not([data-vcb-overview-root]) { display: none !important; }

[data-vcb-overview-root] {
  min-height: 100%;
  color-scheme: light;
  background:
    linear-gradient(rgba(21,23,22,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,23,22,.018) 1px, transparent 1px),
    radial-gradient(circle at 50% -10%, rgba(186,255,44,.12), transparent 31%),
    var(--vcb-paper);
  background-size: 28px 28px, 28px 28px, auto, auto;
  color: var(--vcb-ink);
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

[data-vcb-overview-root] * { box-sizing: border-box; }
[data-vcb-overview-root] button,
[data-vcb-overview-root] a { font: inherit; }
[data-vcb-overview-root] button { color: inherit; cursor: pointer; }

.vcb-wizard-shell {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 46px 0 58px;
}

.vcb-wizard-intro { text-align: center; }
.vcb-wizard-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(28,104,87,.18);
  border-radius: 999px;
  background: rgba(255,254,251,.72);
  color: var(--vcb-green);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.vcb-wizard-eyebrow i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vcb-lime);
  box-shadow: 0 0 0 4px rgba(186,255,44,.14);
  animation: vcbVibePulse 2.2s ease-in-out infinite;
}

.vcb-wizard-intro h1 {
  margin: 16px 0 0;
  color: var(--vcb-ink);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: 1.05;
}

.vcb-wizard-intro h1 span {
  position: relative;
  display: inline-block;
}

.vcb-wizard-intro h1 span::after {
  position: absolute;
  right: 3px;
  bottom: -8px;
  width: 46px;
  height: 5px;
  border-radius: 999px;
  background: var(--vcb-lime);
  content: "";
  transform: rotate(-2deg);
}

.vcb-wizard-intro p {
  margin: 14px auto 0;
  color: var(--vcb-muted);
  font-size: 14px;
  line-height: 1.7;
}

.vcb-wizard-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
  overflow: hidden;
  border: 1px solid var(--vcb-line);
  border-radius: 16px;
  background: rgba(255,254,251,.72);
}

.vcb-wizard-tab {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  min-height: 72px;
  align-items: center;
  padding: 0 20px;
  border: 0;
  border-left: 1px solid var(--vcb-line);
  background: transparent;
  text-align: left;
  transition: background .2s ease;
}

.vcb-wizard-tab:first-child { border-left: 0; }
.vcb-wizard-tab:hover { background: #fff; }
.vcb-wizard-tab::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--vcb-ink);
  content: "";
  opacity: 0;
  transform: scaleX(.55);
  transition: opacity .2s ease, transform .2s ease;
}

.vcb-wizard-tab.is-active { background: #fff; }
.vcb-wizard-tab.is-active::after { opacity: 1; transform: scaleX(1); }
.vcb-wizard-number {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--vcb-line);
  border-radius: 50%;
  color: var(--vcb-muted);
  font: 800 11px/1 Consolas, monospace;
}

.vcb-wizard-tab.is-active .vcb-wizard-number {
  border-color: var(--vcb-ink);
  background: var(--vcb-ink);
  color: #fff;
}

.vcb-wizard-tab.is-done .vcb-wizard-number {
  border-color: var(--vcb-lime);
  background: var(--vcb-lime);
  color: var(--vcb-ink);
}

.vcb-wizard-tab small {
  display: block;
  margin-bottom: 3px;
  color: #999b94;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.vcb-wizard-tab strong { color: var(--vcb-ink); font-size: 13px; }

.vcb-key-dock {
  display: none;
  margin-top: 12px;
  padding: 15px;
  border-radius: 13px;
  background: var(--vcb-ink);
  color: #fff;
  animation: vcbDockIn .28s ease both;
}

.vcb-key-dock.is-visible { display: block; }
.vcb-key-dock-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 0 3px;
}

.vcb-key-dock-title span {
  color: var(--vcb-lime);
  font: 800 9px/1.4 Consolas, monospace;
  letter-spacing: .1em;
}

.vcb-key-dock-title b { color: #fff; font-size: 12px; }
.vcb-key-dock-list { display: grid; gap: 8px; margin-top: 10px; }
.vcb-key-dock-item {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 9px 9px 9px 13px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
}

.vcb-key-dock-item-label small { display: block; color: var(--vcb-lime); font-size: 10px; font-weight: 900; }
.vcb-key-dock-item-label b { display: block; margin-top: 2px; color: rgba(255,255,255,.52); font-size: 8px; }
.vcb-key-dock-item code {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font: 11px/1.4 Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vcb-key-dock-item button {
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: var(--vcb-lime);
  color: var(--vcb-ink);
  font-size: 11px;
  font-weight: 900;
}

.vcb-key-dock-item button.is-copied { background: #fff; }

.vcb-wizard-card {
  position: relative;
  min-height: 430px;
  margin-top: 14px;
  overflow: hidden;
  padding: 42px 46px 34px;
  border: 1px solid var(--vcb-line);
  border-radius: 22px;
  background: var(--vcb-card);
  box-shadow: 0 18px 50px rgba(28,32,29,.045);
}

.vcb-wizard-card::before {
  position: absolute;
  top: 24px;
  right: 28px;
  color: #a1a39d;
  content: "VIBE MODE / READY";
  font: 800 8px/1 Consolas, monospace;
  letter-spacing: .14em;
}

.vcb-wizard-panel { display: none; }
.vcb-wizard-panel.is-active { display: block; animation: vcbPanelIn .3s ease both; }
.vcb-panel-count {
  color: var(--vcb-green);
  font: 900 10px/1 Consolas, monospace;
  letter-spacing: .14em;
}

.vcb-wizard-panel h2 {
  margin: 13px 0 0;
  color: var(--vcb-ink);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 840;
  letter-spacing: -.055em;
  line-height: 1.08;
}

.vcb-panel-intro {
  margin: 10px 0 0;
  color: var(--vcb-muted);
  font-size: 13px;
  line-height: 1.65;
}

.vcb-product-choices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.vcb-product-choice {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 24px;
  gap: 15px;
  min-height: 102px;
  align-items: center;
  padding: 17px;
  border: 1px solid var(--vcb-line);
  border-radius: 15px;
  background: #fff;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.vcb-product-choice:hover { border-color: #a8aaa3; transform: translateY(-2px); }
.vcb-product-choice.is-selected {
  border-color: var(--vcb-ink);
  box-shadow: inset 0 0 0 1px var(--vcb-ink);
}

.vcb-product-choice-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 13px;
  background: #f0efe9;
}

.vcb-product-choice-icon img { width: 36px; height: 36px; object-fit: contain; }
.vcb-product-choice small { display: block; margin-bottom: 5px; color: var(--vcb-muted); font-size: 10px; font-weight: 700; }
.vcb-product-choice strong { display: block; color: var(--vcb-ink); font-size: 16px; }
.vcb-choice-radio { width: 20px; height: 20px; border: 1px solid #c4c5bf; border-radius: 50%; }
.vcb-product-choice.is-selected .vcb-choice-radio { border: 6px solid var(--vcb-ink); }

.vcb-panel-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--vcb-line);
}

.vcb-panel-helper { margin: 0; color: var(--vcb-muted); font-size: 11px; }
.vcb-panel-helper strong { color: var(--vcb-ink); }
.vcb-create-actions { display: flex; align-items: center; gap: 9px; }
.vcb-create-actions.is-ready [data-vcb-create-current] { order: 1; }
.vcb-create-actions.is-ready [data-vcb-next="2"] { order: 2; }

.vcb-primary-button,
.vcb-secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.vcb-primary-button { border: 0; background: var(--vcb-ink); color: #fff !important; }
.vcb-primary-button:hover { background: var(--vcb-green); transform: translateY(-1px); }
.vcb-primary-button:disabled { cursor: default; opacity: .45; transform: none; }
.vcb-secondary-button { border: 1px solid var(--vcb-line); background: #fff; color: var(--vcb-ink) !important; }
.vcb-secondary-button:hover { border-color: var(--vcb-ink); }

.vcb-action-status {
  display: none;
  margin-top: 14px;
  padding: 11px 14px;
  border-radius: 10px;
  color: var(--vcb-muted);
  font-size: 11px;
}

.vcb-action-status:not(:empty) { display: block; background: #f3f2ed; }
.vcb-action-status.is-error { background: #fff0ec; color: #a93f25; }
.vcb-action-status.is-success { background: var(--vcb-soft-green); color: var(--vcb-green); }
.vcb-action-status.is-loading { background: #f4f0ff; color: #5b4bc0; }

.vcb-balance-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 30px;
  padding: 28px;
  border-radius: 17px;
  background: var(--vcb-ink);
  color: #fff;
}

.vcb-balance-label { color: rgba(255,255,255,.55); font-size: 11px; }
.vcb-balance-value { display: block; margin-top: 5px; color: #fff; font-size: 50px; letter-spacing: -.06em; line-height: 1; }
.vcb-gift-note {
  max-width: 320px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
}

.vcb-gift-note b { color: var(--vcb-lime); font-size: 13px; }
.vcb-gift-note p { margin: 6px 0 0; color: rgba(255,255,255,.57); font-size: 11px; line-height: 1.5; }
.vcb-subscription-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.46);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.vcb-subscription-note.has-subscription {
  border-color: rgba(195,255,58,.28);
  background: rgba(195,255,58,.07);
}
.vcb-subscription-note.has-subscription .vcb-subscription-label { color: rgba(195,255,58,.72); }
.vcb-subscription-note.has-subscription b { color: #fff; font-size: 16px; }
.vcb-plan-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #d9e6df;
  border-radius: 12px;
  background: var(--vcb-soft-green);
}

.vcb-plan-hint p { margin: 0; color: var(--vcb-green); font-size: 13px; line-height: 1.55; }
.vcb-plan-hint strong { display: block; margin-bottom: 2px; color: var(--vcb-ink); font-size: 16px; }
.vcb-plan-hint a {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 16px;
  border-radius: 9px;
  background: var(--vcb-green);
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease;
}
.vcb-plan-hint a:hover { background: var(--vcb-ink); transform: translateY(-1px); }

.vcb-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.vcb-tool-link {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid var(--vcb-line);
  border-radius: 15px;
  background: #fff;
  color: var(--vcb-ink) !important;
  text-decoration: none !important;
  transition: border-color .18s ease, transform .18s ease;
}

.vcb-tool-link:hover { border-color: var(--vcb-ink); transform: translateY(-2px); }
.vcb-tool-link > span:nth-child(2) { min-width: 0; flex: 1; }
.vcb-tool-link > i { color: var(--vcb-green); font-size: 12px; font-style: normal; font-weight: 900; white-space: nowrap; }
.vcb-tool-logo {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: #f0efe9;
}

.vcb-tool-logo img { width: 31px; height: 31px; object-fit: contain; }
.vcb-tool-logo span { font: 900 11px/1 Consolas, monospace; }
.vcb-tool-link small { display: block; margin-top: 5px; color: var(--vcb-muted); font-size: 10px; }
.vcb-tool-link strong { color: var(--vcb-ink); font-size: 17px; line-height: 1.3; }
.vcb-more-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--vcb-line);
}
.vcb-more-access-note {
  color: var(--vcb-muted);
  font-size: 11px;
  line-height: 1.5;
}
.vcb-more-access-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid var(--vcb-ink);
  border-radius: 10px;
  background: var(--vcb-ink);
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}
.vcb-more-access-button:hover { background: var(--vcb-green); transform: translateY(-1px); }
.vcb-more-access-button span { color: var(--vcb-lime); font-size: 15px; }
.vcb-download-help {
  display: none;
  margin-top: 14px;
  padding: 11px 14px;
  border: 1px solid var(--vcb-line);
  border-radius: 10px;
  background: #fff;
  color: var(--vcb-muted);
  font-size: 10px;
  text-align: center;
}
.vcb-download-help.is-visible { display: block; }
.vcb-download-help a { margin-left: 4px; color: var(--vcb-green) !important; font-weight: 900; text-decoration: none !important; }
.vcb-download-help a:hover { text-decoration: underline !important; }

.vcb-trial-offer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 19px 22px;
  border: 1px solid var(--vcb-ink);
  border-radius: 17px;
  background: var(--vcb-ink);
  color: #fff;
}

.vcb-trial-gift {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.07);
  font-size: 24px;
}

.vcb-trial-price {
  min-width: 0;
}

.vcb-trial-price small {
  display: block;
  color: var(--vcb-lime);
  font: 900 9px/1.3 Consolas, monospace;
  letter-spacing: .13em;
}

.vcb-trial-price strong {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 2px;
  color: #fff;
  font-size: 34px;
  letter-spacing: -.04em;
  line-height: 1;
}

.vcb-trial-price strong span { color: var(--vcb-lime); font-size: 15px; letter-spacing: 0; }
.vcb-trial-validity {
  margin-left: auto;
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.14);
  text-align: right;
}
.vcb-trial-validity small,
.vcb-trial-current small { display: block; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; }
.vcb-trial-validity strong { display: block; margin-top: 4px; color: #fff; font-size: 19px; }
.vcb-trial-current { min-width: 0; }
.vcb-trial-current strong { display: block; overflow: hidden; margin-top: 4px; color: #fff; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.vcb-trial-offer.is-membership { border-color: #2f7f69; background: #102f2a; }
.vcb-trial-offer.is-membership .vcb-trial-gift { color: var(--vcb-lime); font-weight: 900; }
.vcb-trial-offer.is-expired { background: #252522; }

.vcb-trial-state {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 13px;
  padding: 13px 16px;
  border: 1px solid var(--vcb-line);
  border-radius: 11px;
  background: #f4f3ee;
}

.vcb-trial-state b { color: var(--vcb-ink); font-size: 12px; }
.vcb-trial-state span { color: var(--vcb-muted); font-size: 10px; text-align: right; }
.vcb-trial-state.is-ready,
.vcb-trial-state.is-active { border-color: #b6dbc8; background: var(--vcb-soft-green); }
.vcb-trial-state.is-ready b,
.vcb-trial-state.is-active b { color: var(--vcb-green); }
.vcb-trial-state.is-warning { border-color: #eadcb5; background: #fff9e8; }
.vcb-trial-state.is-expired,
.vcb-trial-state.is-error { border-color: #f0c9be; background: #fff2ee; }
.vcb-trial-state.is-loading { animation: vcbStatePulse 1.4s ease-in-out infinite; }
.vcb-trial-state[hidden] { display: none !important; }

.vcb-membership-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding: 13px 15px;
  border: 1px solid var(--vcb-line);
  border-radius: 11px;
  background: #f4f3ee;
}

.vcb-membership-strip span { color: var(--vcb-muted); font-size: 10px; font-weight: 800; }
.vcb-membership-strip b { color: var(--vcb-ink); font-size: 12px; }
.vcb-membership-strip small { color: var(--vcb-muted); font-size: 10px; text-align: right; }
.vcb-membership-strip a {
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: var(--vcb-green);
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.vcb-membership-strip.is-active { border-color: #b6dbc8; background: var(--vcb-soft-green); }
.vcb-membership-strip.is-active b { color: var(--vcb-green); }
.vcb-membership-strip.is-expiring { border-color: #e6b955; background: #fff7de; }
.vcb-membership-strip.is-expiring b,
.vcb-membership-strip.is-expiring small,
.vcb-membership-strip.is-expiring a { color: #9c5c00; }

@keyframes vcbStatePulse {
  0%, 100% { opacity: .68; }
  50% { opacity: 1; }
}

@keyframes vcbPanelIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes vcbDockIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .vcb-wizard-shell { width: min(100% - 24px, 920px); padding: 28px 0 44px; }
  .vcb-wizard-intro { text-align: left; }
  .vcb-wizard-card::before { display: none; }
  .vcb-wizard-intro p { margin-left: 0; }
  .vcb-wizard-tab { grid-template-columns: 30px 1fr; min-height: 66px; padding: 0 10px; }
  .vcb-wizard-tab small { display: none; }
  .vcb-wizard-tab strong { font-size: 11px; }
  .vcb-wizard-card { min-height: 0; padding: 30px 22px 24px; }
  .vcb-product-choices,
  .vcb-tool-grid,
  .vcb-balance-card,
  .vcb-trial-offer { align-items: center; }
  .vcb-membership-strip { grid-template-columns: 1fr; gap: 5px; }
  .vcb-membership-strip small { text-align: left; }
  .vcb-membership-strip a { width: fit-content; margin-top: 5px; }
  .vcb-trial-state { align-items: flex-start; flex-direction: column; gap: 5px; }
  .vcb-trial-state span { text-align: left; }
  .vcb-more-access { align-items: stretch; flex-direction: column; }
  .vcb-more-access-button { width: 100%; }
  .vcb-plan-hint,
  .vcb-panel-actions { align-items: stretch; flex-direction: column; }
  .vcb-create-actions { width: 100%; flex-direction: column; }
  .vcb-create-actions .vcb-primary-button { order: 1; }
  .vcb-create-actions .vcb-secondary-button { order: 2; }
  .vcb-panel-actions .vcb-primary-button,
  .vcb-panel-actions .vcb-secondary-button { width: 100%; }
  .vcb-panel-helper { order: 2; text-align: center; }
}

@media (max-width: 430px) {
  .vcb-wizard-intro h1 { font-size: 31px; }
  .vcb-wizard-intro h1 span { display: block; }
  .vcb-wizard-tabs { border-radius: 13px; }
  .vcb-wizard-tab { display: block; min-height: 62px; padding: 13px 8px; text-align: center; }
  .vcb-wizard-number { width: 24px; height: 24px; margin: 0 auto 5px; font-size: 9px; }
  .vcb-wizard-tab strong { font-size: 10px; }
  .vcb-wizard-tab::after { right: 8px; left: 8px; }
  .vcb-key-dock-item { grid-template-columns: 1fr; gap: 8px; }
  .vcb-key-dock-item button { width: 100%; }
  .vcb-product-choice { grid-template-columns: 48px minmax(0, 1fr) 20px; padding: 14px; }
  .vcb-product-choice-icon { width: 48px; height: 48px; }
  .vcb-trial-offer { gap: 12px; padding: 16px; }
  .vcb-trial-gift { width: 44px; height: 44px; flex-basis: 44px; font-size: 20px; }
  .vcb-trial-price strong { font-size: 27px; }
  .vcb-trial-validity { padding-left: 14px; }
  .vcb-trial-validity strong { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .vcb-wizard-panel.is-active,
  .vcb-key-dock,
  .vcb-product-choice,
  .vcb-tool-link,
  .vcb-more-access-button,
  .vcb-primary-button,
  .vcb-wizard-eyebrow i { animation: none !important; transition: none !important; }
}

@keyframes vcbVibePulse {
  0%, 100% { opacity: .7; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.18); }
}


/* 2026-07-30: Codex main flow and separate Claude Code entry */
.vcb-product-choices-single {
  grid-template-columns: minmax(0, 1fr);
}
.vcb-product-choice-static {
  cursor: default;
}
.vcb-product-choice-static:hover {
  transform: none;
}
.vcb-choice-ready {
  margin-left: auto;
  padding: 7px 12px;
  border-radius: 999px;
  color: #0a685c;
  background: #e8fff7;
  font-size: 12px;
  font-weight: 800;
}
.vcb-claude-tools,
.vcb-product-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(15, 23, 42, .12);
}
[data-vcb-claude-nav].is-active,
[data-vcb-codex-nav].is-active {
  background: rgba(169, 255, 34, .18);
}
@media (max-width: 760px) {
  .vcb-claude-tools,
.vcb-product-tools {
    grid-template-columns: 1fr;
  }
}
