/* Customer workspace: the live dashboard uses the approved ivory/gold design. */
body.gv-customer {
  --gv-bg: #f7f6f2;
  --gv-paper: #ffffff;
  --gv-ink: #252925;
  --gv-muted: #687065;
  --gv-line: #e5e5dc;
  --gv-gold: #896620;
  --gv-gold-soft: #f2ead9;
  --gv-green: #35745b;
  --gv-green-soft: #eaf3ec;
  --gv-dark: #222f28;
  --gv-sidebar: 244px;
  margin: 0;
  background: var(--gv-bg);
  color: var(--gv-ink);
  font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color-scheme: light;
}
body.gv-customer *, body.gv-customer *::before, body.gv-customer *::after { box-sizing: border-box; }
body.gv-customer :is(button, input, select, textarea) { font: inherit; }
/* The new shell is self-contained even when the legacy Tailwind CDN is unavailable. */
body.gv-customer :where(button[class*="gv-"], button[data-gv-page], button[data-gv-action], button[data-gv-product-action]) { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; }
body.gv-customer :where(.gv-sidebar, .gv-topbar, .gv-page-heading, .gv-home-top, .gv-quick-actions, .gv-attention, .gv-section-head, .gv-product-card, .gv-home-lower, .gv-account-layout, .gv-product-dialog, .gv-dialog) :is(h1, h2, h3, p, dl, dd) { margin: 0; }
body.gv-customer :where(.gv-workspace, .gv-sidebar, .gv-mobile-nav, .gv-product-dialog, .gv-dialog) a { text-decoration: none; }
body.gv-customer :is(button, a) { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
body.gv-customer button { cursor: pointer; }
body.gv-customer button:disabled { cursor: not-allowed; opacity: .55; }
body.gv-customer :is(button, a, input, select, textarea, summary):focus-visible { outline: 3px solid #ae8741; outline-offset: 3px; }
body.gv-customer :is(h1, h2, h3) { font-family: "Manrope", "Segoe UI", Arial, sans-serif; overflow-wrap: anywhere; }
body.gv-customer :is(button, a, p, dd) { overflow-wrap: anywhere; }
body.gv-customer .hidden, body.gv-customer [hidden] { display: none !important; }
body.gv-customer .gv-icon, body.gv-customer svg.icon { width: 21px; height: 21px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
body.gv-customer .gv-muted { color: var(--gv-muted); }
body.gv-customer .gv-positive { color: var(--gv-green); }
body.gv-customer .gv-eyebrow, body.gv-customer .gv-nav-label { color: var(--gv-gold); font-size: 11px; letter-spacing: 1.35px; font-weight: 700; text-transform: uppercase; }
body.gv-customer .gv-skip-link { position: fixed; inset-inline-start: 16px; top: -90px; padding: 13px 18px; background: var(--gv-dark); color: white; border-radius: 8px; z-index: 200; }
body.gv-customer .gv-skip-link:focus { top: 12px; }

/* Navigation stays in a sidebar on desktop and becomes five destinations on phones. */
body.gv-customer .gv-sidebar { position: fixed; inset-block: 0; inset-inline-start: 0; z-index: 30; width: var(--gv-sidebar); padding: 31px 21px 20px; display: flex; flex-direction: column; overflow-y: auto; background: var(--gv-paper); border-inline-end: 1px solid var(--gv-line); }
body.gv-customer .gv-brand { display: flex; align-items: center; gap: 8px; color: #111; margin: 0 0 42px; padding-inline-start: 3px; text-decoration: none; }
body.gv-customer .gv-brand img { width: 48px; height: 35px; object-fit: contain; flex-shrink: 0; }
body.gv-customer .gv-brand > span { font-family: "Manrope", "Segoe UI", sans-serif; font-size: 25px; font-weight: 750; letter-spacing: -.9px; }
body.gv-customer .gv-brand-light { font-weight: 500; }
body.gv-customer .gv-nav-label { margin: 0 15px 12px; color: var(--gv-muted); font-size: 11px; letter-spacing: 1.15px; }
body.gv-customer .gv-desktop-nav, body.gv-customer .gv-sidebar-extra { display: grid; gap: 5px; }
body.gv-customer .gv-nav-button { position: relative; display: flex; align-items: center; gap: 13px; width: 100%; min-height: 48px; padding: 12px 15px; border: 0; border-radius: 10px; background: transparent; color: #687065; text-align: start; font-size: 13px; font-weight: 500; text-decoration: none; }
body.gv-customer .gv-nav-button:hover { background: #f7f6f2; }
body.gv-customer .gv-nav-button:is(.active, [aria-current="page"]) { background: #f4f0e5; color: var(--gv-gold); font-weight: 700; }
body.gv-customer .gv-desktop-nav .gv-nav-button:is(.active, [aria-current="page"])::before { content: ""; position: absolute; inset-inline-start: -21px; width: 3px; height: 20px; border-radius: 3px; background: #aa873e; }
body.gv-customer .gv-nav-count { margin-inline-start: auto; padding: 1px 6px; min-width: 22px; line-height: 20px; background: #eae5d6; color: var(--gv-gold); border-radius: 6px; font-size: 11px; text-align: center; }
body.gv-customer .gv-sidebar-extra { margin-top: 25px; padding-top: 23px; border-top: 1px solid var(--gv-line); }
body.gv-customer .gv-sidebar-extra :is(button, a) { display: flex; align-items: center; gap: 13px; min-height: 44px; padding: 10px 15px; border-radius: 8px; background: transparent; color: var(--gv-muted); font-size: 12px; text-align: start; text-decoration: none; }
body.gv-customer .gv-sidebar-extra :is(button, a):hover { background: var(--gv-bg); color: var(--gv-ink); }
body.gv-customer .gv-sidebar-bottom { margin-top: auto; padding-top: 25px; flex-shrink: 0; }
body.gv-customer .gv-private-note { display: flex; align-items: center; gap: 10px; padding: 17px 12px; margin-bottom: 12px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-user-button { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 65px; padding: 16px 0 0; border-top: 1px solid var(--gv-line); background: transparent; text-align: start; }
body.gv-customer .gv-user-button strong { display: block; font-size: 12px; }
body.gv-customer .gv-user-button small { display: block; margin-top: 2px; color: var(--gv-muted); font-size: 11px; }
body.gv-customer .gv-user-button > .gv-icon { margin-inline-start: auto; width: 16px; }
body.gv-customer .gv-user-button > [data-gv-icon]:last-child { margin-inline-start: auto; }
body.gv-customer .gv-avatar { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%; background: #ebe7da; color: #6d654b; font-size: 12px; font-weight: 650; }
body.gv-customer .gv-workspace { min-width: 0; margin-inline-start: var(--gv-sidebar); }
body.gv-customer .gv-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 82px; padding: 13px 40px; border-bottom: 1px solid var(--gv-line); background: var(--gv-bg); }
body.gv-customer .gv-breadcrumb { color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-breadcrumb > span { margin-inline: 12px; color: #91978c; }
body.gv-customer .gv-breadcrumb strong { color: var(--gv-ink); font-weight: 500; }
body.gv-customer .gv-header-actions { display: flex; align-items: center; gap: 13px; }
body.gv-customer .gv-market-indicator { display: flex; align-items: center; gap: 8px; color: var(--gv-muted); font-size: 11px; white-space: nowrap; }
body.gv-customer .gv-market-indicator strong { color: var(--gv-ink); font-size: 13px; font-weight: 650; }
body.gv-customer .gv-market-indicator small { color: var(--gv-muted); font-size: 11px; font-weight: 400; }
body.gv-customer .gv-market-indicator i, body.gv-customer .gv-live-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #538566; }
body.gv-customer .gv-icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; min-width: 44px; padding: 0; border: 1px solid var(--gv-line); border-radius: 50%; background: white; color: var(--gv-ink); }
body.gv-customer .gv-icon-button:hover { background: #eeede4; }
body.gv-customer .gv-language-button { min-height: 44px; min-width: 44px; padding: 9px 12px; border: 1px solid var(--gv-line); border-radius: 10px; background: white; color: var(--gv-ink); font-size: 12px; }
body.gv-customer .gv-notification-button { position: relative; }
body.gv-customer .gv-notification-button i { position: absolute; top: 10px; inset-inline-end: 11px; width: 7px; height: 7px; border: 1px solid white; border-radius: 50%; background: #a67b2b; }
body.gv-customer .gv-header-avatar { width: 44px; height: 44px; }
body.gv-customer .gv-mobile-brand, body.gv-customer .gv-mobile-nav { display: none; }
body.gv-customer #customer-main { width: 100%; max-width: 1470px; min-height: calc(100vh - 170px); margin-inline: auto; padding: 36px 40px 22px; }
body.gv-customer #customer-main:focus { outline: none; }
body.gv-customer .gv-page-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
body.gv-customer .gv-page-heading h1 { margin: 0; font-size: clamp(25px, 2.5vw, 32px); line-height: 1.3; font-weight: 750; letter-spacing: -.85px; }
body.gv-customer .gv-page-heading p { margin-top: 7px; color: var(--gv-muted); font-size: 13px; }
body.gv-customer .gv-filter-row { display: flex; gap: 8px; max-width: 100%; overflow-x: auto; padding: 3px 3px 10px; margin-bottom: 22px; scrollbar-width: thin; }
body.gv-customer .gv-filter-chip { flex-shrink: 0; min-height: 44px; padding: 10px 17px; border: 1px solid var(--gv-line); border-radius: 24px; background: white; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-filter-chip:is(.active, [aria-pressed="true"]) { background: var(--gv-dark); border-color: var(--gv-dark); color: white; }
body.gv-customer .gv-filter-chip:hover { border-color: #b7a473; }
body.gv-customer .gv-date-label { display: flex; align-items: center; gap: 7px; color: var(--gv-muted); font-size: 12px; white-space: nowrap; }
body.gv-customer .gv-date-label .gv-icon { width: 16px; height: 16px; }

/* Overview cards. */
body.gv-customer .gv-home-top { display: grid; grid-template-columns: minmax(0, 1.27fr) minmax(0, 1fr); gap: 20px; }
body.gv-customer .gv-portfolio-card { position: relative; isolation: isolate; overflow: hidden; min-width: 0; min-height: 247px; padding: 26px 29px; border-radius: 20px; background: var(--gv-dark); color: white; }
body.gv-customer .gv-portfolio-card::after { content: ""; position: absolute; width: 220px; height: 220px; inset-inline-end: -100px; top: -70px; border: 1px solid #c4bf9740; border-radius: 42%; box-shadow: 0 0 0 22px #c4bf970b, 0 0 0 44px #c4bf970b, 0 0 0 66px #c4bf9707; transform: rotate(28deg); z-index: -1; pointer-events: none; }
body.gv-customer .gv-portfolio-card .gv-eyebrow { color: #d2c394; font-size: 11px; }
body.gv-customer .gv-portfolio-card > h2 { margin: 23px 0 10px; color: white; font-size: 24px; font-weight: 650; line-height: 1.35; }
body.gv-customer .gv-portfolio-card > p:not([class]) { max-width: 355px; color: #c6d0be; font-size: 13px; line-height: 1.65; }
body.gv-customer .gv-portfolio-card > .gv-text-button { margin-top: 12px; color: #eee0b6; }
body.gv-customer .gv-portfolio-card > .gv-empty-state { padding: 24px 4px; border: 0; background: transparent; color: #d5ddcd; text-align: start; }
body.gv-customer .gv-portfolio-card > .gv-empty-state .gv-text-button { color: #eee0b6; }
body.gv-customer .gv-portfolio-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
body.gv-customer .gv-portfolio-top button { display: grid; place-items: center; min-width: 44px; min-height: 44px; margin-block: -10px; color: #d0d8c9; background: transparent; }
body.gv-customer .gv-portfolio-total { margin-top: 19px; font-family: "Manrope", "Segoe UI", sans-serif; font-size: clamp(28px, 3.1vw, 39px); font-weight: 600; line-height: 1.2; letter-spacing: -1.1px; overflow-wrap: anywhere; }
body.gv-customer .gv-portfolio-total :is(span, small) { margin-inline-start: 4px; font-family: inherit; font-size: 13px; font-weight: 400; letter-spacing: 0; color: #c6cdbf; }
body.gv-customer .gv-portfolio-change { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 10px; color: #d2dfbf; font-size: 12px; }
body.gv-customer .gv-portfolio-change .gv-icon { width: 16px; height: 16px; }
body.gv-customer .gv-portfolio-change span { color: #bac7b7; }
body.gv-customer .gv-portfolio-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 24px; padding-top: 15px; border-top: 1px solid #ffffff24; }
body.gv-customer .gv-portfolio-bottom p { color: #b6c3b4; font-size: 12px; }
body.gv-customer .gv-portfolio-bottom p strong { display: block; margin-top: 3px; color: #eef1e7; font-size: 14px; font-weight: 500; }
body.gv-customer .gv-portfolio-bottom :is(button, a) { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #e9dfbd; font-size: 12px; }
body.gv-customer .gv-portfolio-lines { position: absolute; inset-inline-end: -25px; top: 15px; width: 265px; opacity: .25; pointer-events: none; z-index: -1; }
body.gv-customer .gv-pickup-card { min-width: 0; padding: 24px; border: 1px solid var(--gv-line); border-radius: 20px; background: var(--gv-paper); }
body.gv-customer .gv-empty-pickup { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
body.gv-customer .gv-empty-pickup h2 { margin: 14px 0 7px; font-size: 20px; font-weight: 650; }
body.gv-customer .gv-empty-pickup > p { color: var(--gv-muted); font-size: 13px; line-height: 1.65; }
body.gv-customer .gv-empty-pickup > .gv-text-button { margin-top: 10px; }
body.gv-customer .gv-card-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
body.gv-customer .gv-card-top .gv-eyebrow { color: var(--gv-muted); }
body.gv-customer .gv-status { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 6px; font-size: 11px; font-weight: 550; }
body.gv-customer .gv-status:is(.gv-amber, .amber) { color: #7d5b17; background: #f7eed9; }
body.gv-customer .gv-status:is(.gv-green, .green) { color: #2d6449; background: var(--gv-green-soft); }
body.gv-customer .gv-status:is(.gv-neutral, .neutral) { color: #5e665a; background: #f0f0e9; }
body.gv-customer .gv-status .gv-icon { width: 14px; height: 14px; }
body.gv-customer .gv-pickup-body { display: flex; align-items: center; gap: 15px; margin: 20px 0; }
body.gv-customer .gv-pickup-body > :last-child { min-width: 0; }
body.gv-customer .gv-pickup-thumb { display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; width: 82px; height: 78px; border-radius: 11px; background: #f5f1e8; color: var(--gv-gold); }
body.gv-customer .gv-pickup-thumb img { width: 100%; height: 100%; object-fit: contain; }
body.gv-customer .gv-pickup-body h3 { font-size: 15px; font-weight: 650; }
body.gv-customer .gv-pickup-body p { margin-top: 4px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-store-line { display: flex; align-items: center; gap: 5px; }
body.gv-customer .gv-store-line .gv-icon { width: 14px; height: 14px; }
body.gv-customer .gv-pickup-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--gv-line); }
body.gv-customer .gv-pickup-bottom small { display: block; color: var(--gv-muted); font-size: 11px; }
body.gv-customer .gv-pickup-bottom strong { font-size: 17px; font-weight: 650; }
body.gv-customer .gv-pickup-bottom strong span { color: var(--gv-muted); font-size: 11px; font-weight: 400; }
body.gv-customer .gv-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 17px; border: 1px solid var(--gv-dark); border-radius: 9px; background: var(--gv-dark); color: white; font-size: 12px; font-weight: 600; line-height: 1.4; text-decoration: none; text-align: center; }
body.gv-customer .gv-button:hover { background: #394c3e; border-color: #394c3e; }
body.gv-customer .gv-button:is(.gv-gold, .gold) { border-color: var(--gv-gold); background: var(--gv-gold); }
body.gv-customer .gv-button:is(.gv-secondary, .secondary) { border-color: var(--gv-line); background: white; color: var(--gv-ink); }
body.gv-customer .gv-button:is(.gv-secondary, .secondary):hover { background: #f1eee5; }
body.gv-customer .gv-button:is(.gv-full, .full) { width: 100%; }
body.gv-customer .gv-button .gv-icon { width: 17px; height: 17px; }
body.gv-customer .gv-text-button { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 5px 0; color: var(--gv-gold); font-size: 12px; font-weight: 600; background: transparent; text-decoration: none; }
body.gv-customer .gv-text-button:hover { text-decoration: underline; text-underline-offset: 4px; }
body.gv-customer .gv-text-button .gv-icon { width: 16px; height: 16px; }
body.gv-customer .gv-quick-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; margin: 20px 0 29px; }
body.gv-customer .gv-quick-action { display: flex; align-items: center; gap: 11px; min-width: 0; min-height: 83px; padding: 16px 13px; border: 1px solid var(--gv-line); border-radius: 12px; background: white; color: var(--gv-ink); text-align: start; text-decoration: none; }
body.gv-customer .gv-quick-action:hover { border-color: #b7a473; background: #fdfbf6; }
body.gv-customer .gv-action-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; background: #f5f2e8; color: #8c733c; flex-shrink: 0; }
body.gv-customer .gv-quick-action strong { display: block; font-size: 12px; font-weight: 600; }
body.gv-customer .gv-quick-action small { display: block; margin-top: 3px; color: var(--gv-muted); font-size: 11px; }
body.gv-customer .gv-quick-action > .gv-icon { width: 15px; height: 15px; margin-inline-start: auto; color: #7e8875; }
body.gv-customer .gv-section-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 15px; }
body.gv-customer .gv-section-head h2 { font-size: 20px; font-weight: 750; letter-spacing: -.5px; }
body.gv-customer .gv-section-head p { margin-top: 4px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-attention { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; padding: 15px 18px; margin-bottom: 28px; border: 1px solid #e7dcc1; border-radius: 12px; background: #fcfaf3; }
body.gv-customer .gv-attention > .gv-action-icon { border-radius: 50%; width: 36px; height: 36px; background: #f2eada; }
body.gv-customer .gv-attention-text { flex: 1; min-width: 0; }
body.gv-customer .gv-attention-text strong { display: block; font-size: 13px; font-weight: 600; }
body.gv-customer .gv-attention-text p { margin-top: 3px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-attention > div:not(.gv-attention-text) { flex: 1; min-width: 0; }
body.gv-customer .gv-attention > div:not(.gv-attention-text) strong { display: block; font-size: 13px; font-weight: 600; }
body.gv-customer .gv-attention > div:not(.gv-attention-text) p { margin-top: 3px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-home-lower { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 20px; margin-top: 28px; }
body.gv-customer .gv-activity-panel, body.gv-customer .gv-guide-card { min-width: 0; padding: 21px; border: 1px solid var(--gv-line); border-radius: 15px; background: white; }
body.gv-customer .gv-activity-panel h2, body.gv-customer .gv-guide-card h2 { font-size: 17px; font-weight: 700; }
body.gv-customer .gv-activity-row { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--gv-line); font-size: 12px; }
body.gv-customer .gv-activity-row:last-child { border: 0; }
body.gv-customer .gv-activity-row > .gv-action-icon { width: 34px; height: 34px; border-radius: 50%; background: #f0f3eb; color: #57704f; }
body.gv-customer .gv-activity-row > div { min-width: 0; }
body.gv-customer .gv-activity-row p { margin-top: 3px; color: var(--gv-muted); font-size: 11px; }
body.gv-customer .gv-row-end { margin-inline-start: auto; text-align: end; }
body.gv-customer .gv-row-end > .gv-text-button { display: flex; justify-content: flex-end; width: 100%; }
body.gv-customer .gv-activity-row .gv-row-end { flex-shrink: 0; }
body.gv-customer .gv-guide-card { display: flex; flex-direction: column; justify-content: center; padding: 26px; background: #f1f1e7; }
body.gv-customer .gv-guide-card .gv-eyebrow { margin-bottom: 10px; }
body.gv-customer .gv-guide-card p { margin-top: 10px; color: var(--gv-muted); font-size: 13px; line-height: 1.7; }
body.gv-customer .gv-guide-card :is(button, a) { align-self: flex-start; margin-top: 10px; }
body.gv-customer .gv-page-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin: 10px 40px 0; padding: 19px 0 25px; border-top: 1px solid var(--gv-line); color: var(--gv-muted); font-size: 11px; }
body.gv-customer .gv-account-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 22px; }
body.gv-customer .gv-account-profile { padding: 30px; border: 1px solid var(--gv-line); border-radius: 16px; background: white; text-align: center; }
body.gv-customer .gv-account-profile .gv-avatar { width: 72px; height: 72px; margin: 0 auto 20px; font-size: 23px; }
body.gv-customer .gv-account-profile h2 { font-size: 22px; font-weight: 700; }
body.gv-customer .gv-account-profile p { margin-top: 7px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-account-profile .gv-status { margin-top: 18px; }
body.gv-customer .gv-account-profile > .gv-button { display: flex; width: fit-content; margin: 20px auto 0; }
body.gv-customer .gv-menu-list { overflow: hidden; border: 1px solid var(--gv-line); border-radius: 16px; background: white; }
body.gv-customer .gv-menu-list :is(button, a) { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 74px; padding: 18px 21px; border-bottom: 1px solid var(--gv-line); background: transparent; color: var(--gv-ink); text-align: start; text-decoration: none; font-size: 13px; }
body.gv-customer .gv-menu-list :is(button, a):last-child { border-bottom: 0; }
body.gv-customer .gv-menu-list :is(button, a):hover { background: #faf9f4; }
body.gv-customer .gv-menu-list :is(button, a) > .gv-icon:last-child { margin-inline-start: auto; width: 16px; color: #818977; }
body.gv-customer .gv-menu-list small { display: block; margin-top: 3px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-menu-list :is(.gv-danger, .danger) { color: #a8443c; }
body.gv-customer .gv-empty-state, body.gv-customer .gv-product-empty { grid-column: 1 / -1; padding: 42px 20px; border: 1px dashed var(--gv-line); border-radius: 15px; background: white; text-align: center; color: var(--gv-muted); }
body.gv-customer .gv-empty-state h2 { margin-top: 12px; color: var(--gv-ink); font-size: 19px; }
body.gv-customer .gv-empty-state p { margin: 10px 0 16px; font-size: 13px; }

/* Product cards and the physical-item selector share the live pricing module. */
body.gv-customer .gv-product-grid, body.gv-customer #browse-grid, body.gv-customer #saved-items-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
body.gv-customer .gv-product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--gv-line); border-radius: 14px; background: white; transition: transform .18s ease, box-shadow .18s ease; }
body.gv-customer .gv-product-card:hover { transform: translateY(-2px); box-shadow: 0 9px 24px #2735260b; }
body.gv-customer .gv-product-media { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 190px; padding: 0; overflow: hidden; background: #f1ece1; }
body.gv-customer .gv-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
body.gv-customer .gv-product-card:hover .gv-product-media img { transform: scale(1.025); }
body.gv-customer .gv-product-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 100%; padding: 20px; background: radial-gradient(ellipse at center, #faf5e8, #eae3d2); color: #99793d; font-size: 12px; }
body.gv-customer .gv-product-placeholder svg { width: 58px; height: 58px; stroke-width: 1.3; }
body.gv-customer .gv-product-save { position: absolute; top: 10px; inset-inline-end: 10px; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffffff80; border-radius: 50%; background: #fffffff5; color: #5d665b; box-shadow: 0 2px 9px #27352608; }
body.gv-customer .gv-product-save svg { width: 20px; height: 20px; }
body.gv-customer .gv-product-save.is-saved { color: var(--gv-gold); }
body.gv-customer .gv-product-save.is-saved svg { fill: #a6813540; }
body.gv-customer .gv-product-karat { position: absolute; top: 14px; inset-inline-start: 12px; z-index: 1; padding: 3px 7px; border-radius: 4px; background: #fffffff0; color: #535b4d; font-size: 11px; font-weight: 600; }
body.gv-customer .gv-product-copy { padding: 15px 14px 11px; }
body.gv-customer .gv-product-brand { color: var(--gv-gold); font-size: 11px; font-weight: 600; letter-spacing: .7px; text-transform: uppercase; }
body.gv-customer .gv-product-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 5px; color: var(--gv-ink); font-size: 14px; font-weight: 650; line-height: 1.45; }
body.gv-customer .gv-product-meta { margin-top: 6px; color: var(--gv-muted); font-size: 11px; }
body.gv-customer .gv-product-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px; margin-top: 12px; color: var(--gv-ink); font-size: 17px; font-weight: 650; line-height: 1.4; letter-spacing: -.3px; }
body.gv-customer .gv-product-price :is(span, small) { color: var(--gv-muted); font-size: 11px; font-weight: 400; letter-spacing: 0; }
body.gv-customer .gv-product-old-price { color: var(--gv-muted); font-size: 11px; text-decoration: line-through; }
body.gv-customer .gv-product-badge { display: inline-block; margin-top: 8px; padding: 4px 7px; border-radius: 6px; background: var(--gv-gold-soft); color: var(--gv-gold); font-size: 11px; }
body.gv-customer .gv-product-foot { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 11px; padding-top: 7px; border-top: 1px solid var(--gv-line); }
body.gv-customer .gv-product-store { display: inline-flex; align-items: center; gap: 4px; min-width: 0; min-height: 44px; color: var(--gv-muted); font-size: 11px; text-align: start; background: transparent; }
body.gv-customer .gv-product-store span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.gv-customer .gv-product-store svg { width: 13px; height: 13px; flex-shrink: 0; }
body.gv-customer .gv-product-view { flex-shrink: 0; min-height: 44px; padding-inline: 3px; color: var(--gv-gold); background: transparent; font-size: 12px; font-weight: 600; }
body.gv-customer .gv-product-dialog { width: 590px; max-width: calc(100vw - 32px); max-height: min(92dvh, 960px); margin: auto; padding: 0; border: 0; border-radius: 22px; background: white; color: var(--gv-ink); box-shadow: 0 25px 100px #17251b36; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
body.gv-customer .gv-product-dialog:not([open]) { display: none; }
body.gv-customer .gv-product-dialog::backdrop { background: #17221b80; backdrop-filter: blur(5px); }
body.gv-customer:has(.gv-product-dialog[open]) { overflow: hidden; }
body.gv-customer .gv-product-dialog-close { position: sticky; top: 12px; z-index: 4; display: grid; place-items: center; width: 44px; height: 44px; margin: 12px 14px 0 auto; margin-inline-start: auto; margin-inline-end: 14px; border: 1px solid var(--gv-line); border-radius: 50%; background: #fffffff5; color: var(--gv-ink); font-size: 25px; }
body.gv-customer .gv-product-dialog-body { padding: 0 27px 28px; }
body.gv-customer .gv-product-detail-media { display: flex; align-items: center; justify-content: center; overflow: hidden; height: 235px; margin: 6px 0 12px; border-radius: 14px; background: #f5f1e8; }
body.gv-customer .gv-product-detail-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
body.gv-customer .gv-product-gallery { display: flex; gap: 9px; max-width: 100%; overflow-x: auto; padding: 3px 3px 10px; margin-bottom: 10px; }
body.gv-customer .gv-product-thumb { width: 56px; height: 56px; flex-shrink: 0; overflow: hidden; border: 1px solid var(--gv-line); border-radius: 9px; background: #f5f1e8; }
body.gv-customer .gv-product-thumb img { width: 100%; height: 100%; object-fit: contain; }
body.gv-customer .gv-product-thumb.is-selected { outline: 2px solid var(--gv-gold); outline-offset: 1px; }
body.gv-customer .gv-product-eyebrow { margin-top: 14px; color: var(--gv-gold); font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: 1px; }
body.gv-customer .gv-product-heading { margin-top: 5px; font-size: 25px; font-weight: 700; letter-spacing: -.55px; line-height: 1.35; }
body.gv-customer .gv-product-store-link { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; color: var(--gv-gold); font-size: 12px; background: transparent; }
body.gv-customer .gv-product-description { margin: 6px 0 16px; color: var(--gv-muted); font-size: 13px; line-height: 1.7; white-space: pre-line; }
body.gv-customer .gv-product-variant-label { display: flex; justify-content: space-between; gap: 12px; margin: 18px 0 10px; color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-product-variants { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; }
body.gv-customer .gv-product-variant { min-height: 46px; min-width: 49px; padding: 10px 14px; border: 1px solid var(--gv-line); border-radius: 9px; color: var(--gv-ink); background: white; font-size: 12px; }
body.gv-customer .gv-product-variant.is-selected { background: #f6efdf; color: #7f5e1d; border-color: #ae8c46; box-shadow: inset 0 0 0 1px #ae8c46; }
body.gv-customer .gv-product-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 16px 0; border-top: 1px solid var(--gv-line); border-bottom: 1px solid var(--gv-line); }
body.gv-customer .gv-product-facts dt { margin-bottom: 4px; color: var(--gv-muted); font-size: 11px; }
body.gv-customer .gv-product-facts dd { margin: 0; color: var(--gv-ink); font-size: 13px; font-weight: 600; }
body.gv-customer .gv-product-total { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin: 18px 0 13px; font-size: 13px; }
body.gv-customer .gv-product-total strong { font-family: "Manrope", "Segoe UI", sans-serif; font-size: 26px; font-weight: 700; line-height: 1.35; letter-spacing: -.6px; }
body.gv-customer .gv-product-total :is(small, strong span) { color: var(--gv-muted); font-size: 12px; letter-spacing: 0; font-weight: 400; }
body.gv-customer .gv-product-breakdown { margin-bottom: 19px; font-size: 12px; }
body.gv-customer .gv-product-breakdown summary { min-height: 44px; padding: 10px 0; color: var(--gv-gold); cursor: pointer; }
body.gv-customer .gv-product-breakdown dl { margin: 0; padding: 12px 15px; border-radius: 10px; background: var(--gv-bg); }
body.gv-customer .gv-product-breakdown dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 5px 0; }
body.gv-customer .gv-product-breakdown dt { color: var(--gv-muted); }
body.gv-customer .gv-product-breakdown dd { margin: 0; text-align: end; font-weight: 500; }
body.gv-customer .gv-product-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 17px; }
body.gv-customer .gv-product-primary, body.gv-customer .gv-product-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 14px; border: 1px solid var(--gv-dark); border-radius: 9px; background: var(--gv-dark); color: white; text-align: center; font-size: 13px; font-weight: 600; }
body.gv-customer .gv-product-primary { grid-column: 1 / -1; }
body.gv-customer .gv-product-primary:hover { background: #3b4c40; }
body.gv-customer .gv-product-secondary { border-color: var(--gv-line); background: white; color: var(--gv-gold); }
body.gv-customer .gv-product-secondary:hover { background: var(--gv-bg); }
body.gv-customer .gv-product-note { margin-top: 14px; color: var(--gv-muted); font-size: 12px; line-height: 1.65; }
body.gv-customer :is(.gv-product-view, .gv-product-store-link, .gv-product-primary, .gv-product-dialog-close) svg { width: 19px; height: 19px; flex-shrink: 0; }
body.gv-customer .gv-product-view { display: inline-flex; align-items: center; justify-content: flex-end; gap: 5px; }
body.gv-customer .gv-product-primary { gap: 8px; }
body.gv-customer .gv-product-variant strong { display: block; font-size: 12px; font-weight: 600; }
body.gv-customer .gv-product-variant small { display: block; margin-top: 3px; font-size: 11px; color: var(--gv-muted); }
body.gv-customer .gv-product-total > div { text-align: end; }
body.gv-customer .gv-product-total > div > strong { display: block; }
body.gv-customer div.gv-product-secondary { grid-column: 1 / -1; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 8px; padding: 0; min-height: 44px; border: 0; }
body.gv-customer .gv-product-secondary button { flex: 1; min-height: 44px; padding: 9px 6px; color: var(--gv-gold); font-size: 12px; background: transparent; text-decoration: underline; text-underline-offset: 4px; }
body.gv-customer .gv-product-actions .gv-product-note { grid-column: 1 / -1; margin-top: 0; text-align: center; font-size: 11px; }
body.gv-customer .gv-product-pieces { list-style: none; margin-top: 13px; padding: 12px 15px; border-radius: 10px; background: var(--gv-bg); color: var(--gv-muted); font-size: 12px; }
body.gv-customer .gv-product-pieces li + li { margin-top: 7px; }
body.gv-customer .gv-product-empty > svg { display: block; width: 42px; height: 42px; margin: 0 auto 14px; color: var(--gv-gold); }
body.gv-customer .gv-product-empty h3 { color: var(--gv-ink); font-size: 19px; font-weight: 650; }
body.gv-customer .gv-product-empty p { margin: 10px 0 20px; font-size: 13px; }
body.gv-customer .gv-product-card.is-unavailable .gv-product-media { filter: saturate(.55); }
body.gv-customer .gv-dialog { width: 590px; max-width: calc(100vw - 32px); max-height: 91dvh; margin: auto; padding: 0; border: 1px solid var(--gv-line); border-radius: 21px; overflow: auto; overscroll-behavior: contain; background: var(--gv-paper); color: var(--gv-ink); box-shadow: 0 25px 100px #17251b36; }
body.gv-customer .gv-dialog:not([open]) { display: none; }
body.gv-customer .gv-dialog::backdrop { background: #17221b80; backdrop-filter: blur(5px); }
body.gv-customer:has(.gv-dialog[open]) { overflow: hidden; }
body.gv-customer .gv-dialog-header { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 24px; border-bottom: 1px solid var(--gv-line); background: #fffffff5; backdrop-filter: blur(10px); }
body.gv-customer .gv-dialog-header h2 { font-size: 21px; font-weight: 700; line-height: 1.4; }
body.gv-customer .gv-dialog-close { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--gv-line); border-radius: 50%; background: var(--gv-bg); color: var(--gv-ink); font-size: 24px; }
body.gv-customer .gv-dialog-close:only-child { margin-inline-start: auto; }
body.gv-customer .gv-dialog-body { padding: 24px; }
body.gv-customer .gv-dialog-body h2 { margin: 7px 0 10px; font-size: 25px; font-weight: 700; letter-spacing: -.5px; line-height: 1.4; }
body.gv-customer .gv-dialog-body > p { color: var(--gv-muted); font-size: 13px; line-height: 1.75; }
body.gv-customer .gv-dialog-body > p + p { margin-top: 15px; }
body.gv-customer .gv-dialog-body > .gv-eyebrow { color: var(--gv-gold); font-size: 11px; }
body.gv-customer .gv-dialog-body > .gv-status { margin-top: 13px; }
body.gv-customer .gv-dialog-body > .gv-menu-list { margin-top: 20px; }
body.gv-customer .gv-dialog-body > dl { margin: 18px 0; padding: 14px 16px; border-radius: 11px; background: var(--gv-bg); }
body.gv-customer .gv-dialog-body > dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 7px 0; font-size: 12px; }
body.gv-customer .gv-dialog-body > dl dt { color: var(--gv-muted); }
body.gv-customer .gv-dialog-body > dl dt small { display: block; margin-top: 3px; font-size: 11px; }
body.gv-customer .gv-dialog-body > dl dd { min-width: 0; margin: 0; text-align: end; font-weight: 600; }
body.gv-customer .gv-help-article { margin: 22px 0; }
body.gv-customer .gv-help-article h3 { margin: 18px 0 6px; font-size: 15px; font-weight: 650; }
body.gv-customer .gv-help-article p { color: var(--gv-muted); font-size: 13px; line-height: 1.8; }
body.gv-customer .gv-pickup-qr { display: flex; justify-content: center; width: fit-content; margin: 22px auto; padding: 17px; border: 1px solid var(--gv-line); border-radius: 14px; background: white; }
body.gv-customer .gv-pickup-qr :is(img, canvas) { max-width: 100%; }
body.gv-customer #gv-support-chat { z-index: 40 !important; inset-inline-end: 16px; inset-inline-start: auto; }
body.gv-customer #gv-sc-close { width: 44px; height: 44px; }
body.gv-customer #gv-sc-panel { max-height: min(70dvh, 448px); }
body.gv-customer #gv-sc-messages .bg-amber-600 { background: var(--gv-gold-soft); color: var(--gv-ink); }

/* Existing workflows retain their behavior and status distinctions in the light workspace. */
body.gv-customer :is(.bg-zinc-950, .bg-zinc-900) { background-color: var(--gv-paper); }
body.gv-customer :is(.bg-zinc-800, .bg-zinc-700, .bg-gray-800, .bg-gray-900) { background-color: #f1f0e9; }
body.gv-customer :is(.border-zinc-800, .border-zinc-700, .border-zinc-600, .border-gray-700) { border-color: var(--gv-line); }
body.gv-customer :is(.text-white, .text-gray-100, .text-gray-200, .text-gray-300, .text-zinc-100, .text-zinc-200, .text-zinc-300) { color: var(--gv-ink); }
body.gv-customer :is(.text-gray-400, .text-gray-500, .text-gray-600, .text-zinc-400, .text-zinc-500) { color: var(--gv-muted); }
body.gv-customer :is(.text-amber-200, .text-amber-300, .text-amber-400, .text-yellow-200, .text-yellow-300, .text-yellow-400) { color: var(--gv-gold); }
body.gv-customer :is(.text-green-300, .text-green-400, .text-emerald-300, .text-emerald-400) { color: #286648; }
body.gv-customer :is(.text-red-300, .text-red-400, .text-pink-400) { color: #aa3c36; }
body.gv-customer :is(.text-blue-300, .text-blue-400, .text-indigo-300, .text-indigo-400, .text-purple-400) { color: #465d86; }
body.gv-customer :is([class~="bg-amber-900/20"], [class~="bg-amber-900/30"], [class~="bg-amber-900/40"], [class~="bg-amber-900/50"], [class~="bg-amber-500/20"], [class~="bg-yellow-900/30"]) { background-color: #faf2df; }
body.gv-customer :is([class~="bg-blue-900/20"], [class~="bg-blue-900/30"], [class~="bg-indigo-900/20"], [class~="bg-indigo-900/30"]) { background-color: #edf1f8; }
body.gv-customer :is([class~="bg-green-900/20"], [class~="bg-green-900/30"], [class~="bg-green-900/40"], [class~="bg-green-600/20"], [class~="bg-emerald-900/20"]) { background-color: #eaf3ec; }
body.gv-customer :is([class~="bg-red-900/20"], [class~="bg-red-900/30"], [class~="bg-red-900/40"], [class~="bg-red-600/20"], [class~="bg-red-600/30"], [class~="bg-red-700/60"]) { background-color: #faece9; color: #aa3c36; }
body.gv-customer :is([class~="border-amber-700/30"], [class~="border-amber-700/40"], [class~="border-amber-700/50"], [class~="border-yellow-700/40"]) { border-color: #e8d8b3; }
body.gv-customer :is([class~="border-blue-700/40"], [class~="border-indigo-700/30"]) { border-color: #d3ddeb; }
body.gv-customer :is(button, a):is(.bg-amber-500, .bg-amber-600, .bg-yellow-500, .bg-indigo-600, .bg-blue-600, .bg-green-600, .bg-green-700) { background-color: var(--gv-dark); color: white; }
body.gv-customer :is(button, a):is(.bg-amber-500, .bg-amber-600, .bg-yellow-500, .bg-indigo-600, .bg-blue-600, .bg-green-600, .bg-green-700):hover { background-color: #3b4c40; }
body.gv-customer :is(button, a):is(.bg-red-600, .bg-red-700) { background-color: #a8443c; color: white; }
body.gv-customer :is(button, a).bg-gradient-to-r { background: var(--gv-dark); color: white; }
body.gv-customer :is(button, a):is(.bg-zinc-800, .bg-zinc-700):hover { background-color: #e9e6d9; color: var(--gv-ink); }
body.gv-customer .hover\:text-white:hover { color: var(--gv-ink); }
body.gv-customer :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) { min-width: 0; min-height: 44px; border-color: #dcded3; color: var(--gv-ink); background-color: white; }
body.gv-customer :is(input, textarea)::placeholder { color: #767d70; opacity: 1; }
body.gv-customer :is(input, textarea, select):focus { border-color: #9f8140; }
body.gv-customer input[type="checkbox"], body.gv-customer input[type="radio"] { accent-color: var(--gv-gold); }
body.gv-customer .peer:checked ~ [class*="peer-checked:bg-"] { background-color: #f5efdf; border-color: #ae8c46; }
body.gv-customer #customer-main [id^="pane-"] > :is(h2, div:first-child) h2, body.gv-customer #customer-main [id^="pane-"] > h2 { color: var(--gv-ink); font-size: 24px; letter-spacing: -.5px; }
body.gv-customer #customer-main :is(.rounded-3xl.bg-zinc-900, .rounded-2xl.bg-zinc-900) { border: 1px solid var(--gv-line); border-radius: 16px; }
body.gv-customer #customer-main :is(button, a):not(.gv-product-media):not(.gv-product-save):not(.gv-nav-button) { min-height: 44px; }
body.gv-customer #pane-browse > .flex:first-child { align-items: start; gap: 10px; }
body.gv-customer #pane-browse > .flex:first-child p { font-size: 12px; }
body.gv-customer #pane-browse > .flex:first-child h1 { font-size: 29px; font-weight: 750; letter-spacing: -.7px; line-height: 1.35; }
body.gv-customer #inv-search { flex-basis: 220px; border-radius: 10px; }
body.gv-customer #inv-sort { border-radius: 10px; }
body.gv-customer #pane-browse [id^="kf-"] { min-width: 48px; border: 1px solid var(--gv-line); border-radius: 22px; padding-inline: 15px; font-size: 12px; }
body.gv-customer #reservations-list > div, body.gv-customer #offers-list > div, body.gv-customer #buy-offers-list > div, body.gv-customer #tickets-list > div { overflow-wrap: anywhere; }
/* Reservation/offer dialogs must retain their geometry without utility CSS. */
body.gv-customer > div[id$="-modal"] { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; padding: 20px; background: #17221bbf; overflow-y: auto; overscroll-behavior: contain; }
body.gv-customer > div[id$="-modal"] > div { width: 100%; max-width: 480px; max-height: calc(100dvh - 40px); padding: 24px; overflow-y: auto; background: white; color: var(--gv-ink); }
body.gv-customer > div[id$="-modal"] :is(h2, h3, p) { margin: 0; }
body.gv-customer > div[id$="-modal"] :is(h2, h3) { margin-bottom: 12px; font-size: 22px; font-weight: 700; line-height: 1.4; }
body.gv-customer > div[id$="-modal"] button { appearance: none; min-height: 44px; padding: 10px 14px; border: 0; }
body.gv-customer > div[id$="-modal"] :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select) { max-width: 100%; min-height: 44px; border: 1px solid var(--gv-line); border-radius: 10px; padding: 10px 12px; }
body.gv-customer > div[id$="-modal"] > div > .flex:last-child { display: flex; gap: 12px; margin-top: 20px; }
body.gv-customer > div[id$="-modal"] > div > .flex:last-child > button { flex: 1; border-radius: 10px; }
body.gv-customer #timeline-modal > div { max-width: 690px; }
body.gv-customer :is(#offer-modal, #reserve-modal, #store-modal, #inquiry-modal, #blocked-modal, #edit-offer-modal, #timeline-modal) { z-index: 70; overflow-y: auto; overscroll-behavior: contain; backdrop-filter: blur(4px); }
body.gv-customer :is(#offer-modal, #reserve-modal, #store-modal, #inquiry-modal, #blocked-modal, #edit-offer-modal, #timeline-modal) > div { max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--gv-line); border-radius: 20px; box-shadow: 0 25px 90px #14201b35; }
body.gv-customer :is(#offer-modal, #reserve-modal, #store-modal, #inquiry-modal, #blocked-modal, #edit-offer-modal, #timeline-modal) button { min-height: 44px; }
body.gv-customer #toast { position: fixed; z-index: 150; top: auto; bottom: 24px; inset-inline-end: 25px; inset-inline-start: auto; max-width: min(420px, calc(100vw - 32px)); padding: 14px 20px; border-radius: 12px; background-color: var(--gv-dark); color: white; font-size: 13px; line-height: 1.5; box-shadow: 0 12px 35px #18241d24; }
body.gv-customer #toast.bg-red-600 { background-color: #a8443c; }
body.gv-customer #toast.bg-green-600 { background-color: #286648; }
body.gv-customer #live-alert { z-index: 140; }
body.gv-customer #live-alert-title, body.gv-customer #live-alert-body, body.gv-customer #live-alert-box > button { color: white; }
body.gv-customer #live-alert-box { background-color: var(--gv-dark); }
body.gv-customer #verify-banner, body.gv-customer #cancel-banner { font-size: 12px; }
body.gv-customer #verify-banner button, body.gv-customer #cancel-banner a { min-height: 44px; }
body.gv-customer .gv-portfolio-card :is(.text-gray-400, .text-gray-500, .text-gray-300) { color: #c4cdbc; }
body.gv-customer .gv-portfolio-card :is(.text-green-400, .text-emerald-400) { color: #cce0b9; }
body.gv-customer .gv-portfolio-card .text-red-400 { color: #ffc3b7; }

@media (max-width: 1240px) and (min-width: 761px) {
  body.gv-customer { --gv-sidebar: 222px; }
  body.gv-customer .gv-sidebar { padding-inline: 16px; }
  body.gv-customer .gv-desktop-nav .gv-nav-button:is(.active, [aria-current="page"])::before { inset-inline-start: -16px; }
  body.gv-customer .gv-topbar { padding-inline: 27px; }
  body.gv-customer #customer-main { padding-inline: 27px; }
  body.gv-customer .gv-page-footer { margin-inline: 27px; }
  body.gv-customer .gv-product-grid, body.gv-customer #browse-grid, body.gv-customer #saved-items-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.gv-customer .gv-quick-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.gv-customer .gv-market-indicator { font-size: 11px; gap: 5px; }
  body.gv-customer .gv-brand > span { font-size: 23px; }
}
@media (max-width: 1060px) and (min-width: 761px) {
  body.gv-customer .gv-home-top, body.gv-customer .gv-home-lower, body.gv-customer .gv-account-layout { grid-template-columns: 1fr; }
  body.gv-customer .gv-product-grid, body.gv-customer #browse-grid, body.gv-customer #saved-items-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.gv-customer .gv-market-indicator { display: none; }
  body.gv-customer .gv-product-media { height: 210px; }
  body.gv-customer .gv-date-label { display: none; }
}
@media (max-width: 760px) {
  body.gv-customer { --gv-sidebar: 0px; }
  body.gv-customer .gv-sidebar { display: none; }
  body.gv-customer .gv-workspace { margin-inline: 0; padding-bottom: calc(83px + env(safe-area-inset-bottom, 0px)); }
  body.gv-customer .gv-topbar { position: sticky; top: 0; z-index: 35; min-height: 72px; padding: max(9px, env(safe-area-inset-top, 0px)) 20px 9px; gap: 10px; background: #f7f6f2f2; backdrop-filter: blur(16px); }
  body.gv-customer .gv-mobile-brand { display: flex; align-items: center; gap: 6px; color: #111; font-family: "Manrope", "Segoe UI", sans-serif; font-size: 22px; font-weight: 750; letter-spacing: -.8px; text-decoration: none; }
  body.gv-customer .gv-mobile-brand img { width: 42px; height: 31px; object-fit: contain; flex-shrink: 0; }
  body.gv-customer .gv-breadcrumb, body.gv-customer .gv-market-indicator, body.gv-customer .gv-header-avatar { display: none; }
  body.gv-customer .gv-header-actions { gap: 8px; }
  body.gv-customer .gv-language-button { padding-inline: 9px; }
  body.gv-customer #customer-main { padding: 25px 20px 15px; min-height: calc(100dvh - 170px); }
  body.gv-customer .gv-page-heading { margin-bottom: 23px; align-items: flex-start; }
  body.gv-customer .gv-page-heading h1 { font-size: 27px; letter-spacing: -.7px; }
  body.gv-customer .gv-page-heading p { font-size: 12px; }
  body.gv-customer .gv-date-label { display: none; }
  body.gv-customer .gv-home-top, body.gv-customer .gv-home-lower, body.gv-customer .gv-account-layout { grid-template-columns: 1fr; gap: 16px; }
  body.gv-customer .gv-portfolio-card { min-height: 229px; padding: 23px 24px; border-radius: 17px; }
  body.gv-customer .gv-portfolio-total { margin-top: 17px; font-size: clamp(29px, 8.4vw, 39px); }
  body.gv-customer .gv-portfolio-change { font-size: 11px; }
  body.gv-customer .gv-portfolio-bottom { margin-top: 20px; padding-top: 12px; }
  body.gv-customer .gv-portfolio-bottom p { font-size: 11px; }
  body.gv-customer .gv-pickup-card { padding: 19px; border-radius: 15px; }
  body.gv-customer .gv-pickup-body { gap: 13px; margin: 16px 0; }
  body.gv-customer .gv-pickup-thumb { width: 69px; height: 67px; }
  body.gv-customer .gv-pickup-body h3 { font-size: 14px; }
  body.gv-customer .gv-pickup-body p { font-size: 11px; }
  body.gv-customer .gv-pickup-bottom .gv-button { padding-inline: 12px; }
  body.gv-customer .gv-quick-actions { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin: 22px 0 25px; }
  body.gv-customer .gv-quick-action { flex-direction: column; gap: 8px; min-height: 82px; padding: 0; border: 0; border-radius: 8px; background: transparent; text-align: center; }
  body.gv-customer .gv-quick-action:hover { background: transparent; }
  body.gv-customer .gv-quick-action .gv-action-icon { width: 48px; height: 48px; border: 1px solid var(--gv-line); border-radius: 14px; background: white; }
  body.gv-customer .gv-quick-action strong { font-size: 11px; font-weight: 550; }
  body.gv-customer .gv-quick-action small, body.gv-customer .gv-quick-action > .gv-icon { display: none; }
  body.gv-customer .gv-section-head { gap: 10px; margin-bottom: 13px; }
  body.gv-customer .gv-section-head h2 { font-size: 19px; }
  body.gv-customer .gv-section-head p { font-size: 11px; }
  body.gv-customer .gv-section-head .gv-text-button { flex-shrink: 0; font-size: 11px; }
  body.gv-customer .gv-attention { gap: 10px; padding: 14px; margin-bottom: 25px; }
  body.gv-customer .gv-attention-text { flex-basis: calc(100% - 48px); }
  body.gv-customer .gv-attention > div:not(.gv-attention-text) { flex-basis: calc(100% - 48px); }
  body.gv-customer .gv-attention > div:not(.gv-attention-text) strong { font-size: 12px; }
  body.gv-customer .gv-attention > div:not(.gv-attention-text) p { font-size: 11px; }
  body.gv-customer .gv-attention-text strong { font-size: 12px; }
  body.gv-customer .gv-attention-text p { font-size: 11px; }
  body.gv-customer .gv-attention > .gv-text-button { margin-inline-start: 46px; margin-top: -5px; }
  body.gv-customer .gv-product-grid, body.gv-customer #browse-grid, body.gv-customer #saved-items-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 11px; }
  body.gv-customer .gv-product-card { border-radius: 12px; }
  body.gv-customer .gv-product-media { height: clamp(142px, 42vw, 235px); }
  body.gv-customer .gv-product-copy { padding: 12px 11px 8px; }
  body.gv-customer .gv-product-title { font-size: 13px; }
  body.gv-customer .gv-product-brand { font-size: 11px; letter-spacing: .2px; }
  body.gv-customer .gv-product-price { font-size: 16px; margin-top: 10px; gap: 3px; }
  body.gv-customer .gv-product-price :is(span, small) { font-size: 11px; }
  body.gv-customer .gv-product-foot { gap: 4px; flex-wrap: wrap; }
  body.gv-customer .gv-product-store { flex: 1 1 100%; min-height: 36px; }
  body.gv-customer .gv-product-view { width: 100%; min-height: 44px; text-align: start; border-top: 1px solid #f0efe9; }
  body.gv-customer .gv-product-karat { top: 12px; inset-inline-start: 9px; }
  body.gv-customer .gv-product-save { top: 7px; inset-inline-end: 7px; }
  body.gv-customer .gv-home-lower { margin-top: 25px; }
  body.gv-customer .gv-activity-panel { padding: 18px; }
  body.gv-customer .gv-guide-card { padding: 23px; }
  body.gv-customer .gv-activity-row { gap: 9px; }
  body.gv-customer .gv-activity-row .gv-row-end { max-width: 34%; font-size: 11px; }
  body.gv-customer .gv-page-footer { margin-inline: 20px; padding-bottom: 20px; }
  body.gv-customer .gv-mobile-nav { position: fixed; inset-inline: 0; bottom: 0; z-index: 45; display: flex; align-items: stretch; justify-content: space-around; padding: 8px max(6px, env(safe-area-inset-left, 0px)) calc(8px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--gv-line); background: #fffffff5; backdrop-filter: blur(18px); box-shadow: 0 -4px 20px #27352607; }
  body.gv-customer .gv-mobile-nav .gv-nav-button { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-width: 0; min-height: 51px; padding: 3px 1px; border-radius: 9px; font-size: 11px; text-align: center; color: #687065; }
  body.gv-customer .gv-mobile-nav .gv-nav-button:is(.active, [aria-current="page"]) { background: transparent; color: var(--gv-gold); }
  body.gv-customer .gv-mobile-nav .gv-nav-button:is(.active, [aria-current="page"]) .gv-icon { stroke-width: 2; }
  body.gv-customer .gv-mobile-nav .gv-nav-count { position: absolute; top: 0; inset-inline-start: calc(50% + 4px); min-width: 17px; line-height: 15px; margin: 0; padding: 1px 4px; border: 1px solid white; border-radius: 12px; background: var(--gv-gold); color: white; font-size: 10px; }
  body.gv-customer .gv-account-profile { padding: 25px; }
  body.gv-customer .gv-menu-list :is(button, a) { padding: 18px; }
  body.gv-customer .gv-product-dialog { width: 100%; max-width: 100%; max-height: 94dvh; margin: auto 0 0; padding-bottom: env(safe-area-inset-bottom, 0px); border-radius: 23px 23px 0 0; }
  body.gv-customer .gv-product-dialog-body { padding: 0 22px 25px; }
  body.gv-customer .gv-product-detail-media { height: 205px; margin-top: 0; }
  body.gv-customer .gv-product-heading { font-size: 23px; }
  body.gv-customer .gv-product-facts { gap: 8px; }
  body.gv-customer .gv-product-total strong { font-size: 24px; }
  body.gv-customer .gv-product-actions { position: sticky; bottom: -25px; z-index: 2; margin-inline: -22px; margin-bottom: -25px; padding: 13px 22px calc(18px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--gv-line); background: #fffffffa; box-shadow: 0 -10px 15px #ffffffd9; backdrop-filter: blur(12px); }
  body.gv-customer .gv-product-actions + .gv-product-note { position: relative; z-index: 3; margin-top: 35px; background: white; }
  body.gv-customer .gv-dialog { width: 100%; max-width: 100%; max-height: 94dvh; margin: auto 0 0; padding-bottom: env(safe-area-inset-bottom, 0px); border-radius: 23px 23px 0 0; }
  body.gv-customer .gv-dialog-header { padding: 14px 20px; }
  body.gv-customer .gv-dialog-body { padding: 20px; }
  body.gv-customer #gv-support-chat { bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important; }
  body.gv-customer #gv-sc-panel { max-height: calc(100dvh - 235px); }
  body.gv-customer :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) { font-size: 16px; }
  body.gv-customer #inv-search::placeholder { font-size: 13px; }
  body.gv-customer #inv-sort { flex: 1 1 100%; }
  body.gv-customer #pane-browse > .flex:first-child { flex-wrap: wrap; }
  body.gv-customer #customer-main [id^="pane-"] > :is(h2, div:first-child) h2, body.gv-customer #customer-main [id^="pane-"] > h2 { font-size: 23px; }
  body.gv-customer #pane-sell > .p-6, body.gv-customer #new-ticket-form { padding: 19px; }
  body.gv-customer :is(#offer-modal, #reserve-modal, #store-modal, #inquiry-modal, #blocked-modal, #edit-offer-modal, #timeline-modal) { align-items: flex-end; padding: 10px 10px max(10px, env(safe-area-inset-bottom, 0px)); }
  body.gv-customer > div[id$="-modal"] { align-items: flex-end; padding: 10px 10px max(10px, env(safe-area-inset-bottom, 0px)); }
  body.gv-customer :is(#offer-modal, #reserve-modal, #store-modal, #inquiry-modal, #blocked-modal, #edit-offer-modal, #timeline-modal) > div { max-height: calc(95dvh - env(safe-area-inset-bottom, 0px)); width: 100%; border-radius: 20px; }
  body.gv-customer :is(#offer-modal, #reserve-modal, #inquiry-modal, #blocked-modal, #edit-offer-modal) > .p-8 { padding: 23px; }
  body.gv-customer #toast { bottom: calc(85px + env(safe-area-inset-bottom, 0px)); inset-inline: 16px; width: fit-content; margin-inline: auto; }
}
@media (max-width: 360px) {
  body.gv-customer .gv-topbar { padding-inline: 13px; }
  body.gv-customer #customer-main { padding-inline: 14px; }
  body.gv-customer .gv-mobile-brand { font-size: 20px; gap: 4px; }
  body.gv-customer .gv-mobile-brand img { width: 36px; height: 28px; }
  body.gv-customer .gv-header-actions { gap: 5px; }
  body.gv-customer .gv-portfolio-card { padding-inline: 20px; }
  body.gv-customer .gv-portfolio-total { font-size: 30px; }
  body.gv-customer .gv-pickup-bottom { flex-wrap: wrap; }
  body.gv-customer .gv-product-grid, body.gv-customer #browse-grid, body.gv-customer #saved-items-list { gap: 11px 9px; }
  body.gv-customer .gv-product-copy { padding-inline: 9px; }
  body.gv-customer .gv-product-price { font-size: 15px; }
  body.gv-customer .gv-product-title { font-size: 12px; }
  body.gv-customer .gv-product-save { top: 5px; inset-inline-end: 5px; }
  body.gv-customer .gv-product-karat { inset-inline-start: 6px; padding-inline: 5px; }
  body.gv-customer .gv-product-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.gv-customer .gv-product-dialog-body { padding-inline: 18px; }
  body.gv-customer .gv-product-actions { margin-inline: -18px; padding-inline: 18px; }
}
html[dir="rtl"] body.gv-customer { font-family: "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif; }
html[dir="rtl"] body.gv-customer :is(h1, h2, h3, .gv-portfolio-total, .gv-product-total strong) { font-family: "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif; letter-spacing: 0; }
html[dir="rtl"] body.gv-customer :is(.gv-eyebrow, .gv-nav-label, .gv-product-brand, .gv-product-eyebrow) { letter-spacing: 0; }
html[dir="rtl"] body.gv-customer :is(.gv-product-title, .gv-product-brand, .gv-product-heading, .gv-pickup-body h3, .gv-activity-row p) { unicode-bidi: plaintext; }
html[dir="rtl"] body.gv-customer .gv-product-variant small { direction: ltr; unicode-bidi: isolate; }
html[dir="rtl"] body.gv-customer .gv-dialog-body > dl dt small { direction: ltr; unicode-bidi: isolate; text-align: end; }
html[dir="rtl"] body.gv-customer .gv-brand, html[dir="rtl"] body.gv-customer .gv-mobile-brand { direction: ltr; justify-content: flex-end; }
html[dir="rtl"] body.gv-customer :is(.gv-quick-action, .gv-text-button, .gv-menu-list button, .gv-menu-list a, .gv-user-button) > .gv-icon:last-child:not(:first-child) { transform: scaleX(-1); }
@media (prefers-reduced-motion: reduce) {
  body.gv-customer *, body.gv-customer *::before, body.gv-customer *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
