/* ============================================================
   ThriftEd Vendor Portal — vendor-view.css
   ============================================================ */
:root {
  --v-orange: #f06724;
  --v-orange-deep: #d4561f;
  --v-maroon: #7b3331;
  --v-ink: #1a1110;
  --v-ink-soft: #5a4a48;
  --v-cream: #fdf3e3;
  --v-cream-deep: #f5e9d4;
  --v-paper: #ffffff;
  --v-blue: #0f9eda;
  --v-green: #16a34a;
  --v-green-light: #22c55e;
  --v-gold: #daa15b;
  --v-radius: 16px;
  --v-radius-lg: 24px;
  --v-shadow: 0 4px 24px rgba(26,17,16,.07);
  --v-shadow-lift: 0 18px 48px rgba(123,51,49,.12);
  --font-display: 'Space Grotesk', system-ui, sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --font-editorial: 'Calistoga', serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 16px; color: var(--v-ink); background: var(--v-paper); -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.v-container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ── BUTTONS ── */
.v-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-size: 14px; font-weight: 700;
  border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: all .2s; text-decoration: none; white-space: nowrap;
}
.v-btn-primary { background: var(--v-orange); color: white; border-color: var(--v-orange); padding: 11px 24px; }
.v-btn-primary:hover { background: var(--v-orange-deep); border-color: var(--v-orange-deep); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(240,103,36,.38); }
.v-btn-ghost { background: transparent; color: var(--v-ink); border-color: rgba(26,17,16,.18); padding: 11px 22px; }
.v-btn-ghost:hover { background: rgba(26,17,16,.05); border-color: rgba(26,17,16,.28); }
.v-btn-ghost-light { background: transparent; color: rgba(253,243,227,.75); border-color: rgba(253,243,227,.22); padding: 11px 22px; }
.v-btn-ghost-light:hover { background: rgba(253,243,227,.08); border-color: rgba(253,243,227,.45); color: var(--v-cream); }
.v-btn-lg { padding: 14px 30px; font-size: 15px; }
.v-btn-xl { padding: 17px 38px; font-size: 16px; }
.v-btn-full { width: 100%; justify-content: center; }

/* ── NAV ── */
.v-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,243,227,.96); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(123,51,49,.1);
  transition: box-shadow .2s;
}
.v-nav.scrolled { box-shadow: 0 2px 20px rgba(26,17,16,.1); }
.v-nav-inner { display: flex; align-items: center; gap: 24px; height: 68px; }
.v-logo { display: inline-flex; align-items: center; gap: 0; font-family: var(--font-editorial); font-size: 22px; color: var(--v-maroon); flex-shrink: 0; }
.v-logo-ed { color: var(--v-orange); }
.v-logo-tag {
  font-family: var(--font-display); font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  color: rgba(123,51,49,.55); background: rgba(123,51,49,.09);
  border-radius: 6px; padding: 3px 8px; margin-left: 9px;
}
.v-nav-links { display: flex; align-items: center; gap: 2px; flex: 1; }
.v-nav-link {
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
  color: rgba(26,17,16,.6); padding: 7px 13px; border-radius: 8px; transition: all .15s;
}
.v-nav-link:hover { color: var(--v-ink); background: rgba(26,17,16,.05); }
.v-nav-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; flex-shrink: 0; }
.v-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; }
.v-menu-toggle span { display: block; width: 22px; height: 2px; background: var(--v-ink); border-radius: 2px; transition: all .2s; }
.v-menu-toggle.open span:first-child { transform: rotate(45deg) translate(5px, 5px); }
.v-menu-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.v-menu-toggle.open span:last-child { transform: rotate(-45deg) translate(5px, -5px); }
.v-mobile-nav {
  display: none; border-top: 1px solid rgba(123,51,49,.1);
  background: var(--v-cream); padding: 12px 20px 20px; flex-direction: column; gap: 2px;
}
.v-mobile-nav.open { display: flex; }
.v-mobile-link {
  font-family: var(--font-display); font-size: 15px; font-weight: 600;
  color: var(--v-ink); padding: 11px 14px; border-radius: 10px; transition: background .15s;
}
.v-mobile-link:hover { background: rgba(26,17,16,.05); }
.v-mobile-divider { height: 1px; background: rgba(123,51,49,.1); margin: 8px 0; }
.v-mobile-actions { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }

/* ── HERO ── */
.v-hero { background: var(--v-ink); position: relative; overflow: hidden; padding: 80px 0 0; }
.v-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 72% 28%, rgba(240,103,36,.2) 0, transparent 65%),
    radial-gradient(ellipse 35% 55% at 6% 82%, rgba(218,161,91,.1) 0, transparent 60%);
  pointer-events: none;
}
.v-hero-layout {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 440px; gap: 64px;
  align-items: center; padding-bottom: 80px;
}
.v-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em; color: var(--v-orange); margin-bottom: 22px;
}
.v-eyebrow-dot { width: 7px; height: 7px; background: var(--v-orange); border-radius: 50%; animation: vPulse 2s ease-in-out infinite; }
@keyframes vPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.45;transform:scale(1.5)} }
.v-hero-title {
  font-family: var(--font-editorial); font-size: clamp(44px, 6.5vw, 82px);
  color: var(--v-cream); line-height: .95; letter-spacing: -.01em; margin-bottom: 22px;
}
.v-hero-title em { font-style: normal; color: var(--v-orange); }
.v-hero-sub { font-size: 16px; color: rgba(253,243,227,.6); line-height: 1.78; max-width: 480px; margin-bottom: 36px; }
.v-hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.v-hero-trust { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.v-trust-item {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: 12px; font-weight: 600; color: rgba(253,243,227,.5);
}
.v-trust-check { color: var(--v-green-light); display: flex; }

/* Dashboard preview card */
.v-hero-card {
  background: var(--v-cream); border-radius: var(--v-radius-lg);
  padding: 22px; box-shadow: 0 40px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(253,243,227,.08);
  position: relative;
}
.v-dash-head { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid rgba(123,51,49,.1); }
.v-dash-avatar {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 13px; font-weight: 800; color: white;
  background: linear-gradient(135deg, var(--v-orange) 0, var(--v-orange-deep) 100%);
}
.v-dash-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-dash-meta { font-size: 10px; color: rgba(26,17,16,.45); }
.v-dash-badge {
  margin-left: auto; font-family: var(--font-display); font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; padding: 3px 9px; border-radius: 99px; flex-shrink: 0;
}
.v-badge-top { background: rgba(218,161,91,.18); color: #9a6c24; }
.v-badge-verified { background: rgba(22,163,74,.12); color: var(--v-green); }
.v-dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 16px; }
.v-dash-stat { background: var(--v-cream-deep); border-radius: 10px; padding: 11px 10px; text-align: center; }
.v-dash-stat-val { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--v-ink); display: block; margin-bottom: 2px; }
.v-dash-stat-label { font-size: 9px; color: rgba(26,17,16,.4); text-transform: uppercase; letter-spacing: .08em; }
.v-dash-orders { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.v-dash-order-row {
  display: flex; align-items: center; gap: 9px; background: white;
  border-radius: 10px; padding: 10px 11px; border: 1px solid rgba(123,51,49,.07);
}
.v-dash-order-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.v-dot-new { background: var(--v-orange); animation: vPulse 1.5s ease-in-out infinite; }
.v-dot-done { background: var(--v-green); }
.v-dot-ship { background: var(--v-blue); }
.v-dash-order-info { flex: 1; min-width: 0; }
.v-dash-order-title { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v-dash-order-sub { font-size: 10px; color: rgba(26,17,16,.4); }
.v-dash-order-cta { font-family: var(--font-display); font-size: 10px; font-weight: 700; color: var(--v-orange); flex-shrink: 0; }
.v-dash-order-cta.done { color: rgba(26,17,16,.3); }
.v-dash-payout {
  background: linear-gradient(135deg, rgba(22,163,74,.1) 0, rgba(22,163,74,.05) 100%);
  border: 1px solid rgba(22,163,74,.2); border-radius: 11px;
  padding: 11px 13px; display: flex; align-items: center; justify-content: space-between;
}
.v-dash-payout-label { font-size: 10px; color: rgba(26,17,16,.5); margin-bottom: 2px; }
.v-dash-payout-amount { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: var(--v-green); }
.v-dash-payout-date { font-family: var(--font-display); font-size: 10px; font-weight: 700; color: var(--v-green); text-align: right; }
.v-dash-payout-day { font-size: 11px; font-weight: 400; color: rgba(22,163,74,.6); }

/* Stats strip below hero */
.v-stats-strip { background: rgba(253,243,227,.06); border-top: 1px solid rgba(253,243,227,.08); padding: 20px 0; position: relative; z-index: 1; }
.v-stats-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.v-stat-pill {
  display: flex; align-items: center; gap: 7px; padding: 8px 32px;
  font-family: var(--font-display); font-size: 13px; color: rgba(253,243,227,.5);
  border-right: 1px solid rgba(253,243,227,.09);
}
.v-stat-pill:last-child { border-right: none; }
.v-stat-pill strong { color: var(--v-cream); font-weight: 700; }

/* ── SECTION HEADERS ── */
.v-section { padding: 96px 0; }
.v-section-alt { background: var(--v-cream); }
.v-section-dark { background: var(--v-ink); }
.v-section-head { margin-bottom: 52px; }
.v-section-center { text-align: center; }
.v-section-label {
  font-family: var(--font-display); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .2em; color: var(--v-orange); margin-bottom: 12px;
}
.v-section-title {
  font-family: var(--font-editorial); font-size: clamp(30px, 4.5vw, 50px);
  color: var(--v-ink); line-height: 1.05; letter-spacing: -.01em; margin-bottom: 12px;
}
.v-section-sub { font-size: 15px; color: rgba(26,17,16,.55); line-height: 1.7; max-width: 540px; }
.v-section-center .v-section-sub { margin: 0 auto; }

/* ── FEATURES ── */
.v-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.v-feat-card {
  background: var(--v-cream); border-radius: var(--v-radius-lg); padding: 30px 24px;
  border: 1.5px solid rgba(123,51,49,.07); transition: transform .22s, box-shadow .22s;
}
.v-feat-card:hover { transform: translateY(-5px); box-shadow: var(--v-shadow-lift); }
.v-feat-icon {
  width: 50px; height: 50px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px;
}
.v-icon-orange { background: rgba(240,103,36,.12); }
.v-icon-blue { background: rgba(15,158,218,.12); }
.v-icon-maroon { background: rgba(123,51,49,.1); }
.v-icon-green { background: rgba(22,163,74,.12); }
.v-feat-card h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--v-ink); margin-bottom: 10px; }
.v-feat-card > p { font-size: 13px; color: rgba(26,17,16,.58); line-height: 1.65; margin-bottom: 18px; }
.v-feat-list { display: flex; flex-direction: column; gap: 7px; }
.v-feat-list li { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: rgba(26,17,16,.55); display: flex; align-items: center; gap: 7px; }
.v-feat-list li::before { content: ""; width: 5px; height: 5px; background: var(--v-orange); border-radius: 50%; flex-shrink: 0; }

/* ── HOW IT WORKS ── */
.v-how-grid { display: grid; grid-template-columns: 1fr 40px 1fr 40px 1fr; align-items: start; margin-bottom: 36px; }
.v-how-step { background: var(--v-paper); border-radius: var(--v-radius-lg); padding: 32px 26px; border: 1.5px solid rgba(123,51,49,.08); }
.v-how-num { font-family: var(--font-editorial); font-size: 56px; color: rgba(240,103,36,.18); line-height: 1; margin-bottom: 12px; }
.v-how-step h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--v-ink); margin-bottom: 10px; }
.v-how-step p { font-size: 13px; color: rgba(26,17,16,.58); line-height: 1.65; margin-bottom: 16px; }
.v-how-time {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--v-orange); background: rgba(240,103,36,.1); padding: 4px 11px; border-radius: 99px;
}
.v-how-arrow { display: flex; align-items: center; justify-content: center; padding-top: 52px; color: rgba(123,51,49,.2); font-size: 24px; }
.v-how-callout {
  background: var(--v-ink); color: var(--v-cream); border-radius: var(--v-radius);
  padding: 22px 26px; display: flex; align-items: flex-start; gap: 18px;
}
.v-callout-icon { font-size: 26px; flex-shrink: 0; margin-top: 1px; }
.v-how-callout strong { font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--v-orange); display: block; margin-bottom: 5px; }
.v-how-callout p { font-size: 13px; color: rgba(253,243,227,.6); line-height: 1.65; }

/* ── TRUST BADGES ── */
.v-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.v-trust-card { border-radius: var(--v-radius-lg); padding: 34px 26px; border: 2px solid; position: relative; }
.v-trust-unverified { background: var(--v-paper); border-color: rgba(123,51,49,.12); }
.v-trust-verified { background: var(--v-ink); border-color: var(--v-orange); transform: scale(1.03); box-shadow: 0 20px 60px rgba(240,103,36,.22); z-index: 1; }
.v-trust-toprated { background: linear-gradient(155deg, #221505 0%, var(--v-ink) 100%); border-color: var(--v-gold); }
.v-trust-pill {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--v-orange); color: white;
  font-family: var(--font-display); font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; padding: 4px 14px; border-radius: 99px; white-space: nowrap;
}
.v-trust-icon { font-size: 34px; margin-bottom: 14px; }
.v-trust-name { font-family: var(--font-editorial); font-size: 28px; margin-bottom: 8px; }
.v-trust-unverified .v-trust-name { color: var(--v-ink); }
.v-trust-verified .v-trust-name { color: var(--v-cream); }
.v-trust-toprated .v-trust-name { color: var(--v-gold); }
.v-trust-desc { font-size: 13px; line-height: 1.65; margin-bottom: 22px; }
.v-trust-unverified .v-trust-desc { color: rgba(26,17,16,.58); }
.v-trust-verified .v-trust-desc { color: rgba(253,243,227,.58); }
.v-trust-toprated .v-trust-desc { color: rgba(218,161,91,.6); }
.v-trust-perks { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
.v-trust-perks li { font-family: var(--font-display); font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.v-trust-unverified .v-trust-perks li { color: rgba(26,17,16,.68); }
.v-trust-verified .v-trust-perks li { color: rgba(253,243,227,.78); }
.v-trust-toprated .v-trust-perks li { color: rgba(218,161,91,.78); }
.v-perk-tick { font-size: 11px; font-weight: 800; flex-shrink: 0; }
.v-trust-unverified .v-perk-tick { color: var(--v-orange); }
.v-trust-verified .v-perk-tick { color: var(--v-green-light); }
.v-trust-toprated .v-perk-tick { color: var(--v-gold); }
.v-perk-no { opacity: .35; }
.v-trust-footer { font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; padding-top: 16px; border-top: 1px solid; }
.v-trust-unverified .v-trust-footer { color: rgba(26,17,16,.35); border-color: rgba(26,17,16,.08); }
.v-trust-verified .v-trust-footer { color: rgba(253,243,227,.35); border-color: rgba(253,243,227,.1); }
.v-trust-toprated .v-trust-footer { color: rgba(218,161,91,.4); border-color: rgba(218,161,91,.12); }

/* ── KYC REQUIREMENTS ── */
.v-kyc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.v-kyc-left .v-section-sub { max-width: 400px; margin-bottom: 32px; }
.v-kyc-card { background: var(--v-paper); border-radius: var(--v-radius-lg); padding: 34px; box-shadow: var(--v-shadow); }
.v-kyc-item { display: flex; align-items: flex-start; gap: 16px; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(123,51,49,.08); }
.v-kyc-item:last-of-type { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.v-kyc-num {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  background: rgba(240,103,36,.1); color: var(--v-orange);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 12px; font-weight: 800;
}
.v-kyc-item strong { font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--v-ink); display: block; margin-bottom: 5px; }
.v-kyc-item p { font-size: 13px; color: rgba(26,17,16,.58); line-height: 1.6; }
.v-kyc-secure {
  display: flex; align-items: flex-start; gap: 11px;
  background: rgba(22,163,74,.07); border: 1px solid rgba(22,163,74,.18);
  border-radius: 11px; padding: 13px 15px; margin-top: 22px;
  font-size: 12px; color: rgba(26,17,16,.55); line-height: 1.55;
}
.v-kyc-secure-icon { color: var(--v-green); flex-shrink: 0; margin-top: 1px; }

/* ── TESTIMONIALS ── */
.v-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.v-testi-card { background: var(--v-cream); border-radius: var(--v-radius-lg); padding: 28px; border: 1.5px solid rgba(123,51,49,.07); }
.v-testi-stars { color: var(--v-gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 14px; }
.v-testi-quote { font-size: 14px; color: var(--v-ink); line-height: 1.72; margin-bottom: 20px; font-style: italic; }
.v-testi-author { display: flex; align-items: center; gap: 11px; }
.v-testi-av {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 13px; font-weight: 800; color: white;
}
.v-testi-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-testi-meta { font-size: 10px; color: rgba(26,17,16,.4); display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.v-testi-level {
  font-family: var(--font-display); font-size: 8px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; padding: 2px 7px; border-radius: 99px;
}
.v-level-top { background: rgba(218,161,91,.18); color: #9a6c24; }
.v-level-ver { background: rgba(22,163,74,.12); color: var(--v-green); }

/* ── FINAL CTA ── */
.v-cta-final { background: var(--v-ink); padding: 96px 0; position: relative; overflow: hidden; }
.v-cta-final::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 80% at 50% 50%, rgba(240,103,36,.16) 0, transparent 70%);
  pointer-events: none;
}
.v-cta-box { position: relative; z-index: 1; text-align: center; max-width: 700px; margin: 0 auto; }
.v-cta-box h2 {
  font-family: var(--font-editorial); font-size: clamp(34px, 5.5vw, 58px);
  color: var(--v-cream); line-height: 1; margin-bottom: 16px; letter-spacing: -.01em;
}
.v-cta-box > p { font-size: 15px; color: rgba(253,243,227,.56); line-height: 1.72; margin-bottom: 36px; }
.v-cta-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.v-cta-note { margin-top: 18px; font-family: var(--font-display); font-size: 11px; color: rgba(253,243,227,.3); }

/* ── FOOTER ── */
.v-footer { background: #0d0908; padding: 56px 0 0; }
.v-footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(253,243,227,.07); }
.v-footer-brand .v-logo { color: rgba(253,243,227,.7); margin-bottom: 12px; display: flex; }
.v-footer-brand .v-logo-ed { color: var(--v-orange); }
.v-footer-brand p { font-size: 13px; color: rgba(253,243,227,.38); line-height: 1.7; max-width: 250px; }
.v-footer-col h5 {
  font-family: var(--font-display); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em; color: rgba(253,243,227,.32); margin-bottom: 16px;
}
.v-footer-col a { display: block; font-size: 13px; color: rgba(253,243,227,.48); margin-bottom: 10px; transition: color .15s; }
.v-footer-col a:hover { color: var(--v-cream); }
.v-footer-bottom {
  padding: 18px 28px; display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
}
.v-footer-bottom span { font-family: var(--font-display); font-size: 11px; color: rgba(253,243,227,.28); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .v-hero-layout { grid-template-columns: 1fr 380px; gap: 40px; }
  .v-features-grid { grid-template-columns: repeat(2, 1fr); }
  .v-kyc-layout { gap: 48px; }
}
@media (max-width: 900px) {
  .v-nav-links, .v-nav-actions { display: none; }
  .v-menu-toggle { display: flex; margin-left: auto; }
  .v-hero-layout { grid-template-columns: 1fr; padding-bottom: 48px; }
  .v-hero-card { display: none; }
  .v-how-grid { grid-template-columns: 1fr; gap: 16px; }
  .v-how-arrow { display: none; }
  .v-trust-grid { grid-template-columns: 1fr; }
  .v-trust-verified { transform: none; }
  .v-kyc-layout { grid-template-columns: 1fr; gap: 40px; }
  .v-testi-grid { grid-template-columns: 1fr 1fr; }
  .v-footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .v-features-grid { grid-template-columns: 1fr; }
  .v-testi-grid { grid-template-columns: 1fr; }
  .v-footer-inner { grid-template-columns: 1fr; }
  .v-stats-row { flex-direction: column; align-items: stretch; }
  .v-stat-pill { border-right: none; border-bottom: 1px solid rgba(253,243,227,.08); justify-content: center; }
  .v-stat-pill:last-child { border-bottom: none; }
  .v-cta-actions { flex-direction: column; align-items: stretch; }
  .v-cta-actions .v-btn { justify-content: center; }
}

/* ============================================================
   DASHBOARD LAYOUT
   ============================================================ */
.v-app { display: flex; min-height: 100vh; }

/* ── SIDEBAR ── */
.v-sidebar {
  width: 256px; background: var(--v-ink); flex-shrink: 0;
  position: fixed; top: 0; left: 0; height: 100vh; overflow-y: auto;
  display: flex; flex-direction: column; z-index: 200;
  transition: transform .25s ease;
}
.v-sidebar::-webkit-scrollbar { width: 3px; }
.v-sidebar::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 2px; }
.v-sb-brand {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 20px 18px; border-bottom: 1px solid rgba(253,243,227,.07); flex-shrink: 0;
}
.v-sb-logo { font-family: var(--font-editorial); font-size: 20px; color: rgba(253,243,227,.9); display: flex; align-items: center; gap: 0; }
.v-sb-logo span { color: var(--v-orange); }
.v-sb-logo-tag {
  font-family: var(--font-display); font-size: 8px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; color: rgba(253,243,227,.3); background: rgba(253,243,227,.08);
  border-radius: 5px; padding: 2px 7px; margin-left: 9px;
}
.v-sb-close { display: none; background: none; border: none; color: rgba(253,243,227,.45); padding: 4px; cursor: pointer; }
.v-sb-profile {
  margin: 12px; border-radius: 12px; padding: 13px 14px;
  background: rgba(253,243,227,.05); border: 1px solid rgba(253,243,227,.07);
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
.v-sb-avatar {
  width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--v-orange) 0, var(--v-orange-deep) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 12px; font-weight: 800; color: white;
}
.v-sb-vendor-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-cream); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v-sb-vendor-badge {
  display: inline-block; font-family: var(--font-display); font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; padding: 2px 7px; border-radius: 99px; margin-top: 3px;
}
.v-badge-top-sm { background: rgba(218,161,91,.2); color: var(--v-gold); }
.v-badge-verified-sm { background: rgba(22,163,74,.15); color: var(--v-green-light); }
.v-sb-nav { flex: 1; padding: 8px 0; overflow-y: auto; }
.v-sb-section-label {
  padding: 16px 20px 6px;
  font-family: var(--font-display); font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .18em; color: rgba(253,243,227,.2);
}
.v-sb-link {
  display: flex; align-items: center; gap: 10px; padding: 10px 20px;
  font-family: var(--font-display); font-size: 13px; font-weight: 600;
  color: rgba(253,243,227,.52); border-left: 3px solid transparent;
  transition: all .15s; text-decoration: none; position: relative;
}
.v-sb-link:hover { color: var(--v-cream); background: rgba(253,243,227,.05); }
.v-sb-link.active { color: var(--v-cream); background: rgba(240,103,36,.14); border-left-color: var(--v-orange); }
.v-sb-link svg { flex-shrink: 0; opacity: .7; }
.v-sb-link.active svg { opacity: 1; }
.v-sb-notif-badge {
  margin-left: auto; min-width: 18px; height: 18px; border-radius: 99px;
  background: var(--v-orange); color: white;
  font-family: var(--font-display); font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; padding: 0 5px;
}
.v-sb-divider { height: 1px; background: rgba(253,243,227,.07); margin: 10px 20px; }
.v-sb-foot { padding: 0 0 20px; flex-shrink: 0; }

/* ── MAIN AREA ── */
.v-dash-main { flex: 1; margin-left: 256px; display: flex; flex-direction: column; min-height: 100vh; background: #f2ede6; }

/* ── TOP BAR ── */
.v-topbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(253,243,227,.96); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(123,51,49,.1);
  display: flex; align-items: center; gap: 14px; padding: 0 24px; height: 62px; flex-shrink: 0;
}
.v-topbar-menu-btn { display: none; background: none; border: none; color: var(--v-ink); padding: 6px; cursor: pointer; }
.v-topbar-breadcrumb { display: flex; align-items: center; gap: 6px; }
.v-topbar-title { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--v-ink); }
.v-topbar-sep { color: rgba(26,17,16,.25); font-size: 14px; }
.v-topbar-page { font-family: var(--font-display); font-size: 13px; font-weight: 600; color: rgba(26,17,16,.55); }
.v-topbar-search { flex: 1; max-width: 320px; margin-left: auto; position: relative; }
.v-topbar-search-input {
  width: 100%; padding: 8px 14px 8px 36px; border: 1.5px solid rgba(123,51,49,.12);
  border-radius: 10px; font-family: var(--font-display); font-size: 13px; color: var(--v-ink);
  background: white; outline: none; transition: border-color .15s;
}
.v-topbar-search-input:focus { border-color: var(--v-orange); }
.v-topbar-search-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: rgba(26,17,16,.3); pointer-events: none; }
.v-topbar-actions { display: flex; align-items: center; gap: 8px; }
.v-topbar-icon-btn {
  width: 36px; height: 36px; border-radius: 9px; background: white;
  border: 1.5px solid rgba(123,51,49,.1); display: flex; align-items: center; justify-content: center;
  color: rgba(26,17,16,.55); cursor: pointer; position: relative; transition: all .15s;
}
.v-topbar-icon-btn:hover { border-color: rgba(123,51,49,.2); color: var(--v-ink); }
.v-topbar-notif-dot {
  position: absolute; top: 6px; right: 6px; width: 7px; height: 7px;
  background: var(--v-orange); border-radius: 50%; border: 1.5px solid var(--v-cream);
}
.v-topbar-profile {
  display: flex; align-items: center; gap: 8px; background: white;
  border: 1.5px solid rgba(123,51,49,.1); border-radius: 9px; padding: 5px 12px 5px 7px;
  cursor: pointer; transition: all .15s;
}
.v-topbar-profile:hover { border-color: rgba(123,51,49,.22); }
.v-topbar-av {
  width: 24px; height: 24px; border-radius: 6px;
  background: linear-gradient(135deg, var(--v-orange) 0, var(--v-orange-deep) 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 9px; font-weight: 800; color: white;
}
.v-topbar-av-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }

/* ── DASHBOARD CONTENT ── */
.v-dash-content { padding: 24px; flex: 1; }
.v-dash-welcome { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.v-welcome-title { font-family: var(--font-editorial); font-size: 24px; color: var(--v-ink); line-height: 1.1; }
.v-welcome-title em { font-style: normal; color: var(--v-orange); }
.v-welcome-date { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.42); margin-top: 3px; }
.v-welcome-actions { display: flex; align-items: center; gap: 8px; }

/* Alert strip */
.v-alert-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.v-alert-strip {
  border-radius: 11px; padding: 11px 16px;
  display: flex; align-items: center; gap: 11px; flex-wrap: wrap;
}
.v-alert-orange { background: rgba(240,103,36,.08); border: 1px solid rgba(240,103,36,.2); }
.v-alert-green { background: rgba(22,163,74,.07); border: 1px solid rgba(22,163,74,.18); }
.v-alert-blue { background: rgba(15,158,218,.08); border: 1px solid rgba(15,158,218,.2); }
.v-alert-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.v-alert-orange .v-alert-dot { background: var(--v-orange); }
.v-alert-green .v-alert-dot { background: var(--v-green); }
.v-alert-blue .v-alert-dot { background: var(--v-blue); }
.v-alert-text { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--v-ink); flex: 1; }
.v-alert-cta { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-orange); white-space: nowrap; text-decoration: none; }
.v-alert-blue .v-alert-cta { color: var(--v-blue); }
.v-alert-dismiss { background: none; border: none; color: rgba(26,17,16,.3); cursor: pointer; padding: 0 0 0 4px; font-size: 14px; line-height: 1; }

/* ── KPI CARDS ── */
.v-kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.v-kpi-card {
  background: white; border-radius: 16px; padding: 20px 18px;
  border: 1px solid rgba(123,51,49,.06); transition: box-shadow .2s, transform .2s;
}
.v-kpi-card:hover { box-shadow: 0 8px 28px rgba(123,51,49,.08); transform: translateY(-1px); }
.v-kpi-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.v-kpi-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.v-kpi-icon-orange { background: rgba(240,103,36,.1); color: var(--v-orange); }
.v-kpi-icon-blue { background: rgba(15,158,218,.1); color: var(--v-blue); }
.v-kpi-icon-green { background: rgba(22,163,74,.1); color: var(--v-green); }
.v-kpi-icon-maroon { background: rgba(123,51,49,.1); color: var(--v-maroon); }
.v-kpi-change { font-family: var(--font-display); font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 99px; }
.v-kpi-up { background: rgba(22,163,74,.1); color: var(--v-green); }
.v-kpi-down { background: rgba(220,38,38,.08); color: #dc2626; }
.v-kpi-neutral { background: rgba(26,17,16,.06); color: rgba(26,17,16,.5); }
.v-kpi-value { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--v-ink); line-height: 1; margin-bottom: 4px; }
.v-kpi-label { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: rgba(26,17,16,.42); text-transform: uppercase; letter-spacing: .07em; }
.v-kpi-sub { font-size: 11px; color: rgba(26,17,16,.38); margin-top: 5px; }

/* ── PANELS ── */
.v-panel { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.06); overflow: hidden; }
.v-panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px; border-bottom: 1px solid rgba(123,51,49,.07);
}
.v-panel-title { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-panel-meta { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.4); margin-left: 8px; }
.v-panel-action { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-orange); text-decoration: none; white-space: nowrap; }
.v-panel-action:hover { color: var(--v-orange-deep); }

/* ── MAIN GRID ── */
.v-dash-grid { display: grid; grid-template-columns: 1fr 300px; gap: 18px; margin-bottom: 18px; }

/* ── ORDERS TABLE ── */
.v-orders-table { width: 100%; border-collapse: collapse; }
.v-orders-table th {
  padding: 9px 16px; font-family: var(--font-display); font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: rgba(26,17,16,.35);
  text-align: left; background: #faf7f2; border-bottom: 1px solid rgba(123,51,49,.06);
}
.v-orders-table td { padding: 13px 16px; border-bottom: 1px solid rgba(123,51,49,.05); vertical-align: middle; }
.v-orders-table tr:last-child td { border-bottom: none; }
.v-orders-table tbody tr:hover td { background: #fdf9f4; }
.v-order-id { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-order-item-wrap { display: flex; align-items: center; gap: 10px; }
.v-order-thumb {
  width: 38px; height: 38px; border-radius: 8px; object-fit: cover;
  background: var(--v-cream-deep); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.v-order-item-name { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--v-ink); }
.v-order-item-sub { font-size: 10px; color: rgba(26,17,16,.4); }
.v-order-buyer { font-family: var(--font-display); font-size: 12px; color: rgba(26,17,16,.6); }
.v-order-amount { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-status-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-display); font-size: 9px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; padding: 3px 9px; border-radius: 99px; white-space: nowrap;
}
.v-status-new { background: rgba(240,103,36,.12); color: var(--v-orange); }
.v-status-processing { background: rgba(15,158,218,.1); color: var(--v-blue); }
.v-status-shipped { background: rgba(124,77,255,.1); color: #7c4dff; }
.v-status-delivered { background: rgba(22,163,74,.1); color: var(--v-green); }
.v-status-cancelled { background: rgba(220,38,38,.08); color: #dc2626; }
.v-status-pending-ap { background: rgba(218,161,91,.15); color: #9a6c24; }
.v-order-action-btn {
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  color: var(--v-orange); background: rgba(240,103,36,.08); border: none;
  border-radius: 7px; padding: 5px 11px; cursor: pointer; transition: all .15s; white-space: nowrap;
}
.v-order-action-btn:hover { background: rgba(240,103,36,.15); }
.v-order-action-btn.muted { color: rgba(26,17,16,.3); background: rgba(26,17,16,.04); cursor: default; }

/* ── RIGHT COLUMN ── */
.v-right-col { display: flex; flex-direction: column; gap: 16px; }

/* Quick actions */
.v-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; }
.v-quick-btn {
  display: flex; flex-direction: column; align-items: flex-start; gap: 7px;
  background: #faf7f2; border: 1.5px solid rgba(123,51,49,.08); border-radius: 12px;
  padding: 14px 12px; cursor: pointer; transition: all .18s; text-decoration: none;
}
.v-quick-btn:hover { background: var(--v-cream); border-color: rgba(240,103,36,.25); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(240,103,36,.1); }
.v-quick-icon { width: 30px; height: 30px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.v-quick-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-ink); line-height: 1.3; }

/* Activity feed */
.v-activity-list { display: flex; flex-direction: column; }
.v-activity-item { display: flex; align-items: flex-start; gap: 10px; padding: 11px 16px; border-bottom: 1px solid rgba(123,51,49,.05); }
.v-activity-item:last-child { border-bottom: none; }
.v-activity-icon { width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.v-activity-body { flex: 1; min-width: 0; }
.v-activity-text { font-size: 12px; color: rgba(26,17,16,.65); line-height: 1.5; }
.v-activity-text strong { font-weight: 700; color: var(--v-ink); }
.v-activity-time { font-family: var(--font-display); font-size: 10px; color: rgba(26,17,16,.32); margin-top: 2px; }

/* ── BOTTOM ROW ── */
.v-dash-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }

/* Analytics mini chart */
.v-chart-area { padding: 16px 18px 14px; }
.v-chart-bars { display: flex; align-items: flex-end; gap: 7px; height: 90px; margin-bottom: 8px; }
.v-chart-bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.v-chart-bar { width: 100%; border-radius: 5px 5px 0 0; background: rgba(240,103,36,.18); transition: background .2s; cursor: pointer; }
.v-chart-bar:hover { background: rgba(240,103,36,.4); }
.v-chart-bar.hi { background: var(--v-orange); }
.v-chart-day { font-family: var(--font-display); font-size: 9px; color: rgba(26,17,16,.32); text-transform: uppercase; }
.v-chart-total { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: rgba(26,17,16,.45); }
.v-top-items { padding: 0 16px 14px; display: flex; flex-direction: column; gap: 9px; }
.v-top-item-row { display: flex; align-items: center; gap: 9px; }
.v-top-item-rank { font-family: var(--font-display); font-size: 11px; font-weight: 800; color: rgba(26,17,16,.22); width: 16px; }
.v-top-item-name { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: var(--v-ink); flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v-top-item-track { width: 80px; height: 4px; background: rgba(123,51,49,.1); border-radius: 2px; overflow: hidden; flex-shrink: 0; }
.v-top-item-fill { height: 100%; border-radius: 2px; background: var(--v-orange); }
.v-top-item-views { font-family: var(--font-display); font-size: 10px; font-weight: 700; color: rgba(26,17,16,.4); width: 38px; text-align: right; }

/* Wallet summary */
.v-wallet-area { padding: 16px 18px; }
.v-wallet-bal-label { font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,17,16,.38); margin-bottom: 3px; }
.v-wallet-bal-amount { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--v-ink); line-height: 1; margin-bottom: 3px; }
.v-wallet-bal-sub { font-size: 11px; color: rgba(26,17,16,.42); margin-bottom: 14px; }
.v-wallet-breakdown { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.v-wallet-cell { background: #faf7f2; border-radius: 10px; padding: 11px 12px; }
.v-wallet-cell-label { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(26,17,16,.38); margin-bottom: 3px; }
.v-wallet-cell-val { font-family: var(--font-display); font-size: 14px; font-weight: 800; }
.v-wallet-cell-val.green { color: var(--v-green); }
.v-wallet-cell-val.orange { color: var(--v-orange); }
.v-payout-bar {
  background: linear-gradient(135deg, rgba(22,163,74,.1) 0, rgba(22,163,74,.05) 100%);
  border: 1px solid rgba(22,163,74,.2); border-radius: 11px;
  padding: 12px 14px; display: flex; align-items: center; justify-content: space-between;
}
.v-payout-bar-left label { font-size: 10px; color: rgba(26,17,16,.42); font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .07em; display: block; margin-bottom: 2px; }
.v-payout-bar-left strong { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: var(--v-green); }
.v-payout-bar-right { text-align: right; }
.v-payout-bar-date { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-green); }
.v-payout-bar-in { font-size: 10px; color: rgba(22,163,74,.55); }

/* Pending approvals */
.v-pending-list { display: flex; flex-direction: column; }
.v-pending-item { display: flex; align-items: center; gap: 11px; padding: 11px 16px; border-bottom: 1px solid rgba(123,51,49,.05); }
.v-pending-item:last-child { border-bottom: none; }
.v-pending-thumb { width: 40px; height: 40px; border-radius: 9px; background: var(--v-cream-deep); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.v-pending-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-pending-sub { font-size: 10px; color: rgba(26,17,16,.42); margin-top: 2px; }
.v-pending-badge { margin-left: auto; flex-shrink: 0; }

/* Sidebar backdrop (mobile) */
.v-sb-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 199; display: none; }
.v-sb-backdrop.show { display: block; }

/* ── DASHBOARD RESPONSIVE ── */
@media (max-width: 1200px) {
  .v-dash-bottom { grid-template-columns: 1fr 1fr; }
  .v-dash-bottom > .v-panel:last-child { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
  .v-kpi-row { grid-template-columns: repeat(2, 1fr); }
  .v-dash-grid { grid-template-columns: 1fr; }
  .v-right-col { display: grid; grid-template-columns: 1fr 1fr; }
  .v-dash-bottom { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .v-sidebar { transform: translateX(-100%); }
  .v-sidebar.open { transform: translateX(0); }
  .v-sb-close { display: flex; }
  .v-dash-main { margin-left: 0; }
  .v-topbar-menu-btn { display: flex; }
}
@media (max-width: 640px) {
  .v-kpi-row { grid-template-columns: repeat(2, 1fr); }
  .v-right-col { display: flex; flex-direction: column; }
  .v-dash-bottom { grid-template-columns: 1fr; }
  .v-topbar-search { display: none; }
  .v-dash-content { padding: 14px; }
  .v-orders-table th:nth-child(3), .v-orders-table td:nth-child(3) { display: none; }
}

/* ============================================================
   ORDERS PAGE
   ============================================================ */

/* Page header */
.v-page-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 12px; }
.v-page-hdr-left { display: flex; align-items: center; gap: 10px; }
.v-page-hdr-title { font-family: var(--font-editorial); font-size: 22px; color: var(--v-ink); line-height: 1.1; }
.v-page-hdr-count { font-family: var(--font-display); font-size: 11px; font-weight: 700; background: rgba(240,103,36,.1); color: var(--v-orange); padding: 3px 10px; border-radius: 99px; }
.v-page-hdr-actions { display: flex; align-items: center; gap: 8px; }

/* Order stat pills */
.v-o-stats { display: flex; align-items: stretch; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.v-o-stat { background: white; border-radius: 12px; padding: 14px 18px; border: 1px solid rgba(123,51,49,.07); display: flex; align-items: center; gap: 12px; flex: 1; min-width: 120px; cursor: pointer; transition: all .18s; }
.v-o-stat:hover { border-color: rgba(240,103,36,.2); box-shadow: 0 4px 12px rgba(240,103,36,.06); }
.v-o-stat-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.v-o-stat-num { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--v-ink); line-height: 1; }
.v-o-stat-label { font-family: var(--font-display); font-size: 10px; font-weight: 600; color: rgba(26,17,16,.42); text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }

/* Filter bar */
.v-filter-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid rgba(123,51,49,.07); gap: 12px; flex-wrap: wrap; }
.v-filter-tabs { display: flex; align-items: center; gap: 2px; overflow-x: auto; flex-shrink: 0; }
.v-filter-tabs::-webkit-scrollbar { height: 0; }
.v-filter-tab { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 12px; font-weight: 600; color: rgba(26,17,16,.5); padding: 6px 12px; border-radius: 8px; background: none; border: none; cursor: pointer; white-space: nowrap; transition: all .15s; }
.v-filter-tab:hover { color: var(--v-ink); background: rgba(26,17,16,.04); }
.v-filter-tab.active { color: var(--v-orange); background: rgba(240,103,36,.08); }
.v-tab-badge { font-family: var(--font-display); font-size: 9px; font-weight: 700; background: rgba(26,17,16,.08); color: rgba(26,17,16,.45); padding: 1px 6px; border-radius: 99px; min-width: 18px; text-align: center; }
.v-filter-tab.active .v-tab-badge { background: rgba(240,103,36,.15); color: var(--v-orange); }
.v-filter-right { display: flex; align-items: center; gap: 8px; }
.v-table-search { position: relative; }
.v-table-search-input { padding: 7px 13px 7px 32px; border: 1.5px solid rgba(123,51,49,.12); border-radius: 9px; font-family: var(--font-display); font-size: 12px; color: var(--v-ink); background: white; outline: none; width: 200px; transition: border-color .15s; }
.v-table-search-input:focus { border-color: var(--v-orange); }
.v-table-search-icon { position: absolute; left: 9px; top: 50%; transform: translateY(-50%); color: rgba(26,17,16,.3); pointer-events: none; }
.v-date-btn { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 12px; font-weight: 600; color: rgba(26,17,16,.5); padding: 7px 13px; border: 1.5px solid rgba(123,51,49,.12); border-radius: 9px; background: white; cursor: pointer; white-space: nowrap; transition: all .15s; }
.v-date-btn:hover { border-color: rgba(123,51,49,.22); color: var(--v-ink); }

/* Bulk action bar */
.v-bulk-bar { display: none; align-items: center; gap: 10px; background: var(--v-ink); border-radius: 11px; padding: 10px 16px; margin: 12px 16px 0; }
.v-bulk-bar.show { display: flex; }
.v-bulk-count { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-cream); flex: 1; }
.v-bulk-btn { font-family: var(--font-display); font-size: 11px; font-weight: 700; padding: 6px 14px; border-radius: 7px; border: none; cursor: pointer; transition: all .15s; }
.v-bulk-btn-ship { background: var(--v-orange); color: white; }
.v-bulk-btn-ship:hover { background: var(--v-orange-deep); }
.v-bulk-btn-label { background: rgba(253,243,227,.1); color: rgba(253,243,227,.75); }
.v-bulk-btn-label:hover { background: rgba(253,243,227,.18); }
.v-bulk-btn-export { background: rgba(253,243,227,.08); color: rgba(253,243,227,.6); }
.v-bulk-close { background: none; border: none; color: rgba(253,243,227,.4); font-size: 16px; cursor: pointer; padding: 2px 0 0 4px; line-height: 1; }

/* Checkbox */
.v-cb { width: 15px; height: 15px; border-radius: 4px; border: 2px solid rgba(123,51,49,.2); cursor: pointer; transition: all .15s; appearance: none; -webkit-appearance: none; flex-shrink: 0; vertical-align: middle; }
.v-cb:checked { background: var(--v-orange); border-color: var(--v-orange); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: 10px; background-repeat: no-repeat; background-position: center; }
.v-cb:hover:not(:checked) { border-color: rgba(240,103,36,.5); }

/* Full orders table */
.v-full-table { width: 100%; border-collapse: collapse; }
.v-full-table th { padding: 9px 14px; font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,17,16,.35); text-align: left; background: #faf7f2; border-bottom: 1px solid rgba(123,51,49,.06); white-space: nowrap; }
.v-full-table td { padding: 13px 14px; border-bottom: 1px solid rgba(123,51,49,.05); vertical-align: middle; }
.v-full-table tr:last-child td { border-bottom: none; }
.v-full-table tbody tr { cursor: pointer; transition: background .1s; }
.v-full-table tbody tr:hover td { background: #fdf9f4; }
.v-full-table tbody tr.selected td { background: rgba(240,103,36,.04); }
.v-tbl-order-id { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-orange); }
.v-tbl-order-date { font-size: 10px; color: rgba(26,17,16,.35); margin-top: 1px; }
.v-tbl-item-wrap { display: flex; align-items: center; gap: 10px; }
.v-tbl-thumb { width: 40px; height: 40px; border-radius: 9px; background: var(--v-cream-deep); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.v-tbl-item-name { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--v-ink); }
.v-tbl-item-sub { font-size: 10px; color: rgba(26,17,16,.4); margin-top: 1px; }
.v-tbl-buyer-name { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--v-ink); }
.v-tbl-buyer-loc { font-size: 10px; color: rgba(26,17,16,.38); margin-top: 1px; }
.v-tbl-amount { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-row-actions { display: flex; align-items: center; gap: 5px; }
.v-row-btn { font-family: var(--font-display); font-size: 11px; font-weight: 700; padding: 5px 11px; border-radius: 7px; border: none; cursor: pointer; transition: all .15s; white-space: nowrap; line-height: 1; }
.v-row-btn-ship { color: white; background: var(--v-orange); }
.v-row-btn-ship:hover { background: var(--v-orange-deep); }
.v-row-btn-label { color: var(--v-blue); background: rgba(15,158,218,.1); }
.v-row-btn-label:hover { background: rgba(15,158,218,.18); }
.v-row-btn-track { color: #7c4dff; background: rgba(124,77,255,.08); cursor: default; }
.v-row-btn-done { color: var(--v-green); background: rgba(22,163,74,.08); cursor: default; }
.v-row-btn-refunded { color: #dc2626; background: rgba(220,38,38,.07); cursor: default; font-style: italic; }
.v-row-btn-view { color: rgba(26,17,16,.45); background: rgba(26,17,16,.04); }
.v-row-btn-view:hover { background: rgba(26,17,16,.08); color: var(--v-ink); }

/* Pagination */
.v-pagination { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-top: 1px solid rgba(123,51,49,.07); flex-wrap: wrap; gap: 8px; }
.v-page-info { font-family: var(--font-display); font-size: 12px; color: rgba(26,17,16,.4); }
.v-page-btns { display: flex; align-items: center; gap: 4px; }
.v-page-btn { font-family: var(--font-display); font-size: 12px; font-weight: 700; width: 30px; height: 30px; border-radius: 7px; border: 1.5px solid rgba(123,51,49,.1); background: white; color: rgba(26,17,16,.5); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.v-page-btn:hover { border-color: rgba(240,103,36,.3); color: var(--v-orange); }
.v-page-btn.active { background: var(--v-orange); border-color: var(--v-orange); color: white; }
.v-page-btn:disabled { opacity: .3; cursor: default; pointer-events: none; }

/* ── ORDER DETAIL PANEL ── */
.v-detail-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 148; display: none; }
.v-detail-backdrop.show { display: block; }
.v-detail-panel { position: fixed; top: 0; right: 0; bottom: 0; width: 440px; background: white; z-index: 149; display: flex; flex-direction: column; box-shadow: -8px 0 48px rgba(0,0,0,.18); transform: translateX(100%); transition: transform .28s cubic-bezier(.25,.46,.45,.94); overflow: hidden; }
.v-detail-panel.open { transform: translateX(0); }
.v-detail-hdr { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(123,51,49,.09); flex-shrink: 0; background: white; }
.v-detail-hdr-left { display: flex; align-items: center; gap: 10px; }
.v-detail-order-id { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: var(--v-ink); }
.v-detail-close { width: 32px; height: 32px; border-radius: 8px; border: none; background: rgba(26,17,16,.05); color: var(--v-ink); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: all .15s; }
.v-detail-close:hover { background: rgba(26,17,16,.1); }
.v-detail-body { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 18px; }
.v-detail-body::-webkit-scrollbar { width: 3px; }
.v-detail-body::-webkit-scrollbar-thumb { background: rgba(123,51,49,.15); border-radius: 2px; }
.v-detail-section-title { font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(26,17,16,.35); margin-bottom: 10px; }
.v-detail-card { background: #faf7f2; border-radius: 12px; padding: 14px 16px; border: 1px solid rgba(123,51,49,.07); }

/* Timeline */
.v-order-timeline { display: flex; align-items: flex-start; justify-content: space-between; position: relative; padding-bottom: 4px; }
.v-order-timeline::before { content: ""; position: absolute; top: 13px; left: 14px; right: 14px; height: 2px; background: rgba(123,51,49,.1); z-index: 0; }
.v-tl-step { display: flex; flex-direction: column; align-items: center; gap: 7px; z-index: 1; flex: 1; }
.v-tl-dot { width: 28px; height: 28px; border-radius: 50%; border: 2px solid rgba(123,51,49,.12); background: white; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; color: rgba(26,17,16,.3); transition: all .2s; font-family: var(--font-display); }
.v-tl-step.done .v-tl-dot { background: var(--v-green); border-color: var(--v-green); color: white; font-size: 12px; }
.v-tl-step.active .v-tl-dot { background: var(--v-orange); border-color: var(--v-orange); color: white; }
.v-tl-step.cancelled .v-tl-dot { background: #dc2626; border-color: #dc2626; color: white; }
.v-tl-label { font-family: var(--font-display); font-size: 8px; font-weight: 700; text-align: center; color: rgba(26,17,16,.32); text-transform: uppercase; letter-spacing: .07em; line-height: 1.3; }
.v-tl-step.done .v-tl-label, .v-tl-step.active .v-tl-label { color: rgba(26,17,16,.65); }

/* Detail item */
.v-detail-item-row { display: flex; align-items: center; gap: 12px; }
.v-detail-thumb { width: 52px; height: 52px; border-radius: 11px; background: var(--v-cream-deep); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.v-detail-item-name { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-detail-item-meta { font-size: 11px; color: rgba(26,17,16,.48); margin-top: 3px; }
.v-detail-item-price { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--v-orange); margin-top: 4px; }

/* Detail buyer */
.v-detail-buyer-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.v-detail-buyer-av { width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0; background: linear-gradient(135deg, var(--v-blue) 0, #0a7ab5 100%); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 13px; font-weight: 800; color: white; }
.v-detail-buyer-name { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-detail-buyer-meta { font-size: 11px; color: rgba(26,17,16,.45); margin-top: 2px; }
.v-detail-addr-row { display: flex; align-items: flex-start; gap: 8px; padding: 10px 12px; background: white; border-radius: 9px; border: 1px solid rgba(123,51,49,.07); }
.v-detail-addr-icon { color: rgba(26,17,16,.3); flex-shrink: 0; margin-top: 1px; }
.v-detail-addr-text { font-size: 12px; color: rgba(26,17,16,.6); line-height: 1.5; }

/* Amount breakdown */
.v-amount-rows { display: flex; flex-direction: column; gap: 9px; }
.v-amount-row { display: flex; align-items: center; justify-content: space-between; }
.v-amount-label { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: rgba(26,17,16,.5); }
.v-amount-val { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-amount-divider { height: 1px; background: rgba(123,51,49,.08); margin: 2px 0; }
.v-amount-total { display: flex; align-items: center; justify-content: space-between; }
.v-amount-total-label { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-amount-total-val { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: var(--v-green); }

/* Detail actions */
.v-detail-actions { display: flex; flex-direction: column; gap: 8px; }
.v-detail-btn { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 13px; font-weight: 700; padding: 12px 16px; border-radius: 11px; border: none; cursor: pointer; transition: all .18s; text-align: left; width: 100%; }
.v-detail-btn-primary { background: var(--v-orange); color: white; }
.v-detail-btn-primary:hover { background: var(--v-orange-deep); }
.v-detail-btn-blue { background: rgba(15,158,218,.09); color: var(--v-blue); }
.v-detail-btn-blue:hover { background: rgba(15,158,218,.16); }
.v-detail-btn-ghost { background: rgba(26,17,16,.04); color: rgba(26,17,16,.62); }
.v-detail-btn-ghost:hover { background: rgba(26,17,16,.08); }
.v-detail-btn-danger { background: rgba(220,38,38,.07); color: #dc2626; }
.v-detail-btn-danger:hover { background: rgba(220,38,38,.12); }
.v-detail-btn-icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; background: rgba(255,255,255,.18); }
.v-detail-btn-blue .v-detail-btn-icon { background: rgba(15,158,218,.12); }
.v-detail-btn-ghost .v-detail-btn-icon { background: rgba(26,17,16,.06); }
.v-detail-btn-danger .v-detail-btn-icon { background: rgba(220,38,38,.1); }

/* ── SHIPPING LABEL MODAL ── */
.v-label-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px; }
.v-label-overlay.open { display: flex; }
.v-label-box { background: white; border-radius: 20px; width: 100%; max-width: 520px; box-shadow: 0 32px 80px rgba(0,0,0,.3); overflow: hidden; }
.v-label-box-hdr { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(123,51,49,.09); }
.v-label-box-title { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-label-close { width: 30px; height: 30px; border-radius: 8px; border: none; background: rgba(26,17,16,.05); cursor: pointer; color: var(--v-ink); display: flex; align-items: center; justify-content: center; font-size: 14px; transition: background .15s; }
.v-label-close:hover { background: rgba(26,17,16,.1); }
.v-label-body { padding: 20px; }
.v-label-print { border: 2px solid var(--v-ink); border-radius: 12px; overflow: hidden; font-family: var(--font-display); }
.v-label-top { display: flex; align-items: center; justify-content: space-between; background: var(--v-ink); color: var(--v-cream); padding: 11px 15px; }
.v-label-brand-lg { font-family: var(--font-editorial); font-size: 17px; color: rgba(253,243,227,.9); }
.v-label-brand-lg span { color: var(--v-orange); }
.v-label-order-num { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-gold); letter-spacing: .06em; }
.v-label-addresses { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 2px solid var(--v-ink); }
.v-label-addr-blk { padding: 13px 15px; }
.v-label-addr-blk:first-child { border-right: 1px solid rgba(26,17,16,.12); }
.v-label-addr-type { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; color: rgba(26,17,16,.35); margin-bottom: 6px; }
.v-label-addr-name { font-size: 13px; font-weight: 800; color: var(--v-ink); margin-bottom: 3px; }
.v-label-addr-line { font-size: 11px; color: rgba(26,17,16,.55); line-height: 1.55; }
.v-label-item-band { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; border-bottom: 2px solid var(--v-ink); background: #faf7f2; }
.v-label-item-info div:first-child { font-size: 12px; font-weight: 800; color: var(--v-ink); }
.v-label-item-info div:last-child { font-size: 10px; color: rgba(26,17,16,.5); margin-top: 2px; }
.v-label-item-weight { font-size: 11px; font-weight: 700; color: rgba(26,17,16,.45); }
.v-label-barcode-area { padding: 12px 15px 14px; }
.v-label-bars { display: flex; align-items: flex-end; gap: 1.5px; height: 40px; margin-bottom: 5px; }
.v-label-bar { border-radius: 1px 1px 0 0; background: var(--v-ink); }
.v-label-barcode-txt { font-size: 9px; font-weight: 700; color: rgba(26,17,16,.38); letter-spacing: .14em; }
.v-label-footer-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 20px; border-top: 1px solid rgba(123,51,49,.09); }
.v-label-note { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.4); }

/* ── ORDERS PAGE RESPONSIVE ── */
@media (max-width: 1024px) {
  .v-full-table th:nth-child(5), .v-full-table td:nth-child(5) { display: none; }
}
@media (max-width: 900px) {
  .v-detail-panel { width: 100%; }
}
@media (max-width: 768px) {
  .v-full-table th:nth-child(4), .v-full-table td:nth-child(4) { display: none; }
  .v-filter-bar { flex-direction: column; align-items: flex-start; }
  .v-filter-right { width: 100%; }
  .v-table-search, .v-table-search-input { width: 100%; }
}
@media (max-width: 640px) {
  .v-o-stats { gap: 8px; }
  .v-o-stat { flex: 1 0 calc(50% - 4px); min-width: 0; }
  .v-full-table th:nth-child(1), .v-full-table td:nth-child(1) { display: none; }
  .v-full-table th:nth-child(4), .v-full-table td:nth-child(4) { display: none; }
  .v-date-btn { display: none; }
}

/* ============================================================
   ADD LISTING PAGE
   ============================================================ */

/* Two-column layout */
.v-listing-layout { display: grid; grid-template-columns: 1fr 308px; gap: 20px; align-items: start; padding-bottom: 90px; }
.v-listing-aside { position: sticky; top: 74px; display: flex; flex-direction: column; gap: 14px; }

/* Form section cards */
.v-form-section { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); margin-bottom: 14px; overflow: hidden; }
.v-form-section:last-child { margin-bottom: 0; }
.v-form-sec-head { display: flex; align-items: flex-start; gap: 12px; padding: 15px 18px; border-bottom: 1px solid rgba(123,51,49,.07); }
.v-form-sec-num { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 1px; background: rgba(240,103,36,.1); color: var(--v-orange); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 10px; font-weight: 800; }
.v-form-sec-title { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); line-height: 1.3; }
.v-form-sec-sub { font-size: 11px; color: rgba(26,17,16,.42); margin-top: 2px; }
.v-form-sec-body { padding: 18px; }

/* Generic form fields */
.v-field { margin-bottom: 16px; }
.v-field:last-child { margin-bottom: 0; }
.v-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.v-label { display: flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-ink); margin-bottom: 7px; }
.v-label-req { color: var(--v-orange); font-size: 13px; line-height: 1; }
.v-label-opt { font-weight: 500; color: rgba(26,17,16,.38); font-size: 10px; }
.v-char-count { margin-left: auto; font-size: 10px; font-weight: 500; color: rgba(26,17,16,.3); }
.v-input { width: 100%; padding: 10px 14px; border: 1.5px solid rgba(123,51,49,.14); border-radius: 10px; font-family: var(--font-display); font-size: 13px; font-weight: 500; color: var(--v-ink); background: white; outline: none; transition: border-color .15s, box-shadow .15s; -webkit-appearance: none; appearance: none; }
.v-input:focus { border-color: var(--v-orange); box-shadow: 0 0 0 3px rgba(240,103,36,.07); }
.v-input::placeholder { color: rgba(26,17,16,.28); font-weight: 400; }
.v-textarea { resize: vertical; min-height: 88px; line-height: 1.6; }
.v-select { width: 100%; padding: 10px 14px; border: 1.5px solid rgba(123,51,49,.14); border-radius: 10px; font-family: var(--font-display); font-size: 13px; font-weight: 500; color: var(--v-ink); background: white; outline: none; cursor: pointer; transition: border-color .15s; -webkit-appearance: none; appearance: none; }
.v-select:focus { border-color: var(--v-orange); box-shadow: 0 0 0 3px rgba(240,103,36,.07); }
.v-field-hint { font-size: 11px; color: rgba(26,17,16,.4); margin-top: 6px; line-height: 1.5; }

/* Photo grid */
.v-photo-grid { display: grid; grid-template-columns: 210px 1fr 1fr; grid-template-rows: 100px 100px; gap: 8px; }
.v-photo-slot { border-radius: 11px; border: 2px dashed rgba(123,51,49,.18); background: #faf7f2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; transition: all .18s; position: relative; overflow: hidden; }
.v-photo-slot:hover { border-color: var(--v-orange); background: rgba(240,103,36,.04); }
.v-photo-slot.has-img { border-style: solid; border-color: rgba(123,51,49,.1); }
.v-photo-slot:first-child { grid-row: span 2; }
.v-photo-slot-icon { color: rgba(26,17,16,.2); }
.v-photo-slot-label { font-family: var(--font-display); font-size: 9px; font-weight: 700; color: rgba(26,17,16,.28); text-transform: uppercase; letter-spacing: .08em; text-align: center; }
.v-photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; border-radius: 9px; }
.v-photo-slot.has-img img { display: block; }
.v-photo-slot-del { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; border-radius: 50%; background: rgba(0,0,0,.6); color: white; border: none; display: none; align-items: center; justify-content: center; cursor: pointer; font-size: 10px; line-height: 1; z-index: 2; }
.v-photo-slot.has-img:hover .v-photo-slot-del { display: flex; }

/* Category grid */
.v-cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 16px; }
.v-cat-btn { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 12px 6px; border: 1.5px solid rgba(123,51,49,.12); border-radius: 11px; background: white; cursor: pointer; transition: all .15s; }
.v-cat-btn:hover { border-color: rgba(240,103,36,.3); background: rgba(240,103,36,.03); }
.v-cat-btn.active { border-color: var(--v-orange); background: rgba(240,103,36,.07); }
.v-cat-icon { font-size: 20px; line-height: 1; }
.v-cat-label { font-family: var(--font-display); font-size: 10px; font-weight: 700; color: rgba(26,17,16,.55); text-align: center; line-height: 1.2; }
.v-cat-btn.active .v-cat-label { color: var(--v-orange); }

/* Segmented control (gender) */
.v-seg-row { display: flex; gap: 4px; }
.v-seg-btn { flex: 1; padding: 9px; border: 1.5px solid rgba(123,51,49,.12); border-radius: 9px; background: white; font-family: var(--font-display); font-size: 12px; font-weight: 700; color: rgba(26,17,16,.5); cursor: pointer; transition: all .15s; }
.v-seg-btn:hover { border-color: rgba(240,103,36,.3); color: var(--v-ink); }
.v-seg-btn.active { border-color: var(--v-orange); background: rgba(240,103,36,.08); color: var(--v-orange); }

/* Condition cards */
.v-cond-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.v-cond-card { border: 1.5px solid rgba(123,51,49,.12); border-radius: 12px; padding: 14px; cursor: pointer; transition: all .18s; position: relative; }
.v-cond-card:hover { border-color: rgba(240,103,36,.3); background: rgba(240,103,36,.02); }
.v-cond-card.active { border-color: var(--v-orange); background: rgba(240,103,36,.05); }
.v-cond-radio { position: absolute; top: 12px; right: 12px; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(123,51,49,.2); transition: all .15s; }
.v-cond-card.active .v-cond-radio { border-color: var(--v-orange); background: var(--v-orange); }
.v-cond-tag { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-display); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; padding: 3px 8px; border-radius: 99px; margin-bottom: 6px; }
.v-cond-t-new { background: rgba(22,163,74,.1); color: var(--v-green); }
.v-cond-t-exc { background: rgba(15,158,218,.1); color: var(--v-blue); }
.v-cond-t-vg  { background: rgba(240,103,36,.1); color: var(--v-orange); }
.v-cond-t-gd  { background: rgba(123,51,49,.1); color: var(--v-maroon); }
.v-cond-desc { font-size: 11px; color: rgba(26,17,16,.5); line-height: 1.55; }

/* Size selector */
.v-size-cats { display: flex; gap: 4px; margin-bottom: 12px; overflow-x: auto; padding-bottom: 2px; }
.v-size-cats::-webkit-scrollbar { height: 0; }
.v-size-cat { font-family: var(--font-display); font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 7px; border: 1.5px solid rgba(123,51,49,.12); background: white; color: rgba(26,17,16,.5); cursor: pointer; white-space: nowrap; transition: all .15s; }
.v-size-cat:hover { border-color: rgba(240,103,36,.25); color: var(--v-ink); }
.v-size-cat.active { border-color: var(--v-orange); background: rgba(240,103,36,.08); color: var(--v-orange); }
.v-size-panel { display: none; }
.v-size-panel.show { display: block; }
.v-size-row-label { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(26,17,16,.35); margin-bottom: 8px; }
.v-size-btns { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.v-size-btns:last-child { margin-bottom: 0; }
.v-sz-btn { font-family: var(--font-display); font-size: 11px; font-weight: 700; padding: 6px 12px; border: 1.5px solid rgba(123,51,49,.12); border-radius: 8px; background: white; color: rgba(26,17,16,.55); cursor: pointer; transition: all .15s; min-width: 42px; text-align: center; }
.v-sz-btn:hover { border-color: rgba(240,103,36,.3); color: var(--v-ink); }
.v-sz-btn.active { border-color: var(--v-orange); background: rgba(240,103,36,.08); color: var(--v-orange); }

/* Colour swatches */
.v-swatch-row { display: flex; flex-wrap: wrap; gap: 10px; }
.v-swatch { width: 28px; height: 28px; border-radius: 50%; cursor: pointer; border: 2.5px solid transparent; transition: transform .15s, box-shadow .15s; flex-shrink: 0; }
.v-swatch:hover { transform: scale(1.18); }
.v-swatch.active { transform: scale(1.1); box-shadow: 0 0 0 2.5px white, 0 0 0 4.5px var(--v-orange); border-color: transparent; }
.v-swatch-light { box-shadow: inset 0 0 0 1px rgba(26,17,16,.15); }
.v-swatch-light.active { box-shadow: inset 0 0 0 1px rgba(26,17,16,.15), 0 0 0 2.5px white, 0 0 0 4.5px var(--v-orange); }
.v-colour-label { font-size: 11px; color: rgba(26,17,16,.45); margin-top: 10px; }

/* Price section */
.v-price-wrap { position: relative; }
.v-price-prefix { position: absolute; left: 0; top: 0; bottom: 0; display: flex; align-items: center; padding: 0 13px; font-family: var(--font-display); font-size: 13px; font-weight: 700; color: rgba(26,17,16,.4); border-right: 1.5px solid rgba(123,51,49,.13); pointer-events: none; }
.v-price-input { width: 100%; padding: 11px 14px 11px 70px; border: 1.5px solid rgba(123,51,49,.14); border-radius: 10px; font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--v-ink); background: white; outline: none; transition: border-color .15s, box-shadow .15s; -webkit-appearance: none; appearance: none; }
.v-price-input:focus { border-color: var(--v-orange); box-shadow: 0 0 0 3px rgba(240,103,36,.07); }
.v-price-input::placeholder { font-size: 22px; font-weight: 800; color: rgba(26,17,16,.18); }
.v-price-hint-row { display: flex; align-items: center; justify-content: space-between; background: #faf7f2; border-radius: 9px; padding: 10px 13px; margin-top: 10px; }
.v-price-hint-label { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.5); }
.v-price-hint-range { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-earnings-row { display: flex; align-items: center; justify-content: space-between; background: rgba(22,163,74,.07); border: 1px solid rgba(22,163,74,.18); border-radius: 9px; padding: 10px 13px; margin-top: 8px; }
.v-earnings-label { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.5); }
.v-earnings-val { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--v-green); }

/* Tag/keyword chip input */
.v-tags-field { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; padding: 8px 12px; border: 1.5px solid rgba(123,51,49,.14); border-radius: 10px; cursor: text; min-height: 46px; transition: border-color .15s; }
.v-tags-field:focus-within { border-color: var(--v-orange); box-shadow: 0 0 0 3px rgba(240,103,36,.07); }
.v-chip { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-orange); background: rgba(240,103,36,.1); padding: 3px 4px 3px 9px; border-radius: 99px; }
.v-chip-del { background: none; border: none; color: rgba(240,103,36,.55); cursor: pointer; font-size: 14px; padding: 0; line-height: 1; display: flex; align-items: center; transition: color .12s; }
.v-chip-del:hover { color: var(--v-orange-deep); }
.v-tag-in { border: none; outline: none; font-family: var(--font-display); font-size: 12px; color: var(--v-ink); background: transparent; min-width: 90px; flex: 1; padding: 2px 2px; }
.v-tag-in::placeholder { color: rgba(26,17,16,.28); font-weight: 400; }
.v-sug-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.v-sug-tag { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: rgba(26,17,16,.5); background: rgba(26,17,16,.05); padding: 4px 11px; border-radius: 99px; cursor: pointer; border: none; transition: all .15s; }
.v-sug-tag:hover { background: rgba(240,103,36,.1); color: var(--v-orange); }

/* Preview card */
.v-preview-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); overflow: hidden; }
.v-preview-lbl { padding: 9px 14px; font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(26,17,16,.3); border-bottom: 1px solid rgba(123,51,49,.07); background: #faf7f2; }
.v-preview-img-box { height: 190px; background: #f0ebe3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; position: relative; overflow: hidden; }
.v-preview-img-box img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.v-preview-img-box img.show { display: block; }
.v-preview-ph { text-align: center; color: rgba(26,17,16,.22); }
.v-preview-ph-text { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: rgba(26,17,16,.3); margin-top: 4px; }
.v-preview-body { padding: 14px; }
.v-preview-brand-line { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(26,17,16,.35); margin-bottom: 4px; }
.v-preview-title-line { font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--v-ink); line-height: 1.3; margin-bottom: 9px; min-height: 18px; }
.v-preview-chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; min-height: 20px; }
.v-preview-price-line { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--v-ink); margin-bottom: 10px; }
.v-preview-vendor-row { display: flex; align-items: center; gap: 9px; padding-top: 10px; border-top: 1px solid rgba(123,51,49,.07); }
.v-preview-av { width: 28px; height: 28px; border-radius: 7px; background: linear-gradient(135deg, var(--v-orange) 0, var(--v-orange-deep) 100%); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 10px; font-weight: 800; color: white; flex-shrink: 0; }
.v-preview-v-name { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-ink); }
.v-preview-v-meta { font-size: 9px; color: rgba(26,17,16,.4); margin-top: 1px; }

/* Quality checklist */
.v-checklist-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); padding: 14px 16px; }
.v-checklist-hdr { font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(26,17,16,.32); margin-bottom: 12px; }
.v-chk-item { display: flex; align-items: center; gap: 9px; padding: 5px 0; font-family: var(--font-display); font-size: 12px; font-weight: 600; }
.v-chk-dot { width: 17px; height: 17px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; flex-shrink: 0; transition: all .2s; }
.v-chk-done { background: rgba(22,163,74,.15); color: var(--v-green); }
.v-chk-todo { background: rgba(26,17,16,.06); color: rgba(26,17,16,.22); }
.v-chk-item-done { color: rgba(26,17,16,.6); }
.v-chk-item-todo { color: rgba(26,17,16,.3); }

/* Sticky form footer */
.v-form-footer { position: fixed; bottom: 0; left: 256px; right: 0; z-index: 90; background: rgba(253,243,227,.97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid rgba(123,51,49,.1); padding: 11px 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v-form-footer-hint { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.4); }
.v-form-footer-actions { display: flex; align-items: center; gap: 8px; }

/* ── ADD LISTING RESPONSIVE ── */
@media (max-width: 1100px) {
  .v-listing-layout { grid-template-columns: 1fr 280px; }
}
@media (max-width: 900px) {
  .v-listing-layout { grid-template-columns: 1fr; }
  .v-listing-aside { position: static; }
  .v-form-footer { left: 0; }
}
@media (max-width: 640px) {
  .v-cat-grid { grid-template-columns: repeat(4, 1fr); }
  .v-cond-grid { grid-template-columns: 1fr; }
  .v-field-row { grid-template-columns: 1fr; }
  .v-photo-grid { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto auto; }
  .v-photo-slot:first-child { grid-row: span 1; }
}

/* ══════════════════════════════════════════════════════════════
   INVENTORY PAGE
══════════════════════════════════════════════════════════════ */

/* Stats row */
.v-inv-stats { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.v-inv-stat { display: flex; align-items: center; gap: 10px; background: white; border: 1px solid rgba(123,51,49,.07); border-radius: 12px; padding: 12px 18px; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.v-inv-stat:hover { border-color: rgba(240,103,36,.25); box-shadow: 0 2px 8px rgba(240,103,36,.07); }
.v-inv-stat.active { border-color: var(--v-orange); background: rgba(240,103,36,.04); }
.v-inv-stat-icon { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v-inv-stat-val { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--v-ink); line-height: 1; }
.v-inv-stat-lbl { font-family: var(--font-display); font-size: 10px; font-weight: 600; color: rgba(26,17,16,.4); text-transform: uppercase; letter-spacing: .08em; margin-top: 3px; }

/* Toolbar */
.v-inv-toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.v-inv-search { position: relative; flex: 1; min-width: 200px; max-width: 320px; }
.v-inv-search-icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: rgba(26,17,16,.3); pointer-events: none; }
.v-inv-search-input { width: 100%; padding: 9px 12px 9px 36px; background: white; border: 1px solid rgba(123,51,49,.1); border-radius: 10px; font-family: var(--font-body); font-size: 13px; color: var(--v-ink); outline: none; transition: border-color .15s; box-sizing: border-box; }
.v-inv-search-input:focus { border-color: var(--v-orange); }
.v-inv-toolbar-sel { padding: 9px 32px 9px 12px; background: white; border: 1px solid rgba(123,51,49,.1); border-radius: 10px; font-family: var(--font-display); font-size: 12px; font-weight: 600; color: var(--v-ink); outline: none; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1110' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; }
.v-inv-toolbar-sel:focus { border-color: var(--v-orange); }
.v-view-toggle { display: flex; border: 1px solid rgba(123,51,49,.1); border-radius: 10px; overflow: hidden; background: white; margin-left: auto; }
.v-view-btn { padding: 9px 12px; background: none; border: none; cursor: pointer; color: rgba(26,17,16,.35); display: flex; align-items: center; transition: background .15s, color .15s; }
.v-view-btn.active { background: var(--v-orange); color: white; }
.v-view-btn:hover:not(.active) { background: rgba(240,103,36,.07); color: var(--v-orange); }

/* Bulk bar */
.v-inv-bulk { display: none; align-items: center; gap: 12px; background: var(--v-ink); color: white; border-radius: 12px; padding: 10px 16px; margin-bottom: 14px; font-family: var(--font-display); font-size: 12px; font-weight: 600; }
.v-inv-bulk.show { display: flex; }
.v-inv-bulk-count { opacity: .6; }
.v-inv-bulk-sep { width: 1px; height: 16px; background: rgba(255,255,255,.15); flex-shrink: 0; }
.v-inv-bulk-btn { background: none; border: none; cursor: pointer; color: white; font-family: var(--font-display); font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 6px; transition: background .15s; display: flex; align-items: center; gap: 5px; }
.v-inv-bulk-btn:hover { background: rgba(255,255,255,.1); }
.v-inv-bulk-btn.danger:hover { background: rgba(220,38,38,.22); }
.v-inv-bulk-clr { margin-left: auto; background: none; border: none; color: rgba(255,255,255,.4); cursor: pointer; font-size: 18px; line-height: 1; padding: 0; }

/* ── GRID VIEW ── */
.v-inv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(196px, 1fr)); gap: 14px; }
.v-inv-card { background: white; border-radius: 14px; border: 1px solid rgba(123,51,49,.07); overflow: hidden; transition: box-shadow .18s, border-color .18s; position: relative; }
.v-inv-card:hover { box-shadow: 0 4px 20px rgba(123,51,49,.1); border-color: rgba(240,103,36,.2); }
.v-inv-card.selected { border-color: var(--v-orange); box-shadow: 0 0 0 2px rgba(240,103,36,.18); }
.v-inv-card-img { height: 158px; background: #f0ebe3; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 36px; }
.v-inv-card-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v-inv-card-cb { position: absolute; top: 9px; left: 9px; opacity: 0; transition: opacity .15s; z-index: 2; }
.v-inv-card:hover .v-inv-card-cb, .v-inv-card.selected .v-inv-card-cb { opacity: 1; }
.v-inv-status-badge { position: absolute; top: 9px; right: 9px; font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; padding: 3px 8px; border-radius: 20px; z-index: 2; }
.v-inv-live    { background: rgba(22,163,74,.12);  color: var(--v-green); }
.v-inv-draft   { background: rgba(26,17,16,.08);   color: rgba(26,17,16,.5); }
.v-inv-pending { background: rgba(218,161,91,.2);  color: #9a6d20; }
.v-inv-soldout { background: rgba(123,51,49,.1);   color: var(--v-maroon); }
.v-inv-archived{ background: rgba(26,17,16,.06);   color: rgba(26,17,16,.32); }
.v-inv-card-body { padding: 11px 13px 13px; }
.v-inv-card-brand { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,17,16,.32); margin-bottom: 3px; }
.v-inv-card-title { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); line-height: 1.3; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v-inv-card-meta { font-size: 11px; color: rgba(26,17,16,.42); margin-bottom: 9px; }
.v-inv-card-price { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--v-ink); margin-bottom: 7px; }
.v-inv-card-metrics { display: flex; gap: 10px; margin-bottom: 10px; }
.v-inv-metric { display: flex; align-items: center; gap: 3px; font-family: var(--font-display); font-size: 10px; font-weight: 600; color: rgba(26,17,16,.38); }
.v-inv-card-acts { display: flex; gap: 5px; padding-top: 9px; border-top: 1px solid rgba(123,51,49,.07); }
.v-inv-act { flex: 1; padding: 6px 4px; border: 1px solid rgba(123,51,49,.1); border-radius: 7px; font-family: var(--font-display); font-size: 10px; font-weight: 700; cursor: pointer; background: none; color: rgba(26,17,16,.5); transition: all .15s; text-align: center; }
.v-inv-act:hover { background: rgba(240,103,36,.06); border-color: var(--v-orange); color: var(--v-orange); }
.v-inv-act.primary { background: var(--v-orange); border-color: var(--v-orange); color: white; }
.v-inv-act.primary:hover { background: var(--v-orange-deep); border-color: var(--v-orange-deep); }
.v-inv-act.danger:hover { background: rgba(220,38,38,.06); border-color: #dc2626; color: #dc2626; }

/* ── LIST VIEW ── */
.v-inv-tbl-wrap { overflow-x: auto; display: none; background: white; border-radius: 14px; border: 1px solid rgba(123,51,49,.07); }
.v-inv-tbl-wrap.show { display: block; }
.v-inv-tbl { width: 100%; border-collapse: collapse; min-width: 680px; }
.v-inv-tbl thead th { padding: 10px 14px; text-align: left; font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,17,16,.35); border-bottom: 2px solid rgba(123,51,49,.07); white-space: nowrap; }
.v-inv-tbl tbody td { padding: 11px 14px; vertical-align: middle; border-bottom: 1px solid rgba(123,51,49,.05); }
.v-inv-tbl tbody tr:last-child td { border-bottom: none; }
.v-inv-tbl tbody tr:hover td { background: rgba(240,103,36,.025); }
.v-inv-tbl tbody tr.selected td { background: rgba(240,103,36,.04); }
.v-inv-tbl-thumb { width: 44px; height: 44px; border-radius: 8px; background: #f0ebe3; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; overflow: hidden; }
.v-inv-tbl-thumb img { width: 100%; height: 100%; object-fit: cover; }
.v-inv-tbl-item { display: flex; align-items: center; gap: 12px; }
.v-inv-tbl-name { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-inv-tbl-sub { font-size: 11px; color: rgba(26,17,16,.42); margin-top: 2px; }
.v-inv-tbl-price { font-family: var(--font-display); font-size: 13px; font-weight: 800; color: var(--v-ink); }
.v-inv-tbl-metric { font-family: var(--font-display); font-size: 12px; font-weight: 600; color: rgba(26,17,16,.5); }
.v-inv-tbl-acts { display: flex; gap: 5px; }
.v-inv-tbl-btn { padding: 5px 10px; border-radius: 7px; font-family: var(--font-display); font-size: 10px; font-weight: 700; cursor: pointer; border: 1px solid rgba(123,51,49,.1); background: none; color: rgba(26,17,16,.5); transition: all .15s; white-space: nowrap; }
.v-inv-tbl-btn:hover { border-color: var(--v-orange); color: var(--v-orange); background: rgba(240,103,36,.04); }
.v-inv-tbl-btn.danger:hover { border-color: #dc2626; color: #dc2626; background: rgba(220,38,38,.04); }

/* Quick-view panel */
.v-qv-backdrop { position: fixed; inset: 0; background: rgba(26,17,16,.38); z-index: 200; opacity: 0; pointer-events: none; transition: opacity .25s; }
.v-qv-backdrop.open { opacity: 1; pointer-events: all; }
.v-qv-panel { position: fixed; right: 0; top: 0; bottom: 0; width: 360px; background: var(--v-cream); z-index: 201; transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1); overflow-y: auto; display: flex; flex-direction: column; }
.v-qv-panel.open { transform: translateX(0); }
.v-qv-hdr { padding: 18px 20px 16px; border-bottom: 1px solid rgba(123,51,49,.08); display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; background: white; position: sticky; top: 0; z-index: 2; }
.v-qv-close { background: none; border: none; cursor: pointer; color: rgba(26,17,16,.4); padding: 5px; border-radius: 6px; flex-shrink: 0; transition: color .15s; }
.v-qv-close:hover { color: var(--v-ink); }
.v-qv-hdr-title { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--v-ink); line-height: 1.3; }
.v-qv-hdr-sub { font-size: 11px; color: rgba(26,17,16,.42); margin-top: 3px; }
.v-qv-img { height: 200px; background: #f0ebe3; display: flex; align-items: center; justify-content: center; font-size: 52px; flex-shrink: 0; }
.v-qv-section { padding: 16px 20px; border-bottom: 1px solid rgba(123,51,49,.07); }
.v-qv-sec-lbl { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(26,17,16,.3); margin-bottom: 11px; }
.v-qv-detail-row { display: flex; justify-content: space-between; align-items: center; padding: 5px 0; }
.v-qv-dl { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: rgba(26,17,16,.42); }
.v-qv-dv { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-qv-price-big { font-family: var(--font-display); font-size: 28px; font-weight: 800; color: var(--v-ink); margin-bottom: 3px; }
.v-qv-net-line { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); }
.v-qv-metrics-row { display: flex; }
.v-qv-m { flex: 1; text-align: center; padding: 14px 8px; border-right: 1px solid rgba(123,51,49,.07); }
.v-qv-m:last-child { border-right: none; }
.v-qv-m-val { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--v-ink); }
.v-qv-m-lbl { font-family: var(--font-display); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,17,16,.32); margin-top: 3px; }
.v-qv-footer { padding: 16px 20px; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid rgba(123,51,49,.07); background: white; position: sticky; bottom: 0; }
.v-qv-foot-btn { padding: 11px 16px; border-radius: 10px; font-family: var(--font-display); font-size: 13px; font-weight: 700; cursor: pointer; border: 1px solid transparent; text-align: center; transition: all .15s; text-decoration: none; display: block; }
.v-qv-foot-primary { background: var(--v-orange); color: white; border-color: var(--v-orange); }
.v-qv-foot-primary:hover { background: var(--v-orange-deep); border-color: var(--v-orange-deep); }
.v-qv-foot-ghost { background: none; border-color: rgba(123,51,49,.15); color: var(--v-ink); }
.v-qv-foot-ghost:hover { border-color: var(--v-orange); color: var(--v-orange); background: rgba(240,103,36,.04); }
.v-qv-foot-danger { background: none; border-color: rgba(220,38,38,.18); color: #dc2626; }
.v-qv-foot-danger:hover { background: rgba(220,38,38,.05); border-color: rgba(220,38,38,.35); }

/* Delete confirm modal */
.v-del-overlay { position: fixed; inset: 0; background: rgba(26,17,16,.52); z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px; }
.v-del-overlay.open { display: flex; }
.v-del-modal { background: white; border-radius: 18px; padding: 28px 24px; max-width: 360px; width: 100%; text-align: center; }
.v-del-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(220,38,38,.1); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.v-del-title { font-family: var(--font-display); font-size: 17px; font-weight: 800; color: var(--v-ink); margin-bottom: 8px; }
.v-del-body { font-size: 13px; color: rgba(26,17,16,.55); line-height: 1.6; margin-bottom: 22px; }
.v-del-btns { display: flex; gap: 10px; }
.v-del-cancel { flex: 1; padding: 11px; border: 1px solid rgba(123,51,49,.15); border-radius: 10px; font-family: var(--font-display); font-size: 13px; font-weight: 700; cursor: pointer; background: none; color: var(--v-ink); transition: border-color .15s; }
.v-del-cancel:hover { border-color: var(--v-orange); }
.v-del-confirm-btn { flex: 1; padding: 11px; border: none; border-radius: 10px; font-family: var(--font-display); font-size: 13px; font-weight: 700; cursor: pointer; background: #dc2626; color: white; transition: background .15s; }
.v-del-confirm-btn:hover { background: #b91c1c; }

/* Empty state */
.v-inv-empty { text-align: center; padding: 60px 24px; display: none; }
.v-inv-empty.show { display: block; }
.v-inv-empty-icon { font-size: 40px; margin-bottom: 14px; opacity: .4; }
.v-inv-empty-title { font-family: var(--font-display); font-size: 16px; font-weight: 700; color: rgba(26,17,16,.4); margin-bottom: 7px; }
.v-inv-empty-sub { font-size: 13px; color: rgba(26,17,16,.3); margin-bottom: 22px; }

/* ── INVENTORY RESPONSIVE ── */
@media (max-width: 900px) {
  .v-inv-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .v-inv-stat { padding: 10px 14px; }
}
@media (max-width: 640px) {
  .v-inv-grid { grid-template-columns: repeat(2, 1fr); }
  .v-inv-search { max-width: 100%; }
  .v-qv-panel { width: 100%; border-radius: 18px 18px 0 0; top: auto; height: 90vh; }
}

/* ══════════════════════════════════════════════════════════════
   WALLET PAGE
══════════════════════════════════════════════════════════════ */

/* Balance hero card */
.v-wlt-hero { background: linear-gradient(135deg, var(--v-ink) 0%, #2d1a18 100%); border-radius: 18px; padding: 28px 32px; margin-bottom: 20px; color: white; position: relative; overflow: hidden; }
.v-wlt-hero::before { content: ''; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(240,103,36,.12); pointer-events: none; }
.v-wlt-hero::after  { content: ''; position: absolute; bottom: -80px; right: 80px;  width: 180px; height: 180px; border-radius: 50%; background: rgba(240,103,36,.07); pointer-events: none; }
.v-wlt-hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.v-wlt-hero-lbl { font-family: var(--font-display); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: rgba(253,243,227,.45); margin-bottom: 10px; }
.v-wlt-balance-row { display: flex; align-items: baseline; gap: 12px; }
.v-wlt-balance { font-family: var(--font-display); font-size: 44px; font-weight: 800; color: white; line-height: 1; transition: filter .2s; }
.v-wlt-balance.hidden { filter: blur(8px); user-select: none; }
.v-wlt-hide-btn { background: none; border: none; cursor: pointer; color: rgba(253,243,227,.4); padding: 4px; border-radius: 6px; margin-bottom: 4px; transition: color .15s; }
.v-wlt-hide-btn:hover { color: rgba(253,243,227,.8); }
.v-wlt-bal-note { font-family: var(--font-display); font-size: 12px; color: rgba(253,243,227,.4); margin-top: 5px; }
.v-wlt-pend-pill { display: inline-flex; align-items: center; gap: 5px; background: rgba(218,161,91,.18); border: 1px solid rgba(218,161,91,.28); border-radius: 20px; padding: 4px 11px; font-family: var(--font-display); font-size: 10px; font-weight: 700; color: #daa15b; }
.v-wlt-pend-dot { width: 5px; height: 5px; border-radius: 50%; background: #daa15b; flex-shrink: 0; }
.v-wlt-hero-stats { display: flex; gap: 0; border-top: 1px solid rgba(253,243,227,.1); padding-top: 22px; }
.v-wlt-hstat { flex: 1; padding-right: 28px; border-right: 1px solid rgba(253,243,227,.1); margin-right: 28px; }
.v-wlt-hstat:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.v-wlt-hstat-lbl { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(253,243,227,.38); margin-bottom: 5px; }
.v-wlt-hstat-val { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: white; }
.v-wlt-hstat-note { font-size: 11px; color: rgba(253,243,227,.35); margin-top: 3px; }

/* Mid: chart + payout card */
.v-wlt-mid { display: grid; grid-template-columns: 1fr 310px; gap: 16px; margin-bottom: 20px; align-items: start; }

/* Earnings chart */
.v-wlt-chart { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); padding: 22px 24px; }
.v-wlt-chart-hdr { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 22px; gap: 12px; }
.v-wlt-chart-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-wlt-chart-sub { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); margin-top: 2px; }
.v-wlt-chart-peak { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); text-align: right; }
.v-wlt-chart-peak strong { color: var(--v-orange); }
.v-wlt-bars { display: flex; align-items: flex-end; gap: 10px; height: 116px; }
.v-wlt-bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.v-wlt-bar { width: 100%; border-radius: 6px 6px 0 0; cursor: pointer; transition: opacity .15s, transform .1s; position: relative; }
.v-wlt-bar:hover { opacity: .82; }
.v-wlt-bar-lbl { font-family: var(--font-display); font-size: 9px; font-weight: 700; color: rgba(26,17,16,.35); margin-top: 8px; white-space: nowrap; }
.v-wlt-bar-lbl.cur { color: var(--v-orange); font-weight: 800; }
.v-wlt-bar-tip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--v-ink); color: white; font-family: var(--font-display); font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s; }
.v-wlt-bar:hover .v-wlt-bar-tip { opacity: 1; }

/* Payout card */
.v-payout-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.v-payout-card-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-bank-row { background: #faf7f2; border: 1px solid rgba(123,51,49,.08); border-radius: 12px; padding: 13px 15px; display: flex; align-items: center; gap: 11px; }
.v-bank-icon { width: 36px; height: 36px; border-radius: 9px; background: rgba(15,158,218,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v-bank-info { flex: 1; min-width: 0; }
.v-bank-name { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); }
.v-bank-acct { font-size: 11px; color: rgba(26,17,16,.42); margin-top: 2px; }
.v-bank-edit { background: none; border: none; font-family: var(--font-display); font-size: 10px; font-weight: 700; color: var(--v-orange); cursor: pointer; padding: 4px 6px; border-radius: 6px; white-space: nowrap; transition: background .15s; }
.v-bank-edit:hover { background: rgba(240,103,36,.08); }
.v-payout-thresh-row { display: flex; justify-content: space-between; }
.v-payout-thresh-lbl { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.42); }
.v-payout-thresh-val { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-ink); }
.v-payout-next { background: rgba(22,163,74,.06); border: 1px solid rgba(22,163,74,.14); border-radius: 10px; padding: 11px 13px; display: flex; align-items: center; gap: 9px; }
.v-payout-next-icon { width: 28px; height: 28px; border-radius: 7px; background: rgba(22,163,74,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v-payout-next-body { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: rgba(26,17,16,.55); line-height: 1.5; }
.v-payout-next-date { font-weight: 800; color: var(--v-green); }
.v-payout-last { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.4); }
.v-payout-btn { width: 100%; padding: 13px; border-radius: 12px; background: var(--v-orange); border: none; color: white; font-family: var(--font-display); font-size: 14px; font-weight: 700; cursor: pointer; transition: background .15s; }
.v-payout-btn:hover { background: var(--v-orange-deep); }

/* Transaction history */
.v-txn-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); overflow: hidden; }
.v-txn-hdr { padding: 18px 22px 0; }
.v-txn-hdr-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.v-txn-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-txn-hdr-right { display: flex; align-items: center; gap: 8px; }
.v-txn-search { position: relative; }
.v-txn-search-icon { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: rgba(26,17,16,.3); pointer-events: none; }
.v-txn-search-input { padding: 7px 12px 7px 30px; background: #faf7f2; border: 1px solid rgba(123,51,49,.08); border-radius: 8px; font-family: var(--font-body); font-size: 12px; color: var(--v-ink); outline: none; width: 180px; transition: border-color .15s, background .15s; }
.v-txn-search-input:focus { border-color: var(--v-orange); background: white; }
.v-txn-dl-btn { padding: 7px 13px; border: 1px solid rgba(123,51,49,.1); border-radius: 8px; background: none; font-family: var(--font-display); font-size: 11px; font-weight: 700; color: rgba(26,17,16,.5); cursor: pointer; transition: all .15s; display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.v-txn-dl-btn:hover { border-color: var(--v-orange); color: var(--v-orange); background: rgba(240,103,36,.04); }
.v-txn-tabs { display: flex; gap: 0; border-bottom: 1px solid rgba(123,51,49,.07); overflow-x: auto; scrollbar-width: none; }
.v-txn-tabs::-webkit-scrollbar { display: none; }
.v-txn-tab { padding: 10px 18px; font-family: var(--font-display); font-size: 12px; font-weight: 600; color: rgba(26,17,16,.42); cursor: pointer; border: none; background: none; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: color .15s, border-color .15s; white-space: nowrap; }
.v-txn-tab.active { color: var(--v-orange); border-bottom-color: var(--v-orange); }
.v-txn-tab:hover:not(.active) { color: var(--v-ink); }
.v-txn-row { display: flex; align-items: center; gap: 14px; padding: 14px 22px; border-bottom: 1px solid rgba(123,51,49,.05); transition: background .12s; }
.v-txn-row:last-child { border-bottom: none; }
.v-txn-row:hover { background: rgba(240,103,36,.02); }
.v-txn-ico { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v-txn-ico-sale   { background: rgba(22,163,74,.1); }
.v-txn-ico-payout { background: rgba(240,103,36,.1); }
.v-txn-ico-refund { background: rgba(220,38,38,.1); }
.v-txn-ico-adjust { background: rgba(15,158,218,.1); }
.v-txn-body { flex: 1; min-width: 0; }
.v-txn-desc { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--v-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v-txn-meta { font-size: 11px; color: rgba(26,17,16,.4); margin-top: 2px; }
.v-txn-right { text-align: right; flex-shrink: 0; }
.v-txn-amt-pos { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-green); }
.v-txn-amt-neg { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: #dc2626; }
.v-txn-date-row { display: flex; align-items: center; justify-content: flex-end; gap: 6px; margin-top: 3px; }
.v-txn-date { font-size: 10px; color: rgba(26,17,16,.35); }
.v-txn-pill { display: inline-flex; padding: 2px 7px; border-radius: 10px; font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.v-txn-pill-pending  { background: rgba(218,161,91,.15); color: #9a6d20; }
.v-txn-pill-cleared  { background: rgba(22,163,74,.1);   color: var(--v-green); }
.v-txn-pill-paid     { background: rgba(240,103,36,.1);  color: var(--v-orange-deep); }
.v-txn-pill-refunded { background: rgba(220,38,38,.1);   color: #dc2626; }
.v-txn-empty { padding: 40px 24px; text-align: center; color: rgba(26,17,16,.3); font-family: var(--font-display); font-size: 13px; display: none; }
.v-txn-empty.show { display: block; }

/* Payout request modal */
.v-po-overlay { position: fixed; inset: 0; background: rgba(26,17,16,.52); z-index: 300; display: none; align-items: center; justify-content: center; padding: 20px; }
.v-po-overlay.open { display: flex; }
.v-po-modal { background: white; border-radius: 18px; padding: 28px 24px; max-width: 400px; width: 100%; }
.v-po-hdr { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.v-po-title { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--v-ink); }
.v-po-close { background: none; border: none; cursor: pointer; color: rgba(26,17,16,.35); font-size: 22px; line-height: 1; padding: 0; border-radius: 6px; transition: color .15s; }
.v-po-close:hover { color: var(--v-ink); }
.v-po-avail-box { background: #faf7f2; border-radius: 12px; padding: 14px 16px; margin-bottom: 18px; }
.v-po-avail-lbl { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(26,17,16,.35); margin-bottom: 4px; }
.v-po-avail-val { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--v-ink); }
.v-po-field { margin-bottom: 16px; }
.v-po-lbl { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: rgba(26,17,16,.55); margin-bottom: 6px; display: block; }
.v-po-amount-wrap { position: relative; }
.v-po-prefix { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); font-family: var(--font-display); font-size: 13px; font-weight: 700; color: rgba(26,17,16,.4); pointer-events: none; }
.v-po-amount-input { width: 100%; padding: 12px 14px 12px 54px; background: #faf7f2; border: 1px solid rgba(123,51,49,.1); border-radius: 11px; font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--v-ink); outline: none; transition: border-color .15s; box-sizing: border-box; appearance: none; -webkit-appearance: none; }
.v-po-amount-input:focus { border-color: var(--v-orange); background: white; }
.v-po-max-link { display: inline-block; margin-top: 6px; font-family: var(--font-display); font-size: 11px; font-weight: 700; color: var(--v-orange); cursor: pointer; }
.v-po-dest-box { display: flex; align-items: center; gap: 10px; background: #faf7f2; border-radius: 11px; padding: 12px 14px; }
.v-po-dest-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(15,158,218,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v-po-dest-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-po-dest-acct { font-size: 11px; color: rgba(26,17,16,.42); margin-top: 1px; }
.v-po-note { font-size: 11px; color: rgba(26,17,16,.42); margin: 14px 0 20px; line-height: 1.6; }
.v-po-submit { width: 100%; padding: 13px; border-radius: 12px; background: var(--v-orange); border: none; color: white; font-family: var(--font-display); font-size: 14px; font-weight: 700; cursor: pointer; transition: background .15s; }
.v-po-submit:hover { background: var(--v-orange-deep); }
.v-po-submit:disabled { background: rgba(26,17,16,.1); color: rgba(26,17,16,.3); cursor: not-allowed; }

/* ── WALLET RESPONSIVE ── */
@media (max-width: 960px) {
  .v-wlt-mid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .v-wlt-hero { padding: 20px; }
  .v-wlt-balance { font-size: 34px; }
  .v-wlt-hero-stats { flex-direction: column; gap: 16px; }
  .v-wlt-hstat { border-right: none; margin-right: 0; padding-right: 0; border-bottom: 1px solid rgba(253,243,227,.1); padding-bottom: 16px; }
  .v-wlt-hstat:last-child { border-bottom: none; padding-bottom: 0; }
  .v-txn-search-input { width: 130px; }
}

/* ══════════════════════════════════════════════════════════════
   ANALYTICS PAGE
══════════════════════════════════════════════════════════════ */

/* KPI cards */
.v-an-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 20px; }
.v-an-kpi { background: white; border-radius: 14px; border: 1px solid rgba(123,51,49,.07); padding: 18px 20px; }
.v-an-kpi-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.v-an-kpi-val { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--v-ink); line-height: 1; margin-bottom: 4px; transition: all .25s; }
.v-an-kpi-lbl { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: rgba(26,17,16,.42); margin-bottom: 9px; }
.v-an-kpi-delta { display: inline-flex; align-items: center; gap: 3px; font-family: var(--font-display); font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 20px; }
.v-an-delta-pos { background: rgba(22,163,74,.1);  color: var(--v-green); }
.v-an-delta-neg { background: rgba(220,38,38,.1);  color: #dc2626; }
.v-an-delta-neu { background: rgba(26,17,16,.07);  color: rgba(26,17,16,.45); }

/* Period selector */
.v-an-period { display: flex; gap: 2px; background: rgba(26,17,16,.05); border-radius: 9px; padding: 3px; }
.v-an-period-btn { padding: 5px 13px; border-radius: 7px; border: none; background: none; font-family: var(--font-display); font-size: 11px; font-weight: 700; color: rgba(26,17,16,.42); cursor: pointer; transition: all .15s; white-space: nowrap; }
.v-an-period-btn.active { background: white; color: var(--v-ink); box-shadow: 0 1px 4px rgba(26,17,16,.1); }

/* Revenue chart */
.v-an-chart-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); padding: 22px 24px; margin-bottom: 20px; }
.v-an-chart-hdr { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.v-an-chart-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-an-chart-sub { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); margin-top: 2px; }
.v-an-bars { display: flex; align-items: flex-end; gap: 8px; height: 140px; }
.v-an-bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; }
.v-an-bar { width: 100%; border-radius: 6px 6px 0 0; cursor: pointer; position: relative; min-height: 4px; transition: height .35s cubic-bezier(.4,0,.2,1), opacity .15s; }
.v-an-bar:hover { opacity: .8; }
.v-an-bar.partial { background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255,255,255,.22) 4px, rgba(255,255,255,.22) 5px); }
.v-an-bar-tip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--v-ink); color: white; font-family: var(--font-display); font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s; z-index: 10; }
.v-an-bar:hover .v-an-bar-tip { opacity: 1; }
.v-an-bar-lbl { font-family: var(--font-display); font-size: 10px; font-weight: 600; color: rgba(26,17,16,.35); margin-top: 8px; white-space: nowrap; }
.v-an-bar-lbl.cur { color: var(--v-orange); font-weight: 800; }
.v-an-chart-footer { display: flex; align-items: center; gap: 16px; margin-top: 10px; flex-wrap: wrap; }
.v-an-chart-note { font-family: var(--font-display); font-size: 10px; color: rgba(26,17,16,.3); display: flex; align-items: center; gap: 5px; }
.v-an-swatch { width: 20px; height: 7px; border-radius: 2px; display: inline-block; }

/* Mid two-col */
.v-an-mid { display: grid; grid-template-columns: 1fr 300px; gap: 16px; margin-bottom: 20px; align-items: start; }

/* Top items */
.v-an-top-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); overflow: hidden; }
.v-an-top-hdr { padding: 18px 20px 0; }
.v-an-top-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-an-top-subtitle { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); margin-top: 2px; margin-bottom: 14px; }
.v-an-top-cols { display: grid; grid-template-columns: 1fr 54px 60px 76px; gap: 0; padding: 0 20px 8px; border-bottom: 1px solid rgba(123,51,49,.06); }
.v-an-col-hd { font-family: var(--font-display); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(26,17,16,.3); text-align: right; }
.v-an-col-hd:first-child { text-align: left; }
.v-an-top-row { display: grid; grid-template-columns: 1fr 54px 60px 76px; align-items: center; padding: 11px 20px; border-bottom: 1px solid rgba(123,51,49,.04); transition: background .12s; }
.v-an-top-row:last-child { border-bottom: none; }
.v-an-top-row:hover { background: rgba(240,103,36,.02); }
.v-an-top-left { display: flex; align-items: center; gap: 10px; min-width: 0; }
.v-an-rank { width: 20px; font-family: var(--font-display); font-size: 12px; font-weight: 800; color: rgba(26,17,16,.2); flex-shrink: 0; text-align: center; }
.v-an-rank-1 { color: #daa15b; }
.v-an-rank-2 { color: rgba(26,17,16,.4); }
.v-an-rank-3 { color: #b87333; }
.v-an-thumb { width: 36px; height: 36px; border-radius: 8px; background: #f0ebe3; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.v-an-item-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.v-an-item-brand { font-size: 10px; color: rgba(26,17,16,.38); margin-top: 1px; }
.v-an-cell { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: rgba(26,17,16,.5); text-align: right; padding-left: 8px; }
.v-an-cell-rev { color: var(--v-ink); }
.v-an-trend { font-family: var(--font-display); font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 10px; display: inline-block; }
.v-an-trend-pos { background: rgba(22,163,74,.1); color: var(--v-green); }
.v-an-trend-neg { background: rgba(220,38,38,.1); color: #dc2626; }

/* Category card */
.v-an-cat-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); padding: 20px; }
.v-an-cat-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-an-cat-sub { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); margin-top: 2px; margin-bottom: 18px; }
.v-an-cat-row { margin-bottom: 13px; }
.v-an-cat-row:last-child { margin-bottom: 0; }
.v-an-cat-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.v-an-cat-name { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-an-cat-pct { font-family: var(--font-display); font-size: 11px; font-weight: 700; color: rgba(26,17,16,.4); }
.v-an-cat-track { height: 7px; background: rgba(26,17,16,.06); border-radius: 4px; overflow: hidden; margin-bottom: 3px; }
.v-an-cat-fill { height: 100%; border-radius: 4px; transition: width .5s cubic-bezier(.4,0,.2,1); }
.v-an-cat-rev { font-size: 10px; color: rgba(26,17,16,.35); }

/* Bottom two-col */
.v-an-bot { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Funnel card */
.v-an-funnel-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); padding: 20px; }
.v-an-funnel-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-an-funnel-sub { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); margin-top: 2px; margin-bottom: 20px; }
.v-an-funnel-step { margin-bottom: 14px; }
.v-an-funnel-step:last-child { margin-bottom: 0; }
.v-an-funnel-hd { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }
.v-an-funnel-lbl { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-ink); }
.v-an-funnel-val { font-family: var(--font-display); font-size: 15px; font-weight: 800; color: var(--v-ink); }
.v-an-funnel-track { height: 10px; background: rgba(26,17,16,.06); border-radius: 5px; overflow: hidden; }
.v-an-funnel-fill { height: 100%; border-radius: 5px; background: linear-gradient(90deg, var(--v-maroon), var(--v-orange)); transition: width .5s; }
.v-an-funnel-rate { font-family: var(--font-display); font-size: 10px; color: rgba(26,17,16,.38); margin-top: 3px; }

/* Sources card */
.v-an-src-card { background: white; border-radius: 16px; border: 1px solid rgba(123,51,49,.07); padding: 20px; }
.v-an-src-title { font-family: var(--font-display); font-size: 14px; font-weight: 800; color: var(--v-ink); }
.v-an-src-sub { font-family: var(--font-display); font-size: 11px; color: rgba(26,17,16,.38); margin-top: 2px; margin-bottom: 20px; }
.v-an-src-layout { display: flex; gap: 22px; align-items: center; }
.v-an-donut-wrap { position: relative; flex-shrink: 0; }
.v-an-donut { width: 120px; height: 120px; border-radius: 50%; background: conic-gradient(var(--v-orange) 0% 58%, var(--v-gold) 58% 82%, var(--v-blue) 82% 94%, #16a34a 94% 100%); }
.v-an-donut-hole { position: absolute; inset: 22px; border-radius: 50%; background: white; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.v-an-donut-cv { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--v-ink); }
.v-an-donut-cl { font-family: var(--font-display); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(26,17,16,.32); margin-top: 1px; }
.v-an-src-legend { flex: 1; display: flex; flex-direction: column; gap: 9px; }
.v-an-src-item { display: flex; align-items: center; gap: 8px; }
.v-an-src-dot { width: 8px; height: 8px; border-radius: 2px; flex-shrink: 0; }
.v-an-src-name { font-family: var(--font-display); font-size: 11px; font-weight: 600; color: rgba(26,17,16,.55); flex: 1; }
.v-an-src-pct { font-family: var(--font-display); font-size: 12px; font-weight: 800; color: var(--v-ink); }

/* Insight badge card */
.v-an-insight { background: linear-gradient(135deg, rgba(240,103,36,.07) 0%, rgba(218,161,91,.07) 100%); border: 1px solid rgba(240,103,36,.12); border-radius: 14px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.v-an-insight-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--v-orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v-an-insight-body { flex: 1; }
.v-an-insight-title { font-family: var(--font-display); font-size: 13px; font-weight: 800; color: var(--v-ink); }
.v-an-insight-text { font-size: 12px; color: rgba(26,17,16,.55); margin-top: 2px; line-height: 1.5; }
.v-an-insight-cta { font-family: var(--font-display); font-size: 12px; font-weight: 700; color: var(--v-orange); background: none; border: none; cursor: pointer; white-space: nowrap; padding: 0; }
.v-an-insight-cta:hover { text-decoration: underline; }

/* ── ANALYTICS RESPONSIVE ── */
@media (max-width: 1100px) {
  .v-an-kpis { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .v-an-mid { grid-template-columns: 1fr; }
  .v-an-bot { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .v-an-kpis { gap: 8px; }
  .v-an-kpi-val { font-size: 20px; }
  .v-an-bars { height: 100px; }
  .v-an-src-layout { flex-direction: column; align-items: flex-start; }
  .v-an-donut { width: 100px; height: 100px; }
  .v-an-donut-hole { inset: 18px; }
}
