:root {
  --owo-m-bg: #f6f1e7;
  --owo-m-card: #fffdf7;
  --owo-m-card-2: #fdf8ee;
  --owo-m-text: #111111;
  --owo-m-soft: #4d4a43;
  --owo-m-muted: #777067;
  --owo-m-line: rgba(17, 17, 17, 0.12);
  --owo-m-line-strong: rgba(17, 17, 17, 0.18);
  --owo-m-green: #00a86b;
  --owo-m-green-bright: #33ff99;
  --owo-m-green-soft: rgba(0, 168, 107, 0.10);
  --owo-m-radius: 22px;
  --owo-m-radius-sm: 14px;
  --owo-m-shadow: 0 18px 60px rgba(34, 28, 18, 0.12);
}

.owo-marketplace-lite,
.owo-marketplace-page {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(22px, 4vw, 56px) 0;
  color: var(--owo-m-text);
}

.owo-marketplace-lite *,
.owo-marketplace-page * {
  box-sizing: border-box;
}

.owo-marketplace-lite h1,
.owo-marketplace-lite h2,
.owo-marketplace-lite h3,
.owo-marketplace-lite p,
.owo-marketplace-page h1,
.owo-marketplace-page h2,
.owo-marketplace-page h3,
.owo-marketplace-page p {
  color: var(--owo-m-text);
}

.owo-marketplace-lite p,
.owo-marketplace-page p {
  color: var(--owo-m-soft);
  line-height: 1.55;
}

.owo-marketplace-entry {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 22px;
  align-items: stretch;
}

.owo-marketplace-entry-copy,
.owo-marketplace-prize,
.owo-marketplace-card,
.owo-marketplace-panel,
.owo-marketplace-status-card,
.owo-metric-card,
.owo-public-gallery-head {
  border: 1px solid var(--owo-m-line);
  border-radius: var(--owo-m-radius);
  background: var(--owo-m-card);
  box-shadow: var(--owo-m-shadow);
}

.owo-marketplace-entry-copy {
  padding: clamp(24px, 5vw, 44px);
}

.owo-marketplace-entry-copy h1,
.owo-marketplace-topbar h1,
.owo-public-gallery-head h1 {
  margin: 0;
  color: var(--owo-m-text) !important;
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.owo-marketplace-entry-copy p,
.owo-marketplace-topbar p,
.owo-public-gallery-head p {
  max-width: 740px;
  margin: 16px 0 0;
  font-size: 1rem;
}

.owo-marketplace-kicker {
  margin: 0 0 10px !important;
  color: var(--owo-m-green) !important;
  font-size: 0.72rem !important;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.owo-marketplace-entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.owo-marketplace-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0,168,107,0.35);
  border-radius: 999px;
  background: var(--owo-m-green);
  color: #ffffff !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0, 168, 107, 0.18);
  cursor: pointer;
}

.owo-marketplace-button-secondary {
  background: #ffffff;
  color: var(--owo-m-text) !important;
  border-color: var(--owo-m-line-strong);
  box-shadow: none;
}

.owo-marketplace-prize {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 0%, rgba(0,168,107,0.16), transparent 35%),
    linear-gradient(145deg, #161616, #222016);
  color: #fffaf0;
}

.owo-marketplace-prize span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(51,255,153,0.36);
  border-radius: 999px;
  color: var(--owo-m-green-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owo-marketplace-prize h2 {
  margin: 0;
  color: #fffaf0 !important;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.owo-marketplace-prize p,
.owo-marketplace-prize-compact p,
.owo-marketplace-prize-compact h3 {
  color: rgba(255,250,240,0.78) !important;
}

.owo-marketplace-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.owo-marketplace-topbar > div:first-child {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--owo-m-line);
  border-radius: var(--owo-m-radius);
  background: var(--owo-m-card);
  box-shadow: var(--owo-m-shadow);
}

.owo-marketplace-status-card {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  background: #141414;
}

.owo-marketplace-status-card span {
  color: rgba(255,250,240,0.64);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owo-marketplace-status-card strong {
  color: #fffaf0;
  font-size: 1.5rem;
  line-height: 1.05;
}

.owo-marketplace-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.owo-marketplace-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 10px;
  border: 1px solid var(--owo-m-line);
  border-radius: var(--owo-m-radius-sm);
  background: rgba(255,255,255,0.68);
}

.owo-marketplace-steps span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e9e1d2;
  color: var(--owo-m-text);
  font-size: 0.78rem;
  font-weight: 900;
}

.owo-marketplace-steps strong {
  color: var(--owo-m-text);
  font-size: 0.86rem;
  line-height: 1.1;
}

.owo-marketplace-steps .is-complete span,
.owo-marketplace-steps .is-current span {
  background: var(--owo-m-green);
  color: #fff;
}

.owo-marketplace-steps .is-current {
  border-color: rgba(0,168,107,0.35);
  background: var(--owo-m-green-soft);
}

.owo-marketplace-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.owo-marketplace-side {
  display: grid;
  gap: 14px;
}

.owo-marketplace-panel,
.owo-marketplace-card {
  padding: 20px;
}

.owo-marketplace-panel h3,
.owo-marketplace-card h2,
.owo-marketplace-card h3 {
  margin: 0;
  color: var(--owo-m-text) !important;
  line-height: 1;
  letter-spacing: -0.045em;
}

.owo-marketplace-panel h3 { font-size: 1.35rem; }
.owo-marketplace-card h2 { font-size: clamp(1.75rem, 4vw, 3rem); }
.owo-marketplace-card h3 { font-size: 1.35rem; }

.owo-marketplace-panel a {
  color: var(--owo-m-green);
  font-weight: 900;
}

.owo-marketplace-prize-compact {
  background: #171717;
}

.owo-marketplace-section-head {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.owo-marketplace-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--owo-m-line);
  border-radius: 999px;
  background: #fff;
  color: var(--owo-m-soft);
  font-size: 0.72rem;
  font-weight: 900;
  white-space: nowrap;
}

.owo-marketplace-tag-good {
  border-color: rgba(0,168,107,0.28);
  background: var(--owo-m-green-soft);
  color: var(--owo-m-green);
}

.owo-marketplace-form {
  display: grid;
  gap: 14px;
}

.owo-marketplace-form label {
  display: grid;
  gap: 7px;
  color: var(--owo-m-text);
  font-weight: 800;
}

.owo-marketplace-form label span {
  color: var(--owo-m-text);
}

.owo-marketplace-form input[type="text"],
.owo-marketplace-form input[type="url"],
.owo-marketplace-form textarea,
.owo-marketplace-form select {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid var(--owo-m-line-strong);
  border-radius: 12px;
  background: #fff;
  color: var(--owo-m-text);
  font-size: 0.95rem;
}

.owo-marketplace-form textarea { padding-top: 12px; }

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

.owo-marketplace-checkbox {
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: start;
}

.owo-marketplace-callout {
  padding: 14px;
  border: 1px solid rgba(0,168,107,0.18);
  border-radius: 14px;
  background: var(--owo-m-green-soft);
}

.owo-marketplace-callout strong { color: var(--owo-m-text); }
.owo-marketplace-callout p { margin: 4px 0 0; font-size: 0.92rem; }

.owo-control-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 8px;
  margin: 0 0 18px;
  border: 1px solid var(--owo-m-line);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
}

.owo-control-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--owo-m-text);
  font-weight: 900;
  text-decoration: none;
}

.owo-control-nav a:first-child {
  background: #111;
  color: #fff;
}

.owo-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.owo-metric-card { padding: 16px; }

.owo-metric-card span {
  color: var(--owo-m-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.owo-metric-card strong {
  display: block;
  margin-top: 8px;
  color: var(--owo-m-text);
  font-size: 2rem;
  line-height: 1;
}

.owo-metric-card p { margin: 8px 0 0; font-size: 0.88rem; }

.owo-marketplace-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.owo-marketplace-wide { grid-column: 1 / -1; }

.owo-order-timeline {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.owo-order-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
}

.owo-order-timeline li > span {
  display: block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border-radius: 999px;
  border: 2px solid #c8c0b4;
  background: #fff;
}

.owo-order-timeline li.is-done > span { background: var(--owo-m-green); border-color: var(--owo-m-green); }
.owo-order-timeline li.is-current > span { background: #111; border-color: #111; box-shadow: 0 0 0 4px rgba(0,168,107,0.12); }
.owo-order-timeline strong { color: var(--owo-m-text); line-height: 1.1; }
.owo-order-timeline small { grid-column: 2; color: var(--owo-m-muted); }

.owo-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.owo-checklist-grid span {
  padding: 10px 12px;
  border: 1px solid var(--owo-m-line);
  border-radius: 12px;
  background: #fff;
  color: var(--owo-m-text);
  font-weight: 800;
}

.owo-public-gallery-head {
  padding: clamp(24px, 5vw, 42px);
  margin-bottom: 18px;
}

.owo-gallery-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.owo-gallery-meta span {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid var(--owo-m-line);
  border-radius: 999px;
  background: #fff;
  color: var(--owo-m-soft);
  font-size: 0.74rem;
  font-weight: 900;
}

.owo-marketplace-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 14px;
}

.owo-marketplace-product-card {
  overflow: hidden;
  border: 1px solid var(--owo-m-line);
  border-radius: 18px;
  background: var(--owo-m-card);
  box-shadow: var(--owo-m-shadow);
}

.owo-marketplace-product-card a {
  display: grid;
  color: var(--owo-m-text);
  text-decoration: none;
}

.owo-marketplace-product-image {
  aspect-ratio: 1 / 1;
  background: #ece4d5;
}

.owo-marketplace-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-product-card-body { padding: 12px; }
.owo-product-card-body span { color: var(--owo-m-green); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.owo-product-card-body h3 { margin: 6px 0 8px; color: var(--owo-m-text); font-size: 1rem; line-height: 1.1; }
.owo-marketplace-price { margin: 0; color: var(--owo-m-text) !important; font-weight: 900; }

.owo-product-vendor-line { margin: 0 0 8px; color: var(--owo-m-muted); font-size: 0.82rem; }
.owo-product-vendor-line a,
.owo-single-product-vendor a { color: var(--owo-m-green) !important; font-weight: 900; text-decoration: none; }

.owo-single-product-vendor {
  display: grid;
  gap: 4px;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0,168,107,0.18);
  border-radius: 14px;
  background: var(--owo-m-green-soft);
}

.owo-single-product-vendor span {
  color: var(--owo-m-muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owo-marketplace-notice {
  padding: 14px 16px;
  border-radius: 14px;
  margin: 14px 0;
  font-weight: 800;
}

.owo-marketplace-notice-info { border: 1px solid var(--owo-m-line); background: #fff; color: var(--owo-m-text); }
.owo-marketplace-notice-success { border: 1px solid rgba(0,168,107,0.24); background: var(--owo-m-green-soft); color: var(--owo-m-text); }
.owo-marketplace-notice-error { border: 1px solid rgba(150,74,0,0.18); background: #fff3c4; color: var(--owo-m-text); }

@media (max-width: 860px) {
  .owo-marketplace-entry,
  .owo-marketplace-topbar,
  .owo-marketplace-layout,
  .owo-metrics-grid,
  .owo-marketplace-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .owo-marketplace-steps { grid-template-columns: 1fr; }
  .owo-marketplace-form-grid,
  .owo-checklist-grid { grid-template-columns: 1fr; }
  .owo-marketplace-status-card { min-height: 110px; }
}


.owo-marketplace-main {
  min-width: 0;
}

.owo-marketplace-prize-compact {
  background: linear-gradient(145deg, #121212, #1b1b1b);
}

.owo-marketplace-prize-compact,
.owo-marketplace-prize-compact h1,
.owo-marketplace-prize-compact h2,
.owo-marketplace-prize-compact h3,
.owo-marketplace-prize-compact p,
.owo-marketplace-prize-compact span,
.owo-marketplace-prize-compact a {
  color: #fffaf0 !important;
}

.owo-marketplace-prize-compact a {
  text-decoration: none;
}

.owo-marketplace-prize-compact::selection,
.owo-marketplace-prize-compact *::selection {
  background: rgba(51, 153, 255, 0.45);
  color: #fffaf0;
}

.owo-marketplace-notice {
  width: 100%;
  max-width: 100%;
}

.owo-marketplace-main > .owo-marketplace-notice:first-child {
  margin-top: 0;
}


/* 0.2.2 dashboard pill containment fixes */
.owo-marketplace-card,
.owo-marketplace-panel,
.owo-metric-card,
.owo-public-gallery-head,
.owo-marketplace-topbar > div:first-child,
.owo-marketplace-status-card {
  overflow: hidden;
}

.owo-marketplace-section-head {
  flex-wrap: wrap;
  row-gap: 10px;
}

.owo-marketplace-section-head > div {
  min-width: 0;
  flex: 1 1 240px;
}

.owo-marketplace-section-head .owo-marketplace-tag {
  flex: 0 1 auto;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.owo-marketplace-tag {
  max-width: 100%;
}

.owo-control-nav {
  flex-wrap: wrap;
}

@media (max-width: 1180px) {
  .owo-marketplace-section-head .owo-marketplace-tag {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .owo-marketplace-section-head {
    align-items: flex-start;
  }

  .owo-marketplace-section-head .owo-marketplace-tag {
    width: fit-content;
    max-width: 100%;
  }
}


/* 0.2.3 approved gallery page redesign */
.owo-gallery-ready-page {
  display: grid;
  gap: 18px;
}

.owo-gallery-ready-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
}

.owo-gallery-ready-copy,
.owo-gallery-ready-cta {
  border: 1px solid var(--owo-m-line);
  border-radius: var(--owo-m-radius);
  box-shadow: var(--owo-m-shadow);
  overflow: hidden;
}

.owo-gallery-ready-copy {
  padding: clamp(24px, 5vw, 42px);
  background: var(--owo-m-card);
}

.owo-gallery-ready-copy h1 {
  margin: 0;
  color: var(--owo-m-text);
  font-size: clamp(2.6rem, 7vw, 5.7rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

.owo-gallery-ready-copy p:not(.owo-marketplace-kicker) {
  max-width: 760px;
  margin: 16px 0 0;
}

.owo-gallery-ready-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.owo-gallery-ready-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--owo-m-line);
  border-radius: 999px;
  background: #fff;
  color: var(--owo-m-text);
  font-size: 0.78rem;
  font-weight: 900;
}

.owo-gallery-ready-cta {
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 0%, rgba(51,255,153,0.22), transparent 36%),
    linear-gradient(145deg, #0f1511, #101d16 58%, #0f1814);
}

.owo-gallery-ready-status span {
  display: inline-block;
  color: rgba(255,250,240,0.66);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owo-gallery-ready-status strong {
  display: block;
  margin-top: 10px;
  color: #fffaf0;
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.owo-gallery-ready-button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 168px;
  padding: 18px;
  border-radius: 34px;
  background: radial-gradient(circle at 30% 20%, #41ffad, #21aa6d 60%, #0b8d55 100%);
  color: #ffffff !important;
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  font-weight: 900;
  text-decoration: none !important;
  text-align: center;
  box-shadow: 0 22px 48px rgba(0, 168, 107, 0.28);
}

.owo-gallery-ready-cta p {
  margin: 0;
  color: rgba(255,250,240,0.8) !important;
}

.owo-gallery-ready-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.owo-gallery-ready-card {
  height: 100%;
}

.owo-gallery-ready-card h3 {
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 0.95;
}

.owo-gallery-ready-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.owo-gallery-ready-list li {
  padding: 10px 12px;
  border: 1px solid var(--owo-m-line);
  border-radius: 12px;
  background: #fff;
  color: var(--owo-m-text);
  font-weight: 800;
}

.owo-gallery-ready-prize {
  background: linear-gradient(145deg, #121212, #1b1b1b);
}

.owo-gallery-ready-prize h3,
.owo-gallery-ready-prize p {
  color: #fffaf0 !important;
}

@media (max-width: 980px) {
  .owo-gallery-ready-hero,
  .owo-gallery-ready-grid {
    grid-template-columns: 1fr;
  }

  .owo-gallery-ready-button {
    min-height: 120px;
  }
}


/* 0.3.0 — compact desktop typography + guided product wizard */
@media (min-width: 1024px) {
  .owo-marketplace-entry-copy h1,
  .owo-marketplace-topbar h1,
  .owo-public-gallery-head h1,
  .owo-gallery-ready-copy h1 {
    font-size: clamp(2.6rem, 5.6vw, 4.9rem) !important;
    line-height: 0.94 !important;
  }

  .owo-marketplace-card h2,
  .owo-gallery-ready-card h3 {
    font-size: clamp(1.65rem, 3vw, 2.65rem) !important;
  }
}

.owo-product-wizard-card {
  overflow: hidden;
}

.owo-product-wizard-intro {
  max-width: 860px;
  margin: 0 0 18px;
}

.owo-product-wizard-form {
  margin-top: 18px;
}

.owo-product-wizard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 18px;
  align-items: start;
}

.owo-product-wizard-main {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.owo-form-section {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--owo-m-line);
  border-radius: 16px;
  background: rgba(255,255,255,0.58);
}

.owo-form-section-title {
  margin: 0 !important;
  color: var(--owo-m-green) !important;
  font-size: 0.72rem !important;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owo-product-wizard-side {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.owo-product-wizard-upload,
.owo-product-quality-box {
  padding: 16px;
  border: 1px solid var(--owo-m-line);
  border-radius: 16px;
  background: #fff;
}

.owo-product-wizard-upload p:not(.owo-form-section-title),
.owo-product-quality-box p:not(.owo-form-section-title) {
  margin: 8px 0 12px;
  color: var(--owo-m-soft);
  font-size: 0.92rem;
}

.owo-product-wizard-upload input[type="file"] {
  width: 100%;
  padding: 10px;
  border: 1px dashed var(--owo-m-line-strong);
  border-radius: 12px;
  background: var(--owo-m-card-2);
  color: var(--owo-m-text);
}

.owo-product-wizard-upload small {
  display: block;
  margin-top: 8px;
  color: var(--owo-m-muted);
  font-size: 0.78rem;
}

.owo-product-quality-box ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.owo-product-quality-box li {
  position: relative;
  padding-left: 20px;
  color: var(--owo-m-text);
  font-weight: 800;
  font-size: 0.9rem;
}

.owo-product-quality-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--owo-m-green);
}

.owo-product-submit-button {
  width: 100%;
}

.owo-marketplace-notice a {
  color: var(--owo-m-green);
  font-weight: 900;
}

@media (max-width: 900px) {
  .owo-product-wizard-grid {
    grid-template-columns: 1fr;
  }

  .owo-product-wizard-side {
    position: static;
  }
}


/* 0.3.1 — card-based guided product wizard + live preview */
.owo-product-wizard-hero {
  margin: 4px 0 20px;
  padding: 18px;
  border: 1px solid var(--owo-m-line);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(36, 221, 139, 0.10), rgba(255,255,255,0.66));
}

.owo-product-wizard-hero-copy {
  display: grid;
  gap: 14px;
}

.owo-product-wizard-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.owo-product-step-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 60px;
  padding: 10px 12px;
  border: 1px solid var(--owo-m-line);
  border-radius: 16px;
  background: rgba(255,255,255,0.82);
}

.owo-product-step-chip strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--owo-m-green);
  color: #fff;
  font-size: 0.82rem;
}

.owo-product-step-chip span {
  color: var(--owo-m-text);
  font-weight: 900;
  font-size: 0.9rem;
}

.owo-product-step-chip.is-active {
  box-shadow: 0 12px 24px rgba(35, 168, 108, 0.12);
}

.owo-wizard-step-card {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,255,255,0.58));
}

.owo-wizard-step-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.owo-wizard-step-head h3,
.owo-product-preview-head h3 {
  margin: 2px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.02;
  color: var(--owo-m-text);
}

.owo-product-preview-shell {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--owo-m-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.88));
  box-shadow: 0 18px 38px rgba(0,0,0,0.04);
}

.owo-product-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.owo-live-product-card {
  overflow: hidden;
  border: 1px solid var(--owo-m-line);
  border-radius: 24px;
  background: linear-gradient(180deg, #111315 0%, #161a18 100%);
  box-shadow: 0 22px 44px rgba(0,0,0,0.14);
}

.owo-live-product-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.14));
}

.owo-live-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owo-live-product-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.owo-live-product-image-placeholder span {
  color: rgba(255,250,240,0.72);
  font-weight: 800;
}

.owo-live-product-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.owo-live-product-meta {
  margin: 0;
  color: rgba(255,250,240,0.6);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owo-live-product-body h4 {
  margin: 0;
  color: #fffaf0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.owo-live-product-price {
  margin: 0;
  color: #43f4a1;
  font-size: 1.5rem;
  font-weight: 950;
}

.owo-live-product-short {
  margin: 0;
  color: rgba(255,250,240,0.84);
}

.owo-live-product-story-box,
.owo-live-product-delivery-box {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
}

.owo-live-product-story-box strong,
.owo-live-product-delivery-box strong {
  display: block;
  margin-bottom: 6px;
  color: #fffaf0;
  font-size: 0.82rem;
}

.owo-live-product-story-box p,
.owo-live-product-delivery-box p {
  margin: 0;
  color: rgba(255,250,240,0.8);
}

@media (max-width: 960px) {
  .owo-product-wizard-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .owo-product-wizard-steps {
    grid-template-columns: 1fr;
  }

  .owo-wizard-step-head,
  .owo-product-preview-head {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* 0.3.2 — live preview closer to shop card + real pending product preview */
.owo-live-product-card {
  padding: 14px;
  border-radius: 28px !important;
  background:
    linear-gradient(180deg, rgba(51,255,153,0.07), transparent 38%),
    #101511 !important;
  border: 1px solid rgba(51,255,153,0.22) !important;
}

.owo-live-product-image {
  overflow: hidden;
  border-radius: 22px !important;
  background: #f7f7f2 !important;
}

.owo-live-product-body {
  padding: 16px 2px 2px !important;
}

.owo-live-product-meta {
  color: rgba(255,250,240,0.56) !important;
  font-size: 0.74rem !important;
  letter-spacing: 0.13em !important;
}

.owo-live-product-body h4 {
  color: #fffaf0 !important;
  font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.04em !important;
}

.owo-live-product-price {
  color: #33ff99 !important;
  font-size: 1.18rem !important;
}

.owo-live-product-short {
  color: rgba(255,250,240,0.72) !important;
  font-size: 0.88rem !important;
}

.owo-live-product-story-box,
.owo-live-product-delivery-box {
  display: none !important;
}

.owo-live-product-body::after {
  content: "Agregar a colección";
  display: grid;
  place-items: center;
  min-height: 44px;
  margin-top: 14px;
  border-radius: 999px;
  background: #33ff99;
  color: #06110b;
  font-weight: 950;
  font-size: 0.86rem;
  box-shadow: 0 12px 28px rgba(51,255,153,0.18);
}

.owo-m-inline-action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-left: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111;
  color: #fffaf0 !important;
  text-decoration: none !important;
  font-weight: 900;
}

.owo-real-product-preview-page {
  display: grid;
  gap: 18px;
}

.owo-real-product-preview-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--owo-m-line);
  border-radius: var(--owo-m-radius);
  background: var(--owo-m-card);
  box-shadow: var(--owo-m-shadow);
}

.owo-real-product-preview-banner h1 {
  margin: 0;
  color: var(--owo-m-text);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.owo-real-product-preview-banner p:not(.owo-marketplace-kicker) {
  margin: 8px 0 0;
  max-width: 760px;
}

.owo-real-product-preview-banner > span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: var(--owo-m-green-soft);
  color: var(--owo-m-green);
  font-weight: 950;
  white-space: nowrap;
}

.owo-real-product-preview-frame {
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid var(--owo-m-line);
  border-radius: var(--owo-m-radius);
  background: var(--owo-m-card);
  box-shadow: var(--owo-m-shadow);
}

@media (max-width: 760px) {
  .owo-real-product-preview-banner {
    grid-template-columns: 1fr;
  }
}


/* 0.3.3 — borrar vista real, mantener preview interno y flujo borrador/curaduría */
.owo-product-workspace {
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
  padding: 16px;
  border: 1px solid var(--owo-m-line);
  border-radius: 18px;
  background: rgba(255,255,255,0.62);
}

.owo-product-workspace-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.owo-product-workspace-head h3 {
  margin: 4px 0 0;
  color: var(--owo-m-text);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1;
}

.owo-product-workspace-list {
  display: grid;
  gap: 10px;
}

.owo-product-workspace-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--owo-m-line);
  border-radius: 14px;
  background: #fff;
}

.owo-product-workspace-item.is-current {
  border-color: rgba(0,168,107,0.34);
  background: var(--owo-m-green-soft);
}

.owo-product-workspace-thumb {
  overflow: hidden;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: var(--owo-m-card-2);
}

.owo-product-workspace-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-product-workspace-item strong {
  display: block;
  color: var(--owo-m-text);
  line-height: 1.1;
}

.owo-product-workspace-item span {
  display: block;
  margin-top: 4px;
  color: var(--owo-m-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.owo-product-workspace-item a {
  color: var(--owo-m-green);
  font-weight: 900;
}

.owo-product-wizard-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.owo-live-shop-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(51,255,153,0.07), transparent 42%),
    #101412;
  box-shadow: 0 22px 44px rgba(0,0,0,0.14);
}

.owo-live-shop-image {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 12px;
  overflow: hidden;
  border-radius: 22px;
  background: #fffaf0;
}

.owo-live-shop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-live-shop-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: rgba(17,17,17,0.55);
  font-weight: 900;
  text-align: center;
}

.owo-live-shop-body {
  display: grid;
  gap: 10px;
  padding: 4px 18px 18px;
}

.owo-live-shop-meta {
  margin: 0;
  color: rgba(255,250,240,0.58);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.owo-live-shop-body h4 {
  margin: 0;
  color: #fffaf0;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.05;
}

.owo-live-shop-price {
  margin: 0;
  color: #33ff99;
  font-weight: 950;
  font-size: 1.15rem;
}

.owo-live-shop-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #33ff99;
  color: #07110b;
  font-weight: 950;
}

.owo-live-preview-notes {
  display: grid;
  gap: 10px;
}

.owo-live-preview-notes > div {
  padding: 12px;
  border: 1px solid var(--owo-m-line);
  border-radius: 14px;
  background: rgba(255,255,255,0.78);
}

.owo-live-preview-notes strong {
  color: var(--owo-m-text);
  font-size: 0.82rem;
}

.owo-live-preview-notes p {
  margin: 5px 0 0;
  color: var(--owo-m-soft);
  font-size: 0.9rem;
}

.owo-m-inline-action {
  display: inline-flex;
  margin-left: 8px;
  color: var(--owo-m-green);
  font-weight: 900;
}

@media (max-width: 640px) {
  .owo-product-workspace-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .owo-product-workspace-item a {
    grid-column: 2;
  }
}


/* 0.3.4 — desktop overflow fix for guided product wizard */
.owo-product-wizard-card,
.owo-product-wizard-form,
.owo-product-wizard-grid,
.owo-product-wizard-main,
.owo-product-wizard-side,
.owo-product-preview-shell,
.owo-product-wizard-upload,
.owo-product-quality-box,
.owo-product-wizard-actions,
.owo-marketplace-checkbox {
  min-width: 0;
  max-width: 100%;
}

.owo-product-wizard-card {
  overflow-x: clip;
}

.owo-product-wizard-side > * {
  min-width: 0;
  max-width: 100%;
}

.owo-product-wizard-upload,
.owo-product-quality-box,
.owo-product-preview-shell {
  overflow: hidden;
}

.owo-marketplace-checkbox span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.owo-product-wizard-upload input[type="file"] {
  display: block;
  max-width: 100%;
  font-size: 0.9rem;
  overflow: hidden;
}

.owo-marketplace-button,
.owo-product-submit-button {
  max-width: 100%;
}

@supports not (overflow: clip) {
  .owo-product-wizard-card {
    overflow-x: hidden;
  }
}


/* 0.3.5 — preview card overflow hard fix */
.owo-product-preview-shell,
.owo-live-shop-card,
.owo-live-shop-image,
.owo-live-shop-body,
.owo-live-preview-notes,
.owo-live-preview-notes > div {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.owo-live-shop-card {
  justify-self: stretch;
  overflow: hidden;
}

.owo-live-shop-body h4,
.owo-live-shop-meta,
.owo-live-shop-price,
.owo-live-preview-notes p,
.owo-live-preview-notes strong {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.owo-live-shop-button {
  display: block;
  width: 100%;
  max-width: 100%;
}

.owo-live-shop-image img {
  display: block;
  max-width: 100%;
}


/* 0.3.6 — corrección real del clipping del preview.
   La imagen tenía width:100% + margin lateral, lo que sumaba más ancho que su contenedor. */
.owo-live-shop-image {
  width: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  margin: 12px !important;
  box-sizing: border-box !important;
}

.owo-live-shop-card {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.owo-live-shop-body {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.owo-live-shop-button {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.owo-product-preview-shell {
  box-sizing: border-box !important;
  overflow: hidden !important;
}


/* 0.3.7 — preview typography lock for desktop.
   The remaining clipping was caused by preview text scaling up on wider screens. */
.owo-product-preview-shell,
.owo-live-shop-card,
.owo-live-shop-card * {
  text-size-adjust: 100%;
}

.owo-live-shop-meta,
.owo-live-shop-body h4,
.owo-live-shop-price,
.owo-live-shop-button,
.owo-live-preview-notes strong,
.owo-live-preview-notes p {
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.owo-live-shop-meta {
  font-size: 0.64rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0.095em !important;
}

.owo-live-shop-body h4 {
  font-size: 1.08rem !important;
  line-height: 1.06 !important;
  letter-spacing: -0.025em !important;
}

.owo-live-shop-price {
  font-size: 1.02rem !important;
  line-height: 1.1 !important;
}

.owo-live-shop-button {
  min-height: 40px !important;
  font-size: 0.78rem !important;
  line-height: 1.1 !important;
  padding: 0 12px !important;
  white-space: normal !important;
}

.owo-live-preview-notes strong {
  font-size: 0.74rem !important;
  line-height: 1.2 !important;
}

.owo-live-preview-notes p {
  font-size: 0.86rem !important;
  line-height: 1.35 !important;
}

.owo-product-preview-head h3 {
  font-size: 1.18rem !important;
  line-height: 1.02 !important;
}

.owo-product-preview-head .owo-marketplace-tag {
  font-size: 0.66rem !important;
  line-height: 1.15 !important;
}

@media (min-width: 1024px) {
  .owo-live-shop-body h4 {
    font-size: 1.08rem !important;
  }

  .owo-live-shop-meta {
    font-size: 0.64rem !important;
  }

  .owo-live-shop-price {
    font-size: 1.02rem !important;
  }
}


/* 0.4.0 — Admin curatorial panel */
.owo-m-admin-wrap {
  --owo-m-admin-bg: #f6f1e7;
  --owo-m-admin-card: #fffdf7;
  --owo-m-admin-text: #111;
  --owo-m-admin-muted: #5f5a51;
  --owo-m-admin-line: rgba(17,17,17,.12);
  --owo-m-admin-green: #00a86b;
  max-width: 1280px;
}

.owo-m-admin-wrap * {
  box-sizing: border-box;
}

.owo-m-admin-hero,
.owo-m-admin-section,
.owo-m-admin-table-card {
  border: 1px solid var(--owo-m-admin-line);
  border-radius: 22px;
  background: var(--owo-m-admin-card);
  box-shadow: 0 18px 50px rgba(34,28,18,.08);
}

.owo-m-admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  gap: 18px;
  align-items: stretch;
  margin: 18px 0;
  padding: 28px;
  overflow: hidden;
}

.owo-m-admin-hero h1 {
  margin: 0;
  color: var(--owo-m-admin-text);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: .94;
  letter-spacing: -.06em;
}

.owo-m-admin-hero p {
  max-width: 720px;
  color: var(--owo-m-admin-muted);
  font-size: 1rem;
}

.owo-m-admin-hero-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.owo-m-admin-hero-metrics div {
  display: grid;
  gap: 2px;
  padding: 14px;
  border-radius: 16px;
  background: #111;
  color: #fffaf0;
}

.owo-m-admin-hero-metrics strong {
  color: #33ff99;
  font-size: 2rem;
  line-height: 1;
}

.owo-m-admin-hero-metrics span {
  color: rgba(255,250,240,.72);
  font-weight: 800;
}

.owo-m-admin-section {
  margin: 18px 0;
  padding: 22px;
}

.owo-m-admin-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.owo-m-admin-section-head h2 {
  margin: 0;
  color: var(--owo-m-admin-text);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.owo-m-curatorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 430px), 1fr));
  gap: 16px;
}

.owo-m-curatorial-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--owo-m-admin-line);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.owo-m-curatorial-card.owo-m-status-pending_review {
  border-color: rgba(0,168,107,.25);
  background: linear-gradient(145deg, rgba(0,168,107,.08), #fff 42%);
}

.owo-m-curatorial-card.owo-m-status-changes_requested {
  border-color: rgba(180,110,0,.22);
  background: linear-gradient(145deg, rgba(255,190,71,.16), #fff 42%);
}

.owo-m-product-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  background: #eee6d8;
}

.owo-m-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-m-product-thumb span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(17,17,17,.86);
  color: #fffaf0;
  font-size: .68rem;
  font-weight: 900;
}

.owo-m-product-body {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.owo-m-product-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.owo-m-product-title-row h3 {
  margin: 0;
  color: var(--owo-m-admin-text);
  font-size: 1.25rem;
  line-height: 1.03;
}

.owo-m-score {
  display: grid;
  place-items: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 18px;
  background: #111;
  color: #fffaf0;
}

.owo-m-score strong {
  color: #33ff99;
  font-size: 1.55rem;
  line-height: .9;
}

.owo-m-score span {
  color: rgba(255,250,240,.68);
  font-size: .7rem;
}

.owo-m-product-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.owo-m-product-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid var(--owo-m-admin-line);
  border-radius: 999px;
  background: #fffaf0;
  color: var(--owo-m-admin-text);
  font-size: .74rem;
  font-weight: 900;
}

.owo-m-product-pills .is-featured {
  border-color: rgba(0,168,107,.22);
  background: rgba(0,168,107,.12);
  color: var(--owo-m-admin-green);
}

.owo-m-product-body p {
  margin: 0;
  color: var(--owo-m-admin-muted);
}

.owo-m-mini-notes {
  display: grid;
  gap: 8px;
}

.owo-m-mini-notes div {
  padding: 9px 10px;
  border: 1px solid var(--owo-m-admin-line);
  border-radius: 12px;
  background: rgba(246,241,231,.68);
}

.owo-m-mini-notes strong {
  display: block;
  margin-bottom: 3px;
  color: var(--owo-m-admin-text);
  font-size: .78rem;
}

.owo-m-mini-notes span {
  color: var(--owo-m-admin-muted);
}

.owo-m-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.owo-m-admin-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: 18px;
  align-items: start;
}

.owo-m-admin-table-card {
  overflow: auto;
  padding: 8px;
}

.owo-m-admin-table-card table {
  border: 0;
  box-shadow: none;
}

@media (max-width: 900px) {
  .owo-m-admin-hero,
  .owo-m-admin-two-col,
  .owo-m-curatorial-card {
    grid-template-columns: 1fr;
  }

  .owo-m-product-thumb {
    max-width: 220px;
  }
}


/* 0.4.1 — visual cleanup for admin prices and active state buttons */
.owo-m-price-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fffaf0;
  color: #111;
  font-weight: 900;
  line-height: 1;
}

.owo-m-admin-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owo-m-admin-button.button {
  border-radius: 999px;
  border-color: rgba(17,17,17,.16);
  background: #fff;
  color: #111;
  font-weight: 800;
  box-shadow: none;
}

.owo-m-admin-button.button:hover {
  border-color: rgba(0,168,107,.4);
  color: #0a7e54;
}

.owo-m-admin-button.button.is-active,
.owo-m-admin-button.button-primary.is-active {
  border-color: rgba(0,168,107,.22);
  background: rgba(0,168,107,.12);
  color: #0a7e54;
}

.owo-m-status-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.12);
  background: #fffaf0;
  color: #111;
  font-size: .78rem;
  font-weight: 900;
}

.owo-m-chip-in_training,
.owo-m-chip-pending,
.owo-m-chip-pending_review {
  background: rgba(0,168,107,.1);
  border-color: rgba(0,168,107,.18);
  color: #0a7e54;
}

.owo-m-chip-certified,
.owo-m-chip-approved {
  background: #111;
  border-color: #111;
  color: #fffaf0;
}

.owo-m-chip-rejected,
.owo-m-chip-changes_requested,
.owo-m-chip-suspended {
  background: rgba(255,190,71,.18);
  border-color: rgba(180,110,0,.22);
  color: #7a5600;
}


/* 0.4.2 — visible price + active product action states */
.owo-m-product-pills .owo-m-price-pill {
  min-width: auto;
  background: #111;
  border-color: #111;
  color: #fffaf0;
  font-variant-numeric: tabular-nums;
}

.owo-m-product-actions .owo-m-admin-button.is-active {
  border-color: rgba(0,168,107,.28) !important;
  background: rgba(0,168,107,.13) !important;
  color: #087348 !important;
  box-shadow: inset 0 0 0 1px rgba(0,168,107,.18);
}

.owo-m-product-actions .owo-m-admin-button.is-feature-action.is-active {
  border-color: rgba(0,168,107,.34) !important;
  background: #111 !important;
  color: #33ff99 !important;
}

.owo-m-status-paused .owo-m-product-thumb span {
  background: rgba(17,17,17,.88);
  color: #fff3b0;
}

.owo-m-status-approved {
  border-color: rgba(0,168,107,.25) !important;
}

.owo-m-status-paused {
  opacity: .88;
}


/* 0.4.3 — ensure price pill is readable and never collapses */
.owo-m-product-pills .owo-m-price-pill {
  min-width: 92px;
  justify-content: center;
  white-space: nowrap;
  color: #fffaf0 !important;
}


/* 0.4.4 — curatorial filters/search */
.owo-m-curatorial-filters {
  display: grid;
  grid-template-columns: minmax(160px, .35fr) minmax(260px, 1fr) auto auto;
  gap: 12px;
  align-items: end;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.7);
}

.owo-m-curatorial-filters label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.owo-m-curatorial-filters label span {
  color: #111;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.owo-m-curatorial-filters select,
.owo-m-curatorial-filters input[type="search"] {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(17,17,17,.16);
  border-radius: 999px;
  background: #fff;
  color: #111;
  padding: 0 13px;
}

.owo-m-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owo-m-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111;
  color: #fffaf0;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .owo-m-curatorial-filters {
    grid-template-columns: 1fr;
  }

  .owo-m-filter-actions {
    justify-content: flex-start;
  }

  .owo-m-filter-count {
    justify-content: flex-start;
  }
}


/* 0.4.5 — Mensajes Reunioon */
.owo-m-messages-panel {
  display: grid;
  gap: 12px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 18px;
  background: rgba(255,250,240,.74);
}

.owo-m-messages-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.owo-m-messages-head h3 {
  margin: 3px 0 0;
  color: #111;
  font-size: 1.1rem;
  line-height: 1;
}

.owo-m-messages-head > span {
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #111;
  color: #33ff99;
  font-weight: 950;
}

.owo-m-message-list {
  display: grid;
  gap: 8px;
  max-height: 280px;
  overflow: auto;
  padding-right: 4px;
}

.owo-m-message-item {
  display: grid;
  gap: 6px;
  padding: 10px 11px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 14px;
  background: #fff;
}

.owo-m-message-item strong {
  color: #111;
  font-weight: 950;
}

.owo-m-message-item span {
  color: #777067;
  font-size: .76rem;
  font-weight: 800;
}

.owo-m-message-item p {
  margin: 0;
  color: #3f3a34;
  line-height: 1.42;
}

.owo-m-message-reunioon {
  border-color: rgba(0,168,107,.18);
  background: rgba(0,168,107,.08);
}

.owo-m-message-artist {
  border-color: rgba(17,17,17,.12);
  background: #fff;
}

.owo-m-empty-message {
  margin: 0;
  color: #777067;
}

.owo-m-curatorial-message-form,
.owo-m-artist-reply-form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.owo-m-curatorial-message-form label,
.owo-m-artist-reply-form label {
  display: grid;
  gap: 6px;
}

.owo-m-curatorial-message-form label span,
.owo-m-artist-reply-form label span {
  color: #111;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.owo-m-curatorial-message-form textarea,
.owo-m-artist-reply-form textarea {
  width: 100%;
  min-height: 82px;
  padding: 10px 12px;
  border: 1px solid rgba(17,17,17,.16);
  border-radius: 14px;
  background: #fff;
  color: #111;
}

.owo-m-message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owo-m-workspace-message {
  display: block;
  margin-top: 5px;
  color: #0a7e54;
  font-size: .78rem;
  font-weight: 800;
}


/* 0.4.6 — consistent Mensajes Reunioon buttons */
.owo-m-curatorial-message-form .button,
.owo-m-curatorial-message-form .button.button-primary,
.owo-m-message-actions .button,
.owo-m-message-actions .button.button-primary {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.14) !important;
  background: #fffaf0 !important;
  color: #111 !important;
  font-weight: 900;
  line-height: 36px;
  box-shadow: none !important;
  text-shadow: none !important;
}

.owo-m-curatorial-message-form .button:hover,
.owo-m-curatorial-message-form .button.button-primary:hover,
.owo-m-message-actions .button:hover,
.owo-m-message-actions .button.button-primary:hover {
  border-color: rgba(0,168,107,.28) !important;
  background: rgba(0,168,107,.08) !important;
  color: #0a7e54 !important;
}

.owo-m-curatorial-message-form .button.button-primary,
.owo-m-message-actions .button.button-primary {
  background: linear-gradient(135deg, #18b26b, #45f3a0) !important;
  border-color: rgba(0,168,107,.3) !important;
  color: #0c1410 !important;
}

.owo-m-curatorial-message-form .button.button-primary:hover,
.owo-m-message-actions .button.button-primary:hover {
  background: linear-gradient(135deg, #1cc979, #67ffb3) !important;
  color: #0c1410 !important;
}

.owo-m-curatorial-message-form .button.button-primary.is-active,
.owo-m-message-actions .button.button-primary.is-active {
  background: #111 !important;
  border-color: #111 !important;
  color: #33ff99 !important;
}

.owo-m-curatorial-message-form .button:focus,
.owo-m-curatorial-message-form .button.button-primary:focus,
.owo-m-message-actions .button:focus,
.owo-m-message-actions .button.button-primary:focus {
  box-shadow: 0 0 0 2px rgba(0,168,107,.14) !important;
  outline: none;
}


/* 0.4.7 — visual message type badges */
.owo-m-message-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.owo-m-message-meta-row strong {
  margin-right: 2px;
}

.owo-m-message-meta-row time {
  color: #777067;
  font-size: .72rem;
  font-weight: 800;
}

.owo-m-message-type-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.12);
  background: #fffaf0;
  color: #111;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .04em;
}

.owo-m-message-type-note .owo-m-message-type-badge {
  background: #fffaf0;
  color: #111;
}

.owo-m-message-type-changes_requested {
  border-color: rgba(180,110,0,.2);
  background: rgba(255,190,71,.12);
}

.owo-m-message-type-changes_requested .owo-m-message-type-badge {
  border-color: rgba(180,110,0,.24);
  background: rgba(255,190,71,.26);
  color: #7a5600;
}

.owo-m-message-type-artist_reply {
  border-color: rgba(17,17,17,.13);
  background: #fff;
}

.owo-m-message-type-artist_reply .owo-m-message-type-badge {
  background: #111;
  border-color: #111;
  color: #33ff99;
}

.owo-m-message-type-approval {
  border-color: rgba(0,168,107,.22);
  background: rgba(0,168,107,.09);
}

.owo-m-message-type-approval .owo-m-message-type-badge {
  border-color: rgba(0,168,107,.24);
  background: rgba(0,168,107,.14);
  color: #087348;
}

.owo-m-message-type-paused .owo-m-message-type-badge {
  background: #111;
  border-color: #111;
  color: #fff3b0;
}

/* 0.4.9 — Tienda pública del artista + dashboard por tabs */
.owo-control-tabs {
  display: grid;
  gap: 18px;
}

.owo-control-nav {
  position: sticky;
  top: 12px;
  z-index: 5;
}

.owo-control-nav button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--owo-m-text);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  white-space: nowrap;
}

.owo-control-nav button.is-active,
.owo-control-nav button[aria-selected="true"] {
  background: #111;
  color: #fffaf0;
}

.owo-tab-panel {
  display: none;
}

.owo-tab-panel.is-active {
  display: grid;
  gap: 14px;
}

.owo-tab-panel > .owo-marketplace-card,
.owo-tab-panel .owo-marketplace-wide {
  grid-column: auto;
}

.owo-m-dashboard-message-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.owo-m-dashboard-message-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--owo-m-line);
  border-radius: 16px;
  background: #fffdf7;
}

.owo-m-dashboard-message-item strong {
  display: block;
  color: var(--owo-m-text);
  line-height: 1.1;
}

.owo-m-dashboard-message-item span {
  display: block;
  margin-top: 4px;
  color: var(--owo-m-muted);
  font-size: .78rem;
  font-weight: 850;
}

.owo-m-dashboard-message-item p {
  margin: 6px 0 0;
  color: var(--owo-m-soft);
  font-size: .94rem;
}

.owo-gallery-public-store {
  --owo-m-store-bg: #f6f1e7;
  --owo-m-store-ink: #111;
  --owo-m-store-paper: #fffdf7;
  --owo-m-store-line: rgba(17, 17, 17, .12);
  color: var(--owo-m-store-ink);
}

.owo-gallery-public-store *,
.owo-gallery-public-store *::before,
.owo-gallery-public-store *::after {
  box-sizing: border-box;
}

.owo-artist-store-hero {
  position: relative;
  width: 100vw;
  min-height: clamp(520px, 68vh, 760px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(88px, 12vw, 150px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 72px);
  background:
    radial-gradient(circle at 20% 20%, rgba(0,168,107,.20), transparent 28%),
    linear-gradient(135deg, #141414, #272317 58%, #f6f1e7 180%);
}

.owo-gallery-public-store.has-artist-bg .owo-artist-store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--owo-m-artist-bg-image);
  background-position: center;
  opacity: .62;
  transform: scale(1.02);
}

.owo-gallery-public-store.has-artist-bg-cover .owo-artist-store-hero::before {
  background-size: cover;
  background-repeat: no-repeat;
}

.owo-gallery-public-store.has-artist-bg-repeat .owo-artist-store-hero::before {
  background-size: min(360px, 46vw) auto;
  background-repeat: repeat;
  opacity: .36;
}

.owo-artist-store-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.46) 46%, rgba(0,0,0,.16)),
    linear-gradient(0deg, rgba(0,0,0,.55), transparent 42%);
  pointer-events: none;
}

.owo-artist-store-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .64fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
}

.owo-artist-store-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  max-width: 760px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.owo-artist-store-avatar {
  overflow: hidden;
  display: grid;
  place-items: center;
  width: clamp(74px, 10vw, 116px);
  height: clamp(74px, 10vw, 116px);
  border: 2px solid rgba(255,250,240,.88);
  border-radius: 50%;
  background: #fffdf7;
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
}

.owo-artist-store-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-artist-store-avatar span {
  color: #111;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 950;
  line-height: 1;
}

.owo-store-kicker {
  margin: 0 0 10px !important;
  color: #33ff99 !important;
  font-size: .72rem !important;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.owo-artist-store-copy h1 {
  margin: 0;
  color: #fffaf0 !important;
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: .86;
  letter-spacing: -.075em;
}

.owo-gallery-meta-store {
  margin-top: 16px;
}

.owo-gallery-meta-store span {
  border-color: rgba(255,250,240,.24);
  background: rgba(255,250,240,.10);
  color: rgba(255,250,240,.86);
}

.owo-artist-store-bio {
  max-width: 640px;
  margin: 16px 0 0 !important;
  color: rgba(255,250,240,.82) !important;
  font-size: 1rem;
}

.owo-artist-more-info {
  margin-top: 18px;
}

.owo-artist-more-info summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255,250,240,.24);
  border-radius: 999px;
  background: rgba(255,250,240,.11);
  color: #fffaf0;
  font-weight: 950;
  cursor: pointer;
  list-style: none;
}

.owo-artist-more-info summary::-webkit-details-marker {
  display: none;
}

.owo-artist-more-info summary::after {
  content: "+";
  margin-left: 10px;
  color: #33ff99;
  font-weight: 950;
}

.owo-artist-more-info[open] summary::after {
  content: "–";
}

.owo-artist-more-info-panel {
  width: min(620px, 100%);
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(255,250,240,.16);
  border-radius: 20px;
  background: rgba(0,0,0,.44);
}

.owo-artist-more-info-panel p {
  margin: 0 0 12px !important;
  color: rgba(255,250,240,.82) !important;
}

.owo-artist-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owo-artist-social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,250,240,.18);
  border-radius: 999px;
  background: rgba(255,250,240,.10);
  color: #fffaf0 !important;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none !important;
}

.owo-artist-store-poster {
  overflow: hidden;
  min-height: clamp(320px, 44vw, 560px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 34px;
  background: rgba(255,250,240,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
}

.owo-artist-store-poster img {
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 44vw, 560px);
  display: block;
  object-fit: cover;
}

.owo-artist-store-poster-placeholder {
  display: grid;
  place-items: center;
  min-height: clamp(320px, 44vw, 560px);
  color: rgba(255,250,240,.74);
  font-weight: 950;
  text-align: center;
}

.owo-artist-store-products-wrap {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) 0;
}

.owo-gallery-public-store .owo-artist-products-section {
  display: grid;
  gap: 22px;
}

.owo-gallery-public-store .owo-artist-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--owo-m-store-line);
}

.owo-gallery-public-store .owo-artist-products-head h2 {
  margin: 0;
  color: #111 !important;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .92;
  letter-spacing: -.06em;
}

.owo-gallery-public-store .owo-artist-products-head > span {
  color: #4d4a43;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.owo-gallery-public-store .owo-marketplace-products {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 320px));
  justify-content: center;
  gap: 22px;
}

.owo-gallery-public-store .owo-marketplace-product-card {
  width: 100%;
  max-width: 320px;
  border-radius: 22px;
  box-shadow: 0 16px 48px rgba(34,28,18,.11);
}

.owo-gallery-public-store .owo-marketplace-product-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.owo-gallery-public-store .owo-marketplace-product-image img,
.owo-marketplace-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.owo-gallery-public-store .owo-product-card-body {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.owo-gallery-public-store .owo-product-card-body span {
  color: #00a86b;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.owo-gallery-public-store .owo-product-card-body h3 {
  margin: 0;
  color: #111 !important;
  font-size: 1.05rem;
  line-height: 1.08;
}

.owo-gallery-public-store .owo-marketplace-price {
  margin: 2px 0 0;
  color: #111 !important;
  font-weight: 950;
}

.owo-gallery-public-store .owo-artist-products-section.is-single .owo-marketplace-products {
  grid-template-columns: minmax(min(100%, 260px), 340px);
}

.owo-gallery-public-store .owo-artist-products-section.is-single .owo-marketplace-product-card {
  max-width: 340px;
}

@media (max-width: 860px) {
  .owo-artist-store-hero {
    min-height: auto;
    padding-top: 92px;
  }
  .owo-artist-store-hero-inner {
    grid-template-columns: 1fr;
  }
  .owo-artist-store-identity {
    grid-template-columns: 1fr;
  }
  .owo-artist-store-avatar {
    width: 92px;
    height: 92px;
  }
  .owo-artist-store-poster,
  .owo-artist-store-poster img,
  .owo-artist-store-poster-placeholder {
    min-height: 300px;
  }
  .owo-m-dashboard-message-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .owo-control-nav {
    border-radius: 18px;
  }
  .owo-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .owo-gallery-public-store .owo-artist-products-head {
    display: grid;
    align-items: start;
  }
}

/* 0.4.9.1 — Galería pública refinada: tienda Reunioon + identidad del artista */
.owo-marketplace-gallery-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

.owo-marketplace-gallery-page .owo-gallery-public-store {
  margin-top: 0;
}

.owo-gallery-public-store {
  width: 100%;
  background: #f6f1e7;
}

.owo-gallery-public-store .owo-artist-store-hero {
  width: 100%;
  min-height: clamp(500px, 64vh, 720px);
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(18px, 6vw, 86px);
  background:
    radial-gradient(circle at 74% 22%, rgba(51, 255, 153, .16), transparent 28%),
    radial-gradient(circle at 18% 70%, rgba(255, 250, 240, .10), transparent 32%),
    linear-gradient(135deg, #070807, #16130f 62%, #2b2519);
}

.owo-gallery-public-store.has-artist-bg .owo-artist-store-hero::before {
  opacity: .54;
  transform: scale(1.01);
  filter: saturate(.92) contrast(1.04);
}

.owo-gallery-public-store.has-artist-bg-repeat .owo-artist-store-hero::before {
  background-size: min(300px, 36vw) auto;
  opacity: .32;
}

.owo-gallery-public-store .owo-artist-store-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .46) 48%, rgba(0, 0, 0, .24)),
    radial-gradient(circle at 72% 34%, rgba(255, 250, 240, .12), transparent 30%),
    linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 44%);
}

.owo-gallery-public-store .owo-artist-store-hero-inner {
  width: min(1180px, 100%);
  grid-template-columns: minmax(280px, 740px);
  justify-content: start;
  align-items: center;
}

.owo-gallery-public-store .owo-artist-store-poster,
.owo-gallery-public-store .owo-artist-store-poster img,
.owo-gallery-public-store .owo-artist-store-poster-placeholder {
  display: none !important;
}

.owo-gallery-public-store .owo-artist-store-identity {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: min(740px, 100%);
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 22px);
  align-items: center;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 250, 240, .24);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .16), rgba(255, 250, 240, .055)),
    rgba(2, 2, 2, .46);
  -webkit-backdrop-filter: blur(22px) saturate(1.24);
  backdrop-filter: blur(22px) saturate(1.24);
  box-shadow:
    0 28px 110px rgba(0, 0, 0, .38),
    inset 0 1px 0 rgba(255, 255, 255, .14),
    inset 0 -1px 0 rgba(0, 0, 0, .18);
}

.owo-gallery-public-store .owo-artist-store-identity > * {
  position: relative;
  z-index: 2;
}

.owo-gallery-public-store .owo-artist-store-identity::before {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(51, 255, 153, .18), transparent 25%),
    radial-gradient(circle at 82% 12%, rgba(255, 250, 240, .14), transparent 26%),
    linear-gradient(115deg, transparent 18%, rgba(255,255,255,.11) 44%, transparent 62%);
  opacity: .86;
  transform: translate3d(-18%, 0, 0) rotate(0.001deg);
  animation: owo_mArtistCardLight 11s ease-in-out infinite alternate;
}

.owo-gallery-public-store .owo-artist-store-identity::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent, rgba(255,255,255,.22), transparent) border-box;
  opacity: .18;
  transform: translateX(-78%);
  animation: owo_mArtistCardShimmer 8.5s ease-in-out infinite;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.owo-gallery-public-store .owo-artist-store-avatar {
  width: clamp(78px, 9vw, 118px);
  height: clamp(78px, 9vw, 118px);
  border: 2px solid rgba(255, 250, 240, .92);
  background: rgba(255, 250, 240, .94);
  box-shadow:
    0 18px 54px rgba(0,0,0,.34),
    0 0 0 7px rgba(51, 255, 153, .08);
  animation: owo_mArtistAvatarPulse 7s ease-in-out infinite;
}

.owo-gallery-public-store .owo-store-kicker {
  margin-bottom: 9px !important;
  color: #33ff99 !important;
  text-shadow: 0 0 22px rgba(51, 255, 153, .18);
}

.owo-gallery-public-store .owo-artist-store-copy h1 {
  color: #fffaf0 !important;
  text-shadow: 0 18px 52px rgba(0,0,0,.42);
}

.owo-gallery-public-store .owo-gallery-meta-store span {
  border-color: rgba(255,250,240,.22);
  background: rgba(255,250,240,.12);
  color: rgba(255,250,240,.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.owo-gallery-public-store .owo-artist-store-bio {
  max-width: 560px;
  color: rgba(255, 250, 240, .84) !important;
}

.owo-gallery-public-store .owo-artist-more-info summary {
  border-color: rgba(255,250,240,.25);
  background: rgba(255,250,240,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.owo-gallery-public-store .owo-artist-more-info summary:hover {
  transform: translateY(-1px);
  border-color: rgba(51,255,153,.42);
  background: rgba(255,250,240,.18);
  box-shadow: 0 12px 34px rgba(0,0,0,.18), 0 0 0 4px rgba(51,255,153,.06);
}

.owo-gallery-public-store .owo-artist-more-info summary::after {
  transition: transform .22s ease;
}

.owo-gallery-public-store .owo-artist-more-info summary:hover::after {
  transform: rotate(90deg);
}

.owo-gallery-public-store .owo-artist-more-info[open] summary:hover::after {
  transform: none;
}

.owo-gallery-public-store .owo-artist-more-info-panel {
  background: rgba(0,0,0,.58);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.owo-gallery-public-store .owo-artist-store-products-wrap {
  width: min(1180px, calc(100% - 28px));
  padding: clamp(34px, 5vw, 68px) 0 clamp(54px, 7vw, 96px);
}

.owo-gallery-public-store .owo-artist-products-head {
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17,17,17,.10);
}

.owo-gallery-public-store .owo-artist-products-head h2 {
  margin: 0;
  color: #111 !important;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.owo-gallery-public-store .owo-store-kicker-light {
  color: #00a86b !important;
  text-shadow: none;
}

.owo-gallery-public-store .owo-artist-store-shop {
  margin-top: 8px;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products {
  float: none !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 300px));
  justify-content: center;
  align-items: start;
  gap: clamp(16px, 2.4vw, 28px) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.owo-gallery-public-store .owo-artist-products-section.is-single .owo-artist-store-shop ul.products {
  grid-template-columns: minmax(min(100%, 250px), 320px);
}

.owo-gallery-public-store .owo-artist-products-section.is-few .owo-artist-store-shop ul.products {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 300px));
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 320px;
  margin: 0 !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products::before,
.owo-gallery-public-store .owo-artist-store-shop ul.products::after {
  display: none !important;
}

@keyframes owo_mArtistCardLight {
  0% { transform: translate3d(-18%, -2%, 0) scale(1); opacity: .66; }
  100% { transform: translate3d(8%, 3%, 0) scale(1.04); opacity: .96; }
}

@keyframes owo_mArtistCardShimmer {
  0%, 58% { transform: translateX(-82%); opacity: .04; }
  72% { opacity: .22; }
  100% { transform: translateX(82%); opacity: .05; }
}

@keyframes owo_mArtistAvatarPulse {
  0%, 100% { box-shadow: 0 18px 54px rgba(0,0,0,.34), 0 0 0 7px rgba(51, 255, 153, .07); }
  50% { box-shadow: 0 18px 54px rgba(0,0,0,.34), 0 0 0 10px rgba(51, 255, 153, .12); }
}

@media (prefers-reduced-motion: reduce) {
  .owo-gallery-public-store .owo-artist-store-identity::before,
  .owo-gallery-public-store .owo-artist-store-identity::after,
  .owo-gallery-public-store .owo-artist-store-avatar {
    animation: none !important;
  }
}

@media (max-width: 860px) {
  .owo-gallery-public-store .owo-artist-store-hero {
    min-height: auto;
    padding: clamp(34px, 9vw, 54px) 14px;
  }

  .owo-gallery-public-store .owo-artist-store-identity {
    grid-template-columns: 1fr;
    justify-items: start;
    border-radius: 26px;
  }

  .owo-gallery-public-store .owo-artist-store-copy h1 {
    font-size: clamp(2.7rem, 16vw, 4.4rem);
  }

  .owo-gallery-public-store .owo-artist-products-head {
    display: grid;
    align-items: start;
  }
}


/* 0.4.9.2 — Tienda de artista unificada con storefront oficial */
.owo-gallery-public-store {
  --owo-m-shop-black: #000;
  --owo-m-shop-card: #142018;
  --owo-m-shop-card-2: #0e1712;
  --owo-m-shop-border: rgba(168, 255, 204, .18);
  --owo-m-shop-green: #33ff99;
  background: var(--owo-m-shop-black) !important;
}

.owo-gallery-public-store .owo-artist-store-hero {
  min-height: clamp(420px, 52vh, 620px);
  padding: clamp(38px, 6vw, 78px) clamp(18px, 5vw, 72px);
}

.owo-gallery-public-store .owo-artist-store-hero-inner {
  width: min(1280px, calc(100% - 20px));
  margin: 0 auto;
  grid-template-columns: 1fr;
  justify-content: stretch;
}

.owo-gallery-public-store .owo-artist-store-identity {
  width: 100%;
  max-width: none;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border-radius: clamp(24px, 3vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, .18), rgba(255, 250, 240, .055)),
    rgba(0, 0, 0, .48);
}

.owo-gallery-public-store .owo-artist-store-copy {
  display: grid;
  gap: 10px;
}

.owo-gallery-public-store .owo-artist-store-copy h1 {
  max-width: 100%;
}

.owo-gallery-public-store .owo-artist-store-bio {
  max-width: 820px;
}

.owo-gallery-public-store .owo-artist-more-info-panel {
  width: min(760px, 100%);
}

.owo-gallery-public-store .owo-artist-store-products-wrap {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 70px) 0 clamp(64px, 8vw, 110px);
  background: transparent !important;
}

.owo-gallery-public-store .owo-artist-products-head {
  border-bottom: 0;
  margin-bottom: clamp(18px, 3vw, 30px);
  color: rgba(255,255,255,.86);
}

.owo-gallery-public-store .owo-store-kicker-light {
  color: var(--owo-m-shop-green) !important;
}

.owo-gallery-public-store .owo-artist-products-head h2 {
  color: #fffaf0 !important;
}

.owo-gallery-public-store .owo-artist-products-head > span {
  color: rgba(255, 250, 240, .58) !important;
}

.owo-gallery-public-store .owo-artist-store-shop,
.owo-gallery-public-store .owo-artist-store-shop .woocommerce {
  background: transparent !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 300px)) !important;
  justify-content: center !important;
  gap: clamp(20px, 2.6vw, 34px) !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.owo-gallery-public-store .owo-artist-products-section.is-single .owo-artist-store-shop ul.products {
  grid-template-columns: minmax(min(100%, 250px), 300px) !important;
}

.owo-gallery-public-store .owo-artist-products-section.is-few .owo-artist-store-shop ul.products {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 300px)) !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product {
  position: relative;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 300px !important;
  min-height: 100%;
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 16px 16px 18px !important;
  overflow: hidden;
  border: 1px solid var(--owo-m-shop-border) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(51,255,153,.10), transparent 38%),
    linear-gradient(180deg, rgba(31,48,37,.98), rgba(12,18,14,.98)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06) !important;
  color: #fffaf0 !important;
  text-align: left !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product::before,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product::after {
  display: none !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a {
  color: inherit !important;
  text-decoration: none !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a.woocommerce-LoopProduct-link {
  display: grid !important;
  gap: 10px;
  flex: 1 1 auto;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product img,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a img,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .attachment-woocommerce_thumbnail {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  display: block !important;
  margin: 0 0 12px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .woocommerce-loop-category__title,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .woocommerce-loop-product__title,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product h2,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #fffaf0 !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: -.03em !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-product-vendor-line {
  order: 2;
  margin: -2px 0 8px !important;
  color: rgba(255,250,240,.68) !important;
  font-size: .76rem !important;
  font-weight: 800;
  line-height: 1.3;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-product-vendor-line::before,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a.woocommerce-LoopProduct-link::before {
  content: "Pieza / servicio Reunioon";
  display: block;
  margin: 0 0 6px;
  color: rgba(255,250,240,.56) !important;
  font-size: .68rem !important;
  font-weight: 950 !important;
  letter-spacing: .13em;
  line-height: 1.1;
  text-transform: uppercase;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-product-vendor-line a {
  color: var(--owo-m-shop-green) !important;
  font-weight: 950 !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .price {
  display: block !important;
  margin: 0 0 16px !important;
  color: var(--owo-m-shop-green) !important;
  font-size: 1.14rem !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .price * {
  color: var(--owo-m-shop-green) !important;
  font-weight: inherit !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .button,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a.button,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .add_to_cart_button,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .product_type_simple {
  width: 100% !important;
  min-height: 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: auto 0 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--owo-m-shop-green) !important;
  color: #001a0d !important;
  font-size: .86rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 12px 32px rgba(51,255,153,.18) !important;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .button:hover,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a.button:hover,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .add_to_cart_button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 16px 42px rgba(51,255,153,.24) !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product:hover {
  border-color: rgba(51,255,153,.32) !important;
  transform: translateY(-2px);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  box-shadow: 0 30px 90px rgba(0,0,0,.56), 0 0 0 1px rgba(51,255,153,.06) !important;
}

@media (max-width: 860px) {
  .owo-gallery-public-store .owo-artist-store-hero-inner {
    width: 100%;
  }

  .owo-gallery-public-store .owo-artist-store-identity {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .owo-gallery-public-store .owo-artist-store-shop ul.products {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
  }
}

@media (max-width: 560px) {
  .owo-gallery-public-store .owo-artist-store-identity {
    grid-template-columns: 1fr;
  }

  .owo-gallery-public-store .owo-artist-store-shop ul.products,
  .owo-gallery-public-store .owo-artist-products-section.is-single .owo-artist-store-shop ul.products,
  .owo-gallery-public-store .owo-artist-products-section.is-few .owo-artist-store-shop ul.products {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .owo-gallery-public-store .owo-artist-store-shop ul.products li.product {
    max-width: none !important;
  }
}

/* 0.4.9.3 — artist dashboard product management */
.owo-product-table-workspace {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(18,18,18,.12);
  border-radius: 22px;
  background: #fffefa;
  box-shadow: 0 18px 46px rgba(0,0,0,.06);
}

.owo-product-table-workspace .owo-product-workspace-head {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(18,18,18,.1);
}

.owo-product-status-tabs {
  display: flex;
  gap: 8px 26px;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(18,18,18,.1);
  color: rgba(18,18,18,.62);
  font-size: .88rem;
  font-weight: 800;
}

.owo-product-status-tabs span:first-child {
  color: #1fd27a;
}

.owo-product-dashboard-table-wrap {
  overflow-x: auto;
}

.owo-product-dashboard-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  color: #141414;
}

.owo-product-dashboard-table th,
.owo-product-dashboard-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(18,18,18,.09);
  vertical-align: middle;
  text-align: left;
}

.owo-product-dashboard-table th {
  color: rgba(18,18,18,.7);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.owo-product-dashboard-table tr.is-current td {
  background: rgba(31,210,122,.08);
}

.owo-product-table-product-inner {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 260px;
}

.owo-product-table-thumb {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f0e9;
}

.owo-product-table-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.owo-product-table-product strong {
  display: block;
  color: #1a1a1a;
  font-size: .98rem;
  line-height: 1.2;
}

.owo-product-table-product span,
.owo-product-table-product small,
.owo-curatorial-chip + small {
  display: block;
  margin-top: 3px;
  color: rgba(18,18,18,.55);
  font-size: .78rem;
  font-weight: 700;
}

.owo-stock-chip,
.owo-product-post-status,
.owo-curatorial-chip {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(18,18,18,.08);
  color: rgba(18,18,18,.8);
  font-size: .78rem;
  font-weight: 850;
  white-space: nowrap;
}

.owo-stock-instock,
.owo-curatorial-approved,
.owo-curatorial-pending_review {
  background: rgba(31,210,122,.16);
  color: #087b46;
}

.owo-stock-outofstock,
.owo-curatorial-changes_requested {
  background: rgba(255,66,66,.12);
  color: #a51f1f;
}

.owo-curatorial-draft {
  background: rgba(18,18,18,.1);
  color: rgba(18,18,18,.7);
}

.owo-table-action {
  color: #009e5b;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.owo-product-taxonomy-box,
.owo-product-attributes-box {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(18,18,18,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}

.owo-product-taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.owo-product-taxonomy-full,
.owo-product-attribute-row {
  margin-top: 16px;
}

.owo-product-taxonomy-box strong,
.owo-product-attributes-box strong {
  display: block;
  margin-bottom: 10px;
  color: #141414;
  font-size: .86rem;
  font-weight: 950;
}

.owo-term-check-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  max-height: 150px;
  overflow: auto;
  padding: 4px;
}

.owo-term-check {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(18,18,18,.11);
  border-radius: 999px;
  background: #f8f6ef;
  color: #141414;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

.owo-term-check input {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

.owo-dimensions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.owo-live-gallery-preview {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 12px 0 0;
}

.owo-live-gallery-preview img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
}

.owo-current-image-box {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 10px 0 14px;
  padding: 10px;
  border: 1px solid rgba(18,18,18,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.65);
}

.owo-current-image-box img {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  object-fit: cover;
}

.owo-current-gallery {
  margin-bottom: 14px;
}

.owo-current-gallery > strong {
  display: block;
  margin-bottom: 10px;
  color: #141414;
  font-size: .85rem;
  font-weight: 950;
}

.owo-current-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 10px;
}

.owo-current-gallery-grid label {
  display: grid !important;
  gap: 6px;
  padding: 8px !important;
  border: 1px solid rgba(18,18,18,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  font-size: .72rem;
  font-weight: 800;
}

.owo-current-gallery-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
}

.owo-artist-image-field {
  position: relative;
}

.owo-remove-image-check {
  margin: 8px 0 !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(255,66,66,.18) !important;
  border-radius: 12px !important;
  background: rgba(255,66,66,.06) !important;
}

@media (max-width: 860px) {
  .owo-product-taxonomy-grid,
  .owo-dimensions-grid {
    grid-template-columns: 1fr !important;
  }

  .owo-product-status-tabs {
    gap: 8px 14px;
  }
}

/* 0.4.9.4 — artist dashboard clarity fixes */
.owo-control-room .owo-marketplace-topbar {
  grid-template-columns: minmax(0, 1fr) clamp(148px, 18vw, 218px);
  align-items: center;
}

.owo-gallery-orb-link {
  position: relative;
  isolation: isolate;
  justify-self: center;
  align-self: center;
  display: grid;
  place-items: center;
  width: clamp(132px, 16vw, 196px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(0, 168, 107, 0.28);
  background:
    radial-gradient(circle at 40% 24%, rgba(255,255,255,0.24), transparent 32%),
    linear-gradient(145deg, #0fac72, #078d5b);
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 28px 62px rgba(0, 168, 107, 0.18);
  transform: translateZ(0);
}

.owo-gallery-orb-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.42)),
    radial-gradient(circle at 50% 42%, transparent 34%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
}

.owo-gallery-orb-link img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owo-gallery-orb-link strong {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.owo-gallery-orb-link span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.36);
  color: #fff;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0,0,0,0.46);
  backdrop-filter: blur(8px);
}

.owo-gallery-orb-link:hover {
  transform: translateY(-2px) translateZ(0);
  box-shadow: 0 34px 72px rgba(0, 168, 107, 0.25);
}

.owo-product-money-box {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid rgba(51, 255, 153, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(51,255,153,0.16), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(255,255,255,0.07), transparent 38%),
    linear-gradient(135deg, rgba(16,16,16,0.96), rgba(35,35,35,0.90));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 22px 58px rgba(0,0,0,0.24);
  color: #f6f1e8;
  backdrop-filter: blur(16px);
}

.owo-product-money-box .owo-form-section-title {
  margin-bottom: 4px !important;
  color: rgba(246,241,232,0.92) !important;
  text-shadow: 0 2px 14px rgba(0,0,0,0.48);
}

.owo-product-money-box > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.owo-product-money-box > div span {
  color: rgba(246,241,232,0.82);
  font-weight: 850;
}

.owo-product-money-box > div strong {
  color: #fffaf0;
  font-size: 1.08rem;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0,0,0,0.36);
}

.owo-product-money-box > div.is-total {
  margin-top: 4px;
  padding: 13px 14px;
  border: 1px solid rgba(51, 255, 153, 0.22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(51,255,153,0.11), rgba(51,255,153,0.035));
}

.owo-product-money-box > div.is-total span {
  color: #fffaf0;
}

.owo-product-money-box > div.is-total strong {
  color: #33ff99;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  text-shadow: 0 0 18px rgba(51,255,153,0.20);
}

.owo-product-money-box small {
  display: block;
  margin-top: 4px;
  max-width: 72ch;
  color: rgba(246,241,232,0.68);
  font-size: 0.86rem;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .owo-control-room .owo-marketplace-topbar {
    grid-template-columns: 1fr;
  }

  .owo-gallery-orb-link {
    justify-self: start;
    width: 136px;
  }
}

@media (max-width: 520px) {
  .owo-product-money-box > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .owo-product-money-box > div strong {
    white-space: normal;
  }
}

/* 0.4.9.5 — Centro de mensajes interno: curaduría + clientes */
.owo-m-message-center {
  overflow: hidden;
}

.owo-m-message-center-head p:last-child {
  max-width: 680px;
  margin: 6px 0 0;
  color: var(--owo-m-muted, #777067);
}

.owo-m-message-center-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.owo-m-message-center-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(17,17,17,.11);
  border-radius: 999px;
  background: #fffdf7;
  color: #111;
  font-size: .78rem;
  font-weight: 950;
}

.owo-m-message-mode-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.owo-m-message-mode-tabs button {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(17,17,17,.11);
  border-radius: 999px;
  background: #fffaf0;
  color: #111;
  font: inherit;
  font-size: .88rem;
  font-weight: 950;
  cursor: pointer;
}

.owo-m-message-mode-tabs button.is-active {
  background: #111;
  border-color: #111;
  color: #33ff99;
}

.owo-m-message-app {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  min-height: 620px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 26px;
  overflow: hidden;
  background: #f4efe4;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62);
}

.owo-m-chat-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px;
  border-right: 1px solid rgba(17,17,17,.1);
  background: rgba(255,250,240,.84);
  overflow: auto;
}

.owo-m-chat-group {
  display: grid;
  gap: 8px;
}

.owo-m-chat-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 4px 2px;
  color: #111;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.owo-m-chat-group-title em {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #111;
  color: #33ff99;
  font-style: normal;
  font-size: .72rem;
}

.owo-m-chat-placeholder {
  padding: 12px;
  border: 1px dashed rgba(17,17,17,.18);
  border-radius: 16px;
  color: #777067;
  font-size: .86rem;
  font-weight: 800;
}

.owo-m-chat-list-item {
  width: 100%;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.74);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.owo-m-chat-list-item:hover,
.owo-m-chat-list-item.is-active {
  transform: translateY(-1px);
  border-color: rgba(0,168,107,.24);
  background: #fffdf7;
  box-shadow: 0 12px 24px rgba(17,17,17,.07);
}

.owo-m-chat-list-item.needs-attention:not(.is-active) {
  border-color: rgba(0,168,107,.22);
}

.owo-m-chat-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  overflow: hidden;
  background: #111;
  color: #33ff99;
  font-size: .92rem;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.owo-m-chat-avatar-customer {
  background: linear-gradient(135deg, #fffaf0, #e7dfd0);
  color: #111;
  border: 1px solid rgba(17,17,17,.12);
}

.owo-m-chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-m-chat-list-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.owo-m-chat-list-copy strong,
.owo-m-chat-list-copy em,
.owo-m-chat-list-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owo-m-chat-list-copy strong {
  color: #111;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.12;
}

.owo-m-chat-list-copy em {
  color: #5f594f;
  font-style: normal;
  font-size: .76rem;
  font-weight: 850;
}

.owo-m-chat-list-copy small {
  color: #777067;
  font-size: .76rem;
  font-weight: 700;
}

.owo-m-chat-list-meta {
  display: grid;
  justify-items: end;
  gap: 5px;
  max-width: 88px;
}

.owo-m-chat-list-meta time {
  color: #777067;
  font-size: .68rem;
  font-weight: 850;
  white-space: nowrap;
}

.owo-m-chat-list-meta span {
  max-width: 88px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(0,168,107,.1);
  color: #087348;
  font-size: .62rem;
  font-weight: 950;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owo-m-chat-stage {
  min-width: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(0,168,107,.08), transparent 36%),
    radial-gradient(circle at 80% 20%, rgba(17,17,17,.05), transparent 34%),
    #f8f2e8;
}

.owo-m-chat-thread {
  display: none;
  min-height: 620px;
}

.owo-m-chat-thread.is-active {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.owo-m-chat-thread-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(17,17,17,.1);
  background: rgba(255,250,240,.9);
  backdrop-filter: blur(10px);
}

.owo-m-chat-thread-head h3 {
  margin: 3px 0 4px;
  color: #111;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.owo-m-chat-thread-head span {
  color: #5f594f;
  font-size: .88rem;
  font-weight: 850;
}

.owo-m-thread-status-stack {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.owo-m-thread-status-stack span,
.owo-m-thread-status-stack a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 950;
  text-decoration: none;
}

.owo-m-thread-status-stack span {
  background: #111;
  color: #33ff99;
}

.owo-m-thread-status-stack a {
  border: 1px solid rgba(17,17,17,.12);
  background: #fffdf7;
  color: #111;
}

.owo-m-chat-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(17,17,17,.08);
  background: rgba(255,255,255,.42);
}

.owo-m-chat-context span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,250,240,.82);
  color: #3f3a34;
  font-size: .78rem;
  font-weight: 850;
}

.owo-m-chat-context strong {
  color: #111;
  font-weight: 950;
}

.owo-m-chat-bubbles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  overflow: auto;
}

.owo-m-chat-bubble {
  width: fit-content;
  max-width: min(76%, 640px);
  padding: 11px 13px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 18px;
  background: #fffdf7;
  box-shadow: 0 8px 18px rgba(17,17,17,.05);
}

.owo-m-chat-bubble-artist {
  align-self: flex-end;
  background: #111;
  color: #fffaf0;
  border-color: #111;
}

.owo-m-chat-bubble-reunioon,
.owo-m-chat-bubble-system {
  align-self: flex-start;
  background: rgba(255,250,240,.95);
}

.owo-m-chat-bubble-customer {
  align-self: flex-start;
  border-color: rgba(0,168,107,.18);
  background: #fff;
}

.owo-m-chat-bubble-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
}

.owo-m-chat-bubble-meta strong,
.owo-m-chat-bubble-meta time {
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .74;
}

.owo-m-chat-bubble p {
  margin: 0;
  color: inherit;
  line-height: 1.45;
}

.owo-m-chat-attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
}

.owo-m-chat-attachments a {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
  color: inherit;
  font-size: .7rem;
  font-weight: 950;
  text-decoration: none;
}

.owo-m-chat-attachments img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-m-chat-compose {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid rgba(17,17,17,.1);
  background: rgba(255,250,240,.94);
}

.owo-m-chat-compose textarea {
  width: 100%;
  min-height: 78px;
  padding: 12px 14px;
  border: 1px solid rgba(17,17,17,.14);
  border-radius: 18px;
  background: #fff;
  color: #111;
  resize: vertical;
}

.owo-m-chat-compose-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.owo-m-chat-compose-actions label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: .78rem;
  font-weight: 950;
}

.owo-m-message-empty-state {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px dashed rgba(17,17,17,.16);
  border-radius: 18px;
  background: #fffdf7;
}

.owo-m-message-empty-state strong {
  color: #111;
  font-size: 1.1rem;
}

.owo-m-message-empty-state p {
  margin: 0;
  color: #777067;
}

@media (max-width: 980px) {
  .owo-m-message-app {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .owo-m-chat-sidebar {
    max-height: 360px;
    border-right: 0;
    border-bottom: 1px solid rgba(17,17,17,.1);
  }
  .owo-m-chat-thread,
  .owo-m-chat-thread.is-active {
    min-height: 560px;
  }
}

@media (max-width: 640px) {
  .owo-m-message-center-stats,
  .owo-m-chat-thread-head,
  .owo-m-chat-compose-actions {
    display: grid;
    justify-items: start;
  }
  .owo-m-chat-list-item {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .owo-m-chat-list-meta {
    grid-column: 2;
    justify-items: start;
    display: flex;
  }
  .owo-m-chat-bubble {
    max-width: 92%;
  }
}

/* Ventas / Centro financiero */
.owo-sales-center {
  display: grid;
  gap: 22px;
}

.owo-sales-hero-card .owo-marketplace-section-head p {
  max-width: 760px;
}

.owo-sales-tag-live {
  background: rgba(116, 55, 255, .12) !important;
  color: #5a32d6 !important;
  border-color: rgba(116, 55, 255, .22) !important;
}

.owo-sales-metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.owo-sales-metric {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(17,17,17,.1);
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(17,17,17,.05);
}

.owo-sales-metric span {
  color: #625b52;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.owo-sales-metric strong {
  color: #111;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
}

.owo-sales-metric small {
  color: #777067;
  font-size: .82rem;
  line-height: 1.35;
}

.owo-sales-metric-real {
  border-color: rgba(20, 170, 96, .18);
}

.owo-sales-metric-projection {
  border-color: rgba(116, 55, 255, .24);
  background: linear-gradient(135deg, rgba(116, 55, 255, .08), #fffdf8 58%);
}

.owo-sales-metric-projection strong {
  color: #5a32d6;
}

.owo-sales-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 22px;
  align-items: start;
}

.owo-sales-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.owo-sales-card-head h3 {
  margin: 4px 0 0;
  color: #111;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}

.owo-sales-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #625b52;
  font-size: .82rem;
  font-weight: 900;
}

.owo-sales-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.owo-sales-legend i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
}

.owo-sales-legend .owo-real {
  background: #1eca78;
}

.owo-sales-legend .owo-projection {
  background: #7a4dff;
}

.owo-sales-chart {
  display: grid;
  gap: 18px;
}

.owo-sales-chart-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: #fffdf8;
  border: 1px solid rgba(17,17,17,.08);
}

.owo-sales-chart-label {
  display: grid;
  gap: 4px;
}

.owo-sales-chart-label strong {
  color: #111;
}

.owo-sales-chart-label small {
  color: #777067;
  font-weight: 800;
}

.owo-sales-bars {
  display: grid;
  gap: 10px;
}

.owo-sales-bar-line {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) minmax(90px, auto);
  gap: 12px;
  align-items: center;
}

.owo-sales-bar-line span {
  color: #625b52;
  font-size: .78rem;
  font-weight: 950;
}

.owo-sales-bar-line strong {
  color: #111;
  font-size: .86rem;
  text-align: right;
}

.owo-sales-bar-track {
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17,17,17,.08);
}

.owo-sales-bar-track i {
  display: block;
  height: 100%;
  min-width: 4px;
  border-radius: inherit;
}

.owo-sales-bar-real {
  background: linear-gradient(90deg, #0ea65b, #1ee487);
}

.owo-sales-bar-projection {
  background: linear-gradient(90deg, #5f36d9, #9b74ff);
}

.owo-sales-insight {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(17,17,17,.04);
  border: 1px solid rgba(17,17,17,.08);
}

.owo-sales-insight strong {
  color: #111;
}

.owo-sales-insight p {
  margin: 0;
  color: #625b52;
  line-height: 1.5;
}

.owo-sales-projection-form {
  gap: 14px;
}

.owo-sales-projection-result {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 22px;
  background: #111;
  color: #fff;
}

.owo-sales-projection-result div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.owo-sales-projection-result div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.owo-sales-projection-result span {
  color: rgba(255,255,255,.68);
  font-size: .82rem;
  font-weight: 900;
}

.owo-sales-projection-result strong {
  color: #fff;
  font-size: 1rem;
}

.owo-sales-projection-result .is-total strong {
  color: #b99cff;
  font-size: 1.22rem;
}

.owo-sales-products-table-wrap {
  overflow-x: auto;
}

.owo-sales-products-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.owo-sales-products-table th {
  color: #706960;
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: left;
  padding: 0 14px 4px;
}

.owo-sales-products-table td {
  padding: 16px 14px;
  background: #fffdf8;
  border-top: 1px solid rgba(17,17,17,.08);
  border-bottom: 1px solid rgba(17,17,17,.08);
  color: #1a1712;
}

.owo-sales-products-table td:first-child {
  border-left: 1px solid rgba(17,17,17,.08);
  border-radius: 18px 0 0 18px;
}

.owo-sales-products-table td:last-child {
  border-right: 1px solid rgba(17,17,17,.08);
  border-radius: 0 18px 18px 0;
}

.owo-sales-products-table strong {
  color: #111;
}

.owo-sales-empty {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: 24px;
  border: 1px dashed rgba(17,17,17,.16);
  background: #fffdf8;
}

.owo-sales-empty strong {
  color: #111;
  font-size: 1.1rem;
}

.owo-sales-empty p {
  margin: 0;
  color: #706960;
}

@media (max-width: 1120px) {
  .owo-sales-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .owo-sales-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .owo-sales-metrics-grid {
    grid-template-columns: 1fr;
  }
  .owo-sales-card-head,
  .owo-sales-chart-row,
  .owo-sales-bar-line {
    display: grid;
    grid-template-columns: 1fr;
  }
  .owo-sales-bar-line strong {
    text-align: left;
  }
  .owo-sales-chart-label {
    border-bottom: 1px solid rgba(17,17,17,.08);
    padding-bottom: 10px;
  }
}

/* 0.4.9.9 — Cobros / Centro de liquidaciones: estilo claro del dashboard */
.owo-payout-panel {
  display: grid;
  gap: 22px;
}

.owo-payout-hero {
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 168, 107, .10), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(116, 55, 255, .08), transparent 30%),
    var(--owo-m-card);
  color: var(--owo-m-text);
  border-color: var(--owo-m-line);
}

.owo-payout-hero h2,
.owo-payout-hero p,
.owo-payout-hero .owo-marketplace-kicker {
  color: var(--owo-m-text);
}

.owo-payout-hero .owo-marketplace-kicker {
  color: var(--owo-m-green) !important;
}

.owo-payout-hero > p {
  max-width: 860px;
  color: var(--owo-m-soft);
  margin: -4px 0 0;
}

.owo-payout-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.owo-payout-metric {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--owo-m-line);
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(17, 17, 17, .05);
}

.owo-payout-metric span {
  color: var(--owo-m-muted);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.owo-payout-metric strong {
  color: var(--owo-m-text);
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1;
}

.owo-payout-metric small {
  color: var(--owo-m-muted);
  line-height: 1.35;
}

.owo-payout-metric-good {
  border-color: rgba(0,168,107,.18);
  background: linear-gradient(135deg, rgba(0,168,107,.07), #fffdf8 62%);
}

.owo-payout-metric-good strong {
  color: #087348;
}

.owo-payout-metric-purple {
  border-color: rgba(116, 55, 255, .20);
  background: linear-gradient(135deg, rgba(116, 55, 255, .07), #fffdf8 62%);
}

.owo-payout-metric-purple strong {
  color: #5a32d6;
}

.owo-payout-metric-warning {
  border-color: rgba(180,110,0,.22);
  background: linear-gradient(135deg, rgba(255,190,71,.16), #fffdf8 62%);
}

.owo-payout-metric-warning strong {
  color: #8b5d00;
}

.owo-payout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 22px;
  align-items: start;
}

.owo-payout-advance-card,
.owo-payout-profile-card,
.owo-payout-table-card,
.owo-payout-movements-card {
  overflow: hidden;
  background: var(--owo-m-card);
  border-color: var(--owo-m-line);
}

.owo-payout-advance-card h3,
.owo-payout-profile-card h3,
.owo-payout-table-card h3,
.owo-payout-movements-card h3 {
  margin-top: 0;
}

.owo-payout-advance-form {
  margin-top: 18px;
}

.owo-payout-advance-summary {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  background: #fffdf8;
  border: 1px solid var(--owo-m-line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
}

.owo-payout-advance-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17,17,17,.08);
}

.owo-payout-advance-summary div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.owo-payout-advance-summary span {
  color: var(--owo-m-muted);
  font-size: .82rem;
  font-weight: 900;
}

.owo-payout-advance-summary strong {
  color: var(--owo-m-text);
  font-size: 1.06rem;
}

.owo-payout-advance-summary [data-owo-advance-net] {
  color: #087348;
}

.owo-payout-table .owo-marketplace-tag {
  white-space: nowrap;
}

.owo-payout-movements {
  display: grid;
  gap: 10px;
}

.owo-payout-movement {
  display: grid;
  grid-template-columns: 84px 150px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: #fffdf8;
  border: 1px solid var(--owo-m-line);
}

.owo-payout-movement span {
  color: var(--owo-m-muted);
  font-size: .82rem;
  font-weight: 900;
}

.owo-payout-movement strong {
  color: var(--owo-m-text);
  font-size: 1rem;
}

.owo-payout-movement p {
  margin: 0;
  color: var(--owo-m-soft);
}

.owo-payout-movement.is-credit strong { color: #087348; }
.owo-payout-movement.is-debit strong,
.owo-payout-movement.is-fee strong { color: #8b5d00; }

.owo-payout-note {
  padding: 18px 20px;
  border-radius: 22px;
  background: #fffdf8;
  color: var(--owo-m-soft);
  border: 1px solid var(--owo-m-line);
  box-shadow: 0 14px 32px rgba(17, 17, 17, .05);
}

.owo-payout-note strong {
  color: var(--owo-m-text);
}

@media (max-width: 1180px) {
  .owo-payout-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .owo-payout-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .owo-payout-metrics {
    grid-template-columns: 1fr;
  }
  .owo-payout-movement {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .owo-payout-advance-summary div {
    display: grid;
  }
}


/* Guía del Artista Reunioon */
.owo-guide-center {
  display: grid;
  gap: 20px;
}

.owo-guide-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(0, 168, 107, .12), transparent 34%),
    linear-gradient(135deg, #fffdf8, #f8f1e4);
}

.owo-guide-hero > p {
  max-width: 850px;
  margin-top: 0;
}

.owo-guide-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.owo-guide-path article {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--owo-m-line);
}

.owo-guide-path strong {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--owo-m-green);
  font-size: .85rem;
}

.owo-guide-path span {
  color: var(--owo-m-text);
  font-weight: 900;
  font-size: .9rem;
  line-height: 1.15;
}

.owo-guide-class-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.owo-guide-class-card {
  border: 1px solid var(--owo-m-line);
  border-radius: 22px;
  background: var(--owo-m-card);
  box-shadow: 0 14px 36px rgba(34, 28, 18, .08);
  overflow: hidden;
}

.owo-guide-class-card summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  display: grid;
  gap: 4px;
}

.owo-guide-class-card summary::-webkit-details-marker {
  display: none;
}

.owo-guide-class-card summary span,
.owo-guide-mini-tool .owo-marketplace-kicker {
  color: var(--owo-m-green);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.owo-guide-class-card summary strong {
  color: var(--owo-m-text);
  font-size: 1.08rem;
}

.owo-guide-class-card summary:after {
  content: "+";
  position: absolute;
}

.owo-guide-class-body {
  padding: 0 20px 20px;
}

.owo-guide-class-body p {
  margin-top: 0;
}

.owo-guide-class-body ul,
.owo-guide-mini-tool ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--owo-m-soft);
}

.owo-guide-class-body li,
.owo-guide-mini-tool li {
  margin: 6px 0;
  line-height: 1.45;
}

.owo-guide-tools-layout,
.owo-guide-action-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
  align-items: start;
}

.owo-guide-calculator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.owo-guide-calculator-grid label,
.owo-guide-checks label {
  display: grid;
  gap: 6px;
}

.owo-guide-calculator-grid span,
.owo-guide-checks span {
  color: var(--owo-m-soft);
  font-weight: 850;
  font-size: .86rem;
}

.owo-guide-calculator-grid input {
  width: 100%;
  border: 1px solid var(--owo-m-line);
  border-radius: 14px;
  background: #fffdf8;
  color: var(--owo-m-text);
  padding: 12px 14px;
  font-weight: 850;
}

.owo-guide-price-result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.owo-guide-price-result div,
.owo-guide-problem-grid article,
.owo-guide-criteria-grid span {
  border: 1px solid var(--owo-m-line);
  border-radius: 18px;
  background: #fffdf8;
}

.owo-guide-price-result div {
  padding: 14px;
}

.owo-guide-price-result span {
  display: block;
  color: var(--owo-m-muted);
  font-size: .8rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.owo-guide-price-result strong {
  color: var(--owo-m-green);
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  letter-spacing: -.04em;
}

.owo-guide-checks {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.owo-guide-checks label {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 11px 12px;
  border-radius: 14px;
  background: #fffdf8;
  border: 1px solid var(--owo-m-line);
}

.owo-guide-checks input {
  margin-top: 3px;
  accent-color: var(--owo-m-green);
}

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

.owo-guide-mini-tool p {
  margin: 8px 0 0;
}

.owo-guide-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.owo-guide-problem-grid article {
  padding: 16px;
}

.owo-guide-problem-grid h4 {
  margin: 0 0 8px;
  color: var(--owo-m-text);
  font-size: .98rem;
}

.owo-guide-problem-grid p {
  margin: 0;
  font-size: .92rem;
}

.owo-guide-criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.owo-guide-criteria-grid span {
  padding: 12px 13px;
  color: var(--owo-m-text);
  font-weight: 900;
  font-size: .88rem;
}

@media (max-width: 980px) {
  .owo-guide-path,
  .owo-guide-criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .owo-guide-class-grid,
  .owo-guide-tools-layout,
  .owo-guide-action-grid,
  .owo-guide-problem-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .owo-guide-path,
  .owo-guide-calculator-grid,
  .owo-guide-price-result,
  .owo-guide-criteria-grid {
    grid-template-columns: 1fr;
  }
  .owo-guide-class-card summary {
    padding: 16px;
  }
  .owo-guide-class-body {
    padding: 0 16px 16px;
  }
}

.owo-guide-class-card summary {
  position: relative;
  padding-right: 50px;
}

.owo-guide-class-card summary:after {
  right: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--owo-m-green-soft);
  color: var(--owo-m-green);
  font-weight: 950;
}

.owo-guide-class-card[open] summary:after {
  content: "–";
}


/* 0.4.9.11 — Galería de artista como tienda oficial filtrada */
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a.woocommerce-LoopProduct-link::before,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-product-vendor-line::before {
  content: none !important;
  display: none !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-product-vendor-line {
  display: none !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product a.woocommerce-LoopProduct-link {
  gap: 0 !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .woocommerce-loop-product__title,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product h2.woocommerce-loop-product__title {
  margin-top: 0 !important;
}


/* 0.4.9.12 — Pestaña Acerca del artista en producto */
.owo-product-artist-tab {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(0,168,107,0.22);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(0,168,107,0.08));
}

.owo-product-artist-tab-avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-decoration: none !important;
  background: rgba(0,168,107,0.18);
  border: 1px solid rgba(0,168,107,0.48);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28), 0 0 0 8px rgba(0,168,107,0.08);
}

.owo-product-artist-tab-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-product-artist-tab-avatar strong {
  color: var(--owo-m-green);
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.owo-product-artist-tab-body h2 {
  margin: 4px 0 6px;
  color: inherit;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.08em;
}

.owo-product-artist-tab-category {
  margin: 0 0 12px;
  font-weight: 850;
  color: var(--owo-m-green);
}

.owo-product-artist-tab-bio {
  max-width: 720px;
  margin: 0 0 18px;
  color: inherit;
  opacity: 0.82;
  line-height: 1.55;
}

.owo-product-artist-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--owo-m-green);
  color: #06120d !important;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(0,168,107,0.22);
}

.owo-product-artist-tab-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(0,168,107,0.32);
}

@media (max-width: 640px) {
  .owo-product-artist-tab {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 22px;
  }
  .owo-product-artist-tab-bio {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 0.4.9.13 — Valoraciones de artista en OWO Artista */
.owo-artist-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin: 12px 0;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,168,107,0.26);
  background: rgba(0,168,107,0.10);
  color: inherit;
}

.owo-artist-rating-badge strong {
  font-weight: 950;
  color: var(--owo-m-green);
}

.owo-artist-rating-badge small {
  opacity: .82;
  font-weight: 850;
  font-size: .78rem;
}

.owo-artist-rating-badge.is-empty {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.16);
}

.owo-artist-rating-stars {
  display: inline-flex;
  letter-spacing: .08em;
  color: var(--owo-m-green-bright, #33ff99);
  font-size: .95rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(51,255,153,0.22);
}

.owo-artist-rating-badge-compact {
  margin-top: 10px;
  margin-bottom: 10px;
}

.owo-artist-review-highlights {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.owo-artist-review-highlights article {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

.owo-artist-review-highlights article div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.owo-artist-review-highlights article strong {
  font-size: .86rem;
}

.owo-artist-review-highlights article p {
  margin: 0;
  color: inherit;
  opacity: .82;
  font-size: .9rem;
}

.owo-product-artist-tab .owo-artist-rating-badge {
  background: rgba(0,168,107,0.12);
  border-color: rgba(0,168,107,0.28);
}

.owo-product-artist-tab-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.owo-artist-rating-note,
.owo-artist-rating-thanks {
  display: block;
  max-width: 720px;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0,168,107,0.20);
  background: rgba(0,168,107,0.08);
  color: inherit;
  font-weight: 800;
  font-size: .92rem;
}

.owo-artist-rating-thanks {
  border-color: rgba(0,168,107,0.36);
  background: rgba(0,168,107,0.16);
}

.owo-artist-rating-form {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(0,168,107,0.18);
  background: rgba(0,0,0,0.18);
}

.owo-artist-rating-form-head strong,
.owo-artist-rating-form label span {
  display: block;
  color: inherit;
  font-weight: 950;
}

.owo-artist-rating-form-head small {
  display: block;
  margin-top: 4px;
  opacity: .72;
  line-height: 1.45;
}

.owo-artist-rating-form select,
.owo-artist-rating-form textarea {
  width: 100%;
  margin-top: 7px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.92);
  color: #111;
  padding: 11px 12px;
  font: inherit;
}

.owo-marketplace-lite .owo-artist-rating-stars,
.owo-marketplace-page .owo-artist-rating-stars {
  color: var(--owo-m-green);
  text-shadow: none;
}

.owo-gallery-public-store .owo-artist-rating-stars,
.owo-product-artist-tab .owo-artist-rating-stars {
  color: var(--owo-m-green-bright, #33ff99);
  text-shadow: 0 0 18px rgba(51,255,153,0.22);
}

@media (max-width: 640px) {
  .owo-artist-rating-badge {
    justify-content: center;
  }
  .owo-artist-rating-form {
    text-align: left;
  }
}


/* 0.4.9.14 — Ajustes de tienda pública del artista + wishlist */
body.owo-m-artist-gallery-template,
body.owo-m-artist-public-store-template {
  background: #050505;
}

body.owo-m-artist-gallery-template .owo-marketplace-gallery-page {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #050505;
}

body.owo-m-artist-gallery-template .site-footer,
body.owo-m-artist-gallery-template footer.site-footer,
body.owo-m-artist-gallery-template #colophon,
body.owo-m-artist-gallery-template footer {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #f6f1e7;
}

/* El botón de lista de deseos viene del Woo Skin, pero en /artistas/.../
   no hereda el contexto de tienda. Lo normalizamos aquí para que no salga
   como botón default del navegador. */
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle-form {
  order: 99;
  display: block !important;
  width: 100%;
  margin: 8px 0 0 !important;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle {
  width: 100% !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255,250,240,.18) !important;
  border-radius: 999px !important;
  background: rgba(255,250,240,.08) !important;
  color: rgba(255,250,240,.92) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.01em;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.18) !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle::before {
  content: "♡";
  display: inline-block;
  color: var(--owo-m-shop-green);
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-1px);
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle.is-saved::before {
  content: "♥";
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle:hover,
.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(51,255,153,.38) !important;
  background: rgba(51,255,153,.12) !important;
  color: #fffaf0 !important;
  box-shadow: 0 16px 36px rgba(51,255,153,.12) !important;
  outline: none;
}

.owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle.is-saved {
  border-color: rgba(51,255,153,.42) !important;
  background: rgba(51,255,153,.14) !important;
  color: #fffaf0 !important;
}

@media (max-width: 720px) {
  .owo-gallery-public-store .owo-artist-store-shop ul.products li.product .owo-wishlist-toggle {
    min-height: 40px !important;
    font-size: .74rem !important;
  }
}


/* 0.4.9.15 — Admin OWO Artista v2 */
.owo-m-admin-v2 {
  --owo-m-admin-dark: #101411;
  --owo-m-admin-soft: #f6f1e7;
}

.owo-m-admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.owo-m-admin-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  background: #f6f1e7;
  color: #1d1d1b;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.owo-m-admin-tabs a.is-active {
  border-color: rgba(0,168,107,.45);
  background: #00a86b;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0,168,107,.18);
}

.owo-m-admin-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.owo-m-admin-summary-card {
  display: grid;
  gap: 6px;
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  background: #fff;
  color: #111;
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(0,0,0,.06);
}

.owo-m-admin-summary-card:hover {
  border-color: rgba(0,168,107,.26);
  transform: translateY(-1px);
}

.owo-m-admin-summary-card.is-static:hover {
  transform: none;
}

.owo-m-admin-summary-card strong {
  color: #00a86b;
  font-size: 34px;
  line-height: 1;
}

.owo-m-admin-summary-card span {
  color: #111;
  font-size: 15px;
  font-weight: 950;
}

.owo-m-admin-summary-card small {
  color: #6b675f;
  line-height: 1.35;
}

.owo-m-admin-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 16px;
  margin-top: 16px;
}

.owo-m-admin-panel-soft {
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,0,0,.05);
}

.owo-m-admin-panel-soft h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.owo-m-admin-clean-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.owo-m-admin-clean-list a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f6f1e7;
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

.owo-m-admin-status-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
}

.owo-m-admin-status-mini-grid a {
  display: grid;
  gap: 3px;
  padding: 12px;
  border-radius: 16px;
  background: #f6f1e7;
  color: #111;
  text-decoration: none;
}

.owo-m-admin-status-mini-grid strong {
  color: #00a86b;
  font-size: 24px;
  line-height: 1;
}

.owo-m-admin-status-mini-grid span {
  color: #3d3933;
  font-size: 12px;
  font-weight: 850;
}

.owo-m-admin-artist-list,
.owo-m-product-accordion-list {
  display: grid;
  gap: 10px;
}

.owo-m-admin-accordion {
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.045);
}

.owo-m-admin-accordion summary {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto auto auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.owo-m-admin-accordion summary::-webkit-details-marker {
  display: none;
}

.owo-m-admin-accordion summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #101411;
  color: #fff;
  font-weight: 950;
}

.owo-m-admin-accordion[open] summary::after {
  content: "–";
  background: #00a86b;
}

.owo-m-admin-accordion summary strong {
  display: block;
  color: #111;
  font-size: 14px;
}

.owo-m-admin-accordion summary small {
  display: block;
  margin-top: 3px;
  color: #6f6a62;
}

.owo-m-admin-accordion-body {
  padding: 0 16px 16px;
}

.owo-m-admin-accordion-body > .owo-m-curatorial-card {
  margin-top: 10px;
}

.owo-m-product-summary-thumb {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 14px;
  background: #f6f1e7;
}

.owo-m-product-summary-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owo-m-product-summary-main {
  min-width: 0;
}

.owo-m-product-accordion summary,
.owo-m-chat-accordion summary {
  grid-template-columns: 54px minmax(220px, 1fr) auto auto;
}

.owo-m-product-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.owo-m-product-summary-actions .button {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
}

.owo-m-certified-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.owo-m-certified-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,0,0,.05);
}

.owo-m-certified-card h3 {
  margin: 0;
  color: #111;
  font-size: 28px;
  line-height: .95;
  letter-spacing: -.04em;
}

.owo-m-certified-card p {
  margin: 6px 0 0;
  color: #6f6a62;
}

.owo-m-certified-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.owo-m-certified-stats span {
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 14px;
  background: #f6f1e7;
  color: #6f6a62;
  font-size: 11px;
  font-weight: 800;
}

.owo-m-certified-stats strong {
  color: #00a86b;
  font-size: 18px;
  line-height: 1;
}

.owo-m-admin-muted {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f6f1e7;
  color: #6f6a62;
  font-size: 12px;
  font-weight: 800;
}

.owo-m-admin-v2-filters {
  margin-bottom: 16px;
}

@media (max-width: 980px) {
  .owo-m-admin-split {
    grid-template-columns: 1fr;
  }

  .owo-m-admin-accordion summary,
  .owo-m-product-accordion summary,
  .owo-m-chat-accordion summary {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .owo-m-admin-accordion summary > .owo-m-status-chip,
  .owo-m-product-summary-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .owo-m-certified-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* 0.4.9.17 — Botones admin Reunioon / OWO Artista */
.owo-m-admin-v2 .button,
.owo-m-admin-v2 a.button,
.owo-m-admin-v2 button.button,
.owo-m-admin-v2 input.button,
.owo-m-admin-v2 .button-primary,
.owo-m-admin-v2 a.button-primary,
.owo-m-admin-v2 button.button-primary,
.owo-m-admin-v2 input.button-primary,
.owo-m-admin-v2 .owo-m-admin-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(17,17,17,.12) !important;
  border-radius: 999px !important;
  background: #f6f1e7 !important;
  color: #111 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.01em;
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.owo-m-admin-v2 .button:hover,
.owo-m-admin-v2 a.button:hover,
.owo-m-admin-v2 button.button:hover,
.owo-m-admin-v2 input.button:hover,
.owo-m-admin-v2 .button:focus,
.owo-m-admin-v2 a.button:focus,
.owo-m-admin-v2 button.button:focus,
.owo-m-admin-v2 input.button:focus,
.owo-m-admin-v2 .owo-m-admin-button:hover,
.owo-m-admin-v2 .owo-m-admin-button:focus {
  transform: translateY(-1px);
  border-color: rgba(0,168,107,.34) !important;
  background: #fffaf0 !important;
  color: #111 !important;
  box-shadow: 0 10px 24px rgba(0,168,107,.10) !important;
  outline: none !important;
}

.owo-m-admin-v2 .button-primary,
.owo-m-admin-v2 a.button-primary,
.owo-m-admin-v2 button.button-primary,
.owo-m-admin-v2 input.button-primary {
  border-color: rgba(0,168,107,.46) !important;
  background: #00a86b !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(0,168,107,.18) !important;
}

.owo-m-admin-v2 .button-primary:hover,
.owo-m-admin-v2 a.button-primary:hover,
.owo-m-admin-v2 button.button-primary:hover,
.owo-m-admin-v2 input.button-primary:hover,
.owo-m-admin-v2 .button-primary:focus,
.owo-m-admin-v2 a.button-primary:focus,
.owo-m-admin-v2 button.button-primary:focus,
.owo-m-admin-v2 input.button-primary:focus {
  border-color: rgba(0,168,107,.58) !important;
  background: #06bd7c !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(0,168,107,.24) !important;
}

.owo-m-admin-v2 .owo-m-admin-button.is-active,
.owo-m-admin-v2 .button.is-active,
.owo-m-admin-v2 a.button.is-active,
.owo-m-admin-v2 button.button.is-active {
  border-color: rgba(0,168,107,.48) !important;
  background: rgba(0,168,107,.12) !important;
  color: #00784d !important;
  box-shadow: inset 0 0 0 1px rgba(0,168,107,.08) !important;
}

.owo-m-admin-v2 .owo-m-filter-actions {
  align-items: end;
}

.owo-m-admin-v2 .owo-m-filter-actions .button,
.owo-m-admin-v2 .owo-m-message-actions .button,
.owo-m-admin-v2 .owo-m-admin-action-group .button,
.owo-m-admin-v2 .owo-m-product-summary-actions .button {
  white-space: nowrap;
}

.owo-m-admin-v2 .owo-m-product-summary-actions .button {
  min-height: 32px !important;
  padding: 0 11px !important;
  font-size: 11px !important;
}

.owo-m-admin-v2 .owo-m-certified-card .owo-m-admin-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owo-m-admin-v2 .owo-m-certified-card .owo-m-admin-action-group .button {
  min-height: 34px !important;
}

.owo-m-admin-v2 .owo-m-certified-card .owo-m-admin-action-group .button-primary::before {
  content: "↗";
  margin-right: 6px;
  font-size: 12px;
}

.owo-m-admin-v2 .owo-m-certified-card .owo-m-admin-action-group .button:not(.button-primary)::before {
  content: "•";
  margin-right: 6px;
  color: #00a86b;
  font-size: 14px;
  line-height: 0;
}

.owo-m-admin-v2 .owo-m-certified-card .owo-m-admin-action-group .button[href*="user-edit.php"]::before {
  content: "✎";
  font-size: 12px;
  line-height: 1;
}

.owo-m-admin-v2 .owo-m-curatorial-message-form textarea,
.owo-m-admin-v2 .owo-m-curatorial-filters input,
.owo-m-admin-v2 .owo-m-curatorial-filters select {
  border-color: rgba(17,17,17,.16) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.owo-m-admin-v2 .owo-m-curatorial-message-form textarea:focus,
.owo-m-admin-v2 .owo-m-curatorial-filters input:focus,
.owo-m-admin-v2 .owo-m-curatorial-filters select:focus {
  border-color: rgba(0,168,107,.45) !important;
  box-shadow: 0 0 0 3px rgba(0,168,107,.10) !important;
  outline: none !important;
}

@media (max-width: 720px) {
  .owo-m-admin-v2 .button,
  .owo-m-admin-v2 a.button,
  .owo-m-admin-v2 button.button,
  .owo-m-admin-v2 input.button,
  .owo-m-admin-v2 .button-primary,
  .owo-m-admin-v2 a.button-primary,
  .owo-m-admin-v2 button.button-primary,
  .owo-m-admin-v2 input.button-primary {
    width: 100%;
  }

  .owo-m-admin-v2 .owo-m-admin-action-group,
  .owo-m-admin-v2 .owo-m-product-summary-actions {
    width: 100%;
  }
}


/* 0.4.9.22 — Perfil público de artista: valoraciones compactas en móvil */
@media (max-width: 720px) {
  .owo-artist-store-hero .owo-artist-rating,
  .owo-artist-store-hero .owo-artist-rating-summary,
  .owo-artist-store-hero .owo-artist-review-summary,
  .owo-artist-store-hero .owo-gallery-rating,
  .owo-gallery-public-store .owo-artist-rating,
  .owo-gallery-public-store .owo-artist-rating-summary,
  .owo-gallery-public-store .owo-artist-review-summary,
  .owo-gallery-public-store .owo-gallery-rating {
    width: auto !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin-top: 14px !important;
    padding: 12px 16px !important;
    border-radius: 22px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 4px !important;
    text-align: left !important;
  }

  .owo-artist-store-hero .owo-artist-rating .owo-stars,
  .owo-artist-store-hero .owo-artist-rating-summary .owo-stars,
  .owo-artist-store-hero .owo-artist-review-summary .owo-stars,
  .owo-artist-store-hero .owo-gallery-rating .owo-stars,
  .owo-gallery-public-store .owo-artist-rating .owo-stars,
  .owo-gallery-public-store .owo-artist-rating-summary .owo-stars,
  .owo-gallery-public-store .owo-artist-review-summary .owo-stars,
  .owo-gallery-public-store .owo-gallery-rating .owo-stars {
    font-size: 1.05rem !important;
    line-height: 1 !important;
    letter-spacing: .05em !important;
    margin: 0 !important;
  }

  .owo-artist-store-hero .owo-artist-rating strong,
  .owo-artist-store-hero .owo-artist-rating-summary strong,
  .owo-artist-store-hero .owo-artist-review-summary strong,
  .owo-artist-store-hero .owo-gallery-rating strong,
  .owo-gallery-public-store .owo-artist-rating strong,
  .owo-gallery-public-store .owo-artist-rating-summary strong,
  .owo-gallery-public-store .owo-artist-review-summary strong,
  .owo-gallery-public-store .owo-gallery-rating strong {
    font-size: .95rem !important;
    line-height: 1.05 !important;
    margin: 0 !important;
    letter-spacing: -.02em !important;
  }

  .owo-artist-store-hero .owo-artist-rating p,
  .owo-artist-store-hero .owo-artist-rating-summary p,
  .owo-artist-store-hero .owo-artist-review-summary p,
  .owo-artist-store-hero .owo-gallery-rating p,
  .owo-gallery-public-store .owo-artist-rating p,
  .owo-gallery-public-store .owo-artist-rating-summary p,
  .owo-gallery-public-store .owo-artist-review-summary p,
  .owo-gallery-public-store .owo-gallery-rating p {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .owo-artist-store-hero .owo-artist-rating,
  .owo-artist-store-hero .owo-artist-rating-summary,
  .owo-artist-store-hero .owo-artist-review-summary,
  .owo-artist-store-hero .owo-gallery-rating,
  .owo-gallery-public-store .owo-artist-rating,
  .owo-gallery-public-store .owo-artist-rating-summary,
  .owo-gallery-public-store .owo-artist-review-summary,
  .owo-gallery-public-store .owo-gallery-rating {
    padding: 10px 14px !important;
    border-radius: 18px !important;
  }
}


/* 0.4.9.23 — Corrección directa del texto secundario en valoraciones del perfil artista móvil */
@media (max-width: 720px) {
  .owo-gallery-public-store .owo-artist-rating-badge,
  .owo-artist-store-hero .owo-artist-rating-badge,
  .owo-marketplace-gallery-page .owo-artist-rating-badge {
    width: auto !important;
    max-width: min(100%, 320px) !important;
    min-height: 0 !important;
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    padding: 11px 14px !important;
    border-radius: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: left !important;
  }

  .owo-gallery-public-store .owo-artist-rating-badge small,
  .owo-artist-store-hero .owo-artist-rating-badge small,
  .owo-marketplace-gallery-page .owo-artist-rating-badge small {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .owo-gallery-public-store .owo-artist-rating-badge strong,
  .owo-artist-store-hero .owo-artist-rating-badge strong,
  .owo-marketplace-gallery-page .owo-artist-rating-badge strong {
    font-size: .95rem !important;
    line-height: 1.05 !important;
    margin: 0 !important;
  }

  .owo-gallery-public-store .owo-artist-rating-stars,
  .owo-artist-store-hero .owo-artist-rating-stars,
  .owo-marketplace-gallery-page .owo-artist-rating-stars {
    font-size: .95rem !important;
    line-height: 1 !important;
    margin: 0 !important;
  }
}

@media (max-width: 420px) {
  .owo-gallery-public-store .owo-artist-rating-badge,
  .owo-artist-store-hero .owo-artist-rating-badge,
  .owo-marketplace-gallery-page .owo-artist-rating-badge {
    max-width: 100% !important;
    padding: 10px 12px !important;
    gap: 7px !important;
  }
}

/* ==========================================================
   0.4.9.39 — Reunioon Perfil unified dark rebuild
   Base conservada: marketplace 0.4.9.23. Esta capa solo corrige
   el lenguaje visual para integrarlo con reunioon-perfil.
   ========================================================== */
:root {
  --owo-m-bg: #030303;
  --owo-m-card: rgba(255, 255, 255, 0.075);
  --owo-m-card-2: rgba(255, 255, 255, 0.045);
  --owo-m-text: #fffaf0;
  --owo-m-soft: rgba(242, 237, 224, 0.74);
  --owo-m-muted: rgba(242, 237, 224, 0.56);
  --owo-m-line: rgba(242, 237, 224, 0.16);
  --owo-m-line-strong: rgba(242, 237, 224, 0.24);
  --owo-m-green: #33ff99;
  --owo-m-green-bright: #33ff99;
  --owo-m-green-soft: rgba(51, 255, 153, 0.18);
  --owo-m-radius: 30px;
  --owo-m-radius-sm: 18px;
  --owo-m-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.owo-marketplace-lite,
.owo-marketplace-page {
  width: min(100%, 1540px) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: clamp(16px, 2.2vw, 36px) !important;
  color: var(--owo-m-text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.owo-marketplace-lite *,
.owo-marketplace-page * {
  box-sizing: border-box;
}

.owo-marketplace-lite h1,
.owo-marketplace-lite h2,
.owo-marketplace-lite h3,
.owo-marketplace-lite h4,
.owo-marketplace-page h1,
.owo-marketplace-page h2,
.owo-marketplace-page h3,
.owo-marketplace-page h4,
.owo-product-dashboard-table strong,
.owo-product-taxonomy-box strong,
.owo-product-attributes-box strong,
.owo-current-gallery > strong {
  color: var(--owo-m-text) !important;
}

.owo-marketplace-lite p,
.owo-marketplace-page p,
.owo-marketplace-lite small,
.owo-marketplace-page small {
  color: var(--owo-m-soft) !important;
}

.owo-control-room {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--owo-m-line);
  border-radius: clamp(24px, 2.4vw, 42px);
  background:
    radial-gradient(circle at 10% 0%, rgba(51, 255, 153, 0.13), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(242, 237, 224, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  box-shadow: var(--owo-m-shadow);
  backdrop-filter: blur(20px);
}

.owo-control-room::after {
  content: "";
  position: absolute;
  right: -18vmin;
  bottom: -22vmin;
  z-index: -1;
  width: 42vmin;
  height: 42vmin;
  min-width: 240px;
  min-height: 240px;
  border: 1px solid rgba(242, 237, 224, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  pointer-events: none;
}

.owo-marketplace-entry-copy,
.owo-marketplace-prize,
.owo-marketplace-card,
.owo-marketplace-panel,
.owo-marketplace-status-card,
.owo-metric-card,
.owo-public-gallery-head,
.owo-gallery-ready-copy,
.owo-gallery-ready-cta,
.owo-gallery-ready-card,
.owo-real-product-preview-banner,
.owo-real-product-preview-frame,
.owo-m-dashboard-message-item,
.owo-sales-metric-card,
.owo-sales-panel,
.owo-payout-card,
.owo-payout-metric-card,
.owo-guide-hero,
.owo-guide-card,
.owo-guide-feature,
.owo-guide-principle,
.owo-artist-profile-preview,
.owo-artist-profile-form,
.owo-artist-images-box,
.owo-profile-fields-box {
  border: 1px solid var(--owo-m-line) !important;
  background: linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04)) !important;
  box-shadow: var(--owo-m-shadow) !important;
  backdrop-filter: blur(20px);
}

.owo-marketplace-card,
.owo-marketplace-panel,
.owo-metric-card,
.owo-public-gallery-head {
  border-radius: var(--owo-m-radius) !important;
}

.owo-marketplace-card,
.owo-marketplace-panel {
  padding: clamp(16px, 1.6vw, 24px) !important;
}

.owo-marketplace-topbar {
  grid-template-columns: minmax(0, 1fr) clamp(124px, 15vw, 178px) !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
  margin-bottom: clamp(12px, 1.4vw, 18px) !important;
}

.owo-marketplace-topbar > div:first-child {
  padding: clamp(18px, 2.2vw, 30px) !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: var(--owo-m-radius) !important;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)) !important;
  box-shadow: var(--owo-m-shadow) !important;
  backdrop-filter: blur(20px);
}

.owo-marketplace-topbar h1,
.owo-marketplace-entry-copy h1,
.owo-public-gallery-head h1,
.owo-gallery-ready-copy h1 {
  font-size: clamp(2rem, 4.2vw, 4.7rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.065em !important;
}

.owo-marketplace-topbar p:not(.owo-marketplace-kicker),
.owo-marketplace-entry-copy p:not(.owo-marketplace-kicker),
.owo-public-gallery-head p:not(.owo-marketplace-kicker) {
  max-width: 820px !important;
  margin-top: 12px !important;
  font-size: clamp(0.92rem, 0.95vw, 1rem) !important;
  line-height: 1.5 !important;
}

.owo-marketplace-kicker,
.owo-form-section-title,
.owo-store-kicker {
  color: var(--owo-m-green) !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.owo-gallery-orb-link {
  width: clamp(112px, 13vw, 158px) !important;
  border-color: rgba(51, 255, 153, 0.38) !important;
  background:
    radial-gradient(circle at 35% 20%, rgba(255,255,255,0.22), transparent 33%),
    radial-gradient(circle at 70% 80%, rgba(51,255,153,0.16), transparent 44%),
    rgba(255,255,255,0.055) !important;
  box-shadow: 0 24px 64px rgba(0,0,0,0.36) !important;
}

.owo-gallery-orb-link span {
  background: rgba(3,3,3,0.72) !important;
  color: var(--owo-m-bone, #fffaf0) !important;
  border: 1px solid rgba(242,237,224,0.15) !important;
}

/* Tabs: mismo espíritu de perfil, sin fondo blanco ni corte brusco. */
.owo-control-tabs {
  display: grid !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
}

.owo-control-nav {
  position: sticky !important;
  top: 10px !important;
  z-index: 15 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 clamp(12px, 1.4vw, 18px) !important;
  padding: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,0.25) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.26) !important;
  scrollbar-width: none;
  backdrop-filter: blur(18px);
}

.owo-control-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.owo-control-nav button,
.owo-control-nav a {
  flex: 0 0 auto !important;
  min-height: 38px !important;
  padding: 8px 14px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--owo-m-soft) !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.owo-control-nav button:hover,
.owo-control-nav button:focus,
.owo-control-nav button.is-active,
.owo-control-nav button[aria-selected="true"],
.owo-control-nav a:hover,
.owo-control-nav a:focus,
.owo-control-nav a.is-active,
.owo-control-nav a:first-child {
  border-color: rgba(51, 255, 153, 0.45) !important;
  background: var(--owo-m-green-soft) !important;
  color: var(--owo-m-text) !important;
}

.owo-tab-panel.is-active {
  display: grid !important;
  gap: clamp(12px, 1.2vw, 16px) !important;
}

/* Métricas y resumen */
.owo-metrics-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 12px !important;
  margin-bottom: 0 !important;
}

.owo-metric-card {
  min-height: 126px !important;
  padding: 16px !important;
  border-radius: 22px !important;
  background: rgba(0,0,0,0.22) !important;
}

.owo-metric-card span {
  color: var(--owo-m-green) !important;
  font-size: 0.68rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
}

.owo-metric-card strong {
  margin-top: 10px !important;
  color: var(--owo-m-text) !important;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem) !important;
}

.owo-metric-card p {
  color: var(--owo-m-muted) !important;
  font-size: 0.84rem !important;
}

.owo-checklist-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 10px !important;
}

.owo-checklist-grid span,
.owo-gallery-ready-list li,
.owo-marketplace-steps li,
.owo-product-step-chip,
.owo-form-section,
.owo-product-taxonomy-box,
.owo-product-attributes-box,
.owo-product-wizard-upload,
.owo-product-quality-box,
.owo-product-preview-shell,
.owo-live-preview-notes > div,
.owo-current-image-box,
.owo-current-gallery-grid label {
  border: 1px solid var(--owo-m-line) !important;
  background: rgba(255,255,255,0.052) !important;
  color: var(--owo-m-text) !important;
  box-shadow: none !important;
}

.owo-marketplace-tag,
.owo-gallery-meta span,
.owo-gallery-ready-pills span,
.owo-product-post-status,
.owo-stock-chip,
.owo-curatorial-chip,
.owo-term-check {
  border: 1px solid var(--owo-m-line) !important;
  background: rgba(255,255,255,0.065) !important;
  color: var(--owo-m-soft) !important;
}

.owo-marketplace-tag-good,
.owo-stock-instock,
.owo-curatorial-approved,
.owo-curatorial-pending_review,
.owo-product-status-tabs span:first-child {
  border-color: rgba(51, 255, 153, 0.38) !important;
  background: var(--owo-m-green-soft) !important;
  color: var(--owo-m-green) !important;
}

.owo-stock-outofstock,
.owo-curatorial-changes_requested {
  border-color: rgba(255, 92, 92, 0.28) !important;
  background: rgba(255, 92, 92, 0.12) !important;
  color: #ffaaaa !important;
}

.owo-curatorial-draft {
  background: rgba(242,237,224,0.075) !important;
  color: var(--owo-m-muted) !important;
}

/* Productos: conserva la tabla funcional de la mejor versión, pero la limpia y la integra al perfil. */
.owo-product-wizard-card {
  overflow: visible !important;
  padding: clamp(14px, 1.4vw, 20px) !important;
}

.owo-product-wizard-card > .owo-marketplace-section-head {
  margin-bottom: 12px !important;
}

.owo-product-wizard-hero {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.owo-product-wizard-intro {
  max-width: 920px !important;
  margin-bottom: 12px !important;
  font-size: 0.92rem !important;
}

.owo-product-wizard-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.owo-product-step-chip {
  min-height: 54px !important;
  border-radius: 18px !important;
}

.owo-product-step-chip strong {
  background: var(--owo-m-green) !important;
  color: #030303 !important;
}

.owo-product-step-chip span {
  color: var(--owo-m-text) !important;
  font-size: 0.84rem !important;
}

.owo-product-table-workspace {
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 24px !important;
  background: rgba(0,0,0,0.18) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.24) !important;
}

.owo-product-table-workspace .owo-product-workspace-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 18px clamp(16px, 1.6vw, 24px) !important;
  border-bottom: 1px solid var(--owo-m-line) !important;
}

.owo-product-workspace-head h3 {
  color: var(--owo-m-text) !important;
  font-size: clamp(1.15rem, 1.5vw, 1.55rem) !important;
  letter-spacing: -0.04em !important;
}

.owo-product-status-tabs {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  padding: 10px clamp(16px, 1.6vw, 24px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  border-bottom: 1px solid var(--owo-m-line) !important;
  color: var(--owo-m-muted) !important;
  scrollbar-width: none;
}

.owo-product-status-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.owo-product-status-tabs span {
  flex: 0 0 auto !important;
  min-height: 30px !important;
  padding: 7px 10px !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.045) !important;
  color: var(--owo-m-muted) !important;
  font-size: 0.76rem !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.owo-product-dashboard-table-wrap {
  max-height: 378px !important;
  overflow: auto !important;
  border: 0 !important;
  background: transparent !important;
  scrollbar-color: rgba(51,255,153,0.42) rgba(255,255,255,0.045);
  scrollbar-width: thin;
}

.owo-product-dashboard-table {
  width: 100% !important;
  min-width: 980px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  color: var(--owo-m-text) !important;
}

.owo-product-dashboard-table thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
  background: rgba(8, 9, 8, 0.96) !important;
  backdrop-filter: blur(14px);
}

.owo-product-dashboard-table th,
.owo-product-dashboard-table td {
  padding: 13px 16px !important;
  border-bottom: 1px solid rgba(242,237,224,0.11) !important;
  color: var(--owo-m-soft) !important;
  vertical-align: middle !important;
}

.owo-product-dashboard-table th {
  color: var(--owo-m-muted) !important;
  font-size: 0.67rem !important;
  font-weight: 950 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.owo-product-dashboard-table tbody tr {
  transition: background 180ms ease;
}

.owo-product-dashboard-table tbody tr:hover td,
.owo-product-dashboard-table tr.is-current td {
  background: rgba(51,255,153,0.07) !important;
}

.owo-product-table-product-inner {
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 12px !important;
  min-width: 260px !important;
}

.owo-product-table-thumb {
  width: 52px !important;
  height: 52px !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,0.05) !important;
}

.owo-product-table-product strong {
  color: var(--owo-m-text) !important;
  font-size: 0.94rem !important;
  line-height: 1.16 !important;
}

.owo-product-table-product span,
.owo-product-table-product small,
.owo-curatorial-chip + small {
  color: var(--owo-m-muted) !important;
  font-size: 0.76rem !important;
  font-weight: 750 !important;
}

.owo-table-action,
.owo-m-inline-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(51,255,153,0.38) !important;
  border-radius: 999px !important;
  background: var(--owo-m-green-soft) !important;
  color: var(--owo-m-green) !important;
  font-size: 0.78rem !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.owo-marketplace-button,
.owo-product-submit-button,
.owo-live-shop-button,
button.owo-marketplace-button {
  min-height: 42px !important;
  border: 1px solid rgba(51,255,153,0.55) !important;
  border-radius: 999px !important;
  background: var(--owo-m-green) !important;
  color: #030303 !important;
  font-weight: 950 !important;
  box-shadow: 0 12px 32px rgba(51,255,153,0.18) !important;
}

.owo-marketplace-button-secondary,
a.owo-marketplace-button-secondary {
  border-color: var(--owo-m-line) !important;
  background: rgba(255,255,255,0.06) !important;
  color: var(--owo-m-text) !important;
  box-shadow: none !important;
}

/* Formularios: un solo sistema visual oscuro, sin fondos blancos heredados. */
.owo-product-wizard-form {
  margin-top: 14px !important;
}

.owo-product-wizard-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr) !important;
  gap: 14px !important;
}

.owo-product-wizard-main {
  gap: 14px !important;
}

.owo-form-section,
.owo-wizard-step-card {
  padding: clamp(14px, 1.4vw, 18px) !important;
  border-radius: 22px !important;
}

.owo-wizard-step-head {
  margin-bottom: 12px !important;
}

.owo-wizard-step-head h3,
.owo-product-preview-head h3 {
  color: var(--owo-m-text) !important;
  font-size: clamp(1.08rem, 1.25vw, 1.35rem) !important;
}

.owo-marketplace-form label,
.owo-marketplace-form label span,
.owo-product-taxonomy-box strong,
.owo-product-attributes-box strong {
  color: var(--owo-m-text) !important;
}

.owo-marketplace-form label span {
  font-size: 0.82rem !important;
  font-weight: 850 !important;
}

.owo-marketplace-form input[type="text"],
.owo-marketplace-form input[type="url"],
.owo-marketplace-form input[type="email"],
.owo-marketplace-form input[type="number"],
.owo-marketplace-form input[type="tel"],
.owo-marketplace-form textarea,
.owo-marketplace-form select,
.owo-product-wizard-upload input[type="file"],
.owo-artist-profile-form input[type="text"],
.owo-artist-profile-form input[type="url"],
.owo-artist-profile-form textarea,
.owo-artist-profile-form select,
.owo-sales-simulator-form input,
.owo-sales-simulator-form select,
.owo-sales-simulator-form textarea,
.owo-payout-form input,
.owo-payout-form select,
.owo-payout-form textarea,
.owo-message-reply-form textarea {
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 14px !important;
  background: rgba(0,0,0,0.28) !important;
  color: var(--owo-m-text) !important;
  box-shadow: none !important;
  outline: none !important;
}

.owo-marketplace-form textarea,
.owo-artist-profile-form textarea,
.owo-sales-simulator-form textarea,
.owo-payout-form textarea,
.owo-message-reply-form textarea {
  padding-top: 12px !important;
  min-height: 110px !important;
}

.owo-marketplace-form input::placeholder,
.owo-marketplace-form textarea::placeholder,
.owo-artist-profile-form input::placeholder,
.owo-artist-profile-form textarea::placeholder {
  color: rgba(242,237,224,0.42) !important;
}

.owo-marketplace-form input:focus,
.owo-marketplace-form textarea:focus,
.owo-marketplace-form select:focus,
.owo-artist-profile-form input:focus,
.owo-artist-profile-form textarea:focus,
.owo-artist-profile-form select:focus {
  border-color: rgba(51,255,153,0.52) !important;
  box-shadow: 0 0 0 3px rgba(51,255,153,0.11) !important;
}

.owo-term-check {
  padding: 8px 10px !important;
  border-radius: 999px !important;
}

.owo-term-check input,
.owo-marketplace-checkbox input {
  accent-color: var(--owo-m-green);
}

.owo-current-image-box,
.owo-current-gallery-grid label {
  color: var(--owo-m-text) !important;
}

.owo-product-preview-shell,
.owo-product-wizard-upload,
.owo-product-quality-box {
  border-radius: 22px !important;
}

.owo-product-wizard-side {
  top: 86px !important;
}

.owo-live-shop-card,
.owo-live-product-card {
  border: 1px solid var(--owo-m-line) !important;
  background: rgba(0,0,0,0.24) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.24) !important;
}

.owo-live-shop-image,
.owo-live-product-image {
  background: rgba(242,237,224,0.09) !important;
}

.owo-live-shop-body h4,
.owo-live-product-body h4 {
  color: var(--owo-m-text) !important;
}

.owo-live-shop-price,
.owo-live-product-price {
  color: var(--owo-m-green) !important;
}

.owo-live-shop-meta,
.owo-live-product-meta {
  color: var(--owo-m-muted) !important;
}

.owo-live-shop-button {
  width: 100% !important;
}

.owo-marketplace-notice {
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.065) !important;
  color: var(--owo-m-text) !important;
}

.owo-marketplace-notice-success {
  border-color: rgba(51,255,153,0.32) !important;
  background: var(--owo-m-green-soft) !important;
}

.owo-marketplace-notice-error {
  border-color: rgba(255,92,92,0.32) !important;
  background: rgba(255,92,92,0.12) !important;
}

/* Tienda pública y cards Woo del marketplace en la misma paleta. */
.owo-gallery-public-store,
.owo-artist-store-products-wrap,
.owo-artist-products-section,
.owo-artist-store-shop ul.products li.product,
.owo-marketplace-product-card {
  color: var(--owo-m-text) !important;
}

.owo-artist-store-shop ul.products li.product,
.owo-marketplace-product-card,
.owo-public-gallery-head {
  border-color: var(--owo-m-line) !important;
  background: rgba(0,0,0,0.22) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.24) !important;
}

.owo-artist-store-shop ul.products li.product a,
.owo-marketplace-product-card a,
.owo-artist-store-shop ul.products li.product .woocommerce-loop-product__title,
.owo-product-card-body h3,
.owo-marketplace-price {
  color: var(--owo-m-text) !important;
}

.owo-product-card-body span,
.owo-single-product-vendor a,
.owo-product-vendor-line a {
  color: var(--owo-m-green) !important;
}

.owo-product-vendor-line,
.owo-artist-store-shop ul.products li.product .price {
  color: var(--owo-m-soft) !important;
}

/* Mobile: mantener limpio, sin escala rara. */
@media (max-width: 980px) {
  .owo-marketplace-lite,
  .owo-marketplace-page {
    padding: 12px !important;
  }

  .owo-control-room {
    border-radius: 24px !important;
  }

  .owo-marketplace-topbar {
    grid-template-columns: 1fr !important;
  }

  .owo-gallery-orb-link {
    justify-self: start !important;
    width: 112px !important;
  }

  .owo-product-wizard-grid {
    grid-template-columns: 1fr !important;
  }

  .owo-product-wizard-side {
    position: static !important;
  }

  .owo-product-wizard-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .owo-marketplace-card,
  .owo-marketplace-panel,
  .owo-marketplace-topbar > div:first-child,
  .owo-product-table-workspace,
  .owo-form-section,
  .owo-product-preview-shell,
  .owo-product-wizard-upload,
  .owo-product-quality-box {
    border-radius: 20px !important;
  }

  .owo-marketplace-section-head,
  .owo-product-table-workspace .owo-product-workspace-head,
  .owo-wizard-step-head,
  .owo-product-preview-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .owo-product-table-workspace .owo-product-workspace-head .owo-marketplace-button {
    justify-self: start !important;
  }

  .owo-product-dashboard-table-wrap {
    max-height: 360px !important;
  }

  .owo-product-dashboard-table {
    min-width: 900px !important;
  }

  .owo-product-wizard-steps {
    grid-template-columns: 1fr !important;
  }

  .owo-marketplace-form-grid,
  .owo-product-taxonomy-grid,
  .owo-dimensions-grid {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================
   0.4.9.43 — Mensajes Reunioon dark + limpieza de bordes
   Mantiene la estructura funcional, pero elimina fondos claros,
   esquinas cuadradas heredadas y dobles cajas visuales.
   ========================================================== */
.owo-control-room,
.owo-control-tabs,
.owo-tab-panel,
.owo-marketplace-card,
.owo-marketplace-panel,
.owo-product-table-workspace,
.owo-m-message-center,
.owo-m-message-app,
.owo-m-chat-sidebar,
.owo-m-chat-stage,
.owo-m-chat-thread,
.owo-m-chat-list-item,
.owo-m-chat-bubble,
.owo-m-messages-panel,
.owo-m-message-item {
  background-clip: padding-box !important;
}

.owo-m-message-center.owo-marketplace-card,
.owo-m-message-center {
  border: 1px solid var(--owo-m-line) !important;
  border-radius: var(--owo-m-radius) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(51,255,153,0.10), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.035)) !important;
  color: var(--owo-m-text) !important;
  overflow: hidden !important;
  box-shadow: var(--owo-m-shadow) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.owo-m-message-center-head {
  align-items: center !important;
  gap: 14px !important;
}

.owo-m-message-center-head h2,
.owo-m-message-center-head h3,
.owo-m-message-center-head p,
.owo-m-message-center-head p:last-child {
  color: var(--owo-m-text) !important;
}

.owo-m-message-center-head p:last-child {
  color: var(--owo-m-soft) !important;
}

.owo-m-message-center-stats span,
.owo-m-message-mode-tabs button {
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.065) !important;
  color: var(--owo-m-soft) !important;
  box-shadow: none !important;
}

.owo-m-message-mode-tabs {
  margin: 12px 0 14px !important;
  gap: 8px !important;
}

.owo-m-message-mode-tabs button {
  min-height: 36px !important;
  padding: 7px 13px !important;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.owo-m-message-mode-tabs button:hover,
.owo-m-message-mode-tabs button.is-active {
  transform: translateY(-1px);
  border-color: rgba(51,255,153,0.45) !important;
  background: var(--owo-m-green-soft) !important;
  color: var(--owo-m-green) !important;
}

.owo-m-message-app {
  grid-template-columns: minmax(250px, 355px) minmax(0, 1fr) !important;
  min-height: min(680px, 72vh) !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(51,255,153,0.08), transparent 34%),
    linear-gradient(145deg, rgba(0,0,0,0.42), rgba(255,255,255,0.035)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08) !important;
}

.owo-m-chat-sidebar {
  gap: 12px !important;
  padding: 12px !important;
  border-right: 1px solid var(--owo-m-line) !important;
  background: rgba(0,0,0,0.24) !important;
  scrollbar-color: rgba(51,255,153,0.42) rgba(255,255,255,0.045);
  scrollbar-width: thin;
}

.owo-m-chat-group-title {
  color: var(--owo-m-muted) !important;
}

.owo-m-chat-group-title em,
.owo-m-messages-head > span {
  border: 1px solid rgba(51,255,153,0.38) !important;
  background: rgba(51,255,153,0.14) !important;
  color: var(--owo-m-green) !important;
}

.owo-m-chat-placeholder,
.owo-m-message-empty-state {
  border: 1px dashed rgba(242,237,224,0.22) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,0.045) !important;
  color: var(--owo-m-muted) !important;
}

.owo-m-chat-list-item {
  grid-template-columns: 46px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  padding: 10px !important;
  border: 1px solid rgba(242,237,224,0.13) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,0.052) !important;
  color: var(--owo-m-text) !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.owo-m-chat-list-item:hover,
.owo-m-chat-list-item.is-active {
  border-color: rgba(51,255,153,0.42) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(51,255,153,0.12), transparent 42%),
    rgba(255,255,255,0.085) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,0.22) !important;
}

.owo-m-chat-list-item.needs-attention:not(.is-active) {
  border-color: rgba(51,255,153,0.28) !important;
}

.owo-m-chat-avatar,
.owo-m-chat-avatar-customer {
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(51,255,153,0.28) !important;
  background: rgba(3,3,3,0.74) !important;
  color: var(--owo-m-green) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10) !important;
}

.owo-m-chat-avatar-customer {
  border-color: rgba(242,237,224,0.20) !important;
  color: var(--owo-m-text) !important;
}

.owo-m-chat-list-copy strong,
.owo-m-chat-list-copy em,
.owo-m-chat-list-copy small,
.owo-m-chat-list-meta time,
.owo-m-chat-list-meta span {
  color: var(--owo-m-soft) !important;
}

.owo-m-chat-list-copy strong {
  color: var(--owo-m-text) !important;
}

.owo-m-chat-list-copy em,
.owo-m-chat-list-copy small,
.owo-m-chat-list-meta time {
  color: var(--owo-m-muted) !important;
}

.owo-m-chat-list-meta span {
  max-width: 92px !important;
  border: 1px solid rgba(51,255,153,0.32) !important;
  background: rgba(51,255,153,0.13) !important;
  color: var(--owo-m-green) !important;
}

.owo-m-chat-stage {
  min-width: 0 !important;
  background:
    radial-gradient(circle at 22% 8%, rgba(51,255,153,0.085), transparent 36%),
    radial-gradient(circle at 82% 12%, rgba(242,237,224,0.06), transparent 30%),
    rgba(0,0,0,0.16) !important;
}

.owo-m-chat-thread {
  min-height: min(680px, 72vh) !important;
  background: transparent !important;
}

.owo-m-chat-thread-head {
  padding: 16px 18px !important;
  border-bottom: 1px solid var(--owo-m-line) !important;
  background: rgba(0,0,0,0.20) !important;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.owo-m-chat-thread-head h3 {
  color: var(--owo-m-text) !important;
  letter-spacing: -0.04em !important;
}

.owo-m-chat-thread-head span {
  color: var(--owo-m-soft) !important;
}

.owo-m-thread-status-stack span,
.owo-m-thread-status-stack a {
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.055) !important;
  color: var(--owo-m-soft) !important;
  box-shadow: none !important;
}

.owo-m-thread-status-stack span {
  border-color: rgba(51,255,153,0.36) !important;
  background: rgba(51,255,153,0.14) !important;
  color: var(--owo-m-green) !important;
}

.owo-m-thread-status-stack a {
  border-color: rgba(242,237,224,0.18) !important;
  background: rgba(255,255,255,0.07) !important;
  color: var(--owo-m-text) !important;
}

.owo-m-thread-status-stack a:hover {
  border-color: rgba(51,255,153,0.45) !important;
  background: var(--owo-m-green-soft) !important;
  color: var(--owo-m-green) !important;
}

.owo-m-chat-context {
  gap: 8px !important;
  padding: 11px 18px !important;
  border-bottom: 1px solid var(--owo-m-line) !important;
  background: rgba(0,0,0,0.12) !important;
}

.owo-m-chat-context span {
  border: 1px solid rgba(242,237,224,0.13) !important;
  background: rgba(255,255,255,0.052) !important;
  color: var(--owo-m-soft) !important;
}

.owo-m-chat-context strong {
  color: var(--owo-m-text) !important;
}

.owo-m-chat-bubbles,
.owo-m-message-list {
  scrollbar-color: rgba(51,255,153,0.42) rgba(255,255,255,0.045);
  scrollbar-width: thin;
}

.owo-m-chat-bubbles {
  padding: 18px !important;
}

.owo-m-chat-bubble {
  border: 1px solid rgba(242,237,224,0.14) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255,0.07) !important;
  color: var(--owo-m-text) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.20) !important;
}

.owo-m-chat-bubble-artist {
  border-color: rgba(51,255,153,0.34) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(51,255,153,0.12), transparent 44%),
    rgba(3,3,3,0.62) !important;
  color: var(--owo-m-text) !important;
}

.owo-m-chat-bubble-reunioon,
.owo-m-chat-bubble-system {
  border-color: rgba(242,237,224,0.14) !important;
  background: rgba(255,255,255,0.075) !important;
}

.owo-m-chat-bubble-customer {
  border-color: rgba(51,255,153,0.24) !important;
  background: rgba(51,255,153,0.08) !important;
}

.owo-m-chat-bubble-meta strong,
.owo-m-chat-bubble-meta time {
  color: rgba(242,237,224,0.74) !important;
  opacity: 1 !important;
}

.owo-m-chat-bubble p {
  color: inherit !important;
}

.owo-m-chat-attachments a {
  border: 1px solid rgba(242,237,224,0.16) !important;
  background: rgba(255,255,255,0.08) !important;
  color: var(--owo-m-text) !important;
}

.owo-m-chat-compose {
  padding: 14px !important;
  border-top: 1px solid var(--owo-m-line) !important;
  background: rgba(0,0,0,0.25) !important;
}

.owo-m-chat-compose textarea,
.owo-m-curatorial-message-form textarea,
.owo-m-artist-reply-form textarea {
  width: 100% !important;
  min-height: 82px !important;
  border: 1px solid rgba(242,237,224,0.16) !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,0.34) !important;
  color: var(--owo-m-text) !important;
  box-shadow: none !important;
  outline: none !important;
}

.owo-m-chat-compose textarea::placeholder,
.owo-m-curatorial-message-form textarea::placeholder,
.owo-m-artist-reply-form textarea::placeholder {
  color: rgba(242,237,224,0.44) !important;
}

.owo-m-chat-compose textarea:focus,
.owo-m-curatorial-message-form textarea:focus,
.owo-m-artist-reply-form textarea:focus {
  border-color: rgba(51,255,153,0.52) !important;
  box-shadow: 0 0 0 3px rgba(51,255,153,0.11) !important;
}

.owo-m-chat-compose-actions label,
.owo-m-chat-compose-actions label span,
.owo-m-curatorial-message-form label span,
.owo-m-artist-reply-form label span {
  color: var(--owo-m-soft) !important;
}

.owo-m-chat-compose-actions input[type="file"] {
  color: var(--owo-m-muted) !important;
}

.owo-m-messages-panel {
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 24px !important;
  background: rgba(0,0,0,0.20) !important;
  color: var(--owo-m-text) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06) !important;
  overflow: hidden !important;
}

.owo-m-messages-head h3,
.owo-m-message-item strong,
.owo-m-curatorial-message-form label span,
.owo-m-artist-reply-form label span {
  color: var(--owo-m-text) !important;
}

.owo-m-message-item {
  border: 1px solid rgba(242,237,224,0.14) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,0.065) !important;
  color: var(--owo-m-text) !important;
  box-shadow: none !important;
}

.owo-m-message-reunioon,
.owo-m-message-type-approval {
  border-color: rgba(51,255,153,0.28) !important;
  background: rgba(51,255,153,0.08) !important;
}

.owo-m-message-artist,
.owo-m-message-type-artist_reply {
  border-color: rgba(242,237,224,0.14) !important;
  background: rgba(255,255,255,0.065) !important;
}

.owo-m-message-type-changes_requested {
  border-color: rgba(255,190,71,0.32) !important;
  background: rgba(255,190,71,0.10) !important;
}

.owo-m-message-item span,
.owo-m-message-meta-row time,
.owo-m-empty-message {
  color: var(--owo-m-muted) !important;
}

.owo-m-message-item p {
  color: var(--owo-m-soft) !important;
}

.owo-m-message-type-badge,
.owo-m-message-type-note .owo-m-message-type-badge,
.owo-m-message-type-changes_requested .owo-m-message-type-badge,
.owo-m-message-type-approval .owo-m-message-type-badge,
.owo-m-message-type-artist_reply .owo-m-message-type-badge,
.owo-m-message-type-paused .owo-m-message-type-badge {
  border: 1px solid rgba(51,255,153,0.32) !important;
  background: rgba(51,255,153,0.12) !important;
  color: var(--owo-m-green) !important;
}

.owo-m-curatorial-message-form .button,
.owo-m-curatorial-message-form .button.button-primary,
.owo-m-message-actions .button,
.owo-m-message-actions .button.button-primary,
.owo-m-artist-reply-form .owo-marketplace-button,
.owo-m-chat-compose .owo-marketplace-button {
  border-color: rgba(51,255,153,0.48) !important;
  background: var(--owo-m-green) !important;
  color: #030303 !important;
  box-shadow: 0 12px 32px rgba(51,255,153,0.16) !important;
}

.owo-m-curatorial-message-form .button:hover,
.owo-m-curatorial-message-form .button.button-primary:hover,
.owo-m-message-actions .button:hover,
.owo-m-message-actions .button.button-primary:hover,
.owo-m-artist-reply-form .owo-marketplace-button:hover,
.owo-m-chat-compose .owo-marketplace-button:hover {
  transform: translateY(-1px);
  background: #67ffb3 !important;
  color: #030303 !important;
}

/* Refuerzo general: evita remanentes claros/cuadrados en cards de producto/mensaje. */
.owo-tab-panel .owo-marketplace-card,
.owo-tab-panel .owo-marketplace-panel,
.owo-tab-panel .owo-product-table-workspace,
.owo-tab-panel .owo-m-message-center,
.owo-tab-panel .owo-m-message-app,
.owo-tab-panel .owo-m-messages-panel {
  border-radius: clamp(22px, 2vw, 30px) !important;
}

.owo-tab-panel .owo-product-table-workspace,
.owo-tab-panel .owo-m-message-app {
  overflow: hidden !important;
}

.owo-product-dashboard-table-wrap {
  border-radius: 0 0 24px 24px !important;
}

.owo-product-dashboard-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px !important;
}

.owo-product-dashboard-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px !important;
}

@media (max-width: 980px) {
  .owo-m-message-app {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .owo-m-chat-sidebar {
    max-height: 340px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--owo-m-line) !important;
  }

  .owo-m-chat-thread,
  .owo-m-chat-thread.is-active {
    min-height: 520px !important;
  }

  .owo-m-chat-thread-head,
  .owo-m-chat-compose-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
  }

  .owo-m-thread-status-stack {
    justify-items: start !important;
  }
}

@media (max-width: 640px) {
  .owo-m-message-center.owo-marketplace-card,
  .owo-m-message-center {
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .owo-m-message-app {
    border-radius: 22px !important;
  }

  .owo-m-chat-list-item {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  .owo-m-chat-list-meta {
    grid-column: 2 !important;
    justify-items: start !important;
    max-width: 100% !important;
  }

  .owo-m-chat-bubble {
    max-width: 92% !important;
  }
}

/* Mensajes Reunioon plugin bridge */
.owo-m-mensajes-reunioon-bridge {
  width: 100%;
}

.owo-m-mensajes-reunioon-bridge .mensajes-reunioon-center {
  width: 100%;
  max-width: none;
}

.owo-m-mensajes-reunioon-bridge .owo-marketplace-notice {
  margin-bottom: 14px;
}

/* ==========================================================
   0.4.9.45 — Mi galería: editor visual limpio y amigable
   ========================================================== */
.owo-profile-gallery-editor {
  overflow: hidden !important;
}

.owo-profile-gallery-head {
  align-items: flex-start !important;
  gap: 16px !important;
  margin-bottom: clamp(16px, 1.8vw, 24px) !important;
}

.owo-profile-gallery-head p:not(.owo-marketplace-kicker) {
  max-width: 760px !important;
  margin: 8px 0 0 !important;
  color: rgba(255,250,240,.72) !important;
  font-size: clamp(.92rem, .95vw, 1rem) !important;
  line-height: 1.48 !important;
}

.owo-profile-preview-link {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(51,255,153,.32) !important;
  border-radius: 999px !important;
  background: rgba(51,255,153,.11) !important;
  color: var(--owo-m-green) !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.18) !important;
}

.owo-profile-studio-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr) !important;
  gap: clamp(14px, 1.6vw, 22px) !important;
  align-items: start !important;
}

.owo-profile-editor-column {
  display: grid !important;
  gap: 14px !important;
}

.owo-profile-section,
.owo-profile-preview-panel,
.owo-profile-savebar {
  border: 1px solid rgba(242,237,224,.14) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.075), transparent 35%),
    linear-gradient(145deg, rgba(255,255,255,.088), rgba(255,255,255,.035)) !important;
  box-shadow: 0 20px 56px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(18px) !important;
}

.owo-profile-section {
  padding: clamp(14px, 1.55vw, 22px) !important;
}

.owo-profile-section-title {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin-bottom: 16px !important;
}

.owo-profile-section-title > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(51,255,153,.28) !important;
  border-radius: 999px !important;
  background: rgba(51,255,153,.12) !important;
  color: var(--owo-m-green) !important;
  font-size: .74rem !important;
  font-weight: 1000 !important;
  letter-spacing: .02em !important;
}

.owo-profile-section-title h3 {
  margin: 0 !important;
  color: var(--owo-m-text) !important;
  font-size: clamp(1.08rem, 1.25vw, 1.45rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

.owo-profile-section-title p {
  margin: 5px 0 0 !important;
  color: rgba(255,250,240,.62) !important;
  font-size: .88rem !important;
  line-height: 1.42 !important;
}

.owo-profile-compact-grid {
  gap: 12px !important;
}

.owo-profile-gallery-form label > span,
.owo-profile-bg-mode > span {
  color: rgba(255,250,240,.92) !important;
  font-weight: 900 !important;
}

.owo-profile-gallery-form textarea[name="owo_m_artist_bio"] {
  min-height: 132px !important;
  resize: vertical !important;
}

.owo-profile-upload-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.owo-profile-upload-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  padding: 12px !important;
  border: 1px solid rgba(242,237,224,.13) !important;
  border-radius: 22px !important;
  background: rgba(0,0,0,.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07) !important;
}

.owo-profile-upload-card.is-filled {
  border-color: rgba(51,255,153,.24) !important;
}

.owo-profile-upload-preview {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin-bottom: 12px !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 30% 10%, rgba(51,255,153,.16), transparent 38%),
    rgba(255,255,255,.045) !important;
  color: rgba(255,250,240,.72) !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.owo-profile-upload-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.22));
  pointer-events: none;
}

.owo-profile-upload-preview img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.owo-profile-upload-preview.is-avatar {
  aspect-ratio: 1 / 1 !important;
  max-width: 138px !important;
  margin-inline: auto !important;
  border-radius: 999px !important;
}

.owo-profile-upload-preview.is-avatar span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 999px !important;
  background: rgba(51,255,153,.15) !important;
  color: var(--owo-m-green) !important;
  font-size: 1.4rem !important;
  letter-spacing: 0 !important;
}

.owo-profile-upload-preview.is-poster,
.owo-profile-upload-preview.is-background {
  aspect-ratio: 16 / 10 !important;
}

.owo-profile-upload-copy {
  display: grid !important;
  gap: 4px !important;
  margin-bottom: 12px !important;
}

.owo-profile-upload-copy small {
  color: var(--owo-m-green) !important;
  font-size: .64rem !important;
  font-weight: 1000 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.owo-profile-upload-copy strong {
  color: var(--owo-m-text) !important;
  font-size: .96rem !important;
  line-height: 1.1 !important;
}

.owo-profile-upload-copy p {
  margin: 0 !important;
  color: rgba(255,250,240,.58) !important;
  font-size: .78rem !important;
  line-height: 1.36 !important;
}

.owo-profile-file-button {
  margin-top: auto !important;
}

.owo-profile-file-button input[type="file"] {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
}

.owo-profile-file-button span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 38px !important;
  margin-top: 8px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(51,255,153,.22) !important;
  border-radius: 999px !important;
  background: rgba(51,255,153,.10) !important;
  color: var(--owo-m-green) !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}

.owo-profile-file-button span:hover,
.owo-profile-preview-link:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(51,255,153,.48) !important;
  background: rgba(51,255,153,.16) !important;
}

.owo-profile-remove-check {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: 8px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(255,120,120,.20) !important;
  border-radius: 14px !important;
  background: rgba(255,120,120,.055) !important;
  color: rgba(255,250,240,.72) !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
}

.owo-profile-remove-check input,
.owo-profile-toggle input {
  accent-color: var(--owo-m-green) !important;
}

.owo-profile-bg-mode {
  margin-top: 12px !important;
}

.owo-profile-links-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.owo-profile-link-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: end !important;
  padding: 10px !important;
  border: 1px solid rgba(242,237,224,.11) !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.15) !important;
}

.owo-profile-link-row label {
  margin: 0 !important;
}

.owo-profile-link-row input[type="text"] {
  min-height: 40px !important;
  border-radius: 12px !important;
}

.owo-profile-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 40px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.055) !important;
  color: rgba(255,250,240,.82) !important;
  white-space: nowrap !important;
}

.owo-profile-toggle span {
  font-size: .72rem !important;
  font-weight: 950 !important;
}

.owo-profile-preview-column {
  position: sticky !important;
  top: 86px !important;
}

.owo-profile-preview-panel {
  padding: 14px !important;
}

.owo-profile-preview-panel-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}

.owo-profile-preview-panel-head p,
.owo-profile-preview-panel-head span {
  margin: 0 !important;
}

.owo-profile-preview-panel-head span {
  display: inline-flex !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.055) !important;
  color: rgba(255,250,240,.7) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
}

.owo-profile-public-preview {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  min-height: 540px !important;
  padding: 14px !important;
  border: 1px solid rgba(242,237,224,.14) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(0,0,0,.38), rgba(0,0,0,.12)),
    var(--owo-profile-bg-image),
    radial-gradient(circle at 16% 6%, rgba(51,255,153,.18), transparent 34%),
    rgba(255,255,255,.045) !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07) !important;
}

.owo-profile-public-preview.owo-bg-mode-repeat {
  background-size: auto, 180px 180px, cover, cover !important;
  background-repeat: no-repeat, repeat, no-repeat, no-repeat !important;
}

.owo-profile-public-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,250,240,.12), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.46) 100%);
}

.owo-profile-public-poster {
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  border: 1px solid rgba(242,237,224,.14) !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.22) !important;
  color: rgba(255,250,240,.65) !important;
  font-size: .78rem !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
}

.owo-profile-public-poster img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.owo-profile-public-identity {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: 14px !important;
}

.owo-profile-public-avatar {
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 70px !important;
  height: 70px !important;
  border: 1px solid rgba(51,255,153,.32) !important;
  border-radius: 999px !important;
  background: rgba(3,3,3,.62) !important;
  color: var(--owo-m-green) !important;
  font-size: 1.5rem !important;
  font-weight: 1000 !important;
  box-shadow: 0 18px 42px rgba(0,0,0,.32) !important;
}

.owo-profile-public-avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.owo-profile-public-identity small {
  display: block !important;
  margin-bottom: 4px !important;
  color: var(--owo-m-green) !important;
  font-size: .68rem !important;
  font-weight: 950 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.owo-profile-public-identity strong {
  display: block !important;
  color: var(--owo-m-text) !important;
  font-size: clamp(1.42rem, 2.1vw, 2.15rem) !important;
  line-height: .96 !important;
  letter-spacing: -.055em !important;
}

.owo-profile-public-preview > p {
  margin: 14px 0 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(242,237,224,.11) !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.24) !important;
  color: rgba(255,250,240,.78) !important;
  font-size: .9rem !important;
  line-height: 1.45 !important;
}

.owo-profile-public-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

.owo-profile-public-links span {
  display: inline-flex !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(51,255,153,.22) !important;
  border-radius: 999px !important;
  background: rgba(51,255,153,.095) !important;
  color: rgba(255,250,240,.88) !important;
  font-size: .72rem !important;
  font-weight: 900 !important;
}

.owo-profile-visual-checklist {
  display: grid !important;
  gap: 8px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.owo-profile-visual-checklist li {
  position: relative !important;
  padding: 10px 12px 10px 30px !important;
  border: 1px solid rgba(242,237,224,.10) !important;
  border-radius: 16px !important;
  background: rgba(0,0,0,.14) !important;
  color: rgba(255,250,240,.70) !important;
  font-size: .8rem !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
}

.owo-profile-visual-checklist li::before {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  top: 15px !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 99px !important;
  background: var(--owo-m-green) !important;
  box-shadow: 0 0 16px rgba(51,255,153,.34) !important;
}

.owo-profile-savebar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-top: 14px !important;
  padding: 14px !important;
}

.owo-profile-savebar strong {
  display: block !important;
  color: var(--owo-m-text) !important;
  font-size: 1rem !important;
}

.owo-profile-savebar p {
  margin: 4px 0 0 !important;
  color: rgba(255,250,240,.58) !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
}

.owo-profile-savebar .owo-marketplace-button {
  width: auto !important;
  min-width: 220px !important;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  .owo-profile-studio-layout {
    grid-template-columns: 1fr !important;
  }

  .owo-profile-preview-column {
    position: relative !important;
    top: auto !important;
  }

  .owo-profile-public-preview {
    min-height: 460px !important;
  }
}

@media (max-width: 860px) {
  .owo-profile-gallery-head {
    display: grid !important;
  }

  .owo-profile-preview-link {
    width: 100% !important;
  }

  .owo-profile-upload-grid,
  .owo-profile-links-grid,
  .owo-profile-compact-grid {
    grid-template-columns: 1fr !important;
  }

  .owo-profile-link-row {
    grid-template-columns: 1fr !important;
  }

  .owo-profile-toggle {
    justify-content: center !important;
    width: 100% !important;
  }

  .owo-profile-savebar {
    display: grid !important;
  }

  .owo-profile-savebar .owo-marketplace-button {
    width: 100% !important;
    min-width: 0 !important;
  }
}


/* 0.4.9.46 — Mi galería: eliminar recuadro contenedor recto */
.owo-profile-gallery-form {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.owo-profile-gallery-form > .owo-profile-studio-layout,
.owo-profile-gallery-form > .owo-profile-savebar {
  position: relative;
  z-index: 1;
}

/* 0.4.9.47 — Perfil público premium / blank canvas */
html body.owo-public-store-canvas-body {
  margin: 0 !important;
  background: #030303 !important;
  color: var(--owo-m-text) !important;
}

body.owo-public-store-canvas-body,
body.owo-public-store-canvas-body #page,
body.owo-public-store-canvas-body .site,
body.owo-public-store-canvas-body .site-main,
body.owo-public-store-canvas-body .content-area,
body.owo-public-store-canvas-body .entry-content {
  background: transparent !important;
}

body.owo-public-store-canvas-body {
  scroll-behavior: smooth;
}

.owo-public-gallery-canvas {
  min-height: 100vh;
}

.owo-gallery-public-store.owo-gallery-public-store-premium {
  position: relative;
  min-height: 100vh;
  padding: clamp(22px, 3vw, 34px);
  overflow: clip;
  background:
    radial-gradient(circle at 12% 8%, rgba(51,255,153,.16), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(180deg, #070707 0%, #040404 100%) !important;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-public-store-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.88)),
    var(--owo-m-artist-bg-image),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.78));
  background-size: cover;
  background-position: center;
  opacity: .68;
  transform: scale(1.02);
  filter: saturate(1.04) blur(0px);
  pointer-events: none;
}

.owo-gallery-public-store.owo-gallery-public-store-premium.has-artist-bg-repeat .owo-public-store-backdrop {
  background-size: auto, 220px 220px, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.owo-gallery-public-store.owo-gallery-public-store-premium::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(51,255,153,.08), transparent 30%),
    linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.32) 35%, rgba(0,0,0,.72) 100%);
  pointer-events: none;
}

.owo-public-store-shell {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100vw - 56px));
  margin: 0 auto;
}

.owo-public-store-brandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(18px, 2vw, 24px);
}

.owo-public-store-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fffaf0;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -.04em;
}

.owo-public-store-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(51,255,153,.24);
  border-radius: 999px;
  background: rgba(51,255,153,.10);
  color: var(--owo-m-green);
  font-size: .72rem;
  font-weight: 1000;
  letter-spacing: .08em;
}

.owo-public-store-brand-copy {
  font-size: 1rem;
}

.owo-public-store-brand-actions,
.owo-public-store-cta-row,
.owo-public-store-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.owo-public-store-brand-link,
.owo-public-store-cta,
.owo-public-store-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 950;
  transition: .18s ease;
}

.owo-public-store-brand-link,
.owo-public-store-cta {
  border: 1px solid rgba(51,255,153,.28);
  background: rgba(51,255,153,.12);
  color: var(--owo-m-green);
  box-shadow: 0 16px 32px rgba(0,0,0,.18);
}

.owo-public-store-brand-link.is-ghost,
.owo-public-store-cta.is-secondary,
.owo-public-store-social-links a {
  border: 1px solid rgba(242,237,224,.12);
  background: rgba(255,255,255,.05);
  color: rgba(255,250,240,.86);
}

.owo-public-store-brand-link:hover,
.owo-public-store-cta:hover,
.owo-public-store-social-links a:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.owo-public-store-hero-premium {
  margin-bottom: clamp(22px, 3vw, 32px);
}

.owo-public-store-hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.owo-public-store-poster-card,
.owo-public-store-info-card,
.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-section {
  border: 1px solid rgba(242,237,224,.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.07), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03));
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}

.owo-public-store-poster-card {
  padding: clamp(14px, 1.4vw, 18px);
}

.owo-public-store-poster-frame {
  overflow: hidden;
  height: 100%;
  min-height: clamp(460px, 60vw, 760px);
  border: 1px solid rgba(242,237,224,.12);
  border-radius: 24px;
  background: rgba(0,0,0,.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.owo-public-store-poster-frame img,
.owo-public-store-poster-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.owo-public-store-poster-frame img {
  object-fit: cover;
}

.owo-public-store-poster-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(51,255,153,.18), transparent 36%),
    linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  color: rgba(255,250,240,.86);
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 1000;
  letter-spacing: -.08em;
}

.owo-public-store-info-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(22px, 2.2vw, 32px);
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-store-kicker {
  margin: 0;
  color: var(--owo-m-green);
}

.owo-public-store-info-card h1 {
  margin: 0;
  color: #fffaf0 !important;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: .88;
  letter-spacing: -.09em;
}

.owo-public-store-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owo-public-store-meta-line span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(242,237,224,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,250,240,.88);
  font-size: .76rem;
  font-weight: 900;
}

.owo-public-store-bio {
  margin: 0;
  max-width: 72ch;
  color: rgba(255,250,240,.84) !important;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.6;
}

.owo-public-store-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.owo-public-store-proof-grid article {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(242,237,224,.11);
  border-radius: 20px;
  background: rgba(0,0,0,.18);
}

.owo-public-store-proof-grid small {
  color: rgba(255,250,240,.62);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.owo-public-store-proof-grid strong {
  color: #fffaf0;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.05;
}

.owo-public-store-proof-grid span {
  color: rgba(255,250,240,.72);
  font-size: .85rem;
  line-height: 1.35;
}

.owo-public-store-review-strip {
  margin-top: 4px;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-review-highlights {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(242,237,224,.11);
  border-radius: 22px;
  background: rgba(0,0,0,.17);
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-review-highlights article {
  padding: 12px 14px;
  border: 1px solid rgba(242,237,224,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-review-highlights article > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-review-highlights article strong {
  color: #fffaf0;
  font-size: .9rem;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-review-highlights article p {
  margin: 0;
  color: rgba(255,250,240,.76);
  font-size: .9rem;
  line-height: 1.45;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-store-products-wrap {
  margin-top: clamp(18px, 2.4vw, 28px);
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-section {
  padding: clamp(22px, 2vw, 30px);
  background:
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.06)),
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-head {
  align-items: end;
  gap: 12px;
  margin-bottom: 18px;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-head h2 {
  margin: 0;
  color: #fffaf0 !important;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .94;
  letter-spacing: -.07em;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(242,237,224,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,250,240,.78);
  font-size: .8rem;
  font-weight: 900;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-store-shop {
  padding: 0;
  background: transparent;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-store-shop ul.products {
  gap: clamp(16px, 1.6vw, 22px);
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-store-shop ul.products li.product {
  overflow: hidden;
  border: 1px solid rgba(242,237,224,.12);
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
    rgba(0,0,0,.12) !important;
  box-shadow: 0 18px 36px rgba(0,0,0,.22) !important;
}

.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-store-shop ul.products li.product img,
.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-store-shop ul.products li.product a img,
.owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-store-shop ul.products li.product .attachment-woocommerce_thumbnail {
  border-radius: 18px !important;
}

@media (max-width: 1100px) {
  .owo-public-store-hero-grid {
    grid-template-columns: 1fr;
  }

  .owo-public-store-poster-frame {
    min-height: 420px;
  }
}

@media (max-width: 782px) {
  .owo-gallery-public-store.owo-gallery-public-store-premium {
    padding: 16px;
  }

  .owo-public-store-shell {
    width: min(100%, calc(100vw - 32px));
  }

  .owo-public-store-brandbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .owo-public-store-info-card h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .owo-public-store-proof-grid {
    grid-template-columns: 1fr;
  }

  .owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 0.4.9.48 — Perfil público: blank canvas, centrado y ancho unificado */
html:has(body.owo-public-store-canvas-body) {
  margin-top: 0 !important;
  background: #030303 !important;
  overflow-x: hidden !important;
}

body.owo-public-store-canvas-body,
body.owo-public-store-canvas-body.owo-marketplace-page {
  --owo-public-shell: min(1188px, calc(100vw - 56px));
  --owo-public-gap: clamp(14px, 1.6vw, 22px);
  width: 100vw !important;
  max-width: none !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background:
    radial-gradient(circle at 12% 4%, rgba(51,255,153,.10), transparent 26%),
    radial-gradient(circle at 82% 14%, rgba(255,250,240,.06), transparent 22%),
    linear-gradient(180deg, rgba(0,0,0,.38), rgba(0,0,0,.92)),
    var(--owo-m-artist-bg-image),
    #030303 !important;
  background-size: cover, cover, cover, cover, cover !important;
  background-position: center, center, center, center, center !important;
  background-attachment: fixed, fixed, fixed, fixed, fixed !important;
}

body.owo-public-store-canvas-body.owo-public-bg-repeat {
  background-size: cover, cover, cover, 220px 220px, cover !important;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat !important;
}

body.owo-public-store-canvas-body #wpadminbar,
body.owo-public-store-canvas-body .site-header,
body.owo-public-store-canvas-body .site-footer,
body.owo-public-store-canvas-body header.site-header,
body.owo-public-store-canvas-body footer.site-footer,
body.owo-public-store-canvas-body .wp-site-blocks > header,
body.owo-public-store-canvas-body .wp-site-blocks > footer,
body.owo-public-store-canvas-body .entry-header,
body.owo-public-store-canvas-body .entry-footer,
body.owo-public-store-canvas-body .edit-link,
body.owo-public-store-canvas-body .post-edit-link,
body.owo-public-store-canvas-body .owo-public-store-brand,
body.owo-public-store-canvas-body .owo-public-store-home {
  display: none !important;
}

body.owo-public-store-canvas-body #owo-public-gallery-canvas,
body.owo-public-store-canvas-body .owo-public-gallery-canvas {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.owo-public-store-canvas-body .owo-gallery-public-store.owo-gallery-public-store-premium {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: clamp(28px, 3vw, 48px) 0 clamp(60px, 5vw, 90px) !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

body.owo-public-store-canvas-body .owo-gallery-public-store.owo-gallery-public-store-premium .owo-public-store-backdrop {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  background:
    radial-gradient(circle at 10% 8%, rgba(51,255,153,.13), transparent 28%),
    linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.62)) !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  pointer-events: none !important;
}

body.owo-public-store-canvas-body .owo-gallery-public-store.owo-gallery-public-store-premium::after {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(51,255,153,.09), transparent 26%),
    linear-gradient(90deg, rgba(0,0,0,.52), rgba(0,0,0,.04) 50%, rgba(0,0,0,.60)) !important;
  pointer-events: none !important;
}

body.owo-public-store-canvas-body .owo-public-store-shell {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  justify-items: center !important;
  width: var(--owo-public-shell) !important;
  max-width: var(--owo-public-shell) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.owo-public-store-canvas-body .owo-public-store-brandbar,
body.owo-public-store-canvas-body .owo-public-store-actionsbar {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: 100% !important;
  max-width: var(--owo-public-shell) !important;
  margin: 0 auto clamp(16px, 2vw, 22px) !important;
  padding: 0 !important;
}

body.owo-public-store-canvas-body .owo-public-store-brand-actions {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  width: auto !important;
  margin-left: auto !important;
}

body.owo-public-store-canvas-body .owo-public-store-hero-premium,
body.owo-public-store-canvas-body .owo-artist-store-products-wrap {
  width: 100% !important;
  max-width: var(--owo-public-shell) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.owo-public-store-canvas-body .owo-public-store-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, calc((var(--owo-public-shell) - var(--owo-public-gap)) * .48)) minmax(0, calc((var(--owo-public-shell) - var(--owo-public-gap)) * .52)) !important;
  gap: var(--owo-public-gap) !important;
  width: 100% !important;
  max-width: var(--owo-public-shell) !important;
  margin: 0 auto !important;
  justify-content: center !important;
  align-items: stretch !important;
}

body.owo-public-store-canvas-body .owo-public-store-poster-card,
body.owo-public-store-canvas-body .owo-public-store-info-card {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

body.owo-public-store-canvas-body .owo-public-store-poster-frame {
  min-height: clamp(520px, 62vh, 740px) !important;
}

body.owo-public-store-canvas-body .owo-artist-store-products-wrap {
  padding: clamp(22px, 3vw, 38px) 0 0 !important;
}

body.owo-public-store-canvas-body .owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-section {
  width: 100% !important;
  max-width: var(--owo-public-shell) !important;
  min-width: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
}

body.owo-public-store-canvas-body .owo-gallery-public-store.owo-gallery-public-store-premium .owo-artist-products-head {
  width: 100% !important;
}

@media (max-width: 1100px) {
  body.owo-public-store-canvas-body,
  body.owo-public-store-canvas-body.owo-marketplace-page {
    --owo-public-shell: min(780px, calc(100vw - 34px));
  }

  body.owo-public-store-canvas-body .owo-public-store-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.owo-public-store-canvas-body .owo-public-store-poster-frame {
    min-height: 420px !important;
  }
}

@media (max-width: 782px) {
  body.owo-public-store-canvas-body,
  body.owo-public-store-canvas-body.owo-marketplace-page {
    --owo-public-shell: min(100%, calc(100vw - 26px));
  }

  body.owo-public-store-canvas-body .owo-gallery-public-store.owo-gallery-public-store-premium {
    padding-top: 18px !important;
  }

  body.owo-public-store-canvas-body .owo-public-store-brandbar,
  body.owo-public-store-canvas-body .owo-public-store-actionsbar {
    justify-content: flex-start !important;
  }
}


/* 0.4.9.50 — Ventas como centro de calma financiera */
.owo-sales-center {
  --owo-sales-real: #33ff99;
  --owo-sales-real-deep: #14c977;
  --owo-sales-projection: #ff9a30;
  --owo-sales-projection-soft: rgba(255,154,48,.16);
}

.owo-sales-hero-card,
.owo-sales-chart-card,
.owo-sales-projection-card,
.owo-sales-products-card {
  border-color: rgba(242,237,224,.13) !important;
  background:
    radial-gradient(circle at 4% 0%, rgba(255,255,255,.07), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(20px) !important;
}

.owo-sales-hero-card .owo-marketplace-section-head p {
  color: rgba(255,250,240,.72) !important;
}

.owo-sales-currency-note {
  color: rgba(255,250,240,.58) !important;
}

.owo-sales-tag-live,
.owo-sales-metric-projection,
.owo-payout-metric-purple {
  border-color: rgba(255,154,48,.28) !important;
  background: rgba(255,154,48,.12) !important;
  color: var(--owo-sales-projection) !important;
}

.owo-sales-metrics-grid {
  grid-template-columns: repeat(5, minmax(140px, 1fr)) !important;
}

.owo-sales-metric {
  min-height: 124px !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.08)),
    rgba(255,255,255,.04) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 36px rgba(0,0,0,.22) !important;
}

.owo-sales-metric-real {
  border-color: rgba(51,255,153,.18) !important;
}

.owo-sales-metric span {
  color: rgba(255,250,240,.68) !important;
}

.owo-sales-metric strong {
  color: #fffaf0 !important;
}

.owo-sales-metric small {
  color: rgba(255,250,240,.56) !important;
}

.owo-sales-metric-projection strong,
.owo-sales-projection-result .is-total strong {
  color: var(--owo-sales-projection) !important;
}

.owo-sales-card-head h3 {
  color: #fffaf0 !important;
}

.owo-sales-legend {
  color: rgba(255,250,240,.76) !important;
}

.owo-sales-legend .owo-real,
.owo-sales-line-data .owo-real {
  background: var(--owo-sales-real) !important;
}

.owo-sales-legend .owo-projection,
.owo-sales-line-data .owo-projection {
  background: var(--owo-sales-projection) !important;
}

.owo-sales-line-chart {
  display: block !important;
}

.owo-sales-line-chart-wrap {
  overflow: hidden;
  border: 1px solid rgba(242,237,224,.10);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 0%, rgba(51,255,153,.08), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(255,154,48,.08), transparent 24%),
    rgba(0,0,0,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.owo-sales-line-svg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
}

.owo-sales-svg-bg {
  fill: rgba(0,0,0,.10);
}

.owo-sales-grid-line {
  stroke: rgba(255,250,240,.12);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.owo-sales-grid-line-vertical {
  stroke: rgba(255,250,240,.055);
}

.owo-sales-grid-label,
.owo-sales-week-label {
  fill: rgba(255,250,240,.58);
  font-size: 20px;
  font-weight: 800;
}

.owo-sales-week-label {
  fill: rgba(255,250,240,.66);
  font-size: 18px;
}

.owo-sales-area-real { fill: url(#owoSalesRealArea); }
.owo-sales-area-projection { fill: url(#owoSalesProjectionArea); }

.owo-sales-line-real,
.owo-sales-line-projection {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.28));
}

.owo-sales-line-real { stroke: var(--owo-sales-real); }
.owo-sales-line-projection { stroke: var(--owo-sales-projection); stroke-dasharray: 2 0; }

.owo-sales-point-real,
.owo-sales-point-projection {
  stroke: rgba(5,5,5,.86);
  stroke-width: 4;
}

.owo-sales-point-real { fill: var(--owo-sales-real); }
.owo-sales-point-projection { fill: var(--owo-sales-projection); }

.owo-sales-line-data {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.owo-sales-line-data article {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(242,237,224,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}

.owo-sales-line-data strong {
  color: #fffaf0;
  font-size: .86rem;
}

.owo-sales-line-data small {
  color: rgba(255,250,240,.48);
  font-size: .74rem;
  font-weight: 800;
}

.owo-sales-line-data span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,250,240,.82);
  font-size: .82rem;
  font-weight: 900;
}

.owo-sales-line-data i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}

.owo-sales-insight {
  border-color: rgba(51,255,153,.14) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(51,255,153,.08), transparent 34%),
    rgba(0,0,0,.15) !important;
}

.owo-sales-insight strong {
  color: var(--owo-sales-real) !important;
}

.owo-sales-insight p {
  color: rgba(255,250,240,.74) !important;
}

.owo-sales-projection-result {
  border: 1px solid rgba(255,154,48,.18) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,154,48,.12), transparent 34%),
    rgba(0,0,0,.22) !important;
}

.owo-sales-projection-result div {
  border-bottom-color: rgba(255,250,240,.10) !important;
}

.owo-sales-projection-result span {
  color: rgba(255,250,240,.62) !important;
}

.owo-sales-projection-result strong {
  color: #fffaf0 !important;
}

.owo-sales-products-table th {
  color: rgba(255,250,240,.62) !important;
}

.owo-sales-products-table td {
  border-color: rgba(242,237,224,.10) !important;
  background: rgba(0,0,0,.18) !important;
  color: rgba(255,250,240,.78) !important;
}

.owo-sales-products-table strong {
  color: #fffaf0 !important;
}

.owo-sales-empty {
  border-color: rgba(242,237,224,.14) !important;
  background: rgba(0,0,0,.16) !important;
}

.owo-sales-empty strong { color: #fffaf0 !important; }
.owo-sales-empty p { color: rgba(255,250,240,.62) !important; }

@media (max-width: 860px) {
  .owo-sales-line-data {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .owo-sales-line-data {
    grid-template-columns: 1fr;
  }

  .owo-sales-line-svg {
    min-height: 250px;
  }
}


/* 0.4.9.51 — Ventas: gráfico contenido dentro del panel */
.owo-sales-line-chart-wrap {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}

.owo-sales-line-svg {
  overflow: visible !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.owo-sales-grid-label {
  font-size: 17px !important;
}

.owo-sales-week-label {
  font-size: 16px !important;
}

.owo-sales-line-real,
.owo-sales-line-projection {
  stroke-width: 7 !important;
}

.owo-sales-point-real,
.owo-sales-point-projection {
  stroke-width: 3.5 !important;
}

@media (max-width: 782px) {
  .owo-sales-grid-label { font-size: 15px !important; }
  .owo-sales-week-label { font-size: 14px !important; }
  .owo-sales-line-real,
  .owo-sales-line-projection { stroke-width: 6 !important; }
}


/* 0.4.9.52 — Cobros: dark/glass + Pulso financiero */
.owo-sales-calm-insight strong::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--owo-sales-real, #33ff99);
  box-shadow: 0 0 0 4px rgba(51,255,153,.12);
}

.owo-payout-panel {
  display: grid !important;
  gap: clamp(14px, 1.6vw, 20px) !important;
}

.owo-payout-hero,
.owo-payout-advance-card,
.owo-payout-profile-card,
.owo-payout-table-card,
.owo-payout-movements-card {
  border-color: rgba(242,237,224,.13) !important;
  background:
    radial-gradient(circle at 6% 0%, rgba(51,255,153,.075), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(255,154,48,.055), transparent 24%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(20px) !important;
}

.owo-payout-hero > p,
.owo-payout-advance-card > p,
.owo-payout-profile-help,
.owo-payout-note {
  color: rgba(255,250,240,.68) !important;
}

.owo-payout-metrics {
  gap: 12px !important;
}

.owo-payout-metric {
  min-height: 126px !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.08)),
    rgba(255,255,255,.04) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 36px rgba(0,0,0,.20) !important;
}

.owo-payout-metric span {
  color: rgba(255,250,240,.62) !important;
  font-size: .72rem !important;
  letter-spacing: .12em !important;
}

.owo-payout-metric strong {
  color: #fffaf0 !important;
  letter-spacing: -.045em !important;
}

.owo-payout-metric small {
  color: rgba(255,250,240,.56) !important;
}

.owo-payout-metric-good {
  border-color: rgba(51,255,153,.20) !important;
}

.owo-payout-metric-good strong {
  color: var(--owo-m-green) !important;
}

.owo-payout-metric-purple {
  border-color: rgba(255,154,48,.24) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,154,48,.12), transparent 34%),
    rgba(255,255,255,.04) !important;
}

.owo-payout-metric-purple strong,
.owo-payout-metric-warning strong {
  color: #ff9a30 !important;
}

.owo-payout-metric-warning {
  border-color: rgba(255,154,48,.22) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,154,48,.10), transparent 34%),
    rgba(255,255,255,.04) !important;
}

.owo-payout-layout {
  align-items: stretch !important;
}

.owo-payout-advance-card,
.owo-payout-profile-card {
  overflow: hidden !important;
}

.owo-payout-profile-help {
  margin: -4px 0 16px !important;
  max-width: 720px !important;
  font-size: .92rem !important;
  line-height: 1.5 !important;
}

.owo-payout-safe-tag {
  border-color: rgba(51,255,153,.20) !important;
  background: rgba(51,255,153,.10) !important;
  color: var(--owo-m-green) !important;
}

.owo-payout-form input,
.owo-payout-form select,
.owo-payout-form textarea,
.owo-payout-profile-form input,
.owo-payout-profile-form select,
.owo-payout-profile-form textarea {
  border-color: rgba(242,237,224,.12) !important;
  background: rgba(0,0,0,.30) !important;
  color: #fffaf0 !important;
}

.owo-payout-advance-summary {
  border: 1px solid rgba(255,154,48,.16) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,154,48,.10), transparent 34%),
    rgba(0,0,0,.18) !important;
}

.owo-payout-advance-summary div {
  border-bottom-color: rgba(255,250,240,.10) !important;
}

.owo-payout-advance-summary span {
  color: rgba(255,250,240,.62) !important;
}

.owo-payout-advance-summary strong {
  color: #fffaf0 !important;
}

.owo-payout-advance-summary [data-owo-advance-net] {
  color: var(--owo-m-green) !important;
}

.owo-payout-table-card .owo-sales-products-table th,
.owo-payout-table-card .owo-sales-products-table td {
  background: rgba(0,0,0,.16) !important;
}

.owo-payout-movement {
  border-color: rgba(242,237,224,.11) !important;
  background: rgba(0,0,0,.18) !important;
}

.owo-payout-movement span,
.owo-payout-movement p {
  color: rgba(255,250,240,.62) !important;
}

.owo-payout-movement strong {
  color: #fffaf0 !important;
}

.owo-payout-movement.is-credit strong { color: var(--owo-m-green) !important; }
.owo-payout-movement.is-debit strong,
.owo-payout-movement.is-fee strong { color: #ff9a30 !important; }

.owo-payout-note {
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 20px !important;
  background: rgba(0,0,0,.16) !important;
}

.owo-payout-note strong {
  color: #fffaf0 !important;
}

/* 0.4.9.53 — Guía: precio, valor y sostenibilidad del artista */
.owo-price-guide-center {
  display: grid !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
}

.owo-price-guide-center .owo-marketplace-card {
  border: 1px solid rgba(242,237,224,.14) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.065), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.088), rgba(255,255,255,.032)) !important;
  box-shadow: 0 24px 64px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(20px) !important;
}

.owo-price-guide-hero > p,
.owo-guide-help-text,
.owo-price-guide-closing > p {
  max-width: 980px !important;
  color: rgba(255,250,240,.76) !important;
  font-size: clamp(.95rem, 1vw, 1.08rem) !important;
  line-height: 1.58 !important;
}

.owo-price-guide-principles {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

.owo-price-guide-principles article {
  display: grid !important;
  gap: 9px !important;
  min-height: 130px !important;
  padding: 16px !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 22px !important;
  background: rgba(0,0,0,.18) !important;
}

.owo-price-guide-principles strong {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(51,255,153,.32) !important;
  border-radius: 999px !important;
  background: rgba(51,255,153,.12) !important;
  color: var(--owo-m-green) !important;
  font-size: .82rem !important;
  font-weight: 1000 !important;
}

.owo-price-guide-principles span {
  color: rgba(255,250,240,.78) !important;
  font-size: .88rem !important;
  line-height: 1.38 !important;
  font-weight: 750 !important;
}

.owo-price-guide-toolbox,
.owo-price-guide-secondary {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(16px, 1.8vw, 22px) !important;
}

.owo-price-guide-secondary {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
  align-items: start !important;
}

.owo-price-calc-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr) !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
  align-items: start !important;
  margin-top: 18px !important;
}

.owo-price-calc-inputs {
  display: grid !important;
  gap: 14px !important;
}

.owo-price-calc-block,
.owo-price-calc-results,
.owo-price-checklist-card,
.owo-price-learning-card {
  border: 1px solid rgba(242,237,224,.13) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.055), transparent 32%),
    rgba(0,0,0,.18) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 42px rgba(0,0,0,.2) !important;
}

.owo-price-calc-block {
  padding: clamp(14px, 1.5vw, 20px) !important;
}

.owo-price-calc-block-head {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin-bottom: 14px !important;
}

.owo-price-calc-block-head > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255,138,64,.32) !important;
  border-radius: 999px !important;
  background: rgba(255,138,64,.12) !important;
  color: #ff9a4d !important;
  font-size: .74rem !important;
  font-weight: 1000 !important;
}

.owo-price-calc-block-head h4,
.owo-price-life-context h4,
.owo-price-discount-box h4 {
  margin: 0 !important;
  color: var(--owo-m-text) !important;
  font-size: clamp(1rem, 1.08vw, 1.22rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

.owo-price-calc-block-head p {
  margin: 5px 0 0 !important;
  color: rgba(255,250,240,.58) !important;
  font-size: .84rem !important;
  line-height: 1.38 !important;
}

.owo-price-input-grid,
.owo-price-percent-grid,
.owo-creative-hours-grid {
  display: grid !important;
  gap: 10px !important;
}

.owo-price-input-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.owo-price-percent-grid,
.owo-creative-hours-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 10px !important;
}

.owo-creative-hours-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.owo-price-guide-center label {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
}

.owo-price-guide-center label > span {
  color: rgba(255,250,240,.92) !important;
  font-size: .8rem !important;
  font-weight: 930 !important;
}

.owo-price-guide-center label small,
.owo-price-preset-note {
  display: block !important;
  color: rgba(255,250,240,.55) !important;
  font-size: .73rem !important;
  line-height: 1.32 !important;
}

.owo-price-guide-center input,
.owo-price-guide-center select {
  width: 100% !important;
  min-height: 43px !important;
  border: 1px solid rgba(242,237,224,.13) !important;
  border-radius: 14px !important;
  background: rgba(0,0,0,.22) !important;
  color: #fffaf0 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.owo-price-guide-center input:focus,
.owo-price-guide-center select:focus {
  border-color: rgba(51,255,153,.48) !important;
  box-shadow: 0 0 0 3px rgba(51,255,153,.12) !important;
  outline: none !important;
}

.owo-price-preset-note {
  margin-top: 10px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(51,255,153,.18) !important;
  border-radius: 18px !important;
  background: rgba(51,255,153,.07) !important;
  color: rgba(255,250,240,.72) !important;
}

.owo-price-calc-results {
  position: sticky !important;
  top: 92px !important;
  display: grid !important;
  gap: 12px !important;
  padding: clamp(14px, 1.5vw, 20px) !important;
}

.owo-price-result-hero {
  display: grid !important;
  gap: 8px !important;
  padding: clamp(18px, 2vw, 24px) !important;
  border: 1px solid rgba(51,255,153,.24) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(51,255,153,.18), transparent 34%),
    rgba(51,255,153,.07) !important;
}

.owo-price-result-hero span,
.owo-price-result-grid span,
.owo-price-discount-box span {
  color: rgba(255,250,240,.66) !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.owo-price-result-hero strong {
  color: var(--owo-m-green) !important;
  font-size: clamp(1.9rem, 3.4vw, 3.25rem) !important;
  line-height: .95 !important;
  letter-spacing: -.07em !important;
}

.owo-price-result-hero p,
.owo-price-life-context p,
.owo-price-discount-box p {
  margin: 0 !important;
  color: rgba(255,250,240,.76) !important;
  font-size: .9rem !important;
  line-height: 1.45 !important;
}

.owo-price-result-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.owo-price-result-grid > div,
.owo-price-life-context,
.owo-price-discount-box {
  display: grid !important;
  gap: 5px !important;
  padding: 13px !important;
  border: 1px solid rgba(242,237,224,.11) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.045) !important;
}

.owo-price-result-grid strong,
.owo-price-discount-box strong {
  color: #fffaf0 !important;
  font-size: 1.12rem !important;
  line-height: 1.05 !important;
}

.owo-price-result-grid small {
  color: rgba(255,250,240,.55) !important;
  font-size: .73rem !important;
  line-height: 1.25 !important;
}

.owo-price-result-grid b {
  color: #ff9a4d !important;
}

.owo-price-life-context {
  border-color: rgba(255,138,64,.18) !important;
  background: rgba(255,138,64,.055) !important;
}

.owo-price-discount-box {
  border-color: rgba(255,138,64,.22) !important;
}

.owo-price-progress {
  overflow: hidden !important;
  height: 8px !important;
  margin: 8px 0 14px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.08) !important;
}

.owo-price-progress span {
  display: block !important;
  width: 0;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, var(--owo-m-green), #ff9a4d) !important;
  transition: width .22s ease !important;
}

.owo-guide-smart-checks {
  gap: 9px !important;
}

.owo-guide-smart-checks label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(242,237,224,.11) !important;
  border-radius: 16px !important;
  background: rgba(0,0,0,.16) !important;
  cursor: pointer !important;
}

.owo-guide-smart-checks input {
  width: 18px !important;
  min-height: 18px !important;
  margin-top: 1px !important;
  accent-color: var(--owo-m-green) !important;
}

.owo-guide-smart-checks span {
  color: rgba(255,250,240,.82) !important;
  font-size: .88rem !important;
  line-height: 1.3 !important;
  font-weight: 820 !important;
}

.owo-check-tip-box {
  display: grid !important;
  gap: 5px !important;
  margin-top: 14px !important;
  padding: 14px !important;
  border: 1px solid rgba(51,255,153,.20) !important;
  border-radius: 18px !important;
  background: rgba(51,255,153,.07) !important;
}

.owo-check-tip-box strong {
  color: var(--owo-m-green) !important;
  font-size: .95rem !important;
}

.owo-check-tip-box p {
  margin: 0 !important;
  color: rgba(255,250,240,.72) !important;
  font-size: .86rem !important;
  line-height: 1.4 !important;
}

.owo-price-lesson-list {
  display: grid !important;
  gap: 10px !important;
}

.owo-price-lesson-list details {
  overflow: hidden !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.18) !important;
}

.owo-price-lesson-list summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  color: #fffaf0 !important;
  font-size: .95rem !important;
  font-weight: 950 !important;
  cursor: pointer !important;
  list-style: none !important;
}

.owo-price-lesson-list summary::-webkit-details-marker { display: none !important; }

.owo-price-lesson-list summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(51,255,153,.24);
  border-radius: 999px;
  color: var(--owo-m-green);
  background: rgba(51,255,153,.08);
}

.owo-price-lesson-list details[open] summary::after { content: "–"; }

.owo-price-lesson-list p {
  margin: 0 !important;
  padding: 0 16px 16px !important;
  color: rgba(255,250,240,.72) !important;
  font-size: .9rem !important;
  line-height: 1.48 !important;
}

.owo-price-guide-closing h3 {
  max-width: 960px !important;
  margin: 0 !important;
  color: #fffaf0 !important;
  font-size: clamp(1.7rem, 3vw, 3.1rem) !important;
  line-height: .98 !important;
  letter-spacing: -.06em !important;
}

@media (max-width: 1180px) {
  .owo-price-calc-layout,
  .owo-price-guide-secondary {
    grid-template-columns: 1fr !important;
  }

  .owo-price-calc-results {
    position: relative !important;
    top: auto !important;
  }
}

@media (max-width: 860px) {
  .owo-price-guide-principles,
  .owo-price-input-grid,
  .owo-price-percent-grid,
  .owo-creative-hours-grid,
  .owo-price-result-grid {
    grid-template-columns: 1fr !important;
  }

  .owo-price-guide-principles article {
    min-height: auto !important;
  }

  .owo-price-result-hero strong {
    font-size: clamp(1.55rem, 9vw, 2.45rem) !important;
  }
}

/* 0.4.9.54 — Guía: claridad de unidades, tono y ayuda de ajuste */
.owo-price-unit-note,
.owo-price-adjust-box {
  display: grid !important;
  gap: 6px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(255,138,64,.20) !important;
  border-radius: 18px !important;
  background: rgba(255,138,64,.065) !important;
  color: rgba(255,250,240,.78) !important;
  font-size: .86rem !important;
  line-height: 1.42 !important;
}

.owo-price-unit-note strong,
.owo-price-adjust-box h4 {
  margin: 0 !important;
  color: #ff9a4d !important;
  font-weight: 1000 !important;
}

.owo-price-adjust-box {
  border-color: rgba(51,255,153,.18) !important;
  background: rgba(51,255,153,.055) !important;
}

.owo-price-adjust-box h4 {
  color: var(--owo-m-green) !important;
}

.owo-price-adjust-box ul {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.owo-price-adjust-box li {
  position: relative !important;
  margin: 0 !important;
  padding-left: 18px !important;
  color: rgba(255,250,240,.74) !important;
  font-size: .84rem !important;
  line-height: 1.38 !important;
}

.owo-price-adjust-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--owo-m-green);
  box-shadow: 0 0 12px rgba(51,255,153,.45);
}

/* 0.4.9.56 — Guía: mercado, costos reales y estrategia de producto */
.owo-guide-principles-market article {
  min-height: 86px !important;
}

.owo-budget-reference {
  display: grid !important;
  gap: 5px !important;
  margin: 0 0 14px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 158, 55, .22) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(255, 158, 55, .12), rgba(255, 255, 255, .035)) !important;
  color: rgba(255, 250, 240, .76) !important;
}

.owo-budget-reference strong {
  color: #ff9e37 !important;
  font-size: .8rem !important;
  font-weight: 1000 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.owo-budget-reference span {
  color: rgba(255, 250, 240, .72) !important;
  font-size: .84rem !important;
  line-height: 1.45 !important;
}

.owo-guide-subtitle-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 16px 0 9px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(242, 237, 224, .10) !important;
}

.owo-guide-subtitle-row strong {
  color: var(--owo-m-text) !important;
  font-size: .9rem !important;
  font-weight: 950 !important;
}

.owo-guide-subtitle-row span {
  color: rgba(255, 250, 240, .58) !important;
  font-size: .78rem !important;
  text-align: right !important;
}

.owo-price-result-hero [data-owo-recommended-range] {
  font-size: clamp(2rem, 4vw, 3.8rem) !important;
  line-height: .9 !important;
  letter-spacing: -.08em !important;
}

.owo-price-result-grid div:has([data-owo-market-status]) strong {
  color: #ff9e37 !important;
}

.owo-price-result-grid [data-owo-unit-real-cost],
.owo-price-result-grid [data-owo-market-range] {
  font-size: clamp(1rem, 1.15vw, 1.25rem) !important;
}

.owo-price-result-grid [data-owo-market-range] {
  line-height: 1.15 !important;
}

.owo-adjust-help-card li,
.owo-life-context-card p,
.owo-discount-card small {
  color: rgba(255, 250, 240, .76) !important;
}

.owo-adjust-help-card li + li {
  margin-top: 7px !important;
}

.owo-price-guide-closing h3 {
  max-width: 980px !important;
}

@media (max-width: 782px) {
  .owo-guide-subtitle-row {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .owo-guide-subtitle-row span {
    text-align: left !important;
  }
}

/* 0.4.9.57 — Admin/editor marketplace limpio, dark y conectado */
body.wp-admin.toplevel_page_owo-artista,
body.wp-admin.woocommerce_page_owo-artista {
  background:
    radial-gradient(circle at 10% 0%, rgba(51,255,153,.10), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(255,255,255,.055), transparent 22%),
    linear-gradient(180deg, #070907 0%, #050505 100%) !important;
}

body.wp-admin.woocommerce_page_owo-artista #wpcontent {
  padding-left: 0 !important;
}

body.wp-admin.woocommerce_page_owo-artista #wpbody-content {
  padding-bottom: 72px !important;
}

.owo-m-admin-wrap.owo-m-admin-v3 {
  --owo-m-admin-bg: #050605 !important;
  --owo-m-admin-card: rgba(255,255,255,.06) !important;
  --owo-m-admin-text: #fffaf0 !important;
  --owo-m-admin-muted: rgba(255,250,240,.66) !important;
  --owo-m-admin-line: rgba(242,237,224,.13) !important;
  --owo-m-admin-green: #33ff99 !important;
  width: min(1320px, calc(100vw - 48px)) !important;
  max-width: none !important;
  margin: 28px auto 80px !important;
  color: #fffaf0 !important;
}

.owo-m-admin-v3 .owo-marketplace-kicker {
  color: #33ff99 !important;
  letter-spacing: .16em !important;
}

.owo-m-admin-v3 .owo-m-admin-hero,
.owo-m-admin-v3 .owo-m-admin-section,
.owo-m-admin-v3 .owo-m-admin-table-card,
.owo-m-admin-v3 .owo-m-admin-tabs,
.owo-m-admin-v3 .owo-m-admin-focus-strip,
.owo-m-admin-v3 .owo-m-admin-panel-soft,
.owo-m-admin-v3 .owo-m-admin-summary-card,
.owo-m-admin-v3 .owo-m-admin-accordion,
.owo-m-admin-v3 .owo-m-certified-card,
.owo-m-admin-v3 .owo-m-curatorial-card,
.owo-m-admin-v3 .owo-m-admin-legacy-chat-wrap {
  border: 1px solid rgba(242,237,224,.13) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,.07), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.028)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(20px) !important;
}

.owo-m-admin-v3 .owo-m-admin-hero {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px) !important;
  border-radius: 32px !important;
  padding: clamp(24px, 2.2vw, 36px) !important;
  margin: 0 0 16px !important;
}

.owo-m-admin-v3 .owo-m-admin-hero h1 {
  color: #fffaf0 !important;
  font-size: clamp(2.8rem, 5vw, 5.2rem) !important;
  line-height: .86 !important;
  letter-spacing: -.09em !important;
}

.owo-m-admin-v3 .owo-m-admin-hero p,
.owo-m-admin-v3 .owo-m-admin-section-head p,
.owo-m-admin-v3 .owo-m-admin-summary-card small,
.owo-m-admin-v3 .owo-m-admin-panel-soft p,
.owo-m-admin-v3 .owo-m-certified-card p,
.owo-m-admin-v3 .owo-m-product-body p,
.owo-m-admin-v3 .owo-m-mini-notes span,
.owo-m-admin-v3 .owo-m-admin-accordion summary small {
  color: rgba(255,250,240,.66) !important;
}

.owo-m-admin-v3 .owo-m-admin-hero-metrics div {
  border: 1px solid rgba(242,237,224,.10) !important;
  background: rgba(0,0,0,.30) !important;
  border-radius: 18px !important;
}

.owo-m-admin-v3 .owo-m-admin-hero-metrics strong,
.owo-m-admin-v3 .owo-m-admin-summary-card strong,
.owo-m-admin-v3 .owo-m-admin-status-mini-grid strong,
.owo-m-admin-v3 .owo-m-certified-stats strong,
.owo-m-admin-v3 .owo-m-score strong {
  color: #33ff99 !important;
}

.owo-m-admin-v3 .owo-m-admin-focus-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
  padding: 16px 18px;
  border-radius: 22px;
}

.owo-m-admin-v3 .owo-m-admin-focus-strip div {
  display: grid;
  gap: 3px;
}

.owo-m-admin-v3 .owo-m-admin-focus-strip strong {
  color: #fffaf0;
  font-size: 1rem;
  font-weight: 950;
}

.owo-m-admin-v3 .owo-m-admin-focus-strip span {
  color: rgba(255,250,240,.68);
  line-height: 1.42;
}

.owo-m-admin-v3 .owo-m-admin-focus-strip a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(51,255,153,.28);
  border-radius: 999px;
  background: rgba(51,255,153,.12);
  color: #33ff99;
  font-weight: 950;
  text-decoration: none;
}

.owo-m-admin-v3 .owo-m-admin-tabs {
  position: sticky;
  top: 44px;
  z-index: 30;
  margin: 0 0 18px !important;
  padding: 9px !important;
  border-radius: 999px !important;
  background: rgba(10,12,10,.76) !important;
}

.owo-m-admin-v3 .owo-m-admin-tabs a {
  border-color: transparent !important;
  background: transparent !important;
  color: rgba(255,250,240,.72) !important;
  min-height: 40px !important;
  padding: 0 15px !important;
}

.owo-m-admin-v3 .owo-m-admin-tabs a:hover,
.owo-m-admin-v3 .owo-m-admin-tabs a.is-active {
  border-color: rgba(51,255,153,.26) !important;
  background: rgba(51,255,153,.13) !important;
  color: #33ff99 !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.20) !important;
}

.owo-m-admin-v3 .owo-m-admin-section {
  border-radius: 30px !important;
  padding: clamp(18px, 2vw, 26px) !important;
}

.owo-m-admin-v3 .owo-m-admin-section-head h2,
.owo-m-admin-v3 .owo-m-admin-panel-soft h3,
.owo-m-admin-v3 .owo-m-certified-card h3,
.owo-m-admin-v3 .owo-m-product-title-row h3 {
  color: #fffaf0 !important;
}

.owo-m-admin-v3 .owo-m-admin-summary-card,
.owo-m-admin-v3 .owo-m-admin-panel-soft,
.owo-m-admin-v3 .owo-m-certified-card {
  border-radius: 24px !important;
}

.owo-m-admin-v3 .owo-m-admin-summary-card {
  min-height: 138px !important;
  color: #fffaf0 !important;
  text-decoration: none !important;
}

.owo-m-admin-v3 .owo-m-admin-summary-card span,
.owo-m-admin-v3 .owo-m-certified-stats span,
.owo-m-admin-v3 .owo-m-admin-status-mini-grid span {
  color: rgba(255,250,240,.9) !important;
}

.owo-m-admin-v3 .owo-m-admin-clean-list a,
.owo-m-admin-v3 .owo-m-admin-status-mini-grid a,
.owo-m-admin-v3 .owo-m-certified-stats span,
.owo-m-admin-v3 .owo-m-mini-notes div,
.owo-m-admin-v3 .owo-m-product-pills span,
.owo-m-admin-v3 .owo-m-admin-muted {
  border: 1px solid rgba(242,237,224,.10) !important;
  background: rgba(0,0,0,.22) !important;
  color: rgba(255,250,240,.84) !important;
}

.owo-m-admin-v3 .owo-m-admin-clean-list a:hover,
.owo-m-admin-v3 .owo-m-admin-status-mini-grid a:hover,
.owo-m-admin-v3 .owo-m-admin-summary-card:hover,
.owo-m-admin-v3 .owo-m-certified-card:hover,
.owo-m-admin-v3 .owo-m-admin-accordion:hover {
  border-color: rgba(51,255,153,.24) !important;
}

.owo-m-admin-v3 .owo-m-admin-accordion {
  border-radius: 22px !important;
  overflow: hidden !important;
}

.owo-m-admin-v3 .owo-m-admin-accordion summary {
  min-height: 78px;
  padding: 14px 16px !important;
}

.owo-m-admin-v3 .owo-m-admin-accordion summary strong {
  color: #fffaf0 !important;
}

.owo-m-admin-v3 .owo-m-admin-accordion summary::after {
  border: 1px solid rgba(51,255,153,.22) !important;
  background: rgba(51,255,153,.11) !important;
  color: #33ff99 !important;
}

.owo-m-admin-v3 .owo-m-admin-accordion[open] summary {
  border-bottom: 1px solid rgba(242,237,224,.10);
}

.owo-m-admin-v3 .owo-m-admin-accordion[open] summary::after {
  background: #33ff99 !important;
  color: #050505 !important;
}

.owo-m-admin-v3 .owo-m-admin-accordion-body {
  padding: 14px 16px 16px !important;
}

.owo-m-admin-v3 .owo-m-product-summary-thumb,
.owo-m-admin-v3 .owo-m-product-thumb {
  background: rgba(0,0,0,.28) !important;
  border: 1px solid rgba(242,237,224,.10) !important;
}

.owo-m-admin-v3 .owo-m-curatorial-card {
  grid-template-columns: 160px minmax(0, 1fr) !important;
  border-radius: 24px !important;
  padding: 14px !important;
}

.owo-m-admin-v3 .owo-m-product-thumb {
  border-radius: 20px !important;
}

.owo-m-admin-v3 .owo-m-product-thumb span,
.owo-m-admin-v3 .owo-m-score {
  border: 1px solid rgba(242,237,224,.10) !important;
  background: rgba(0,0,0,.46) !important;
  color: #fffaf0 !important;
}

.owo-m-admin-v3 .owo-m-score {
  border-radius: 20px !important;
}

.owo-m-admin-v3 .owo-m-product-pills .is-featured,
.owo-m-admin-v3 .owo-m-price-pill {
  border-color: rgba(51,255,153,.22) !important;
  background: rgba(51,255,153,.10) !important;
  color: #33ff99 !important;
}

.owo-m-admin-v3 .owo-m-status-chip,
.owo-m-admin-v3 .owo-marketplace-tag {
  border: 1px solid rgba(242,237,224,.12) !important;
  background: rgba(255,255,255,.06) !important;
  color: rgba(255,250,240,.86) !important;
}

.owo-m-admin-v3 .owo-m-chip-approved,
.owo-m-admin-v3 .owo-m-chip-certified,
.owo-m-admin-v3 .owo-marketplace-tag-good {
  border-color: rgba(51,255,153,.28) !important;
  background: rgba(51,255,153,.12) !important;
  color: #33ff99 !important;
}

.owo-m-admin-v3 .owo-m-chip-changes_requested,
.owo-m-admin-v3 .owo-m-chip-pending_review {
  border-color: rgba(255,153,51,.30) !important;
  background: rgba(255,153,51,.11) !important;
  color: #ff9f3d !important;
}

.owo-m-admin-v3 .owo-m-curatorial-filters,
.owo-m-admin-v3 .owo-m-admin-v2-filters {
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 24px !important;
  background: rgba(0,0,0,.18) !important;
  padding: 14px !important;
}

.owo-m-admin-v3 label > span,
.owo-m-admin-v3 .owo-m-curatorial-filters label span,
.owo-m-admin-v3 .owo-m-curatorial-message-form label span {
  color: rgba(255,250,240,.9) !important;
}

.owo-m-admin-v3 .owo-m-curatorial-message-form textarea,
.owo-m-admin-v3 .owo-m-curatorial-filters input,
.owo-m-admin-v3 .owo-m-curatorial-filters select {
  border-color: rgba(242,237,224,.12) !important;
  background: rgba(0,0,0,.34) !important;
  color: #fffaf0 !important;
}

.owo-m-admin-v3 .owo-m-curatorial-message-form textarea::placeholder,
.owo-m-admin-v3 .owo-m-curatorial-filters input::placeholder {
  color: rgba(255,250,240,.46) !important;
}

.owo-m-admin-v3 .button,
.owo-m-admin-v3 a.button,
.owo-m-admin-v3 button.button,
.owo-m-admin-v3 input.button,
.owo-m-admin-v3 .owo-m-admin-button {
  border-color: rgba(242,237,224,.12) !important;
  background: rgba(255,255,255,.06) !important;
  color: rgba(255,250,240,.9) !important;
}

.owo-m-admin-v3 .button-primary,
.owo-m-admin-v3 a.button-primary,
.owo-m-admin-v3 button.button-primary,
.owo-m-admin-v3 input.button-primary {
  border-color: rgba(51,255,153,.48) !important;
  background: #33ff99 !important;
  color: #050505 !important;
  box-shadow: 0 16px 34px rgba(51,255,153,.14) !important;
}

.owo-m-admin-v3 .owo-m-admin-button.is-active,
.owo-m-admin-v3 .button.is-active,
.owo-m-admin-v3 a.button.is-active,
.owo-m-admin-v3 button.button.is-active {
  border-color: rgba(51,255,153,.32) !important;
  background: rgba(51,255,153,.12) !important;
  color: #33ff99 !important;
}

.owo-m-admin-v3 .owo-m-admin-messages-bridge {
  margin-bottom: 16px;
}

.owo-m-admin-v3 .owo-m-admin-messages-bridge .mensajes-reunioon-center {
  max-width: none !important;
  width: 100% !important;
}

.owo-m-admin-v3 .owo-m-admin-legacy-chat-wrap {
  margin-top: 16px;
}

.owo-m-admin-v3 .owo-m-filter-count {
  border: 1px solid rgba(51,255,153,.22) !important;
  background: rgba(51,255,153,.10) !important;
  color: #33ff99 !important;
}

@media (max-width: 960px) {
  .owo-m-admin-wrap.owo-m-admin-v3 {
    width: min(100%, calc(100vw - 28px)) !important;
  }

  .owo-m-admin-v3 .owo-m-admin-hero,
  .owo-m-admin-v3 .owo-m-curatorial-card {
    grid-template-columns: 1fr !important;
  }

  .owo-m-admin-v3 .owo-m-admin-focus-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .owo-m-admin-v3 .owo-m-admin-focus-strip a {
    width: 100%;
  }

  .owo-m-admin-v3 .owo-m-admin-tabs {
    border-radius: 24px !important;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .owo-m-admin-v3 .owo-m-admin-tabs a {
    flex: 0 0 auto;
  }
}

/* ==========================================================
   0.4.9.58 — Ajuste de respiración superior + resumen vivo
   Mantiene estructura funcional del marketplace; solo mejora
   margen general y agrega un pulso visual al resumen.
   ========================================================== */
.owo-marketplace-lite.owo-control-room,
.owo-control-room.owo-marketplace-lite {
  margin-top: clamp(18px, 2.4vw, 34px) !important;
  margin-bottom: clamp(22px, 3vw, 44px) !important;
}

.owo-control-room .owo-marketplace-topbar {
  margin-top: clamp(6px, .8vw, 12px) !important;
}

.owo-control-room > .owo-control-tabs {
  margin-top: clamp(12px, 1.3vw, 20px) !important;
}

.owo-summary-pulse-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(18px, 2.1vw, 28px) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(51,255,153,.13), transparent 34%),
    radial-gradient(circle at 94% 8%, rgba(255,250,240,.11), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035)) !important;
}

.owo-summary-pulse-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  z-index: -1;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,250,240,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  pointer-events: none;
}

.owo-summary-pulse-head {
  align-items: flex-start !important;
  margin-bottom: clamp(14px, 1.6vw, 22px) !important;
}

.owo-summary-pulse-head h2 {
  margin: 0 !important;
  font-size: clamp(2rem, 3.5vw, 4.2rem) !important;
  line-height: .92 !important;
  letter-spacing: -.07em !important;
}

.owo-summary-pulse-head p:not(.owo-marketplace-kicker) {
  max-width: 78ch;
  margin-top: 8px !important;
}

.owo-summary-pulse-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(14px, 1.6vw, 22px);
  align-items: stretch;
}

.owo-summary-pulse-chart {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border: 1px solid rgba(255,250,240,.11);
  border-radius: clamp(20px, 2vw, 30px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(0deg, rgba(255,255,255,.055) 1px, transparent 1px) 0 0 / 100% 25%,
    radial-gradient(circle at 20% 8%, rgba(51,255,153,.10), transparent 32%),
    rgba(0,0,0,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 42px rgba(0,0,0,.22);
}

.owo-summary-pulse-orbit {
  position: absolute;
  inset: auto auto 36px 50%;
  width: min(440px, 78%);
  height: min(440px, 78%);
  border: 1px solid rgba(51,255,153,.13);
  border-radius: 999px;
  transform: translateX(-50%);
  opacity: .9;
  animation: owo-summary-orbit-breathe 4.8s ease-in-out infinite;
}

.owo-summary-pulse-bars {
  position: absolute;
  inset: 28px 24px 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
  align-items: end;
}

.owo-summary-pulse-bars article {
  position: relative;
  display: grid;
  align-content: end;
  min-width: 0;
  min-height: 100%;
  gap: 5px;
  color: var(--owo-m-text) !important;
}

.owo-summary-pulse-bars article i {
  display: block;
  width: 100%;
  min-height: 18px;
  height: var(--owo-bar);
  border: 1px solid rgba(51,255,153,.24);
  border-radius: 18px 18px 10px 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.48), transparent 23%),
    linear-gradient(180deg, rgba(51,255,153,.92), rgba(51,255,153,.18));
  box-shadow: 0 0 34px rgba(51,255,153,.18), inset 0 1px 0 rgba(255,255,255,.35);
  transform-origin: 50% 100%;
  animation: owo-summary-bar-rise .9s cubic-bezier(.22,.9,.22,1) both;
  animation-delay: var(--owo-delay);
}

.owo-summary-pulse-bars article span,
.owo-summary-pulse-bars article small,
.owo-summary-pulse-bars article strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owo-summary-pulse-bars article span {
  color: rgba(255,250,240,.82) !important;
  font-size: .74rem;
  font-weight: 950;
}

.owo-summary-pulse-bars article small {
  color: rgba(255,250,240,.48) !important;
  font-size: .68rem;
  font-weight: 800;
}

.owo-summary-pulse-bars article strong {
  color: #33ff99 !important;
  font-size: clamp(.78rem, 1vw, .96rem);
  font-weight: 950;
}

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

.owo-summary-pulse-stats article {
  display: grid;
  align-content: center;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255,250,240,.12);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.owo-summary-pulse-stats span {
  color: rgba(255,250,240,.62) !important;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.owo-summary-pulse-stats strong {
  margin-top: 8px;
  color: #fffaf0 !important;
  font-size: clamp(1.3rem, 2vw, 2.1rem);
  line-height: .95;
  letter-spacing: -.045em;
}

.owo-summary-pulse-stats article:first-child strong {
  color: #33ff99 !important;
}

@keyframes owo-summary-bar-rise {
  from { transform: scaleY(.08); opacity: .35; filter: blur(2px); }
  to { transform: scaleY(1); opacity: 1; filter: blur(0); }
}

@keyframes owo-summary-orbit-breathe {
  0%, 100% { transform: translateX(-50%) scale(.94); opacity: .42; }
  50% { transform: translateX(-50%) scale(1.04); opacity: .88; }
}

@media (max-width: 980px) {
  .owo-summary-pulse-layout {
    grid-template-columns: 1fr;
  }

  .owo-summary-pulse-chart {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .owo-marketplace-lite.owo-control-room,
  .owo-control-room.owo-marketplace-lite {
    margin-top: 12px !important;
  }

  .owo-summary-pulse-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .owo-summary-pulse-stats {
    grid-template-columns: 1fr;
  }

  .owo-summary-pulse-bars {
    inset: 22px 14px 18px;
    gap: 8px;
  }
}

/* Reunioon public artists directory */
.owo-artists-directory-canvas,
.owo-artists-directory {
  min-height: 100vh;
  width: 100%;
}

.owo-artists-directory {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 22%, rgba(51, 255, 153, 0.25), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at 94% 74%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #03150d 0%, #050606 42%, #151512 100%);
  color: #fff8ec;
}

.owo-artists-directory *,
.owo-artists-directory *::before,
.owo-artists-directory *::after {
  box-sizing: border-box;
}

.owo-artists-directory-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.92;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.20), rgba(255,255,255,0.05) 48%, rgba(0,0,0,0.40)),
    repeating-linear-gradient(115deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 120px);
  mask-image: linear-gradient(180deg, #000, transparent 95%);
}

.owo-artists-directory-shell {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 74px) 0 clamp(48px, 8vw, 96px);
}

.owo-artists-directory-hero,
.owo-artists-directory-list {
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: clamp(24px, 3vw, 38px);
  background:
    radial-gradient(circle at 0% 0%, rgba(51,255,153,0.22), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.055));
  box-shadow: 0 28px 80px rgba(0,0,0,0.38);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.owo-artists-directory-hero {
  min-height: 320px;
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.36fr);
  gap: 26px;
  align-items: end;
}

.owo-artists-directory .owo-store-kicker {
  color: #33ff99 !important;
}

.owo-artists-directory h1,
.owo-artists-directory h2,
.owo-artists-directory h3,
.owo-artists-directory p {
  color: #fff8ec !important;
}

.owo-artists-directory-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.1rem, 8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.085em;
}

.owo-artists-directory-hero-copy > p:not(.owo-store-kicker) {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 248, 236, 0.76) !important;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
}

.owo-artists-directory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.owo-artists-directory-proof {
  display: grid;
  gap: 12px;
}

.owo-artists-directory-proof article {
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(255, 248, 236, 0.14);
  border-radius: 22px;
  background: rgba(0,0,0,0.18);
}

.owo-artists-directory-proof small,
.owo-artist-directory-meta span {
  display: block;
  color: rgba(255, 248, 236, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owo-artists-directory-proof strong {
  display: block;
  margin-top: 4px;
  color: #33ff99;
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.owo-artists-directory-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 248, 236, 0.72);
  font-weight: 800;
}

.owo-artists-directory-list {
  margin-top: 22px;
  padding: clamp(20px, 3vw, 34px);
}

.owo-artists-directory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.owo-artists-directory-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.owo-artists-directory-head > span {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(51,255,153,0.26);
  border-radius: 999px;
  background: rgba(51,255,153,0.12);
  color: #33ff99;
  font-weight: 900;
}

.owo-artists-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.owo-artist-directory-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border: 1px solid rgba(255, 248, 236, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(51,255,153,0.18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
  box-shadow: 0 18px 44px rgba(0,0,0,0.26);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.owo-artist-directory-card:hover {
  transform: translateY(-5px);
  border-color: rgba(51,255,153,0.42);
  box-shadow: 0 24px 64px rgba(0,0,0,0.34), 0 0 0 1px rgba(51,255,153,0.15);
}

.owo-artist-directory-card-link {
  display: grid;
  grid-template-rows: 240px 1fr;
  min-height: 100%;
  color: inherit !important;
  text-decoration: none !important;
}

.owo-artist-directory-media {
  position: relative;
  overflow: hidden;
  margin: 12px 12px 0;
  border-radius: 22px;
  background: rgba(0,0,0,0.28);
}

.owo-artist-directory-media > img:not(.owo-artist-directory-avatar) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}

.owo-artist-directory-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff8ec;
  font-size: 6rem;
  font-weight: 1000;
  letter-spacing: -0.08em;
  background: radial-gradient(circle at 50% 0%, rgba(51,255,153,0.25), transparent 46%), rgba(255,255,255,0.06);
}

.owo-artist-directory-avatar {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(51,255,153,0.75);
  box-shadow: 0 12px 32px rgba(0,0,0,0.38);
}

.owo-artist-directory-body {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 20px;
}

.owo-artist-directory-body h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.owo-artist-directory-body p:not(.owo-store-kicker) {
  margin: 14px 0 0;
  color: rgba(255,248,236,0.70) !important;
}

.owo-artist-directory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.owo-artist-directory-meta span {
  width: auto;
  padding: 8px 10px;
  border: 1px solid rgba(255,248,236,0.12);
  border-radius: 999px;
  background: rgba(0,0,0,0.18);
  font-size: 0.68rem;
}

.owo-artist-directory-cta-text {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  min-height: 36px;
  margin-top: 12px;
  padding: 0 13px;
  border-radius: 999px;
  background: #33ff99;
  color: #03150d;
  font-weight: 1000;
}

.owo-artists-directory-empty {
  padding: 26px;
  border: 1px solid rgba(255,248,236,0.12);
  border-radius: 24px;
  background: rgba(0,0,0,0.18);
}

@media (max-width: 980px) {
  .owo-artists-directory-hero {
    grid-template-columns: 1fr;
  }
  .owo-artists-directory-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .owo-artists-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 660px) {
  .owo-artists-directory-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 18px;
  }
  .owo-artists-directory-hero,
  .owo-artists-directory-list {
    border-radius: 24px;
  }
  .owo-artists-directory-hero {
    padding: 26px 18px;
  }
  .owo-artists-directory-proof,
  .owo-artists-directory-grid {
    grid-template-columns: 1fr;
  }
  .owo-artists-directory-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .owo-artist-directory-card-link {
    grid-template-rows: 220px 1fr;
  }
}

/* ==========================================================
   0.4.9.68 — Ruta de artista: logro de solicitud y entrenamiento
   ========================================================== */
.owo-marketplace-achievement-card[data-owo-m-route-achievement="interest-received"] {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(20px, 2.2vw, 30px) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(51,255,153,0.20), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(255,250,240,0.11), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.045)) !important;
}

.owo-marketplace-achievement-card[data-owo-m-route-achievement="interest-received"]::before {
  content: "";
  position: absolute;
  inset: -35% auto auto -16%;
  width: 42vmin;
  height: 42vmin;
  min-width: 280px;
  min-height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(51,255,153,0.16), transparent 64%);
  filter: blur(10px);
  pointer-events: none;
}

.owo-marketplace-achievement-card[data-owo-m-route-achievement="interest-received"]::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -28%;
  width: 42vmin;
  height: 42vmin;
  min-width: 230px;
  min-height: 230px;
  border: 1px solid rgba(255,250,240,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.035);
  pointer-events: none;
}

.owo-marketplace-achievement-card[data-owo-m-route-achievement="interest-received"] > * {
  position: relative;
  z-index: 1;
}

.owo-marketplace-next-step-card {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: clamp(16px, 1.6vw, 20px);
  border: 1px solid rgba(51,255,153,0.28);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(51,255,153,0.18), rgba(255,255,255,0.055));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 52px rgba(0,0,0,0.22);
}

.owo-marketplace-next-step-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--owo-m-green) !important;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.owo-marketplace-next-step-card strong {
  display: block;
  color: var(--owo-m-text) !important;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.owo-marketplace-next-step-card p {
  max-width: 860px;
  margin: 0 !important;
}

.owo-marketplace-learning-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 9px;
  margin-top: 12px;
}

.owo-marketplace-learning-grid span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255,250,240,0.14);
  border-radius: 16px;
  background: rgba(0,0,0,0.18);
  color: var(--owo-m-text) !important;
  font-size: .84rem;
  font-weight: 850;
  line-height: 1.15;
}

.owo-marketplace-callout-proposal {
  margin-top: 14px;
  background: rgba(255,250,240,0.07) !important;
  border-color: rgba(255,250,240,0.15) !important;
}

.owo-marketplace-callout-community {
  margin-top: 12px;
  background: rgba(51,255,153,0.13) !important;
}

.owo-marketplace-training-panel {
  background:
    radial-gradient(circle at 14% 0%, rgba(51,255,153,0.13), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)) !important;
}

@media (max-width: 720px) {
  .owo-marketplace-learning-grid {
    grid-template-columns: 1fr;
  }

  .owo-marketplace-next-step-card strong {
    font-size: 1.25rem;
  }
}

/* ==========================================================
   0.4.9.69 — Ruta de artista: estado formal y contenidos no clicables
   ========================================================== */
.owo-marketplace-route-state-card {
  display: grid;
  gap: 7px;
  margin: 16px 0 12px;
  padding: clamp(16px, 1.5vw, 20px);
  border: 1px solid rgba(51,255,153,0.34);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(51,255,153,0.17), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 22px 70px rgba(0,0,0,0.24);
}

.owo-marketplace-route-state-card span,
.owo-marketplace-learning-module-head span {
  color: var(--owo-m-green) !important;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.owo-marketplace-route-state-card strong {
  color: var(--owo-m-text) !important;
  font-size: clamp(1.35rem, 2.15vw, 2rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.owo-marketplace-route-state-card p {
  max-width: 860px;
  margin: 0 !important;
}

.owo-marketplace-learning-module-list {
  margin-top: 14px;
  padding: clamp(14px, 1.5vw, 18px);
  border: 1px solid rgba(255,250,240,0.11);
  border-radius: 22px;
  background: rgba(0,0,0,0.12);
}

.owo-marketplace-learning-module-head {
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
}

.owo-marketplace-learning-module-head p {
  max-width: 900px;
  margin: 0 !important;
  color: rgba(255,250,240,0.72) !important;
  font-size: .92rem;
}

.owo-marketplace-learning-grid span {
  cursor: default !important;
  user-select: none;
  pointer-events: none;
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 11px 13px;
  border-style: dashed;
  background:
    linear-gradient(145deg, rgba(255,250,240,0.055), rgba(255,255,255,0.025));
}

.owo-marketplace-learning-grid span em {
  display: block;
  color: rgba(255,250,240,0.48) !important;
  font-size: .58rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.owo-marketplace-learning-grid span strong {
  display: block;
  color: var(--owo-m-text) !important;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.1;
}


/* ==========================================================
   0.4.9.70 — Ajuste de lenguaje visual: contenidos y bloques de cierre
   ========================================================== */
.owo-marketplace-learning-module-head {
  gap: 7px;
}

.owo-marketplace-learning-module-list {
  margin-top: 16px !important;
  margin-bottom: 18px !important;
}

.owo-marketplace-learning-module-head p {
  color: rgba(255,250,240,0.76) !important;
  line-height: 1.48 !important;
}

.owo-marketplace-learning-grid {
  gap: 10px !important;
}

.owo-marketplace-learning-grid span {
  border-style: solid !important;
  border-color: rgba(255,250,240,0.12) !important;
  background:
    linear-gradient(145deg, rgba(255,250,240,0.045), rgba(255,255,255,0.018)) !important;
  box-shadow: none !important;
}

.owo-marketplace-callout-community,
.owo-marketplace-callout-community + .owo-marketplace-callout {
  display: grid !important;
  gap: 7px !important;
  margin-top: 16px !important;
  padding: clamp(16px, 1.55vw, 20px) !important;
  border-radius: 20px !important;
}

.owo-marketplace-callout-community + .owo-marketplace-callout {
  margin-top: 10px !important;
  background: rgba(51,255,153,0.105) !important;
  border-color: rgba(51,255,153,0.18) !important;
}

.owo-marketplace-callout-community strong,
.owo-marketplace-callout-community + .owo-marketplace-callout strong {
  display: block !important;
  margin: 0 !important;
  line-height: 1.15 !important;
}

.owo-marketplace-callout-community p,
.owo-marketplace-callout-community + .owo-marketplace-callout p {
  margin: 0 !important;
  line-height: 1.48 !important;
}

.owo-marketplace-entry-actions {
  margin-top: 18px !important;
}


/* ==========================================================
   0.4.9.71 — Cierre del entrenamiento: graduación e inauguración
   ========================================================== */
.owo-marketplace-learning-grid .owo-marketplace-learning-final {
  border-color: rgba(51,255,153,0.24) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(51,255,153,0.13), transparent 42%),
    linear-gradient(145deg, rgba(51,255,153,0.07), rgba(255,255,255,0.022)) !important;
}

.owo-marketplace-learning-grid .owo-marketplace-learning-final em {
  color: rgba(51,255,153,0.82) !important;
}



/* ==========================================================
   0.4.9.72 — Graduación con el mismo módulo del grid
   ========================================================== */
.owo-marketplace-learning-grid {
  align-items: stretch !important;
}

.owo-marketplace-learning-grid .owo-marketplace-learning-final {
  grid-column: auto !important;
  min-width: 0 !important;
}

.owo-marketplace-learning-grid .owo-marketplace-learning-final strong {
  font-size: .78rem !important;
  line-height: 1.08 !important;
  letter-spacing: -.01em !important;
}


/* ==========================================================
   0.4.9.82 — Ruta de artista: contraste legible en números de pasos
   ========================================================== */
.owo-marketplace-steps li {
  background:
    linear-gradient(145deg, rgba(255,250,240,0.075), rgba(255,255,255,0.028)) !important;
  border-color: rgba(255,250,240,0.18) !important;
}

.owo-marketplace-steps li span {
  background: rgba(255,250,240,0.92) !important;
  color: #050505 !important;
  border: 1px solid rgba(255,250,240,0.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    0 6px 18px rgba(0,0,0,0.28) !important;
  text-shadow: none !important;
}

.owo-marketplace-steps li strong {
  color: rgba(255,250,240,0.88) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}

.owo-marketplace-steps li.is-complete,
.owo-marketplace-steps li.is-current {
  border-color: rgba(51,255,153,0.38) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(51,255,153,0.11), transparent 42%),
    linear-gradient(145deg, rgba(255,250,240,0.085), rgba(255,255,255,0.03)) !important;
}

.owo-marketplace-steps li.is-complete span,
.owo-marketplace-steps li.is-current span {
  background: var(--owo-m-green, #33ff99) !important;
  color: #03130a !important;
  border-color: rgba(51,255,153,0.86) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    0 0 0 1px rgba(0,0,0,0.34),
    0 10px 28px rgba(51,255,153,0.18) !important;
  text-shadow: none !important;
}

.owo-marketplace-steps li.is-complete strong,
.owo-marketplace-steps li.is-current strong {
  color: #fffaf0 !important;
}

/* OWO Artista 0.5.1.1 — Upload guidance and status indicators */
.owo-upload-guide {
  display: grid !important;
  gap: 6px !important;
  margin: 12px 0 14px !important;
  padding: 12px !important;
  border: 1px solid rgba(51,255,153,.18) !important;
  border-radius: 16px !important;
  background: rgba(51,255,153,.07) !important;
  color: var(--owo-m-text) !important;
}

.owo-upload-guide strong {
  color: var(--owo-m-green) !important;
  font-size: .72rem !important;
  font-weight: 1000 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}

.owo-upload-guide span {
  color: rgba(255,250,240,.78) !important;
  font-size: .78rem !important;
  line-height: 1.35 !important;
}

.owo-upload-field {
  display: grid !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

.owo-upload-field > span {
  color: var(--owo-m-text) !important;
  font-weight: 950 !important;
}

.owo-upload-field input[type="file"] {
  width: 100% !important;
  padding: 12px !important;
  border: 1px dashed rgba(51,255,153,.28) !important;
  border-radius: 14px !important;
  background: rgba(0,0,0,.24) !important;
  color: var(--owo-m-text) !important;
}

.owo-upload-status {
  display: block !important;
  margin-top: 8px !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(242,237,224,.12) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.045) !important;
  color: rgba(255,250,240,.7) !important;
  font-size: .76rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.owo-upload-status.is-ready,
.owo-upload-status.is-success {
  border-color: rgba(51,255,153,.32) !important;
  background: rgba(51,255,153,.1) !important;
  color: var(--owo-m-green) !important;
}

.owo-upload-status.is-uploading {
  border-color: rgba(255,210,80,.38) !important;
  background: rgba(255,210,80,.12) !important;
  color: #ffe49a !important;
}

.owo-upload-status.is-error {
  border-color: rgba(255,107,107,.36) !important;
  background: rgba(255,107,107,.12) !important;
  color: #ffc1c1 !important;
}

.owo-profile-upload-card .owo-upload-status {
  margin-top: 10px !important;
}

.owo-profile-file-button + .owo-upload-status {
  width: 100% !important;
}

.owo-product-wizard-upload .owo-upload-guide span,
.owo-product-wizard-upload .owo-upload-status {
  color: rgba(20,20,20,.74) !important;
}

.owo-product-wizard-upload .owo-upload-status.is-ready,
.owo-product-wizard-upload .owo-upload-status.is-success {
  color: #067a48 !important;
}

.owo-product-wizard-upload .owo-upload-status.is-uploading {
  color: #745300 !important;
}

.owo-product-wizard-upload .owo-upload-status.is-error {
  color: #8a1f1f !important;
}

.owo-product-wizard-upload .owo-upload-field input[type="file"] {
  background: rgba(255,255,255,.78) !important;
  color: #141414 !important;
}

/* Upload UX: estado inmediato de selección local antes de guardar */
.owo-profile-upload-card.has-pending-upload {
  border-color: rgba(51,255,153,.42) !important;
  box-shadow: 0 18px 44px rgba(51,255,153,.08) !important;
}

.owo-profile-upload-card.has-upload-error {
  border-color: rgba(255,107,107,.46) !important;
}

.owo-profile-upload-card.is-uploading {
  opacity: .86 !important;
  cursor: progress !important;
}

.owo-profile-upload-preview img,
.owo-profile-public-avatar img,
.owo-profile-public-poster img,
.owo-live-shop-image img,
.owo-live-gallery-preview img {
  animation: owoUploadPreviewIn .22s ease-out both;
}

@keyframes owoUploadPreviewIn {
  from { opacity: 0; transform: scale(.975); }
  to { opacity: 1; transform: scale(1); }
}

/* ==========================================================
   0.5.2.4 — Panel artista: navegación integrada sin sticky + persistencia guía
   ========================================================== */
.owo-control-room {
  overflow: visible !important;
}

.owo-control-room > .owo-control-tabs {
  padding-top: 0 !important;
  margin-top: clamp(12px, 1.3vw, 20px) !important;
}

.owo-control-nav,
.owo-control-nav.is-fixed-below-topbar {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 clamp(12px, 1.4vw, 18px) !important;
  z-index: 1 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  padding: 8px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  border: 1px solid var(--owo-m-line) !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,0.25) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.26) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  transition: none !important;
}

.owo-control-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.owo-control-nav button,
.owo-control-nav a {
  flex: 0 0 auto !important;
  min-height: 38px !important;
  padding: 8px 14px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--owo-m-soft) !important;
  font-size: 0.84rem !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.owo-control-nav button:hover,
.owo-control-nav button:focus,
.owo-control-nav button.is-active,
.owo-control-nav button[aria-selected="true"],
.owo-control-nav a:hover,
.owo-control-nav a:focus,
.owo-control-nav a.is-active,
.owo-control-nav a:first-child {
  border-color: rgba(51, 255, 153, 0.45) !important;
  background: var(--owo-m-green-soft) !important;
  color: var(--owo-m-text) !important;
}

.owo-price-guide-head-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.owo-price-guide-save-button {
  min-height: 34px !important;
  padding: 0 12px !important;
  font-size: 0.74rem !important;
}

.owo-price-guide-save-status {
  margin: -2px 0 16px !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(51, 255, 153, 0.18);
  border-radius: 16px;
  background: rgba(51, 255, 153, 0.055);
  color: rgba(255, 250, 240, 0.72) !important;
  font-size: 0.82rem !important;
  line-height: 1.35 !important;
}

@media (max-width: 782px) {
  .owo-control-nav,
  .owo-control-nav.is-fixed-below-topbar {
    padding: 7px !important;
    border-radius: 24px !important;
  }

  .owo-control-nav button,
  .owo-control-nav a {
    min-height: 36px !important;
    padding: 8px 12px !important;
    font-size: 0.78rem !important;
  }

  .owo-price-guide-head-actions {
    justify-content: flex-start;
  }
}

/* 0.5.2.5: galería de producto por subida segura secuencial */
.owo-gallery-upload-button {
  width: 100% !important;
  margin-top: 10px !important;
  justify-content: center !important;
}

.owo-gallery-upload-button[disabled] {
  opacity: .62 !important;
  cursor: wait !important;
}

/* 0.5.2.6: galería adicional con subida segura y estados más claros */
.owo-product-gallery-upload input[type="file"] {
  cursor: pointer !important;
}

.owo-gallery-upload-button:not([disabled]) {
  box-shadow: 0 12px 36px rgba(51,255,153,.16) !important;
}

.owo-product-wizard-form.is-uploading .owo-gallery-upload-button[disabled] {
  opacity: .78 !important;
}

/* OWO Artista 0.5.2.8 · Certificación rápida con selección visual */
.owo-m-admin-quick-certify-form .owo-m-admin-full-field{
  grid-column:1 / -1;
}
.owo-m-admin-quick-certify-form select{
  width:100%;
  max-width:100%;
}
.owo-m-quick-product-tools{
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}
.owo-m-quick-products-picker{
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(0,0,0,.18);
  padding:0;
  overflow:hidden;
}
.owo-m-quick-products-picker > summary{
  cursor:pointer;
  padding:14px 16px;
  font-weight:800;
  color:#f5f2e8;
  background:rgba(255,255,255,.06);
}
.owo-m-quick-product-list{
  display:grid;
  gap:8px;
  max-height:360px;
  overflow:auto;
  padding:12px;
}
.owo-m-quick-product-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:rgba(255,255,255,.035);
}
.owo-m-quick-product-row:hover{
  border-color:rgba(126,255,166,.35);
  background:rgba(126,255,166,.06);
}
.owo-m-quick-product-row.is-detected-for-selected-user{
  border-color:rgba(126,255,166,.6);
  background:linear-gradient(135deg,rgba(126,255,166,.16),rgba(255,255,255,.04));
}
.owo-m-quick-product-main{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.owo-m-quick-product-main strong,
.owo-m-quick-product-main small{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owo-m-quick-product-main small{
  color:rgba(245,242,232,.72);
}
@media (max-width: 820px){
  .owo-m-quick-product-row{
    grid-template-columns:auto minmax(0,1fr);
  }
  .owo-m-quick-product-row .owo-m-status-chip{
    grid-column:2;
    justify-self:start;
  }
}
