:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --panel: #151515;
  --panel-strong: #1d1a18;
  --glass: rgba(21, 21, 21, 0.76);
  --ink: #f4f1ea;
  --muted: rgba(244, 241, 234, 0.68);
  --faint: rgba(244, 241, 234, 0.44);
  --line: rgba(200, 169, 106, 0.26);
  --line-soft: rgba(244, 241, 234, 0.09);
  --gold: #c8a96a;
  --gold-soft: rgba(200, 169, 106, 0.13);
  --rose: #b98c7a;
  --shadow: rgba(0, 0, 0, 0.62);
  --serif: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--sans);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.82) 42%, rgba(5, 5, 5, 0.58) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, rgba(5, 5, 5, 0.94) 78%, #050505 100%),
    url("../img/jessiedrop-hero.png") right top / cover fixed no-repeat,
    radial-gradient(circle at 18% -10%, rgba(200, 169, 106, 0.18), transparent 30rem),
    radial-gradient(circle at 90% 12%, rgba(185, 140, 122, 0.14), transparent 26rem),
    linear-gradient(180deg, #020202 0%, var(--bg) 42%, #080706 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(200, 169, 106, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 169, 106, 0.12) 1px, transparent 1px);
  background-size: 128px 128px;
  mask-image: linear-gradient(to bottom, black, transparent 68%);
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

a {
  color: inherit;
  overflow-wrap: anywhere;
}

button,
textarea,
input,
select {
  max-width: 100%;
  min-width: 0;
  font: inherit;
}

button {
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[hidden] {
  display: none !important;
}

.app-shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(18px);
}

.brand,
.service-status,
.main-nav {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand {
  gap: 13px;
}

.brand-logo {
  width: auto;
  height: clamp(92px, 10vw, 116px);
  display: block;
}

.brand-mark,
.monogram {
  display: grid;
  place-items: center;
  color: var(--gold);
  font-family: var(--script);
  font-style: italic;
  line-height: 1;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  background: url("../img/jessiedrop-mark.svg") center / cover no-repeat;
  box-shadow: 0 0 0 1px rgba(200, 169, 106, 0.18), inset 0 0 24px rgba(200, 169, 106, 0.09);
}

.brand-lockup {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-lockup strong {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.brand-lockup strong span {
  color: var(--gold);
  font-family: var(--script);
  font-size: 25px;
  font-style: italic;
  letter-spacing: 0;
}

.brand-lockup small,
.service-status,
.main-nav a,
.eyebrow,
.section-kicker,
.section-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-lockup small {
  color: var(--muted);
}

.main-nav {
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--gold);
}

.service-status {
  justify-content: flex-end;
  gap: 9px;
  color: var(--gold);
}

.journey-alert {
  max-width: min(100%, 620px);
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(200, 169, 106, 0.28);
  border-radius: 16px;
  padding: 10px 14px;
  background: rgba(5, 5, 5, 0.52);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.journey-alert span:last-child {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.35;
}

.journey-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.journey-bullet {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

.status-red {
  color: #d5534f;
}

.status-yellow {
  color: var(--gold);
}

.status-green {
  color: #6fca8a;
}

.spark {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: inline-block;
}

.spark::before,
.spark::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: translate(-50%, -50%);
}

.spark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.bag-icon {
  position: relative;
  width: 28px;
  height: 30px;
  display: inline-block;
  border: 1px solid var(--gold);
  border-radius: 2px;
}

.bag-icon::before {
  position: absolute;
  left: 7px;
  right: 7px;
  top: -10px;
  height: 15px;
  content: "";
  border: 1px solid var(--gold);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.bag-icon::after {
  position: absolute;
  inset: 9px 0 auto;
  content: "♡";
  color: var(--gold);
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.workspace {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 34px 0 120px;
  display: grid;
  gap: 26px;
}

.hero {
  position: relative;
  min-height: clamp(300px, 42vh, 430px);
  display: grid;
  align-items: end;
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 780px);
  padding: clamp(26px, 4vw, 44px) 0;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--gold);
}

.eyebrow::after,
.section-kicker::after {
  width: 72px;
  height: 1px;
  content: "";
  background: var(--line);
}

.hero h1,
.drop-intro h2,
.editorial-section h2,
.vip-section h2,
.opportunities-header h1,
.opportunities-header h2,
.admin-login h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 780px;
  margin-top: 14px;
  font-size: clamp(38px, 3.4vw, 70px);
  line-height: 0.98;
  text-transform: uppercase;
}

.hero p {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.75;
}

.button {
  min-height: 44px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.button:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: var(--gold);
  background: var(--gold-soft);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.button-dark,
.button-whatsapp,
.button-outline {
  border-color: var(--gold);
}

.button-dark,
.button-whatsapp {
  color: var(--bg);
  background: linear-gradient(135deg, #e4c987, var(--gold));
}

.button-whatsapp {
  width: 100%;
  min-height: 54px;
}

.share-cart-button {
  width: 100%;
  min-height: 48px;
}

.luxury-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-soft);
  background: rgba(5, 5, 5, 0.56);
}

.luxury-pillars article {
  min-width: 0;
  min-height: 168px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid var(--line-soft);
}

.luxury-pillars article:last-child {
  border-right: 0;
}

.luxury-pillars strong {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.luxury-pillars p {
  max-width: 210px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.luxury-pillars .monogram {
  width: 26px;
  height: 26px;
  font-size: 30px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(21, 21, 21, 0.58);
  overflow: hidden;
}

.tab-button {
  position: relative;
  min-height: 50px;
  padding: 0 18px;
  color: var(--muted);
  background: transparent;
  border-right: 1px solid var(--line-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.tab-button::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(200, 169, 106, 0.18) 48%, transparent 100%);
  opacity: 0;
  transform: translateX(-28%);
  transition: opacity 220ms ease, transform 320ms ease;
}

.tab-button:hover,
.tab-button:focus-visible {
  color: var(--ink);
  background: rgba(200, 169, 106, 0.1);
  box-shadow: inset 0 0 0 1px rgba(200, 169, 106, 0.28);
}

.tab-button:hover::before,
.tab-button:focus-visible::before {
  opacity: 1;
  transform: translateX(28%);
}

.tab-button:last-child {
  border-right: 0;
}

.tab-button.is-active {
  color: var(--bg);
  background: var(--gold);
}

.tab-button.is-active:hover,
.tab-button.is-active:focus-visible {
  color: var(--bg);
  background: linear-gradient(135deg, var(--gold), #e7cc87);
  box-shadow: inset 0 0 0 1px rgba(244, 241, 234, 0.25);
}

.tab-panel {
  display: none;
  gap: 22px;
}

.tab-panel.is-active {
  display: grid;
}

.drop-intro,
.editorial-section,
.vip-section,
.opportunities-header,
.composer,
.summary-card,
.product-card,
.flow article,
.empty-state,
.opportunity-card,
.admin-panel,
.admin-login {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.drop-intro {
  padding: clamp(24px, 5vw, 46px);
}

.drop-intro h2,
.editorial-section h2,
.vip-section h2,
.opportunities-header h1,
.opportunities-header h2 {
  margin-top: 14px;
  font-size: clamp(32px, 2.4vw, 58px);
  line-height: 1;
}

.drop-intro p,
.editorial-section p,
.vip-section p,
.opportunities-header p {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.composer {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.08), transparent 34%),
    var(--panel);
}

.composer textarea {
  width: 100%;
  min-height: 128px;
  resize: vertical;
  border: 0;
  padding: 26px 26px 12px;
  color: var(--ink);
  background: transparent;
  outline: none;
  font-size: 18px;
  line-height: 1.55;
}

.composer textarea::placeholder {
  color: var(--faint);
}

.composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px 16px 24px;
  border-top: 1px solid var(--line-soft);
}

.composer-note {
  margin: 0;
  padding: 0 24px 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chips span,
.store-list span,
.opportunity-price,
.pix-key,
.form-message {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(5, 5, 5, 0.42);
}

.chips span {
  padding: 7px 11px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.flow article {
  padding: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.flow b {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
}

.journey-deadline {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid rgba(200, 169, 106, 0.36);
  border-radius: 8px;
  padding: 20px 24px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.1), rgba(21, 21, 21, 0.62)),
    rgba(21, 21, 21, 0.72);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.journey-deadline div {
  min-width: 0;
}

.journey-deadline strong,
.journey-deadline span {
  display: block;
}

.journey-deadline strong {
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.1;
}

.journey-deadline span {
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.45;
}

.journey-deadline b {
  flex: 0 0 auto;
  max-width: 100%;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 13px 20px;
  color: var(--gold);
  background: rgba(5, 5, 5, 0.28);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.journey-deadline.status-red {
  border-color: rgba(213, 83, 79, 0.42);
}

.journey-deadline.status-red b {
  color: #d5534f;
}

.journey-deadline.status-green {
  border-color: rgba(111, 202, 138, 0.42);
}

.journey-deadline.status-green b {
  color: #6fca8a;
}

.opportunities-header {
  padding: clamp(24px, 5vw, 42px);
}

.opportunities-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 12px;
  align-items: start;
  margin-bottom: 18px;
}

.store-filter-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.store-scroll-arrow {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(207, 165, 84, 0.48);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(10, 8, 6, 0.96);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
  font-size: 30px;
  line-height: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.store-scroll-arrow:hover {
  background: rgba(207, 165, 84, 0.16);
  transform: translateY(-1px);
}

.store-scroll-arrow[hidden] {
  display: none !important;
}

.store-filter-grid {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.opportunity-search {
  position: relative;
  min-width: 0;
}

.opportunity-search input {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 46px 0 18px;
  color: var(--text);
  background: var(--panel);
  font: inherit;
  font-size: 13px;
  outline: none;
}

.opportunity-search input::placeholder {
  color: var(--muted);
}

.opportunity-search input:focus {
  border-color: rgba(207, 165, 84, 0.8);
  box-shadow: 0 0 0 3px rgba(207, 165, 84, 0.12);
}

.opportunity-search-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.opportunity-search-clear:hover {
  color: var(--bg);
  background: var(--gold);
}

.store-filter-grid {
  display: flex;
  max-width: 100%;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.store-filter-grid::-webkit-scrollbar {
  display: none;
}

.store-filter {
  min-height: 44px;
  flex: 0 0 auto;
  max-width: calc(100vw - 40px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 13px;
  color: var(--muted);
  background: var(--panel);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.store-filter img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.store-filter.is-active {
  color: var(--bg);
  background: var(--gold);
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.opportunity-card {
  min-width: 0;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease;
}

.opportunity-card:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 169, 106, 0.56);
}

.opportunity-media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.96), rgba(239, 234, 222, 0.94) 58%, rgba(220, 211, 192, 0.9));
  cursor: zoom-in;
}

.opportunity-total {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(200, 169, 106, 0.52);
  border-radius: 2px;
  padding: 8px 10px;
  color: var(--ink);
  background: rgba(5, 5, 5, 0.78);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
}

.opportunity-total span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.opportunity-total strong {
  font: inherit;
  line-height: 1;
}

.opportunity-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 16px;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.18));
}

.opportunity-body {
  display: grid;
  gap: 13px;
  padding: 16px;
}

.opportunity-store {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.opportunity-store span,
.opportunity-title {
  overflow-wrap: anywhere;
}

.opportunity-logo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--bg);
}

.opportunity-title {
  min-height: 45px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
}

.opportunity-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  flex-wrap: nowrap;
}

.opportunity-price {
  display: grid;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 3px;
  padding: 7px 8px;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.1;
}

.opportunity-price small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.25;
}

.opportunity-footer .button {
  flex: 0 0 auto;
  min-height: 42px;
  padding-inline: 16px;
}

.editorial-section,
.vip-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(28px, 6vw, 58px);
}

.editorial-section {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.74)),
    url("../img/jessiedrop-pattern.svg") right center / 560px auto repeat;
}

.vip-section {
  grid-template-columns: minmax(0, 1fr) auto;
  background:
    linear-gradient(135deg, rgba(185, 140, 122, 0.12), transparent 34%),
    rgba(21, 21, 21, 0.72);
}

.lifestyle-section {
  display: grid;
  gap: 22px;
}

.lifestyle-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.lifestyle-heading h2 {
  max-width: 520px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.98;
  text-align: right;
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  grid-auto-rows: 210px;
  gap: 16px;
}

.lifestyle-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  align-content: end;
  gap: 7px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.18) 44%, rgba(5, 5, 5, 0.92) 100%),
    url("../img/jessiedrop-hero.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.lifestyle-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 72% 18%, rgba(200, 169, 106, 0.18), transparent 34%);
  pointer-events: none;
}

.lifestyle-card span,
.lifestyle-card strong {
  position: relative;
  z-index: 1;
}

.lifestyle-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lifestyle-card strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.05;
}

.lifestyle-card-tall {
  grid-row: span 2;
  background-position: 64% center;
}

.lifestyle-card-pattern {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.22), rgba(5, 5, 5, 0.9)),
    url("../img/jessiedrop-pattern.svg") center / cover no-repeat;
}

.lifestyle-card-soft {
  grid-column: span 2;
  background-position: right center;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--gold);
}

.section-title span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.items-list {
  display: grid;
  gap: 12px;
}

.empty-state {
  display: grid;
  gap: 6px;
  padding: 28px;
  color: var(--muted);
  text-align: center;
}

.empty-state strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 18px 58px 18px 18px;
}

.product-card.is-loading {
  background: linear-gradient(135deg, rgba(200, 169, 106, 0.16), rgba(21, 21, 21, 0.82));
}

.product-main {
  min-width: 0;
}

.product-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.product-description {
  display: block;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.product-link {
  display: none;
  width: fit-content;
  max-width: 100%;
  margin-top: 10px;
  color: var(--gold);
  font-size: 13px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-link.is-visible {
  display: block;
}

.product-link:hover {
  text-decoration: underline;
}

.store-list {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.store-list span {
  padding: 5px 8px;
  font-size: 12px;
}

.product-meta {
  min-width: 148px;
  text-align: right;
}

.product-price {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.product-card.is-preliminary .product-price::before {
  display: block;
  margin-bottom: 3px;
  color: var(--rose);
  content: "Valor previo";
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-payment-split {
  display: grid;
  gap: 3px;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.product-payment-split[hidden] {
  display: none;
}

.quantity-control {
  width: fit-content;
  margin: 10px 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: rgba(5, 5, 5, 0.48);
}

.opportunity-quantity-control {
  margin: 0;
}

.quantity-control[hidden] {
  display: none;
}

.quantity-control button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--bg);
  background: var(--gold);
  cursor: pointer;
  font-weight: 800;
}

.quantity-control button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.product-quantity {
  min-width: 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.product-confidence {
  display: block;
  margin-top: 6px;
  color: var(--rose);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.remove-item {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--faint);
  background: rgba(5, 5, 5, 0.5);
  font-size: 0;
  cursor: pointer;
}

.remove-item::before {
  content: "×";
  font-size: 20px;
  line-height: 1;
}

.remove-item:hover {
  color: var(--ink);
  border-color: var(--gold);
}

.summary-column {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.summary-card {
  padding: 18px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px;
  min-width: 0;
}

.summary-row span,
.summary-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

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

.summary-row strong {
  color: var(--ink);
  font-weight: 700;
}

.total-card {
  background: linear-gradient(135deg, rgba(200, 169, 106, 0.14), rgba(21, 21, 21, 0.78));
}

.pix-card {
  background: linear-gradient(135deg, rgba(185, 140, 122, 0.12), rgba(21, 21, 21, 0.78));
}

.big-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-top: 6px;
  min-width: 0;
}

.big-row span {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--muted);
}

.big-row strong {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
  overflow-wrap: anywhere;
  white-space: normal;
}

.pix-key {
  margin-top: 13px;
  padding: 12px;
  border-radius: 3px;
  color: var(--gold);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.summary-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.share-cart-status {
  margin: -4px 0 0;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
  overflow-wrap: anywhere;
}

.share-cart-status.is-error {
  color: var(--rose);
}

.rate-source {
  color: var(--gold);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.rate-source:hover {
  text-decoration: underline;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 20;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 18px 9px 10px;
  border: 1px solid rgba(200, 169, 106, 0.72);
  border-radius: 999px;
  color: var(--bg);
  background: linear-gradient(135deg, #e8cf8e, var(--gold));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.52);
}

.floating-whatsapp .whatsapp-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.1);
}

.floating-whatsapp .whatsapp-mark svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: #fff;
}

.floating-whatsapp strong {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.floating-selection {
  position: fixed;
  left: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 20;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 18px 9px 10px;
  border: 1px solid rgba(200, 169, 106, 0.72);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(5, 5, 5, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.floating-selection[hidden] {
  display: none;
}

.floating-selection:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.52);
}

.selection-bag {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--bg);
  background: linear-gradient(135deg, #e8cf8e, var(--gold));
}

.selection-bag svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.selection-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(200, 169, 106, 0.72);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(21, 21, 21, 0.95);
  font-size: 12px;
  font-weight: 900;
}

.floating-selection strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.modal-open {
  overflow: hidden;
}

.checkout-modal[hidden] {
  display: none;
}

.product-modal[hidden] {
  display: none;
}

.product-modal,
.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
}

.checkout-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.product-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(92vh, 780px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  border: 1px solid rgba(200, 169, 106, 0.42);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.1), transparent 28%),
    rgba(17, 17, 17, 0.98);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.68);
}

.product-modal-media {
  display: grid;
  place-items: center;
  min-height: 420px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.98), rgba(239, 234, 222, 0.96) 58%, rgba(220, 211, 192, 0.9));
}

.product-modal-media img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  display: block;
  object-fit: contain;
  padding: 26px;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.22));
}

.product-modal-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 44px 40px;
}

.product-modal-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
}

.product-modal-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.product-modal-copy small {
  color: var(--rose);
  font-size: 12px;
  line-height: 1.6;
}

.product-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.checkout-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(92vh, 860px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border: 1px solid rgba(200, 169, 106, 0.4);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.08), transparent 30%),
    rgba(17, 17, 17, 0.98);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.62);
  overflow: hidden;
}

.checkout-header,
.checkout-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line-soft);
}

.checkout-header h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1;
}

.modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(5, 5, 5, 0.5);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.checkout-body {
  display: grid;
  gap: 16px;
  padding: 20px 24px 24px;
  overflow: auto;
}

.checkout-products {
  display: grid;
  gap: 8px;
}

.checkout-product,
.checkout-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--muted);
  background: rgba(5, 5, 5, 0.3);
}

.checkout-product span,
.checkout-summary span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.checkout-product strong,
.checkout-summary strong {
  flex: 0 0 auto;
  color: var(--ink);
}

.checkout-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.checkout-summary .checkout-grand-total {
  grid-column: 1 / -1;
  border-color: rgba(200, 169, 106, 0.44);
}

.checkout-grand-total strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.fulfillment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 0;
  margin: 0;
  padding: 0;
}

.fulfillment-options legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fulfillment-card {
  position: relative;
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  background: rgba(5, 5, 5, 0.34);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.customer-fields {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(5, 5, 5, 0.28);
}

.customer-fields-header {
  display: grid;
  gap: 4px;
}

.customer-fields-header span,
.customer-grid label {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.customer-fields-header small,
.customer-status {
  color: var(--muted);
  line-height: 1.45;
}

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

.customer-grid label {
  align-self: center;
}

.customer-grid input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(5, 5, 5, 0.44);
  font: inherit;
}

.customer-grid input:focus {
  outline: 2px solid rgba(200, 169, 106, 0.38);
  outline-offset: 1px;
  border-color: rgba(200, 169, 106, 0.72);
}

.customer-status {
  margin: 0;
}

.customer-status.is-error {
  color: #d5534f;
}

.fulfillment-card:hover,
.fulfillment-card:focus-within {
  border-color: rgba(200, 169, 106, 0.52);
  background: rgba(200, 169, 106, 0.08);
  transform: translateY(-1px);
}

.fulfillment-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fulfillment-card:has(input:checked) {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(200, 169, 106, 0.16), rgba(5, 5, 5, 0.36));
  box-shadow: inset 0 0 0 1px rgba(200, 169, 106, 0.2), 0 14px 34px rgba(0, 0, 0, 0.22);
}

.fulfillment-card:has(input:checked)::after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  color: var(--bg);
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.fulfillment-card span {
  color: var(--ink);
  font-weight: 800;
}

.fulfillment-card small,
.shipping-status {
  color: var(--muted);
  line-height: 1.45;
}

.shipping-fields {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(5, 5, 5, 0.28);
}

.shipping-fields label {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shipping-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.shipping-row input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(5, 5, 5, 0.44);
  font: inherit;
}

.shipping-status {
  margin: 0;
}

.shipping-status.is-error {
  color: #d5534f;
}

.checkout-actions {
  border-top: 1px solid var(--line-soft);
  border-bottom: 0;
}

.checkout-actions .button {
  width: auto;
}

.admin-panel {
  padding: 18px;
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -16px;
}

.admin-nav a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.admin-nav a:hover,
.admin-nav a.is-active {
  border-color: rgba(200, 169, 106, 0.72);
  color: var(--bg);
  background: var(--gold);
}

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

.admin-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
}

.admin-wide-field {
  grid-column: 1 / -1;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(5, 5, 5, 0.68);
  outline: none;
}

.admin-form textarea {
  min-height: 112px;
  padding-block: 12px;
  resize: vertical;
}

.admin-form select {
  -webkit-appearance: menulist;
  appearance: menulist;
}

.admin-form input[type="file"] {
  padding: 10px 12px;
}

.admin-form button {
  align-self: end;
}

.price-preview {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(200, 169, 106, 0.28);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.1), transparent 42%),
    rgba(5, 5, 5, 0.42);
}

.price-preview span,
.price-preview strong {
  min-width: 0;
}

.price-preview span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.price-preview strong {
  color: var(--gold);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.calculator-panel {
  gap: 16px;
}

.calculator-shell {
  display: grid;
  gap: 14px;
}

.calculator-input {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.calculator-input input {
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--gold);
  background: rgba(5, 5, 5, 0.68);
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 800;
}

.calculator-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.calculator-rule-card,
.calculator-result-card {
  display: grid;
  align-content: space-between;
  min-height: 112px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.08), transparent 48%),
    rgba(5, 5, 5, 0.42);
}

.calculator-rule-card {
  grid-column: span 2;
}

.calculator-result-card.is-primary,
.calculator-result-card.is-marketplace {
  grid-column: span 2;
  min-height: 142px;
}

.calculator-result-card.is-marketplace {
  border-color: rgba(200, 169, 106, 0.48);
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.18), transparent 58%),
    rgba(21, 21, 21, 0.58);
}

.calculator-rule-card span,
.calculator-result-card span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.calculator-rule-card strong,
.calculator-result-card strong {
  color: var(--gold);
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.calculator-result-card.is-primary strong,
.calculator-result-card.is-marketplace strong {
  font-size: clamp(30px, 4vw, 52px);
}

.journey-status-form {
  display: grid;
  gap: 12px;
}

.journey-status-option {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(5, 5, 5, 0.42);
  cursor: pointer;
}

.journey-status-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.journey-status-option strong {
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.journey-status-option:has(input:checked) {
  border-color: currentColor;
  background: rgba(200, 169, 106, 0.08);
}

.admin-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.admin-store-groups {
  gap: 14px;
}

.purchase-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.purchase-card {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.08), transparent 42%),
    rgba(5, 5, 5, 0.42);
}

.purchase-card-header,
.purchase-badges,
.purchase-summary-grid,
.purchase-items,
.purchase-item-statuses,
.purchase-moderation {
  min-width: 0;
}

.purchase-card-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.purchase-card-header strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.purchase-card-header span {
  color: var(--muted);
  font-size: 12px;
}

.purchase-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.purchase-badges span {
  border: 1px solid rgba(200, 169, 106, 0.35);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.purchase-customer {
  border: 1px solid rgba(200, 169, 106, 0.28);
  border-radius: 6px;
  padding: 12px;
  background: rgba(200, 169, 106, 0.08);
}

.purchase-customer span,
.purchase-customer small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.purchase-customer strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  overflow-wrap: anywhere;
}

.purchase-tracking-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(200, 169, 106, 0.42);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.16), transparent 58%),
    rgba(200, 169, 106, 0.06);
}

.purchase-tracking-share span,
.purchase-tracking-share small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.purchase-tracking-share strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
}

.purchase-tracking-share small {
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.purchase-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.purchase-summary-grid div,
.purchase-items div {
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 10px;
  background: rgba(5, 5, 5, 0.36);
}

.purchase-summary-grid span,
.purchase-items span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.purchase-items small {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  border: 1px solid rgba(200, 169, 106, 0.28);
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.purchase-summary-grid strong,
.purchase-items strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.purchase-items {
  display: grid;
  gap: 8px;
}

.purchase-message {
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: rgba(5, 5, 5, 0.34);
}

.purchase-message summary {
  cursor: pointer;
  padding: 11px 12px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.purchase-message pre {
  max-height: 280px;
  margin: 0;
  border-top: 1px solid var(--line-soft);
  padding: 12px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.6;
  white-space: pre-wrap;
  overflow: auto;
}

.purchase-report-panel {
  gap: 18px;
}

.purchase-report-list {
  display: grid;
  gap: 12px;
}

.purchase-report-tools {
  display: grid;
  grid-template-columns: minmax(180px, 0.6fr) minmax(240px, 1fr);
  gap: 10px;
}

.purchase-report-tools label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
}

.purchase-report-tools select,
.purchase-report-tools input {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(5, 5, 5, 0.68);
}

.purchase-report-card {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.9fr) minmax(150px, 0.45fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.08), transparent 46%),
    rgba(5, 5, 5, 0.42);
}

.purchase-report-main,
.purchase-report-input {
  display: grid;
  gap: 7px;
}

.purchase-report-main span,
.purchase-report-input,
.purchase-report-numbers span,
.purchase-report-orders summary,
.purchase-report-orders span {
  color: var(--muted);
  font-size: 12px;
}

.purchase-report-main span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.purchase-report-main strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.purchase-report-numbers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.purchase-report-numbers div {
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 9px;
  background: rgba(5, 5, 5, 0.38);
}

.purchase-report-numbers strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.purchase-report-input input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(5, 5, 5, 0.68);
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.purchase-report-save {
  display: inline-grid;
  place-items: center;
  min-height: 48px;
  white-space: nowrap;
}

.purchase-report-save span {
  display: none;
}

.purchase-report-card.is-hidden {
  display: none;
}

.purchase-report-orders {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line-soft);
  padding-top: 10px;
}

.purchase-report-orders summary {
  cursor: pointer;
}

.purchase-report-orders span {
  display: inline-flex;
  margin: 8px 8px 0 0;
  border: 1px solid rgba(200, 169, 106, 0.24);
  border-radius: 999px;
  padding: 6px 9px;
}

.finance-panel {
  gap: 18px;
}

.finance-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.finance-kpis article,
.finance-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(200, 169, 106, 0.08), transparent 48%),
    rgba(5, 5, 5, 0.44);
}

.finance-kpis article {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.finance-kpis span,
.finance-kpis small,
.finance-lines span,
.finance-store-list span,
.finance-store-list small,
.finance-order-row small {
  color: var(--muted);
}

.finance-kpis span,
.finance-card .section-title {
  font-size: 11px;
}

.finance-kpis strong {
  color: var(--gold);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.05;
}

.finance-kpis small,
.finance-store-list small,
.finance-order-row small {
  font-size: 12px;
}

.finance-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
}

.finance-card {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.finance-lines {
  display: grid;
  gap: 8px;
}

.finance-lines div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 8px;
}

.finance-lines div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.finance-lines strong,
.finance-store-list strong,
.finance-order-row strong {
  color: var(--ink);
}

.finance-store-list {
  display: grid;
  gap: 8px;
}

.finance-store-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  padding: 10px;
  background: rgba(5, 5, 5, 0.34);
}

.finance-store-list small {
  grid-column: 1 / -1;
}

.finance-order-list {
  display: grid;
  gap: 8px;
  overflow-x: auto;
}

.finance-order-row {
  display: grid;
  grid-template-columns: minmax(145px, 1.1fr) minmax(130px, 0.9fr) repeat(4, minmax(98px, 0.65fr));
  gap: 10px;
  align-items: center;
  min-width: 760px;
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  padding: 10px;
  background: rgba(5, 5, 5, 0.34);
}

.finance-order-row > span {
  display: grid;
  gap: 3px;
  color: var(--ink);
  font-size: 13px;
}

.finance-order-head {
  background: transparent;
}

.finance-order-head span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.purchase-moderation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.purchase-moderation label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
}

.purchase-notes-field {
  grid-column: 1 / -1;
}

.purchase-item-statuses {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.purchase-field-title {
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.purchase-item-statuses label {
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 10px;
  background: rgba(5, 5, 5, 0.34);
}

.purchase-item-statuses strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.purchase-moderation select,
.purchase-moderation textarea {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(5, 5, 5, 0.68);
}

.purchase-moderation textarea {
  min-height: 92px;
  padding-block: 12px;
  resize: vertical;
}

.admin-store-group,
.admin-row {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.38);
}

.admin-products-nested {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.admin-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  color: var(--muted);
  min-width: 0;
  overflow-wrap: anywhere;
}

.admin-row > div,
.admin-row form {
  min-width: 0;
}

.admin-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.admin-actions a,
.admin-row strong {
  color: var(--ink);
}

.admin-row button {
  color: var(--gold);
  background: transparent;
  cursor: pointer;
}

.admin-workspace {
  max-width: 960px;
}

.admin-login {
  width: min(100%, 520px);
  justify-self: center;
  padding: 24px;
}

.admin-login p {
  margin: 8px 0 18px;
  color: var(--muted);
}

.form-message {
  margin-bottom: 12px;
  border-radius: 4px;
  padding: 10px 12px;
  color: var(--gold);
}


.logo-preview + .form-message {
  grid-column: 1 / -1;
}

.logo-preview {
  width: 82px;
  height: 82px;
  align-self: end;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: var(--bg) center / cover no-repeat;
  font-family: var(--script);
  font-size: 42px;
  font-style: italic;
}

@media (max-width: 940px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .workspace {
    width: min(100% - 32px, 1180px);
    padding-top: 24px;
  }

  .hero {
    min-height: 430px;
  }

  .journey-alert {
    max-width: 100%;
  }

  .luxury-pillars,
  .flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-grid,
  .editorial-section,
  .vip-section,
  .lifestyle-heading {
    grid-template-columns: 1fr;
  }

  .lifestyle-heading {
    display: grid;
  }

  .lifestyle-heading h2 {
    text-align: left;
  }

  .lifestyle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summary-column {
    position: static;
  }

  .opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .composer-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .composer-footer .button {
    width: 100%;
  }

  .journey-deadline {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .topbar {
    min-height: 66px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 14px;
  }

  .brand {
    justify-content: center;
  }

  .service-status {
    justify-content: center;
  }

  .journey-alert {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
  }

  .journey-alert span:last-child {
    white-space: normal;
    text-align: left;
  }

  .brand-lockup strong {
    font-size: 18px;
  }

  .brand-lockup strong span {
    font-size: 22px;
  }

  .workspace {
    width: min(100% - 24px, 1180px);
    padding: 18px 0 88px;
    gap: 20px;
  }

  .hero {
    min-height: 300px;
    align-items: end;
  }

  .hero-copy {
    padding: 28px 0 34px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 15px;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .journey-deadline {
    padding: 18px;
  }

  .journey-deadline b {
    width: 100%;
    text-align: center;
  }

  .luxury-pillars,
  .flow,
  .tabs,
  .opportunity-grid,
  .lifestyle-grid {
    grid-template-columns: 1fr;
  }

  .luxury-pillars article {
    min-height: 142px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .luxury-pillars article:last-child {
    border-bottom: 0;
  }

  .tab-button {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .tab-button:last-child {
    border-bottom: 0;
  }

  .drop-intro,
  .editorial-section,
  .vip-section,
  .opportunities-header {
    padding: 24px;
  }

  .lifestyle-grid {
    grid-auto-rows: 220px;
  }

  .lifestyle-card,
  .lifestyle-card-tall,
  .lifestyle-card-soft {
    grid-column: auto;
    grid-row: auto;
  }

  .drop-intro h2,
  .editorial-section h2,
  .vip-section h2,
.opportunities-header h1,
.opportunities-header h2 {
    font-size: 34px;
  }

  .composer textarea {
    min-height: 130px;
    padding: 20px 18px 10px;
    font-size: 16px;
  }

  .composer-footer,
  .product-card,
  .opportunity-footer,
  .big-row,
  .summary-row {
    align-items: stretch;
    flex-direction: column;
  }

  .product-card {
    grid-template-columns: 1fr;
    padding-bottom: 34px;
  }

  .product-meta {
    min-width: 0;
    text-align: left;
  }

  .quantity-control {
    margin-left: 0;
  }

  .big-row strong {
    width: 100%;
    font-size: 34px;
    text-align: left;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding-right: 14px;
  }

  .floating-selection {
    left: 14px;
    bottom: 14px;
    min-height: 50px;
    padding-right: 12px;
  }

  .floating-whatsapp strong,
  .floating-selection strong {
    display: none;
  }

  .checkout-modal {
    padding: 12px;
  }

  .product-modal {
    padding: 12px;
  }

  .product-modal-panel {
    max-height: 92vh;
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .product-modal-media {
    min-height: 280px;
  }

  .product-modal-copy {
    padding: 28px 22px 30px;
  }

  .checkout-header,
  .checkout-actions {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  .checkout-body {
    padding: 18px;
  }

  .checkout-summary,
  .fulfillment-options,
  .shipping-row {
    grid-template-columns: 1fr;
  }

  .checkout-actions .button {
    width: 100%;
  }

  .opportunities-tools {
    grid-template-columns: 1fr;
    gap: 10px;
  }


  .store-filter-wrap {
    width: 100%;
    max-width: 100%;
  }

  .store-scroll-arrow {
    width: 34px;
    height: 34px;
    font-size: 26px;
  }

  .store-filter-wrap.has-left .store-filter-grid {
    padding-left: 40px;
  }

  .store-filter-wrap.has-right .store-filter-grid {
    padding-right: 40px;
  }

  .store-filter {
    max-width: calc(100vw - 72px);
  }

  .admin-form {
    grid-template-columns: 1fr;
  }

  .purchase-card-header,
  .purchase-moderation,
  .purchase-item-statuses {
    grid-template-columns: 1fr;
  }

  .purchase-card-header {
    flex-direction: column;
  }

  .purchase-badges {
    justify-content: flex-start;
  }

  .purchase-tracking-share {
    align-items: stretch;
    flex-direction: column;
  }

  .purchase-summary-grid {
    grid-template-columns: 1fr;
  }

  .finance-kpis,
  .finance-split {
    grid-template-columns: 1fr;
  }

  .finance-kpis article,
  .finance-card {
    padding: 12px;
  }

  .finance-kpis strong {
    font-size: 24px;
  }

  .finance-lines div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .finance-store-list div {
    grid-template-columns: 1fr;
  }

  .finance-order-row {
    grid-template-columns: minmax(120px, 1fr) repeat(4, minmax(80px, 0.72fr));
    min-width: 620px;
    gap: 8px;
    padding: 8px;
  }

  .finance-order-row > span {
    font-size: 12px;
  }

  .finance-order-row > span:nth-child(2) {
    display: none;
  }

  .purchase-report-card {
    grid-template-columns: 1fr 42px;
    gap: 8px;
    align-items: stretch;
    padding: 10px;
  }

  .purchase-report-tools {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .purchase-report-list {
    gap: 9px;
  }

  .purchase-report-main strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.22;
    overflow: hidden;
  }

  .purchase-report-main {
    grid-column: 1 / -1;
  }

  .purchase-report-main span,
  .purchase-report-input,
  .purchase-report-numbers span,
  .purchase-report-orders summary,
  .purchase-report-orders span {
    font-size: 10px;
  }

  .purchase-report-numbers div,
  .purchase-report-input {
    min-height: 52px;
    border: 1px solid var(--line-soft);
    border-radius: 6px;
    padding: 6px;
    background: rgba(5, 5, 5, 0.38);
    width: 67px;
  }

  .purchase-report-numbers strong {
    font-size: 13px;
  }

  .purchase-report-numbers {
    grid-column: 1 / -1;
    display: inline-flex;
    gap: 5px;
  }

  .purchase-report-input input {
    min-height: 20px;
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
  }

  .purchase-report-input {
    grid-column: auto;
    gap: 2px;
    font-size: 7px;
  }

  .purchase-report-save {
    grid-column: auto;
    grid-row: auto;
    width: 42px;
    min-width: 42px;
    min-height: 61px;
    align-self: end;
    padding: 0;
  }

  .purchase-report-save strong {
    display: none;
  }

  .purchase-report-save span {
    display: block;
    color: #050505;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
  }
  .purchase-report-orders {
    grid-column: 1 / -1;
    padding-top: 7px;
  }

  .price-preview {
    grid-template-columns: 1fr 1fr;
  }

  .calculator-preview {
    grid-template-columns: 1fr;
  }

  .calculator-rule-card,
  .calculator-result-card.is-primary,
  .calculator-result-card.is-marketplace {
    grid-column: auto;
  }

  .admin-row,
  .admin-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-row form,
  .admin-actions,
  .admin-row button {
    width: 100%;
  }
}


/* Loading dos produtos em destaque */
.opportunity-load-state {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(5, 5, 5, 0.42);
}

.opportunity-load-state .button {
  justify-self: center;
  margin-top: 10px;
}

.opportunity-skeleton {
  pointer-events: none;
}

.opportunity-skeleton .opportunity-media {
  min-height: 220px;
  background: rgba(244, 241, 234, 0.06);
}

.opportunity-skeleton .opportunity-body {
  display: grid;
  gap: 12px;
}

.skeleton-line,
.store-filter-loading {
  display: block;
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.08);
}

.skeleton-line-sm { width: 34%; height: 14px; }
.skeleton-line-md { width: 56%; height: 16px; }
.skeleton-line-lg { width: 82%; height: 22px; }

.store-filter-loading {
  width: 148px;
  height: 42px;
  cursor: wait;
}

.loading-shimmer {
  position: relative;
  overflow: hidden;
}

.loading-shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(200, 169, 106, 0.18), transparent);
  animation: loadingShimmer 1.15s infinite;
}

@keyframes loadingShimmer {
  100% { transform: translateX(100%); }
}

.opportunity-card {
  cursor: pointer;
}

.opportunity-card:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.opportunity-card .add-opportunity,
.opportunity-card .opportunity-minus,
.opportunity-card .opportunity-plus {
  cursor: pointer;
}

@media (max-width: 768px) {
  .store-scroll-arrow {
    display: none !important;
  }

  .store-filter-wrap {
    display: block;
  }

  .store-filter-grid {
    width: 100%;
  }
}
