
html.brand-vision-rebel.vr-account {
  --header-h: 68px;
  --vr-ink: #101a2c;
  --vr-navy: #173254;
  --vr-muted: rgba(22, 40, 68, 0.62);
  --vr-line: rgba(36, 74, 120, 0.12);
  background: #f2f5f9;
}

/* Vision Rebel account — keep landing DA (no Reselp marketplace chrome) */
html.brand-vision-rebel body.auth-body,
html.brand-vision-rebel body.account-body {
  background: #f2f5f9 !important;
  color: var(--vr-ink);
  font-family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

html.brand-vision-rebel body.auth-body,
html.brand-vision-rebel body.account-body {
  padding-top: var(--header-h, 68px);
}

html.brand-vision-rebel [data-market-chrome] { display: none !important; }
html:not(.brand-vision-rebel) [data-vr-chrome] { display: none !important; }

/* Account page: no marketing nav (How It Works / FAQ…) — logo + account only */
html.brand-vision-rebel.vr-account .vl-nav,
html.brand-vision-rebel.vr-account [data-vl-drawer-nav],
html.brand-vision-rebel.vr-account .vl-drawer-divider {
  display: none !important;
}

html.brand-vision-rebel .page-auth {
  background: #f2f5f9 !important;
  min-height: calc(100dvh - var(--header-h, 68px));
}

html.brand-vision-rebel .auth-shell--studio {
  background: transparent !important;
  min-height: calc(100dvh - var(--header-h, 68px) - 80px);
  padding: 36px 20px 64px;
}

html.brand-vision-rebel .auth-studio-bg { display: none !important; }

html.brand-vision-rebel .auth-left-inner,
html.brand-vision-rebel .auth-glass {
  background: #ffffff !important;
  border: 1px solid var(--vr-line) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 50px rgba(23, 50, 84, 0.08) !important;
  backdrop-filter: none !important;
  color: var(--vr-ink) !important;
}

html.brand-vision-rebel .auth-eyebrow {
  color: rgba(22, 40, 68, 0.55) !important;
  letter-spacing: 0.14em;
}

html.brand-vision-rebel .auth-title {
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700 !important;
  color: var(--vr-ink) !important;
  letter-spacing: -0.03em;
}

html.brand-vision-rebel .auth-lede {
  color: var(--vr-muted) !important;
}

html.brand-vision-rebel .auth-mode-btn,
html.brand-vision-rebel .auth-type-btn {
  font-family: inherit;
}

html.brand-vision-rebel .auth-field span,
html.brand-vision-rebel .auth-field label,
html.brand-vision-rebel label.auth-field > span {
  color: rgba(22, 40, 68, 0.72) !important;
}

html.brand-vision-rebel .auth-field input,
html.brand-vision-rebel .auth-field select,
html.brand-vision-rebel .auth-field textarea {
  background: #fff !important;
  border-color: rgba(36, 74, 120, 0.18) !important;
  color: var(--vr-ink) !important;
}

html.brand-vision-rebel .auth-submit,
html.brand-vision-rebel .auth-cta-btn,
html.brand-vision-rebel button.auth-submit {
  background: var(--vr-navy) !important;
  color: #fff !important;
  border-radius: 999px !important;
  border: 0 !important;
}

html.brand-vision-rebel .auth-submit:hover,
html.brand-vision-rebel .auth-cta-btn:hover {
  background: #21406a !important;
}

html.brand-vision-rebel .vl-icon-btn.is-active {
  background: rgba(11, 18, 32, 0.08);
}

/* Logged-in dash — light hero, no gold glow / leftover tab band */
html.brand-vision-rebel body.account-body .account-dash {
  background: #f2f5f9;
}
html.brand-vision-rebel .account-hero {
  background: #ffffff !important;
  border-bottom: 1px solid var(--vr-line);
  color: var(--vr-ink) !important;
  box-shadow: none !important;
}
html.brand-vision-rebel .account-hero::before,
html.brand-vision-rebel .account-hero::after {
  display: none !important;
  content: none !important;
}
html.brand-vision-rebel .account-hero-name,
html.brand-vision-rebel .account-hero-email,
html.brand-vision-rebel .account-hero-eyebrow {
  color: var(--vr-ink) !important;
}
html.brand-vision-rebel .account-hero-email {
  color: var(--vr-muted) !important;
}
html.brand-vision-rebel .account-hero-btn {
  border-radius: 999px !important;
  background: var(--vr-navy) !important;
  color: #fff !important;
  border-color: transparent !important;
}
html.brand-vision-rebel .account-hero-btn--ghost {
  background: transparent !important;
  color: var(--vr-navy) !important;
  border: 1px solid rgba(36, 74, 120, 0.28) !important;
}

/* Tabs readable on white — kill gold underline leftover */
html.brand-vision-rebel .account-tabs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 0;
  border-top: 1px solid var(--vr-line);
  gap: 2px;
  background: transparent !important;
}
html.brand-vision-rebel .account-tab {
  color: var(--vr-muted) !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 600 !important;
}
html.brand-vision-rebel .account-tab:hover {
  color: var(--vr-navy) !important;
}
html.brand-vision-rebel .account-tab.is-active {
  color: var(--vr-ink) !important;
}
html.brand-vision-rebel .account-tab.is-active::after {
  background: var(--vr-navy) !important;
  height: 2px !important;
  border-radius: 2px 2px 0 0 !important;
}
html.brand-vision-rebel .account-tab-count {
  background: var(--vr-navy) !important;
  color: #fff !important;
}
html.brand-vision-rebel .account-tab-sep {
  background: var(--vr-line) !important;
}

html.brand-vision-rebel .vl-footer {
  margin-top: auto;
  background: transparent;
  border-top: 1px solid var(--vr-line);
}

/* Seller account: vertical menu (no horizontal scroll) */
html.brand-vision-rebel body.account-seller .account-dash-body {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 22px clamp(16px, 2.5vw, 40px) 0;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

html.brand-vision-rebel body.account-seller .account-hero-inner {
  max-width: none !important;
  width: 100%;
  margin: 0;
  padding: 28px clamp(16px, 2.5vw, 40px) 18px !important;
}

html.brand-vision-rebel body.account-seller .account-tabs {
  position: sticky;
  top: calc(var(--header-h, 68px) + 12px);
  display: grid !important;
  gap: 4px;
  margin: 0;
  padding: 12px;
  max-width: none;
  overflow: visible !important;
  border: 1px solid var(--vr-line);
  border-top: 1px solid var(--vr-line);
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(23, 50, 84, 0.05);
}

html.brand-vision-rebel body.account-seller .account-tab {
  width: 100%;
  justify-content: flex-start;
  padding: 11px 12px !important;
  border-radius: 12px;
  color: var(--vr-muted) !important;
  text-align: left;
}

html.brand-vision-rebel body.account-seller .account-tab.is-active {
  background: rgba(23, 50, 84, 0.07) !important;
  color: var(--vr-ink) !important;
}

html.brand-vision-rebel body.account-seller .account-tab.is-active::after {
  display: none !important; /* no gold / bottom underline strip */
}

html.brand-vision-rebel body.account-seller .account-tab-sep {
  width: auto;
  height: 1px;
  margin: 8px 4px;
  align-self: stretch;
  background: var(--vr-line) !important;
}

html.brand-vision-rebel body.account-seller .account-dash-content {
  min-width: 0;
}

html.brand-vision-rebel body.account-seller .account-main {
  max-width: none;
  margin: 0;
  padding: 0 0 48px;
}

html.brand-vision-rebel body.account-seller .account-golive-host:not([hidden]) {
  margin-bottom: 14px;
}

@media (max-width: 860px) {
  html.brand-vision-rebel body.account-seller .account-dash-body {
    grid-template-columns: 1fr;
    padding: 16px 16px 0;
  }
  html.brand-vision-rebel body.account-seller .account-tabs {
    position: static;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
  html.brand-vision-rebel body.account-seller .account-tab-sep {
    grid-column: 1 / -1;
  }
}

/* Seller account header: only “Back to Vision Rebel” */
html.brand-vision-rebel .vl-back-site {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(36, 74, 120, 0.18);
  background: #fff;
  color: var(--vr-navy, #173254);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(23, 50, 84, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
html.brand-vision-rebel .vl-back-site:hover {
  background: rgba(11, 18, 32, 0.04);
  border-color: rgba(36, 74, 120, 0.32);
  transform: translateY(-1px);
}
html.brand-vision-rebel body.account-seller .vl-back-site {
  display: inline-flex !important;
}
html.brand-vision-rebel body.account-seller .vl-header {
  justify-content: space-between;
  gap: 14px;
  background: rgba(255, 255, 255, 0.96);
}
html.brand-vision-rebel body.account-seller .vl-header .vl-brand {
  display: inline-flex !important;
}
html.brand-vision-rebel body.account-seller .vl-header .vl-header-actions {
  display: flex !important;
  margin-left: auto;
}
html.brand-vision-rebel body.account-seller .vl-back-site {
  margin-left: 2px;
  margin-right: auto;
}
/* Keep drawer available for account menu */
html.brand-vision-rebel body.account-seller .vl-drawer {
  display: none; /* default hidden; .is-open handled by vl-liquid */
}
html.brand-vision-rebel body.account-seller .vl-drawer.is-open,
html.brand-vision-rebel body.vl-nav-open.account-seller .vl-drawer {
  display: grid !important;
}

html.brand-vision-rebel body.account-seller .account-golive-host {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
