:root {
  --bg: #fffaf5;
  --surface: #fff;
  --ink: #201815;
  --muted: #6d625e;
  --line: #e5ded8;
  --rose: #c85a74;
  --coral: #ea7d5e;
  --sage: #66836a;
  --gold: #c99b4b;
  --shadow: 0 18px 50px rgba(55, 36, 28, 0.14);
  --tryon-button-icon: url("./assets/p0/generated/icon-product-tryon.png");
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
a {
  font: inherit;
}

.brand-mark {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark span {
  color: var(--rose);
  font-style: italic;
}

.p0-topbar {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.extended-app-topbar {
  margin: 17px 15px 0;
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

.extended-app-topbar .app-topbar-spacer {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: transparent;
  border: 0;
  box-shadow: none;
  pointer-events: none;
}

.shop-cart-button {
  width: 38px;
  height: 38px;
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(54, 38, 33, 0.1);
}

.shop-cart-button::before {
  content: none;
}

.shop-cart-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.sku-main > .extended-app-topbar,
.admin-main > .extended-app-topbar {
  margin: 0 0 22px;
  padding: 0;
  background: transparent;
}

.admin-main > .extended-app-topbar {
  margin: 0 0 22px;
}

.back-button,
.round-icon {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
}

.back-button {
  border-color: transparent;
  background: transparent url("./assets/p0/generated/icon-back-header.png") center / 22px 22px no-repeat;
}

.round-icon {
  background: #fff url("./assets/p0/generated/icon-profile-header.png") center / 26px 26px no-repeat;
}

.business-page-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 20px;
}

.business-page-heading h1 {
  margin: 0;
  color: #241b17;
  font-size: 28px;
  line-height: 1.05;
}

.business-page-heading p {
  max-width: 680px;
  margin: 8px 0 0;
  color: #6f6661;
  font-size: 13px;
}

.business-heading-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.business-heading-actions button,
.business-heading-actions label {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  border: 1px solid #e9ded7;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: #3b302b;
  font-size: 13px;
  font-weight: 750;
}

.business-heading-actions img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.business-heading-actions span {
  display: block;
  color: #8d817b;
  font-size: 11px;
  font-weight: 600;
}

.extended-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 268px 1fr;
}

.page-rail {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
}

.brand {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--ink);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.brand span { color: var(--gold); }

.rail-group { margin-bottom: 24px; }

.rail-group strong {
  display: block;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-rail nav {
  display: grid;
  gap: 6px;
}

.page-link {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 8px 10px;
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.page-link img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.page-link span {
  min-width: 0;
}

.page-link.active,
.page-link:hover {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(55, 36, 28, 0.08);
}

.page-stage {
  padding: 28px clamp(18px, 4vw, 52px) 48px;
}

.stage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.stage-top p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
}

.stage-top h1 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
}

.stage-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.stage-actions a,
.secondary-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
}

.phone-wrap {
  display: grid;
  place-items: start center;
}

.phone-page {
  width: min(100%, 430px);
  min-height: 860px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--bg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

@media (max-width: 759px) {
  .phone-wrap {
    display: block;
    width: 100%;
  }

  .phone-page {
    width: 100%;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

.mobile-topbar,
.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
}

.back-dot,
.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  display: grid;
  place-items: center;
}

.mobile-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.mobile-brand span { color: var(--gold); }

.mobile-content {
  padding: 0 18px 22px;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mobile-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.04;
  letter-spacing: 0;
}

.title-lockup,
.admin-title-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
}

.title-lockup {
  align-items: flex-start;
}

.page-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.08);
}

.page-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.mobile-copy {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.45;
}

.hero-card {
  min-height: 206px;
  border-radius: 8px;
  background: #fff center / cover no-repeat;
  box-shadow: 0 16px 36px rgba(55, 36, 28, 0.1);
  position: relative;
  overflow: hidden;
}

.hero-card.tall { min-height: 260px; }

.badge-row,
.chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chip,
.badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.badge.sage,
.chip.active {
  background: rgba(102, 131, 106, 0.12);
  border-color: rgba(102, 131, 106, 0.25);
  color: var(--sage);
}

.badge.rose {
  background: rgba(200, 90, 116, 0.12);
  border-color: rgba(200, 90, 116, 0.25);
  color: var(--rose);
}

.card-stack {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.ui-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.ui-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.ui-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
  font-size: 14px;
}

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

.metric-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.metric span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.metric strong {
  display: block;
  margin-top: 4px;
  font-size: 19px;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline div {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
}

.timeline i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(102, 131, 106, 0.14);
  border: 1px solid rgba(102, 131, 106, 0.22);
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  display: grid;
  gap: 8px;
  padding: 14px 18px 18px;
  margin: 18px -18px -22px;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0), var(--bg) 18%);
}

.primary-button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--rose);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.text-button {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: var(--rose);
  font-weight: 800;
}

.profile-vault-page {
  background: #fff9f3;
  min-height: 890px;
}

.profile-topbar {
  height: 62px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 12px;
  border-bottom: 1px solid rgba(229, 222, 216, 0.92);
  background: rgba(255, 249, 243, 0.94);
}

.profile-nav-button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(55, 36, 28, 0.06);
  cursor: pointer;
}

.profile-nav-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.profile-wordmark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
}

.profile-wordmark span {
  color: var(--gold);
}

.profile-wordmark img {
  width: 13px;
  height: 13px;
  object-fit: contain;
  margin-left: 2px;
}

.profile-content {
  padding: 20px 18px 92px;
}

.profile-hero-copy h2 {
  margin: 0;
  color: #241a16;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 600;
}

.profile-hero-copy p {
  margin: 8px 0 18px;
  color: #81706a;
  font-size: 14px;
  line-height: 1.45;
}

.profile-card {
  border: 1px solid #eadfd8;
  border-radius: 15px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(68, 45, 36, 0.08);
}

.profile-vault-page .saved-profile-card {
  display: block;
  grid-template-columns: none;
  gap: 0;
  align-items: initial;
  margin: 0;
  padding: 15px;
  font-size: initial;
}

.profile-vault-page .saved-profile-card span {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
}

.profile-card + .profile-card,
.profile-quick {
  margin-top: 14px;
}

.profile-section-head {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
}

.profile-section-head h3 {
  margin: 0;
  color: #7d5d4c;
  font-size: 12px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.profile-section-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid rgba(216, 166, 93, 0.24);
  background: #fff4db;
}

.profile-section-icon.coral {
  border-color: rgba(200, 90, 116, 0.22);
  background: #fff0ea;
}

.profile-section-icon.sage {
  border-color: rgba(102, 131, 106, 0.24);
  background: #e5f0e1;
}

.profile-section-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: saturate(1.12) contrast(1.45);
}

.profile-chip {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 131, 106, 0.24);
  border-radius: 999px;
  padding: 0 10px;
  background: #eef5ed;
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
}

.profile-vault-page .saved-profile-card .profile-section-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  padding: 0;
  border: 1px solid rgba(216, 166, 93, 0.24);
  background: #fff4db;
}

.profile-vault-page .saved-profile-card .profile-chip {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(102, 131, 106, 0.24);
  border-radius: 999px;
  padding: 0 10px;
  background: #eef5ed;
  color: var(--sage);
  font-size: 12px;
  font-weight: 700;
}

.saved-profile-grid {
  display: grid;
  grid-template-columns: minmax(132px, 148px) minmax(0, 1fr);
  gap: 13px;
  align-items: stretch;
}

.saved-hand-photo {
  min-height: 158px;
  border: 1px solid #efe4dd;
  border-radius: 12px;
  background: #f5eee8 center / cover no-repeat;
}

.profile-signal-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.profile-signal-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.profile-signal-row img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: saturate(1.12) contrast(1.35);
}

.profile-signal-row span,
.fit-confidence-card span {
  display: block;
  color: #917f77;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.profile-vault-page .saved-profile-card .profile-signal-row span,
.profile-vault-page .saved-profile-card .fit-confidence-card span {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #917f77;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.profile-signal-row strong {
  display: block;
  margin-top: 2px;
  color: #2a201c;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.2;
}

.fit-confidence-card {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  border-radius: 12px;
  padding: 12px;
  background: #fbf6ef;
  border: 1px solid #efe3db;
}

.fit-confidence-card div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fit-confidence-card strong {
  color: var(--sage);
  font-size: 14px;
  font-weight: 700;
}

.profile-progress {
  height: 9px;
  border-radius: 999px;
  background: #eadfd8;
  overflow: hidden;
}

.profile-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sage), #98ac78);
}

.sync-copy-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 13px;
}

.sync-copy-grid p {
  margin: 0;
  color: #7b6c66;
  font-size: 14px;
  line-height: 1.42;
}

.sync-copy-grid strong {
  border: 1px solid #f0c7bb;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--coral);
  background: #fff8f4;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.sync-actions {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 10px;
}

.profile-outline-button,
.profile-fill-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 10px;
  padding: 0 11px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.profile-outline-button {
  border: 1px solid #f0c7bb;
  background: #fff;
  color: var(--coral);
}

.profile-fill-button {
  border: 0;
  background: var(--coral);
  color: #fff;
}

.profile-outline-button img,
.profile-fill-button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.privacy-profile-card .profile-section-head {
  margin-bottom: 5px;
}

.privacy-row {
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px 1fr auto 13px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f0e7e0;
}

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

.privacy-row img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.8);
}

.privacy-row strong {
  display: block;
  color: #2a201c;
  font-size: 14px;
  font-weight: 650;
}

.privacy-row span {
  display: block;
  margin-top: 2px;
  color: #83736d;
  font-size: 12px;
  line-height: 1.3;
}

.privacy-row em {
  color: var(--sage);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.privacy-row b {
  color: #c3b8b0;
  font-size: 22px;
  line-height: 1;
}

.profile-quick h3 {
  margin: 0 0 10px;
  color: #2a201c;
  font-size: 17px;
  font-weight: 650;
}

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

.quick-action {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 8px;
  border: 1px solid #eadfd8;
  border-radius: 14px;
  padding: 12px 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(68, 45, 36, 0.06);
  cursor: pointer;
}

.quick-action img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border: 1px solid rgba(200, 90, 116, 0.14);
  border-radius: 13px;
  padding: 5px;
  background: #fff3f5;
  filter: saturate(1.12) contrast(1.35);
}

.quick-action strong,
.quick-action small {
  display: block;
}

.quick-action strong {
  color: #2a201c;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.18;
}

.quick-action small {
  margin-top: 4px;
  color: #81716a;
  font-size: 11px;
  line-height: 1.25;
}

.profile-save-wrap {
  position: sticky;
  bottom: 0;
  padding: 13px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 249, 243, 0), #fff9f3 24%);
}

.profile-save-button {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: var(--rose);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(200, 90, 116, 0.22);
  cursor: pointer;
}

.quiz-page {
  min-height: 980px;
}

.quiz-content {
  padding-bottom: 126px;
}

.quiz-progress-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin: 4px 0 28px;
}

.quiz-progress-wrap > strong {
  color: #d83f63;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.quiz-progress {
  display: grid;
  grid-template-columns: 36px 1fr 36px 1fr 36px 1fr 36px 1fr 36px;
  align-items: center;
  gap: 4px;
}

.quiz-progress span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #e6ddd6;
  border-radius: 50%;
  background: #fffaf5;
  color: #c5b8b0;
  font-size: 14px;
  font-weight: 650;
}

.quiz-progress span.active {
  border-color: #d83f63;
  color: #d83f63;
}

.quiz-progress span.done {
  border: 0;
  background: transparent;
}

.quiz-progress span.done img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.quiz-progress i {
  display: block;
  height: 2px;
  background: #e3d8d0;
}

.quiz-progress span.done + i {
  background: var(--sage);
}

.quiz-hero-copy {
  text-align: center;
}

.quiz-hero-copy p {
  margin-bottom: 22px;
}

.quiz-card {
  padding: 16px 14px 14px;
}

.quiz-question-title {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.quiz-question-title img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.quiz-question-title h3 {
  margin: 0;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

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

.shape-option {
  position: relative;
  min-height: 154px;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  align-items: end;
  gap: 8px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  padding: 12px 6px 14px;
  background: #fff;
  color: #201815;
  cursor: pointer;
}

.shape-option.selected {
  border-color: #d83f63;
  color: #d83f63;
  background: #fff7f8;
}

.shape-option img {
  width: 72px;
  height: 92px;
  object-fit: contain;
}

.shape-option strong {
  font-size: 13px;
  font-weight: 650;
  line-height: 1.1;
}

.shape-option em {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dc4c68;
  color: #fff;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
}

.quiz-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.quiz-mini-card {
  min-height: 176px;
  border: 1px solid #eadfd8;
  border-radius: 13px;
  padding: 13px;
  background: #fff;
}

.quiz-mini-head {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 9px;
}

.quiz-mini-head img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.quiz-mini-head strong,
.quiz-mini-head span {
  display: block;
}

.quiz-mini-head strong {
  color: #201815;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.quiz-mini-head span {
  margin-top: 2px;
  color: #7d706b;
  font-size: 12px;
  line-height: 1.25;
}

.tone-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin: 30px 4px 17px;
}

.tone-row button {
  aspect-ratio: 1;
  border: 1px solid rgba(68,45,36,0.08);
  border-radius: 50%;
  background: var(--tone);
  cursor: pointer;
}

.tone-row button.selected {
  outline: 2px solid #d83f63;
  outline-offset: 3px;
}

.quiz-mini-card p {
  margin: 0;
  color: #d83f63;
  text-align: center;
  font-size: 14px;
  font-weight: 650;
}

.length-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  justify-items: center;
  gap: 6px;
  margin-top: 18px;
}

.length-option {
  width: 48px;
  height: 102px;
  display: grid;
  grid-template-rows: 62px 18px;
  justify-items: center;
  align-items: end;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 6px 0 9px;
  background: transparent;
  cursor: pointer;
}

.length-option.selected {
  border-color: #d83f63;
  color: #d83f63;
  background: #fff7f8;
}

.length-option img {
  width: 48px;
  height: 58px;
  object-fit: contain;
}

.length-option span {
  color: inherit;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}

.quiz-preference-grid .quiz-mini-card {
  min-height: 142px;
}

.quiz-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.quiz-chip {
  min-height: 34px;
  border: 1px solid #eadfd8;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: #5f514b;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}

.quiz-chip.selected {
  border-color: #d83f63;
  background: #fff7f8;
  color: #d83f63;
  box-shadow: 0 8px 18px rgba(216, 63, 99, 0.1);
}

.quiz-note {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px 1fr 14px;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  background: #f7f3ed;
  color: #201815;
  text-align: left;
  cursor: pointer;
}

.quiz-note img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.quiz-note span {
  font-size: 14px;
  line-height: 1.32;
  font-weight: 500;
}

.quiz-note b {
  color: #8c7d75;
  font-size: 22px;
  line-height: 1;
}

.quiz-actions {
  display: grid;
  gap: 12px;
  padding-top: 24px;
}

.quiz-text-button {
  min-height: 32px;
  border: 0;
  background: transparent;
  color: #d83f63;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.size-page {
  min-height: 1010px;
}

.size-content {
  padding-bottom: 124px;
}

.size-kicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.size-kicker strong {
  color: #d83f63;
  font-size: 15px;
  font-weight: 700;
}

.size-kicker span {
  color: #7d706b;
  font-size: 14px;
}

.size-hero-copy h2 {
  font-size: 29px;
}

.size-hero-copy p {
  margin-bottom: 14px;
}

.size-calibration-card {
  padding: 0;
  overflow: hidden;
}

.size-photo {
  position: relative;
  min-height: 288px;
  background: #eee2d6 center / cover no-repeat;
}

.saved-photo-chip,
.lighting-chip {
  position: absolute;
  top: 14px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(35, 31, 28, 0.54);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
}

.saved-photo-chip {
  left: 14px;
}

.lighting-chip {
  right: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--sage);
}

.lighting-chip img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.measure-line {
  position: absolute;
  left: 86px;
  right: 118px;
  border-top: 2px dashed rgba(255,255,255,0.86);
}

.measure-line.top { top: 86px; }
.measure-line.bottom { top: 198px; }

.measure-label {
  position: absolute;
  top: 144px;
  right: 42px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.size-card-body {
  padding: 17px 14px 16px;
  background: #fff;
}

.size-card-body h3 {
  margin: 0 0 13px;
  color: #2a201c;
  font-size: 16px;
  font-weight: 650;
}

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

.reference-option {
  position: relative;
  min-height: 132px;
  display: grid;
  grid-template-rows: 62px auto auto;
  justify-items: center;
  align-items: end;
  gap: 4px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  padding: 10px 6px;
  background: #fff;
  color: #201815;
  cursor: pointer;
}

.reference-option.selected {
  border-color: #d83f63;
  color: #d83f63;
  background: #fff7f8;
}

.reference-option img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.reference-option strong,
.reference-option span {
  display: block;
  text-align: center;
  line-height: 1.15;
}

.reference-option strong {
  font-size: 12px;
  font-weight: 650;
}

.reference-option span {
  color: inherit;
  opacity: 0.76;
  font-size: 11px;
}

.reference-option em {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dc4c68;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.size-note-good {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 8px;
  margin: 15px 0 13px;
  color: #7d706b;
  font-size: 13px;
  line-height: 1.3;
}

.size-note-good img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.size-divider {
  height: 1px;
  margin: 0 0 17px;
  background: #eee4dc;
}

.manual-ruler {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  padding: 13px;
}

.manual-ruler span {
  color: #7d706b;
  font-size: 13px;
  line-height: 1.34;
}

.ruler-track {
  position: relative;
  height: 58px;
  overflow: hidden;
}

.ruler-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  height: 2px;
  background: repeating-linear-gradient(90deg, #cdbfb6 0 2px, transparent 2px 18px);
  box-shadow: 0 -16px 0 -15px #9b8b82, 0 16px 0 -15px #9b8b82;
}

.ruler-track i {
  position: absolute;
  left: 42%;
  right: 27%;
  top: 29px;
  height: 5px;
  border-radius: 999px;
  background: rgba(216, 63, 99, 0.18);
}

.ruler-track b {
  position: absolute;
  top: 19px;
  width: 28px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #d83f63;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.ruler-track b:first-of-type { left: 40%; }
.ruler-track b:last-of-type { right: 23%; }

.ruler-track em {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translateX(-50%);
  border: 1px solid #d83f63;
  border-radius: 7px;
  padding: 4px 8px;
  color: #d83f63;
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.size-help {
  margin: 11px 0 0;
  color: #7d706b;
  font-size: 13px;
  line-height: 1.35;
}

.result-page {
  min-height: 1050px;
}

.result-content {
  padding-bottom: 126px;
}

.result-hero-copy p {
  margin-bottom: 18px;
}

.result-confidence {
  display: grid;
  grid-template-columns: 88px 1fr 124px;
  align-items: center;
  gap: 14px;
  border-color: #dfeadd;
  background: #fbfef9;
}

.confidence-check {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.result-confidence strong,
.result-confidence span,
.result-confidence p {
  display: block;
}

.result-confidence strong {
  color: var(--sage);
  font-size: 46px;
  line-height: 0.95;
  font-weight: 650;
}

.result-confidence span {
  margin-top: 4px;
  color: var(--sage);
  font-size: 16px;
  font-weight: 650;
}

.result-confidence p {
  margin: 10px 0 0;
  color: #3f3631;
  font-size: 13px;
  line-height: 1.35;
}

.confidence-photo {
  height: 130px;
  border-radius: 12px;
  background: #eee2d6 center / cover no-repeat;
}

.result-size-card,
.result-safe-card {
  margin-top: 14px;
}

.result-size-card h3,
.result-size-set h4 {
  margin: 0;
  color: #7d5d4c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.result-size-card h3 span {
  font-weight: 500;
  letter-spacing: 0;
}

.result-nail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.result-nail {
  min-height: 176px;
  display: grid;
  justify-items: center;
  grid-template-rows: 18px 28px 96px 18px;
  gap: 4px;
  border: 1px solid #eadfd8;
  border-radius: 11px;
  padding: 10px 4px 9px;
  background: #fff;
}

.result-nail span {
  color: #201815;
  font-size: 12px;
  font-weight: 500;
}

.result-nail strong {
  color: #111;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.result-nail img {
  align-self: end;
  width: var(--finger-width, 50px);
  height: var(--finger-height, 72px);
  object-fit: contain;
}

.result-nail-thumb { --finger-width: 70px; --finger-height: 92px; }
.result-nail-index { --finger-width: 64px; --finger-height: 98px; }
.result-nail-middle { --finger-width: 58px; --finger-height: 94px; }
.result-nail-ring { --finger-width: 54px; --finger-height: 88px; }
.result-nail-pinky { --finger-width: 48px; --finger-height: 78px; }

.result-nail em {
  color: #5e534e;
  font-size: 11px;
  font-style: normal;
  white-space: nowrap;
}

.result-size-set {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  padding: 13px;
}

.result-size-set strong {
  display: inline-flex;
  width: 188px;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
  margin-top: 12px;
  padding: 8px 12px;
  background: #e8f1e5;
  color: var(--sage);
  font-size: 20px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.result-size-set p {
  margin: 0;
  color: #6c5f59;
  font-size: 13px;
  line-height: 1.5;
}

.result-size-set p span {
  display: block;
}

.safe-main {
  display: grid;
  grid-template-columns: 42px 1fr 154px;
  align-items: center;
  gap: 12px;
}

.safe-main > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.safe-main strong,
.safe-main span {
  display: block;
}

.safe-main strong {
  color: #201815;
  font-size: 15px;
  font-weight: 650;
}

.safe-main span {
  margin-top: 4px;
  color: #7d706b;
  font-size: 12px;
  line-height: 1.3;
}

.safe-main button {
  min-height: 62px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 8px;
  border: 1px solid #c99b4b;
  border-radius: 12px;
  padding: 9px;
  background: #fffdf7;
  color: #b8781c;
  text-align: left;
  cursor: pointer;
}

.safe-main button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  grid-row: span 2;
}

.safe-main button strong {
  color: #b8781c;
  font-size: 13px;
}

.safe-main button span {
  color: #7d706b;
  font-size: 11px;
}

.tip-strip {
  display: grid;
  grid-template-columns: 28px auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  border-radius: 11px;
  padding: 11px;
  background: #f8f3ee;
}

.tip-strip img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.tip-strip strong {
  color: #201815;
  font-size: 14px;
  font-weight: 650;
}

.tip-strip span {
  color: #7d706b;
  font-size: 12px;
  line-height: 1.3;
}

.result-actions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.result-actions-row button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  background: #fff;
  color: #d83f63;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}

.result-actions-row img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.result-save p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 10px 0 0;
  color: #7d706b;
  font-size: 12px;
}

.result-save p img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.adhesion-page {
  min-height: 1040px;
}

.adhesion-content {
  padding-bottom: 126px;
}

.adhesion-hero-copy h2 {
  font-size: 29px;
}

.adhesion-hero-copy p {
  margin-bottom: 16px;
}

.adhesion-duration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.adhesion-duration {
  position: relative;
  min-height: 58px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  background: #fff;
  color: #201815;
  cursor: pointer;
}

.adhesion-duration.selected {
  border-color: #d83f63;
  color: #d83f63;
  background: #fff7f8;
}

.adhesion-duration strong,
.adhesion-duration span {
  display: block;
  line-height: 1.2;
}

.adhesion-duration strong {
  font-size: 13px;
  font-weight: 650;
}

.adhesion-duration span {
  margin-top: 4px;
  color: #6c5f59;
  font-size: 11px;
}

.adhesion-duration em {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d83f63;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}

.adhesion-recommend-card {
  overflow: hidden;
}

.adhesion-recommend-head {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 9px;
}

.adhesion-recommend-head > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.adhesion-recommend-head strong {
  color: var(--sage);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.adhesion-recommend-head span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #dfeadd;
  border-radius: 999px;
  padding: 0 10px;
  background: #f4f8f1;
  color: var(--sage);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

.adhesion-recommend-head span img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.adhesion-recommend-body {
  display: grid;
  grid-template-columns: 1fr 148px;
  align-items: end;
  gap: 10px;
  margin-top: 14px;
}

.adhesion-recommend-body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 600;
}

.adhesion-recommend-body p {
  margin: 12px 0 0;
  color: #3f3631;
  font-size: 14px;
  line-height: 1.42;
}

.adhesion-recommend-body > img {
  width: 148px;
  height: 142px;
  object-fit: contain;
}

.adhesion-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  border: 1px solid #eadfd8;
  border-radius: 13px;
  background: #fff;
}

.adhesion-metrics div {
  min-height: 96px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  padding: 10px 6px;
  border-right: 1px solid #eadfd8;
  text-align: center;
}

.adhesion-metrics div:last-child {
  border-right: 0;
}

.adhesion-metrics img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.adhesion-metrics span {
  color: #7d706b;
  font-size: 12px;
}

.adhesion-metrics strong {
  color: #201815;
  font-size: 14px;
  font-weight: 650;
}

.adhesion-metrics small {
  color: #7d706b;
  font-size: 11px;
  line-height: 1.2;
}

.adhesion-prep-card,
.adhesion-product-card {
  margin-top: 14px;
}

.adhesion-prep-card h3 {
  margin: 0 0 12px;
  color: #7d5d4c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
}

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

.adhesion-prep-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 6px;
}

.adhesion-prep-grid em {
  position: absolute;
  left: 4px;
  top: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.adhesion-prep-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.adhesion-prep-grid strong {
  color: #201815;
  font-size: 14px;
  font-weight: 650;
}

.adhesion-prep-grid span {
  color: #7d706b;
  font-size: 12px;
  line-height: 1.3;
}

.adhesion-product-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  align-items: center;
}

.adhesion-product-photo {
  height: 112px;
  border-radius: 12px;
  background: #f5eee8 center / cover no-repeat;
}

.adhesion-product-copy h3 {
  margin: 0;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

.adhesion-product-copy p {
  margin: 3px 0 5px;
  color: #7d706b;
  font-size: 13px;
}

.adhesion-product-copy > span {
  color: #c99b4b;
  font-size: 13px;
}

.adhesion-product-copy > span b {
  color: #7d706b;
  font-weight: 500;
}

.adhesion-product-copy div {
  display: grid;
  grid-template-columns: 1fr auto 14px;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  border-top: 1px solid #eadfd8;
  padding-top: 10px;
}

.adhesion-product-copy small {
  color: #6c5f59;
  font-size: 12px;
}

.adhesion-product-copy div strong {
  border-radius: 999px;
  padding: 7px 12px;
  background: #e8f1e5;
  color: var(--sage);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

.adhesion-product-copy div b {
  color: #7d706b;
  font-size: 20px;
}

.adhesion-note {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 0;
  border-radius: 12px;
  padding: 0 14px;
  background: #f8f3ee;
  color: #6c5f59;
  font-size: 14px;
}

.size-option-page {
  min-height: 1060px;
}

.size-option-content {
  padding-bottom: 132px;
}

.size-option-hero-copy h2 {
  font-size: 30px;
}

.size-option-hero-copy p {
  margin-bottom: 18px;
}

.size-choice-list {
  display: grid;
  gap: 14px;
}

.size-choice {
  width: 100%;
  min-height: 146px;
  display: grid;
  grid-template-columns: 30px 1fr 112px;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 8px;
  border-color: #eadfd8;
  padding: 16px 14px 14px;
  background: #fff;
  color: #201815;
  text-align: left;
  cursor: pointer;
}

.size-choice.selected {
  border-color: #df4a66;
  box-shadow: 0 0 0 1px rgba(223, 74, 102, 0.18), 0 14px 28px rgba(121, 69, 60, 0.08);
}

.size-choice-radio {
  width: 22px;
  height: 22px;
  align-self: start;
  margin-top: 8px;
  border: 2px solid #d4c6be;
  border-radius: 50%;
}

.size-choice.selected .size-choice-radio {
  border: 4px solid #df2f5d;
  box-shadow: inset 0 0 0 3px #fff;
  background: #df2f5d;
}

.size-choice-copy,
.size-choice-art,
.size-choice-footer {
  min-width: 0;
}

.size-choice-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.size-choice-title strong {
  font-size: 19px;
  font-weight: 700;
  white-space: nowrap;
}

.size-choice-title em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid #dfe9dc;
  border-radius: 10px;
  padding: 0 10px;
  background: #f2f7ef;
  color: #416b43;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.size-choice.warm .size-choice-title em {
  border-color: #f1d8b4;
  background: #fff8ee;
  color: #a66b06;
}

.size-choice-text {
  display: block;
  color: #332a26;
  font-size: 14px;
  line-height: 1.48;
}

.size-choice-art {
  display: grid;
  justify-items: center;
  align-self: center;
}

.size-choice-art > img {
  width: 112px;
  height: 86px;
  object-fit: contain;
}

.size-choice.sage .size-choice-art > img {
  width: 112px;
  height: 62px;
}

.size-chip-row {
  display: grid;
  grid-template-columns: repeat(5, 23px);
  gap: 4px;
  margin-top: 4px;
}

.size-chip-row i {
  min-height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 7px;
  background: #fff;
  color: #3a312d;
  font-style: normal;
  font-size: 15px;
}

.size-choice-art small {
  margin-top: 5px;
  color: #7d706b;
  font-size: 12px;
}

.size-choice-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #eadfd8;
  padding-top: 13px;
}

.size-choice-footer span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #df2f5d;
  font-size: 14px;
  font-weight: 500;
}

.size-choice.warm .size-choice-footer span,
.size-choice.warm .size-choice-footer strong {
  color: #b87106;
}

.size-choice.sage .size-choice-footer span,
.size-choice.sage .size-choice-footer strong {
  color: #416b43;
}

.size-choice-footer img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.size-choice-footer strong {
  color: #df2f5d;
  font-size: 20px;
  font-weight: 500;
}

.size-stock-strip {
  width: 100%;
  min-height: 70px;
  display: grid;
  grid-template-columns: 50px 1fr 18px;
  align-items: center;
  gap: 12px;
  margin: 16px 0 14px;
  border: 1px solid #dfe8dc;
  border-radius: 12px;
  padding: 12px 16px;
  background: #f7faf5;
  color: #415f42;
  text-align: left;
  cursor: pointer;
}

.size-stock-strip img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.size-stock-strip strong,
.size-stock-strip small {
  display: block;
}

.size-stock-strip strong {
  font-size: 16px;
  font-weight: 700;
}

.size-stock-strip small {
  margin-top: 4px;
  color: #6c5f59;
  font-size: 13px;
}

.size-stock-strip b {
  color: #6c5f59;
  font-size: 28px;
  font-weight: 400;
}

.size-option-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr auto 14px;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}

.size-option-product-card > img {
  width: 100px;
  height: 92px;
  border-radius: 12px;
  object-fit: contain;
  background: #f4eee9;
}

.size-option-product-card h3 {
  margin: 0;
  color: #201815;
  font-size: 17px;
  font-weight: 700;
}

.size-option-product-card p {
  margin: 4px 0;
  color: #7d706b;
  font-size: 13px;
}

.size-option-product-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 13px;
}

.size-option-product-card span b {
  color: #6c5f59;
  font-weight: 500;
}

.size-option-product-card div > strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  background: #edf4e8;
  color: #416b43;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.size-option-product-card button {
  border: 0;
  background: transparent;
  color: #df2f5d;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.size-option-product-card > b {
  color: #7d706b;
  font-size: 24px;
  font-weight: 400;
}

.beginner-page {
  min-height: 1100px;
}

.beginner-content {
  padding-bottom: 24px;
}

.beginner-hero-copy h2 {
  font-size: 31px;
}

.beginner-hero-copy p {
  margin-bottom: 20px;
}

.beginner-block {
  margin-bottom: 18px;
}

.beginner-block > h3,
.beginner-safety-card > h3 {
  margin: 0 0 12px;
  color: #8b7568;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.beginner-experience-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #eadfd8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.beginner-experience {
  min-height: 92px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  border: 0;
  border-right: 1px solid #eadfd8;
  background: #fff;
  color: #5f524d;
  cursor: pointer;
}

.beginner-experience:last-child {
  border-right: 0;
}

.beginner-experience.selected {
  position: relative;
  z-index: 1;
  border: 1px solid #df2f5d;
  border-radius: 14px;
  color: #df2f5d;
  box-shadow: 0 10px 24px rgba(223, 47, 93, 0.08);
}

.beginner-experience img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.beginner-experience strong {
  color: currentColor;
  font-size: 15px;
  font-weight: 550;
}

.beginner-experience span {
  color: #6c5f59;
  font-size: 12px;
}

.beginner-recommend-card {
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.beginner-recommend-art {
  width: 152px;
  height: 130px;
  border-radius: 999px;
  object-fit: contain;
  background: #f5ede6;
}

.beginner-recommend-copy p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.beginner-recommend-copy p img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.beginner-recommend-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.12;
  font-weight: 600;
}

.beginner-recommend-copy span {
  display: block;
  margin-top: 9px;
  color: #6c5f59;
  font-size: 14px;
  line-height: 1.38;
}

.beginner-pill-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.beginner-pill-row span {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 10px;
  padding: 0 5px;
  background: #f6f2ee;
  color: var(--sage);
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.beginner-pill-row img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

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

.beginner-step {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 166px;
  margin: 0;
  padding: 18px 10px 14px;
  text-align: center;
}

.beginner-step em {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.beginner-step img {
  width: 74px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 8px;
}

.beginner-step strong {
  color: #201815;
  font-size: 16px;
  font-weight: 550;
}

.beginner-step span {
  margin-top: 8px;
  color: #6c5f59;
  font-size: 12px;
  line-height: 1.35;
}

.beginner-safety-card {
  margin-bottom: 16px;
}

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

.beginner-filter-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 7px;
  align-items: center;
  border-right: 1px solid #eadfd8;
  padding-right: 6px;
}

.beginner-filter-grid article:last-child {
  border-right: 0;
}

.beginner-filter-grid article > div {
  position: relative;
  min-height: 86px;
  display: grid;
  align-items: end;
  justify-items: center;
}

.beginner-filter-grid article > div > img:not(.beginner-filter-shield) {
  width: 38px;
  height: 70px;
  object-fit: contain;
}

.beginner-filter-shield {
  position: absolute;
  left: 2px;
  top: 0;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.beginner-ban {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #df2f5d;
  border-radius: 50%;
}

.beginner-ban::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 13px;
  width: 18px;
  height: 2px;
  background: #df2f5d;
  transform: rotate(45deg);
}

.beginner-filter-grid strong,
.beginner-filter-grid small {
  display: block;
}

.beginner-filter-grid strong {
  color: #201815;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.beginner-filter-grid small {
  margin-top: 5px;
  color: #6c5f59;
  font-size: 11px;
  line-height: 1.32;
}

.beginner-product-card {
  display: grid;
  grid-template-columns: 128px 1fr 18px;
  align-items: center;
  gap: 14px;
}

.beginner-product-card > img {
  width: 128px;
  height: 96px;
  border-radius: 12px;
  object-fit: contain;
  background: #f5eee8;
}

.beginner-product-card h3 {
  margin: 0;
  color: #201815;
  font-size: 18px;
  font-weight: 650;
}

.beginner-product-card p {
  margin: 5px 0;
  color: #3f3631;
  font-size: 13px;
}

.beginner-product-card span {
  display: block;
  margin-bottom: 9px;
  color: var(--gold);
  font-size: 13px;
}

.beginner-product-card span b {
  color: #6c5f59;
  font-weight: 500;
}

.beginner-product-card div > strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  background: #edf4e8;
  color: #416b43;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.beginner-product-card > b {
  color: #7d706b;
  font-size: 28px;
  font-weight: 400;
}

.returning-page {
  min-height: 1120px;
}

.returning-topbar {
  grid-template-columns: 42px 1fr 42px;
}

.returning-bell {
  position: relative;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.returning-bell::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d83f63;
}

.returning-content {
  padding-bottom: 112px;
}

.returning-hero-copy h2 {
  font-size: 30px;
}

.returning-hero-copy p {
  margin-bottom: 16px;
}

.returning-hero-copy p span {
  color: #d83f63;
}

.returning-profile-card {
  display: grid;
  grid-template-columns: 122px 1fr 14px;
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.returning-profile-photo {
  height: 134px;
  border-radius: 10px;
  background: #f3e8df center / cover no-repeat;
}

.returning-profile-copy h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  color: #201815;
  font-size: 16px;
  font-weight: 700;
}

.returning-profile-copy h3 img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.returning-profile-copy span,
.returning-profile-copy p,
.returning-profile-copy em {
  color: #6c5f59;
  font-size: 12px;
  font-style: normal;
}

.returning-profile-copy > strong {
  display: block;
  margin: 5px 0 4px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.returning-profile-copy p {
  margin: 0 0 11px;
  font-size: 14px;
}

.returning-profile-copy div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.returning-profile-copy b {
  border-radius: 9px;
  padding: 6px 10px;
  background: #e9f2e4;
  color: #4f834c;
  font-size: 13px;
  line-height: 1;
}

.returning-profile-card > b {
  color: #201815;
  font-size: 30px;
  font-weight: 400;
}

.returning-block {
  margin-top: 18px;
}

.returning-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.returning-block h3,
.returning-section-head h3 {
  margin: 0;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

.returning-section-head button {
  border: 0;
  background: transparent;
  color: #d83f63;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.returning-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.returning-action-grid button {
  min-width: 0;
  min-height: 104px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  padding: 9px 5px;
  background: #fff;
  color: #201815;
  text-align: center;
  cursor: pointer;
}

.returning-action-grid img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 5px;
}

.returning-action-grid strong {
  font-size: 13px;
  line-height: 1.14;
  font-weight: 650;
}

.returning-action-grid span {
  color: #7d706b;
  font-size: 11px;
  line-height: 1.2;
}

.returning-care-card {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 14px 14px 0;
  overflow: hidden;
}

.returning-care-card > img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff1f4;
}

.returning-care-card h3 {
  margin: 0;
  color: #201815;
  font-size: 15px;
  font-weight: 700;
}

.returning-care-card p {
  margin: 4px 0 0;
  color: #6c5f59;
  font-size: 13px;
}

.returning-care-card > button {
  min-height: 38px;
  border: 1px solid #d83f63;
  border-radius: 11px;
  padding: 0 13px;
  background: #fff;
  color: #d83f63;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.returning-care-card footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 14px;
  align-items: center;
  gap: 12px;
  margin: 13px -14px 0;
  border-top: 1px solid #eadfd8;
  padding: 11px 14px;
  color: #5f524d;
  font-size: 13px;
}

.returning-care-card footer i {
  height: 18px;
  background: #d6cbc3;
}

.returning-care-card footer b {
  color: #201815;
  font-size: 24px;
  font-weight: 400;
}

.returning-block > p {
  margin: 5px 0 12px;
  color: #7d706b;
  font-size: 13px;
}

.returning-pick-card {
  position: relative;
  display: grid;
  grid-template-columns: 174px 1fr;
  gap: 11px;
  padding: 0;
  overflow: hidden;
}

.returning-product-art {
  position: relative;
  min-height: 206px;
  display: grid;
  place-items: center;
  background: #f4eee8;
}

.returning-product-art > img {
  width: 178px;
  height: 178px;
  object-fit: contain;
}

.returning-product-art button {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.returning-product-art button img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.returning-pick-copy {
  padding: 14px 13px 68px 0;
}

.returning-pick-copy > span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 8px;
  padding: 0 9px;
  background: #d83f63;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.returning-pick-copy h4 {
  margin: 9px 0 4px;
  color: #201815;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
}

.returning-pick-copy p {
  margin: 0 0 8px;
  color: #6c5f59;
  font-size: 12px;
}

.returning-pick-copy em {
  display: block;
  color: var(--gold);
  font-size: 13px;
  font-style: normal;
}

.returning-pick-copy em b {
  color: #7d706b;
  font-weight: 500;
}

.returning-pick-copy div {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 6px 8px;
  margin: 11px 0 8px;
  border-radius: 9px;
  padding: 9px;
  background: #edf4e8;
}

.returning-pick-copy div img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  grid-row: span 2;
}

.returning-pick-copy div strong {
  color: #4f834c;
  font-size: 15px;
  font-weight: 700;
}

.returning-pick-copy div small {
  color: #5f7056;
  font-size: 11px;
}

.returning-pick-copy > strong {
  color: #201815;
  font-size: 16px;
  font-weight: 650;
}

.returning-pick-card footer {
  position: absolute;
  left: 132px;
  right: 13px;
  bottom: 13px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8px;
}

.returning-pick-card footer button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.returning-pick-card footer button:first-child {
  border: 1px solid #eadfd8;
  background: #fff;
  color: #201815;
}

.returning-pick-card footer button:last-child {
  border: 0;
  background: #d83f63;
  color: #fff;
}

.returning-pick-card footer img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.returning-pick-card footer .tryon-button::before {
  width: 22px;
  height: 22px;
}

.returning-reorder-card {
  display: grid;
  grid-template-columns: 72px 1fr 126px 14px;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.returning-reorder-card > img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: contain;
  background: #f4eee8;
}

.returning-reorder-card h3 {
  margin: 0;
  color: #201815;
  font-size: 15px;
  font-weight: 700;
}

.returning-reorder-card h3 span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  margin-left: 5px;
  border-radius: 7px;
  padding: 0 7px;
  background: #f1e7dc;
  color: #8c6e54;
  font-size: 11px;
  font-weight: 650;
}

.returning-reorder-card p,
.returning-reorder-card small,
.returning-reorder-card em {
  display: block;
  color: #6c5f59;
  font-size: 12px;
  font-style: normal;
}

.returning-reorder-card p {
  margin: 7px 0 4px;
  color: #3f3631;
  font-size: 13px;
}

.returning-reorder-card > div:nth-of-type(2) {
  text-align: left;
}

.returning-reorder-card > div:nth-of-type(2) strong {
  display: block;
  margin-bottom: 5px;
  color: #201815;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.returning-reorder-card button {
  min-height: 38px;
  margin-top: 10px;
  border: 1px solid #d83f63;
  border-radius: 10px;
  padding: 0 16px;
  background: #fff;
  color: #d83f63;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.returning-reorder-card > b {
  color: #201815;
  font-size: 24px;
  font-weight: 400;
}

.returning-actions {
  padding-top: 14px;
}

.returning-actions .profile-save-button {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr 20px;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 3px 10px;
  text-align: center;
}

.returning-actions .profile-save-button span {
  display: inline-flex;
  grid-column: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 17px;
  line-height: 1.15;
}

.returning-actions .profile-save-button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.returning-actions .profile-save-button small {
  grid-column: 1;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.9;
}

.returning-actions .profile-save-button b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 28px;
  font-weight: 400;
}

.outfit-page {
  min-height: 920px;
}

.outfit-content {
  padding-bottom: 124px;
}

.outfit-hero-copy h2 {
  font-size: 30px;
}

.outfit-hero-copy p {
  margin-bottom: 18px;
}

.outfit-upload-grid {
  display: grid;
  grid-template-columns: 1.38fr 1fr;
  gap: 12px;
}

.outfit-photo,
.outfit-upload {
  height: 212px;
  border-radius: 13px;
}

.outfit-photo {
  background: #f3e8df center / cover no-repeat;
}

.outfit-upload {
  display: grid;
  justify-items: center;
  align-content: center;
  border: 1px dashed #e7c9bc;
  background: #fffdfb;
  color: #201815;
  text-align: center;
  cursor: pointer;
}

.outfit-upload img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  margin-bottom: 12px;
}

.outfit-upload strong,
.outfit-upload span,
.outfit-upload small {
  display: block;
}

.outfit-upload strong,
.outfit-upload span {
  font-size: 15px;
  line-height: 1.24;
  font-weight: 550;
}

.outfit-upload small {
  margin-top: 9px;
  color: #6c5f59;
  font-size: 12px;
}

.outfit-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.outfit-privacy {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid #eadfd8;
  border-radius: 10px;
  padding: 10px 14px;
  background: #fff;
  color: #5f524d;
  text-align: left;
  cursor: pointer;
}

.outfit-privacy img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.outfit-privacy span {
  font-size: 12px;
  line-height: 1.35;
}

.outfit-privacy b {
  color: #416b43;
  font-size: 12px;
  font-weight: 650;
  text-decoration: underline;
  white-space: nowrap;
}

.outfit-consent-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0;
  color: #5f524d;
  font-size: 12px;
  line-height: 1.35;
}

.outfit-consent-row input {
  width: 16px;
  height: 16px;
  accent-color: #c85a74;
}

.outfit-block {
  margin-top: 18px;
}

.outfit-occasion-card {
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  border: 1px solid rgba(216, 63, 99, 0.22);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(135deg, #fff7f9, #fffdfb 72%);
  color: #201815;
  text-align: left;
  box-shadow: 0 12px 28px rgba(55, 36, 28, 0.07);
  cursor: pointer;
}

.outfit-occasion-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(216, 63, 99, 0.18);
}

.outfit-occasion-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.outfit-occasion-copy,
.outfit-occasion-copy small,
.outfit-occasion-copy strong,
.outfit-occasion-copy em {
  display: block;
  min-width: 0;
}

.outfit-occasion-copy small {
  color: #c85a74;
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  text-transform: uppercase;
}

.outfit-occasion-copy strong {
  margin-top: 5px;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.08;
}

.outfit-occasion-copy em {
  margin-top: 5px;
  color: #6c5f59;
  font-style: normal;
  font-size: 12px;
  line-height: 1.28;
}

.outfit-occasion-card > b {
  color: #c85a74;
  font-size: 24px;
  font-weight: 400;
}

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

.outfit-section-head h3,
.outfit-profile-card h3 {
  margin: 0;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

.outfit-section-head p {
  margin: 5px 0 0;
  color: #7d706b;
  font-size: 13px;
}

.outfit-section-head button {
  border: 0;
  background: transparent;
  color: #d83f63;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

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

.outfit-chip-row span {
  min-width: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  border: 1px solid #eadfd8;
  border-radius: 999px;
  padding: 0 11px;
  background: #fff;
  color: #201815;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.outfit-chip-row i,
.outfit-chip-row img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
}

.outfit-chip-row i {
  border-radius: 50%;
}

.outfit-chip-row .linen {
  background: #dfc4a4;
}

.outfit-chip-row .coral {
  background: #e65b4b;
}

.outfit-pending-card,
.outfit-empty-matches {
  border: 1px dashed #e7c9bc;
  border-radius: 12px;
  background: #fffdfb;
  color: #201815;
}

.outfit-pending-card {
  min-height: 82px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.outfit-pending-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.outfit-pending-card strong,
.outfit-pending-card span,
.outfit-empty-matches strong,
.outfit-empty-matches span {
  display: block;
}

.outfit-pending-card strong,
.outfit-empty-matches strong {
  color: #201815;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 650;
}

.outfit-pending-card span,
.outfit-empty-matches span {
  margin-top: 5px;
  color: #7d706b;
  font-size: 12px;
  line-height: 1.3;
}

.outfit-empty-matches {
  min-height: 132px;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 18px 22px;
  text-align: center;
}

.outfit-empty-matches img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 8px;
}

.outfit-profile-card {
  margin-top: 14px;
  padding: 14px;
}

.outfit-profile-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.outfit-profile-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #fff6f8;
}

.outfit-profile-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.outfit-profile-card h3,
.outfit-profile-card p {
  margin: 0;
}

.outfit-profile-card p {
  margin-top: 3px;
  color: #7d706b;
  font-size: 12px;
  line-height: 1.25;
}

.outfit-profile-head button {
  min-height: 32px;
  border: 1px solid rgba(200, 90, 116, 0.28);
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: #c85a74;
  font-size: 12px;
  font-weight: 800;
}

.outfit-profile-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.outfit-profile-body strong,
.outfit-profile-body small {
  display: block;
}

.outfit-profile-body > div {
  min-width: 0;
  min-height: 68px;
  border: 1px solid #f0e2dd;
  border-radius: 12px;
  padding: 8px 7px;
  background: #fffdfb;
}

.outfit-profile-body strong {
  color: #201815;
  margin-top: 6px;
  overflow: hidden;
  font-size: 11.5px;
  line-height: 1.18;
  font-weight: 760;
  white-space: normal;
  overflow-wrap: anywhere;
}

.outfit-profile-body small {
  color: #6c5f59;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 720;
}

.outfit-profile-body em {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 5px;
  background: #dfc4a4;
  vertical-align: -1px;
}

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

.outfit-match-card {
  position: relative;
  min-width: 0;
  border: 1px solid #eadfd8;
  border-radius: 11px;
  padding: 8px 8px 10px;
  background: #fff;
}

.outfit-match-card > button {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.outfit-match-card > button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.outfit-match-card > div {
  height: 116px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f4eee8;
}

.outfit-match-card > div > img {
  width: 112px;
  height: 104px;
  object-fit: contain;
}

.outfit-match-card h4 {
  margin: 9px 0 4px;
  color: #201815;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 700;
}

.outfit-match-card p {
  margin: 0 0 8px;
  color: #6c5f59;
  font-size: 11px;
  line-height: 1.2;
}

.outfit-match-card span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  padding: 0 7px;
  background: #edf4e8;
  color: #4f834c;
  font-size: 11px;
  font-weight: 650;
}

.outfit-match-card span img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.outfit-match-card > strong {
  display: block;
  margin-top: 8px;
  color: #201815;
  font-size: 13px;
  font-weight: 650;
}

.outfit-actions {
  bottom: 82px;
  z-index: 9;
  padding-top: 12px;
}

.outfit-page .shop-bottom-nav {
  bottom: 10px;
}

.outfit-actions .profile-save-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 650;
}

.outfit-actions .profile-save-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.outfit-results-page {
  min-height: 1180px;
}

.outfit-results-content {
  padding: 17px 18px 124px;
}

.outfit-results-title h2 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: 0;
}

.outfit-results-title p {
  margin: 5px 0 18px;
  color: #70645f;
  font-size: 13px;
  line-height: 1.3;
}

.outfit-results-analysis,
.outfit-results-size-card,
.outfit-result-featured,
.outfit-result-product-card {
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.055);
}

.outfit-result-featured,
.outfit-result-product-card,
.shop-product-card {
  cursor: pointer;
}

.outfit-results-analysis {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
}

.outfit-results-photo {
  height: 112px;
  border-radius: 8px;
  background: #f2e7dd center / cover no-repeat;
}

.outfit-results-analysis-copy {
  min-width: 0;
}

.outfit-results-analysis h3,
.outfit-results-size-card h3,
.outfit-result-featured h3 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.outfit-results-analysis h3 {
  font-size: 18px;
}

.outfit-results-analysis p {
  margin: 5px 0 11px;
  color: #70645f;
  font-size: 12px;
  line-height: 1.22;
}

.outfit-results-chip-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.outfit-results-chip-grid span {
  min-width: 0;
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  border-radius: 999px;
  padding: 0 9px;
  background: #fbf6f3;
  color: #4d423c;
  font-size: 11.5px;
  font-weight: 760;
  white-space: nowrap;
}

.outfit-results-chip-grid img,
.outfit-results-chip-grid i {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  object-fit: contain;
}

.outfit-results-chip-grid i {
  border-radius: 50%;
  background: #df6158;
}

.outfit-results-size-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  padding: 13px;
}

.outfit-results-size-card > img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.outfit-results-size-card h3 {
  font-size: 17px;
}

.outfit-results-size-card p {
  margin: 4px 0 0;
  color: #66836a;
  font-size: 13px;
  font-weight: 720;
}

.outfit-results-size-card button {
  min-height: 38px;
  border: 1px solid rgba(200, 90, 116, 0.28);
  border-radius: 12px;
  padding: 0 12px;
  background: #fff7f9;
  color: #c85a74;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.outfit-result-featured {
  margin-top: 12px;
  padding: 12px;
}

.outfit-result-featured header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.outfit-result-featured header span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
}

.outfit-result-featured header span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.outfit-featured-body {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 11px;
  align-items: center;
}

.outfit-featured-product {
  width: 132px;
  height: 132px;
  border-radius: 8px;
  object-fit: cover;
}

.outfit-featured-copy {
  min-width: 0;
}

.outfit-featured-copy h3 {
  font-size: 19px;
}

.outfit-featured-copy p,
.outfit-result-product-card p {
  margin: 5px 0 9px;
  color: #756862;
  font-size: 12px;
  line-height: 1.22;
}

.outfit-fit-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  padding: 0 9px;
  background: #eef6ec;
  color: #4f754f;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.outfit-fit-badge img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.outfit-featured-copy > strong {
  display: block;
  margin-top: 13px;
  color: #c85a74;
  font-size: 20px;
  line-height: 1;
}

.outfit-featured-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 8px;
  margin-top: 10px;
}

.outfit-featured-actions button,
.outfit-card-actions button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 850;
}

.outfit-featured-actions .outfit-tryon-button,
.outfit-card-actions .outfit-tryon-button {
  border: 1px solid rgba(200, 90, 116, 0.32);
  background: #fff;
  color: #5f534e;
  white-space: nowrap;
}

.outfit-featured-actions .outfit-cart-icon-button,
.outfit-card-actions .outfit-cart-icon-button {
  width: 44px;
  min-width: 44px;
  padding: 0;
  border: 1px solid rgba(200, 90, 116, 0.28);
  background: #fff6f8;
  color: #c85a74;
}

.outfit-featured-actions img,
.outfit-card-actions img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.outfit-featured-actions .tryon-button::before,
.outfit-card-actions .tryon-button::before {
  width: 16px;
  height: 16px;
}

.outfit-cart-icon-button img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.outfit-fav-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
}

.outfit-fav-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.outfit-more-section {
  margin-top: 18px;
}

.outfit-more-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.outfit-more-head h3 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.12;
}

.outfit-more-head span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff7f9;
  color: #c85a74;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

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

.outfit-result-product-card {
  position: relative;
  min-width: 0;
  padding: 8px 8px 9px;
}

.outfit-result-product-card .outfit-fav-button {
  position: absolute;
  top: 12px;
  right: 12px;
}

.outfit-result-product-image {
  width: 100%;
  aspect-ratio: 1.16;
  border-radius: 8px;
  object-fit: cover;
  background: #fff2ec;
}

.outfit-result-product-card h4 {
  min-height: 35px;
  margin: 8px 0 3px;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.08;
}

.outfit-result-product-card p {
  min-height: 28px;
  margin-bottom: 7px;
}

.outfit-result-product-card footer {
  display: block;
  margin-top: 10px;
}

.outfit-result-product-card footer strong {
  display: block;
  color: #c85a74;
  font-size: 15px;
  line-height: 1;
}

.outfit-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 6px;
  margin-top: 8px;
}

.outfit-card-actions button {
  min-height: 34px;
  border-radius: 9px;
  font-size: 11px;
}

.outfit-card-actions .outfit-cart-icon-button {
  width: 42px;
  min-width: 42px;
}

.outfit-results-page .shop-bottom-nav {
  bottom: 10px;
}

.return-reason-page {
  min-height: 1190px;
}

.return-reason-content {
  padding-bottom: 132px;
}

.return-reason-hero-copy h2 {
  font-size: 30px;
}

.return-reason-hero-copy p {
  margin-bottom: 18px;
}

.return-reason-hero-copy p span {
  color: #d83f63;
}

.return-order-card {
  display: grid;
  grid-template-columns: 112px 1fr 14px;
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.post-order-summary-card {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.return-order-card > img {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  object-fit: contain;
  background: #f4eee8;
}

.return-order-card p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  color: #201815;
  font-size: 15px;
  font-weight: 600;
}

.return-order-card p span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #e9f2e4;
  color: #4f834c;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.return-order-card h3 {
  margin: 0 0 8px;
  color: #201815;
  font-size: 17px;
  font-weight: 700;
}

.return-order-card small {
  display: block;
  color: #6c5f59;
  font-size: 13px;
}

.return-order-card strong {
  display: block;
  margin-top: 13px;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

.return-order-card > b {
  color: #201815;
  font-size: 26px;
  font-weight: 400;
}

.return-reason-block {
  margin-top: 18px;
}

.return-reason-block h3,
.return-finger-card h3,
.return-photo-card h3 {
  margin: 0 0 12px;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

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

.return-issue-option {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #eadfd8;
  border-radius: 11px;
  background: #fff;
  color: #201815;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.return-issue-option.selected {
  border-color: #d83f63;
  background: #fff7f8;
  color: #d83f63;
  box-shadow: 0 0 0 1px rgba(216, 63, 99, 0.1);
}

.return-issue-option img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  flex: 0 0 auto;
}

.return-finger-card,
.return-photo-card,
.return-private-card {
  margin-top: 18px;
}

.return-finger-card p,
.return-photo-card p {
  margin: -7px 0 14px;
  color: #6c5f59;
  font-size: 13px;
}

.return-finger-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.return-finger-option {
  min-height: 124px;
  display: grid;
  justify-items: center;
  grid-template-rows: 86px 18px;
  align-items: end;
  gap: 8px;
  border: 1px solid #eadfd8;
  border-radius: 11px;
  padding: 8px 4px 12px;
  background: #fff;
  color: #201815;
  cursor: pointer;
}

.return-finger-option.selected {
  border-color: #d83f63;
  background: #fff7f8;
  color: #d83f63;
}

.return-finger-option img {
  align-self: end;
  width: var(--return-finger-width, 48px);
  height: var(--return-finger-height, 72px);
  object-fit: contain;
}

.return-finger-thumb { --return-finger-width: 58px; --return-finger-height: 78px; }
.return-finger-index { --return-finger-width: 56px; --return-finger-height: 86px; }
.return-finger-middle { --return-finger-width: 54px; --return-finger-height: 82px; }
.return-finger-ring { --return-finger-width: 50px; --return-finger-height: 78px; }
.return-finger-pinky { --return-finger-width: 44px; --return-finger-height: 68px; }

.return-finger-option span {
  color: #201815;
  font-size: 12px;
  font-weight: 650;
}

.return-photo-grid {
  display: grid;
  grid-template-columns: 92px 112px 112px;
  gap: 12px;
  align-items: stretch;
}

.return-uploaded-photo {
  position: relative;
  height: 92px;
  border-radius: 9px;
  background: #f4eee8 center / cover no-repeat;
}

.return-uploaded-photo button {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 28px;
  height: 28px;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
  color: #6c5f59;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.return-photo-grid > button {
  min-height: 92px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #d9c8bf;
  border-radius: 9px;
  background: #fffdfb;
  color: #201815;
  cursor: pointer;
}

.return-photo-grid > button img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.return-photo-grid > button b {
  color: #201815;
  font-size: 34px;
  line-height: 0.9;
  font-weight: 300;
}

.return-photo-grid > button span {
  font-size: 13px;
  font-weight: 500;
}

.return-private-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 12px;
  background: #fffdfb;
}

.return-private-card > img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
  background: #edf4e8;
}

.return-private-card strong,
.return-private-card span {
  display: block;
}

.return-private-card strong {
  color: #201815;
  font-size: 14px;
  font-weight: 650;
}

.return-private-card span {
  margin-top: 6px;
  color: #6c5f59;
  font-size: 12px;
  line-height: 1.32;
}

.return-reason-actions {
  padding-top: 14px;
}

.post-care-page {
  min-height: 1260px;
}

.post-care-content {
  padding-bottom: 136px;
}

.post-care-hero-copy h2 {
  font-size: 30px;
}

.post-care-hero-copy p {
  margin-bottom: 18px;
}

.post-care-order-card {
  display: grid;
  grid-template-columns: 112px 1fr 14px;
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.post-care-order-card.post-order-summary-card {
  grid-template-columns: 1fr;
}

.post-care-order-card > img {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  object-fit: contain;
  background: #f4eee8;
}

.post-care-order-card p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  color: #201815;
  font-size: 15px;
  font-weight: 600;
}

.post-care-order-card p span,
.post-care-reorder-card header > span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  background: #e9f2e4;
  color: #4f834c;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.post-care-order-card h3 {
  margin: 0 0 8px;
  color: #201815;
  font-size: 17px;
  font-weight: 700;
}

.post-care-order-card small {
  display: block;
  border-bottom: 1px solid #eadfd8;
  padding-bottom: 11px;
  color: #4f4651;
  font-size: 13px;
}

.post-care-order-card small i {
  display: inline-block;
  height: 17px;
  margin: 0 12px;
  border-left: 1px solid #d9cec6;
  vertical-align: -4px;
}

.post-care-order-card strong {
  display: block;
  margin-top: 12px;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

.post-care-order-card strong em,
.post-care-reorder-body strong em {
  color: #7d706b;
  font-style: normal;
  font-weight: 400;
}

.post-care-order-card > b {
  color: #201815;
  font-size: 26px;
  font-weight: 400;
}

.post-care-block {
  margin-top: 18px;
}

.post-care-block > h3 {
  margin: 0 0 12px;
  color: #201815;
  font-size: 17px;
  font-weight: 650;
}

.post-care-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.post-care-timeline article {
  position: relative;
  min-height: 130px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.post-care-timeline article:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(100% + 2px);
  top: 49%;
  width: 12px;
  border-top: 2px dotted #8d827b;
}

.post-care-timeline article.active {
  border-color: #d83f63;
  color: #d83f63;
  background: #fff7f8;
}

.post-care-timeline b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #d9cec6;
  border-radius: 50%;
  background: #fff;
  color: #201815;
  font-size: 14px;
}

.post-care-timeline .active b {
  border: 0;
  background: #d83f63;
  color: #fff;
}

.post-care-timeline strong {
  font-size: 14px;
  font-weight: 650;
}

.post-care-timeline span {
  color: #201815;
  font-size: 12px;
  line-height: 1.2;
}

.post-care-timeline img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.post-care-step-card,
.post-care-reminder-card,
.post-care-reorder-card {
  margin-top: 18px;
}

.post-care-step-card {
  padding: 0;
  overflow: hidden;
}

.post-care-step-card > header,
.post-care-reminder-card header,
.post-care-reorder-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px 0;
}

.post-care-step-card h3,
.post-care-reminder-card h3,
.post-care-reorder-card h3 {
  margin: 0;
  color: #201815;
  font-size: 17px;
  font-weight: 700;
}

.post-care-step-card header span {
  min-height: 28px;
  border-radius: 999px;
  padding: 6px 12px 0;
  background: #fff1f4;
  color: #d83f63;
  font-size: 13px;
  font-weight: 700;
}

.post-care-tip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 18px 16px;
}

.post-care-tip-grid section:first-child {
  border-right: 1px solid #eadfd8;
  padding-right: 16px;
}

.post-care-tip-grid section:last-child {
  padding-left: 16px;
}

.post-care-tip-grid h4 {
  margin: 0 0 12px;
  color: #201815;
  font-size: 14px;
  font-weight: 650;
}

.post-care-tip-grid p {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #201815;
  font-size: 12px;
  line-height: 1.28;
}

.post-care-tip-grid img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.post-care-tip-grid b {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d83f63;
  color: #fff;
  font-size: 11px;
}

.post-care-step-card > button {
  width: 100%;
  min-height: 52px;
  display: grid;
  grid-template-columns: 1fr 24px auto 14px;
  align-items: center;
  gap: 8px;
  border: 0;
  border-top: 1px solid #eadfd8;
  padding: 0 16px;
  background: #fff;
  color: #d83f63;
  text-align: left;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.post-care-step-card > button span {
  color: #201815;
  font-weight: 500;
}

.post-care-step-card > button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.post-care-step-card > button b {
  color: #201815;
  font-size: 22px;
  font-weight: 400;
}

.post-care-reminder-card p,
.post-care-reorder-card p {
  margin: 5px 0 0;
  color: #6c5f59;
  font-size: 13px;
}

.post-care-reminder-card header > span {
  color: #6c5f59;
  font-size: 12px;
  white-space: nowrap;
}

.post-care-channel-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
}

.post-care-channel-row button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #eadfd8;
  border-radius: 10px;
  background: #fff;
  color: #201815;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}

.post-care-channel-row button.selected {
  border-color: #d83f63;
  color: #d83f63;
  background: #fff7f8;
}

.post-care-channel-row img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.post-care-reorder-card {
  padding: 0;
  overflow: hidden;
}

.post-care-reorder-body {
  display: grid;
  grid-template-columns: 86px 1fr 92px;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
}

.post-care-reorder-lines {
  grid-template-columns: 1fr 92px;
  align-items: start;
}

.post-care-reorder-body > img {
  width: 80px;
  height: 80px;
  border-radius: 9px;
  object-fit: contain;
  background: #f4eee8;
}

.post-care-reorder-body h4 {
  margin: 0;
  color: #201815;
  font-size: 15px;
  line-height: 1.18;
}

.post-care-reorder-body strong {
  display: block;
  margin-top: 8px;
  color: #201815;
  font-size: 13px;
  font-weight: 650;
}

.post-care-reorder-body aside {
  display: grid;
  justify-items: center;
  gap: 9px;
}

.post-care-reorder-body button {
  width: 92px;
  min-height: 42px;
  border: 1px solid #d83f63;
  border-radius: 10px;
  background: #fff;
  color: #d83f63;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.post-care-reorder-body a {
  color: #d83f63;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.post-care-reorder-card footer {
  display: grid;
  grid-template-columns: 38px 1fr 14px;
  align-items: center;
  gap: 12px;
  margin: 0 16px 14px;
  border-radius: 10px;
  padding: 12px;
  background: #f7f3ed;
}

.post-care-reorder-card footer img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.post-care-reorder-card footer strong,
.post-care-reorder-card footer small {
  display: block;
}

.post-care-reorder-card footer strong {
  color: #201815;
  font-size: 12px;
  font-weight: 650;
}

.post-care-reorder-card footer small {
  margin-top: 3px;
  color: #6c5f59;
  font-size: 12px;
}

.post-care-reorder-card footer b {
  color: #201815;
  font-size: 22px;
  font-weight: 400;
}

.post-care-actions {
  padding-top: 14px;
}

.post-care-actions .profile-save-button,
.post-care-secondary-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 650;
}

.post-care-actions .profile-save-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.post-care-secondary-button {
  width: 100%;
  border: 1px solid #d83f63;
  border-radius: 12px;
  background: #fff;
  color: #d83f63;
  cursor: pointer;
}

.share-page {
  min-height: 1050px;
}

.share-content {
  padding-bottom: 16px;
}

.share-hero-copy h2 {
  font-size: 30px;
}

.share-hero-copy p {
  margin-bottom: 18px;
}

.share-story-card {
  position: relative;
  width: min(100%, 292px);
  height: 430px;
  margin: 0 auto 22px;
  border-radius: 15px;
  background: #eadfd3 center / cover no-repeat;
  box-shadow: 0 18px 42px rgba(68, 45, 36, 0.12);
  overflow: hidden;
}

.share-story-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(42, 30, 24, 0), rgba(42, 30, 24, 0.52) 66%, rgba(42, 30, 24, 0.68));
  pointer-events: none;
}

.share-story-brand {
  position: absolute;
  left: 16px;
  top: 17px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 600;
}

.share-story-brand span {
  color: #f0b948;
}

.share-story-brand img {
  width: 10px;
  height: 10px;
  object-fit: contain;
}

.share-fit-badge {
  position: absolute;
  top: 15px;
  right: 14px;
  z-index: 1;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 11px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--sage);
  font-size: 13px;
  font-weight: 700;
}

.share-fit-badge img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.share-story-caption {
  position: absolute;
  left: 17px;
  bottom: 21px;
  z-index: 1;
  color: #fff;
}

.share-story-caption h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.02;
  font-weight: 600;
}

.share-story-caption p {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 8px 0 8px;
  font-size: 12px;
  line-height: 1.2;
}

.share-story-caption p img {
  width: 11px;
  height: 11px;
  object-fit: contain;
}

.share-story-caption span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.44);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(92, 74, 62, 0.3);
  font-size: 12px;
  font-weight: 500;
}

.share-product-tray {
  position: absolute;
  right: 12px;
  bottom: 20px;
  z-index: 1;
  width: 84px;
  height: 72px;
  display: grid;
  justify-items: center;
  align-content: center;
  border: 2px solid rgba(255,255,255,0.72);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 20px rgba(42, 30, 24, 0.14);
}

.share-product-tray img {
  width: 70px;
  height: 46px;
  object-fit: contain;
}

.share-product-tray small {
  margin-top: -2px;
  color: #5d514b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6px;
  font-weight: 600;
}

.share-product-tray small b {
  color: var(--gold);
  font-weight: inherit;
}

.share-section {
  margin-top: 18px;
}

.share-section h3 {
  margin: 0 0 11px;
  color: #231a16;
  font-size: 16px;
  font-weight: 550;
}

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

.share-channel {
  min-width: 0;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #eadfd8;
  border-radius: 10px;
  padding: 0 8px;
  background: #fff;
  color: #352b27;
  cursor: pointer;
}

.share-channel img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
}

.share-channel span {
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
}

.share-link-section {
  margin-top: 22px;
}

.share-link-field {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 32px 1fr 28px;
  align-items: center;
  gap: 12px;
  border: 1px solid #eadfd8;
  border-radius: 10px;
  padding: 0 15px;
  background: #fff;
  color: #6a5e58;
  text-align: left;
  cursor: pointer;
}

.share-link-field img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.share-link-field span {
  min-width: 0;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.share-link-section p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  color: #7d706b;
  font-size: 12px;
  line-height: 1.3;
}

.share-link-section p img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.share-actions {
  padding-top: 14px;
}

.share-actions .profile-save-button,
.share-save-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 650;
}

.share-actions .profile-save-button img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.share-save-button {
  width: 100%;
  border: 1px solid #d83f63;
  border-radius: 12px;
  background: #fff;
  color: #d83f63;
  cursor: pointer;
}

.share-save-button img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.tryon-page {
  min-height: 1110px;
}

.tryon-content {
  padding-bottom: 26px;
}

.tryon-hero-copy h2 {
  font-size: 31px;
}

.tryon-hero-copy p {
  margin-bottom: 18px;
}

.tryon-preview {
  position: relative;
  height: 358px;
  border: 1px solid #eadfd8;
  border-radius: 16px;
  background: #f5eee8 center / cover no-repeat;
  box-shadow: 0 18px 40px rgba(68, 45, 36, 0.08);
  overflow: hidden;
}

.tryon-preview span,
.tryon-preview em {
  position: absolute;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #6c5f59;
  font-size: 13px;
  font-style: normal;
  backdrop-filter: blur(3px);
}

.tryon-preview span {
  left: 16px;
  top: 16px;
  gap: 6px;
  min-height: 42px;
  padding: 0 15px;
}

.tryon-preview span img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.tryon-preview em {
  right: 16px;
  bottom: 16px;
  min-height: 34px;
  padding: 0 14px;
}

.tryon-ai-disclaimer {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid rgba(234, 223, 216, 0.86);
  border-radius: 8px;
  padding: 10px 11px;
  background: rgba(255, 250, 247, 0.88);
  color: #76675f;
  font-size: 11.5px;
  line-height: 1.34;
}

.tryon-ai-disclaimer img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.tryon-product-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 70px 10px;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.tryon-product-card > img {
  width: 90px;
  height: 80px;
  border-radius: 12px;
  object-fit: contain;
  background: #f5eee8;
}

.tryon-product-copy h3 {
  margin: 0;
  color: #201815;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.tryon-product-copy p {
  margin: 4px 0 6px;
  color: #6c5f59;
  font-size: 12px;
}

.tryon-product-copy > span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
}

.tryon-product-copy > span b {
  color: #6c5f59;
  font-weight: 500;
}

.tryon-product-copy > strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 9px;
  padding: 0 8px;
  background: #edf4e8;
  color: #416b43;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.tryon-product-side {
  display: grid;
  justify-items: end;
  gap: 17px;
}

.tryon-product-side span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  padding: 0 7px;
  background: #edf4e8;
  color: #416b43;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.tryon-product-side span img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.tryon-product-side strong {
  color: #201815;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.tryon-product-card > b {
  color: #201815;
  font-size: 26px;
  font-weight: 400;
}

.tryon-action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid #eadfd8;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.tryon-action-row button {
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-right: 1px solid #eadfd8;
  background: #fff;
  color: #201815;
  font-size: 15px;
  cursor: pointer;
}

.tryon-action-row button:last-child {
  border-right: 0;
}

.tryon-action-row img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.tryon-match-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid #dfe8dc;
  border-radius: 14px;
  padding: 16px;
  background: #f7faf5;
}

.tryon-match-card > img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.tryon-match-card p {
  margin: 0;
}

.tryon-match-card strong,
.tryon-match-card span {
  display: block;
}

.tryon-match-card strong {
  color: #416b43;
  font-size: 18px;
  font-weight: 700;
}

.tryon-match-card span {
  margin-top: 5px;
  color: #5f524d;
  font-size: 14px;
  line-height: 1.45;
}

.tryon-usage-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  border-color: #eadfd8;
  background: #fffaf7;
}

.tryon-usage-card strong,
.tryon-usage-card span,
.tryon-usage-card p {
  display: block;
}

.tryon-usage-card strong {
  color: #201815;
  font-size: 15px;
  font-weight: 700;
}

.tryon-usage-card span {
  margin-top: 4px;
  color: #c85a74;
  font-size: 13px;
  font-weight: 700;
}

.tryon-usage-card p {
  margin: 5px 0 0;
  color: #6c5f59;
  font-size: 12px;
  line-height: 1.35;
}

.tryon-usage-card em {
  min-width: 74px;
  border-radius: 999px;
  padding: 8px 10px;
  background: #f3e7df;
  color: #5f524d;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.tryon-actions .profile-save-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
}

.tryon-actions .profile-save-button img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.upgrade-page {
  min-height: 1180px;
}

.upgrade-content {
  padding-bottom: 24px;
}

.upgrade-hero-copy h2 {
  font-size: 31px;
}

.upgrade-hero-copy p {
  margin-bottom: 18px;
}

.upgrade-compare {
  position: relative;
  height: 334px;
  border: 1px solid #eadfd8;
  border-radius: 16px;
  background: #f5eee8 center / cover no-repeat;
  box-shadow: 0 18px 40px rgba(68, 45, 36, 0.08);
  overflow: hidden;
}

.upgrade-compare > span {
  position: absolute;
  top: 16px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 12px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.84);
  color: #5f524d;
  font-size: 13px;
  backdrop-filter: blur(3px);
}

.upgrade-compare > span.fast {
  left: 16px;
}

.upgrade-compare > span.generated {
  left: calc(50% + 16px);
}

.upgrade-compare > span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.upgrade-compare > i {
  position: absolute;
  inset: 0 50% 0 auto;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
}

.upgrade-compare > button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #4d423d;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.upgrade-compare > button b {
  font-weight: 400;
}

.upgrade-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 16px;
}

.upgrade-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #d8d3ce;
  cursor: pointer;
}

.upgrade-dots button.selected {
  background: #d83f63;
}

.upgrade-product-card {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr) 46px 12px;
  align-items: center;
  gap: 10px;
}

.upgrade-product-card > img {
  width: 106px;
  height: 84px;
  border-radius: 12px;
  object-fit: contain;
  background: #f5eee8;
}

.upgrade-product-card h3 {
  margin: 0;
  color: #201815;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.upgrade-product-card p {
  margin: 6px 0 10px;
  color: #6c5f59;
  font-size: 14px;
}

.upgrade-product-card div > strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 8px;
  padding: 0 8px;
  background: #edf4e8;
  color: #416b43;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.upgrade-product-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 13px;
  background: #fff;
}

.upgrade-product-card > span img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.upgrade-product-card > b {
  color: #4d423d;
  font-size: 26px;
  font-weight: 400;
}

.upgrade-score-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 14px;
}

.upgrade-score-panel {
  border-right: 1px solid #eadfd8;
  padding-right: 18px;
}

.upgrade-score-panel p,
.upgrade-credit-panel p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #201815;
  font-size: 14px;
}

.upgrade-score-panel p img,
.upgrade-credit-panel p img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.upgrade-score-panel > strong {
  display: block;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 0.95;
  font-weight: 600;
}

.upgrade-score-panel > strong span {
  font-size: 24px;
}

.upgrade-score-panel em {
  display: block;
  margin-top: 2px;
  color: #201815;
  font-size: 18px;
  font-style: normal;
}

.upgrade-score-panel > i {
  display: block;
  width: 100%;
  height: 6px;
  margin: 18px 0 10px;
  border-radius: 999px;
  background: #d8d3ce;
  overflow: hidden;
}

.upgrade-score-panel > i b {
  display: block;
  width: 91%;
  height: 100%;
  border-radius: inherit;
  background: var(--sage);
}

.upgrade-score-panel small,
.upgrade-credit-panel span {
  color: #81706a;
  font-size: 13px;
  line-height: 1.4;
}

.upgrade-credit-panel > strong {
  display: block;
  margin-bottom: 14px;
  color: #182030;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 650;
}

.upgrade-credit-panel span {
  display: block;
}

.upgrade-fallback {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 46px 1fr 18px;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  border: 1px solid #dfe8dc;
  border-radius: 14px;
  padding: 12px 16px;
  background: #f7faf5;
  color: #416b43;
  text-align: left;
  cursor: pointer;
}

.upgrade-fallback > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.upgrade-fallback strong,
.upgrade-fallback small {
  display: block;
}

.upgrade-fallback strong {
  font-size: 15px;
  font-weight: 650;
}

.upgrade-fallback small {
  margin-top: 4px;
  color: #6c5f59;
  font-size: 13px;
}

.upgrade-fallback > b {
  color: #416b43;
  font-size: 28px;
  font-weight: 400;
}

.upgrade-actions .profile-save-button {
  min-height: 66px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
  text-align: left;
}

.upgrade-actions .profile-save-button img {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  align-self: center;
  justify-self: end;
  object-fit: contain;
}

.upgrade-actions .profile-save-button span,
.upgrade-actions .profile-save-button small {
  display: block;
}

.upgrade-actions .profile-save-button span {
  font-size: 19px;
  line-height: 1.1;
}

.upgrade-actions .profile-save-button small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
}

.compare-page {
  min-height: 1260px;
}

.compare-content {
  padding-bottom: 24px;
}

.compare-hero-copy h2 {
  font-size: 30px;
}

.compare-hero-copy p {
  margin-bottom: 18px;
}

.compare-look-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}

.compare-look {
  border: 1px solid #eadfd8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(68, 45, 36, 0.07);
  overflow: hidden;
}

.compare-look.selected {
  border-color: #d83f63;
  box-shadow: 0 0 0 1px rgba(216, 63, 99, 0.15), 0 14px 30px rgba(216, 63, 99, 0.09);
}

.compare-look-select {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: #201815;
  text-align: left;
  cursor: pointer;
}

.compare-look-photo {
  position: relative;
  display: block;
  height: 168px;
  background-repeat: no-repeat;
  background-size: 300% 100%;
}

.compare-look-photo.left { background-position: left center; }
.compare-look-photo.center { background-position: center center; }
.compare-look-photo.right { background-position: right center; }

.compare-look-photo em {
  position: absolute;
  left: 8px;
  top: 9px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 9px;
  padding: 0 7px;
  background: #d83f63;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 650;
  white-space: nowrap;
}

.compare-look-photo em b {
  font-size: 11px;
}

.compare-look-check {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 33px;
  height: 33px;
  object-fit: contain;
  display: none;
}

.compare-look.selected .compare-look-check {
  display: block;
}

.compare-look-photo i {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}

.compare-look-photo i img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.compare-look-body {
  display: block;
  padding: 11px 10px 9px;
}

.compare-look-body strong,
.compare-look-body small {
  display: block;
}

.compare-look-body strong {
  color: #201815;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.18;
}

.compare-look-body small {
  margin-top: 4px;
  color: #6c5f59;
  font-size: 12px;
}

.compare-nails {
  width: 100%;
  height: 42px;
  margin-top: 8px;
  object-fit: contain;
}

.compare-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 0 6px 10px;
}

.compare-card-actions button {
  min-width: 0;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 0;
  background: #fff;
  color: #201815;
  font-size: 10px;
  cursor: pointer;
}

.compare-card-actions img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.compare-table {
  border: 1px solid #eadfd8;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.compare-row {
  display: grid;
  grid-template-columns: 114px repeat(3, minmax(0, 1fr));
  min-height: 64px;
  border-bottom: 1px solid #eadfd8;
}

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

.compare-row > div {
  display: grid;
  place-items: center;
  border-right: 1px solid #eadfd8;
  padding: 8px 7px;
  color: #201815;
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
}

.compare-row > div:last-child {
  border-right: 0;
}

.compare-row > div.winner {
  color: #d83f63;
}

.compare-row-label {
  grid-template-columns: 30px 1fr;
  place-items: center start !important;
  gap: 7px;
  text-align: left !important;
}

.compare-row-label img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.compare-row-label span {
  font-size: 14px;
}

.compare-row-label small {
  color: #6c5f59;
  font-size: 12px;
}

.compare-check {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.compare-check.check-rose {
  filter: invert(37%) sepia(67%) saturate(1246%) hue-rotate(315deg) brightness(92%) contrast(90%);
}

.compare-best-card {
  display: grid;
  grid-template-columns: 70px 1fr 116px;
  align-items: center;
  gap: 13px;
  margin-top: 16px;
  border: 1px solid #dfe8dc;
  border-radius: 14px;
  padding: 16px;
  background: #f7faf5;
}

.compare-best-card > img:first-child {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.compare-best-card h3 {
  margin: 0;
  color: #416b43;
  font-size: 17px;
  font-weight: 700;
}

.compare-best-card p {
  margin: 7px 0 0;
  color: #5f524d;
  font-size: 13px;
  line-height: 1.43;
}

.compare-best-card > img:last-child {
  width: 112px;
  height: 78px;
  border-radius: 12px;
  object-fit: contain;
  background: #f5eee8;
}

.compare-actions .profile-save-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
}

.compare-actions .profile-save-button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.admin-page {
  min-height: 760px;
  display: grid;
  grid-template-columns: 220px 1fr;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.admin-sidebar {
  padding: 22px;
  background: var(--bg);
  border-right: 1px solid var(--line);
}

.admin-sidebar strong {
  display: block;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
}

.admin-sidebar nav {
  display: grid;
  gap: 8px;
}

.admin-sidebar span {
  border-radius: 8px;
  padding: 10px;
  color: var(--muted);
}

.admin-sidebar span.active {
  background: #fff;
  color: var(--rose);
  font-weight: 800;
}

.admin-main {
  padding: 24px;
  background: #fffdf9;
}

.admin-topbar {
  padding: 0 0 22px;
}

.admin-topbar h2 {
  margin: 0;
  font-size: 28px;
}

.admin-topbar p {
  margin: 5px 0 0;
  color: var(--muted);
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.admin-hero {
  min-height: 260px;
  border-radius: 8px;
  background: #fff center / cover no-repeat;
  border: 1px solid var(--line);
}

.admin-kpis,
.table-card,
.action-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}

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

.fake-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.fake-table th,
.fake-table td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.fake-table th {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.bar {
  height: 9px;
  border-radius: 999px;
  background: #f0e8df;
  overflow: hidden;
}

.bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--rose);
}

.admin-bottom {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 16px;
  margin-top: 16px;
}

.sku-import-admin {
  min-height: 760px;
  display: grid;
  grid-template-columns: 210px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(55, 36, 28, 0.1);
}

.sku-sidebar {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: 24px 14px;
  background: #fffaf6;
  border-right: 1px solid #eee3dc;
}

.sku-sidebar strong {
  padding: 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.sku-sidebar strong span { color: var(--gold); }

.sku-sidebar nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.sku-sidebar button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #57524f;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.sku-sidebar nav button {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
}

.sku-sidebar nav button span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #d7d2ce;
  border-radius: 6px;
  color: #77716d;
  font-size: 11px;
  font-weight: 800;
}

.sku-sidebar nav button span img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.sku-sidebar nav button.active {
  background: #fff0f3;
  color: #e21559;
  font-weight: 800;
}

.sku-sidebar nav button.active span {
  border-color: rgba(226, 21, 89, 0.28);
  color: #e21559;
}

.sku-sidebar footer {
  display: grid;
  gap: 14px;
}

.sku-sidebar footer button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}

.sku-sidebar footer img {
  width: 18px;
  height: 18px;
}

.sku-sidebar footer div {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  padding: 14px 8px 0;
  border-top: 1px solid #eee3dc;
}

.sku-sidebar footer b,
.sku-team b {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e21559;
  color: #fff;
  font-size: 11px;
}

.sku-sidebar footer b {
  width: 32px;
  height: 32px;
}

.sku-sidebar footer span {
  display: grid;
  gap: 2px;
  font-size: 12px;
  font-weight: 800;
}

.sku-sidebar footer small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.sku-main {
  min-width: 0;
  background: #fffdfb;
}

.sku-topbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 28px;
  border-bottom: 1px solid #eee3dc;
  background: #fff;
}

.sku-topbar div,
.sku-team {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sku-topbar button {
  border: 0;
  background: transparent;
  color: #3a3330;
  cursor: pointer;
}

.sku-topbar img {
  width: 18px;
  height: 18px;
}

.sku-topbar h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
}

.sku-team {
  color: #57524f;
  font-size: 13px;
}

.sku-team span {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e21559;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.sku-team b {
  width: 28px;
  height: 28px;
}

.sku-team strong {
  font-size: 13px;
}

.sku-workspace {
  padding: 24px 28px 26px;
}

.sku-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.sku-heading h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 0;
}

.sku-heading p {
  margin: 8px 0 0;
  color: #7a716d;
  font-size: 13px;
}

.sku-heading button,
.sku-upload-actions button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e5ded8;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: #3a3330;
  font-size: 13px;
  font-weight: 700;
}

.sku-heading img,
.sku-upload-actions img {
  width: 16px;
  height: 16px;
}

.sku-import-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 24px;
}

.sku-panel,
.sku-table-panel {
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fff;
}

.sku-panel {
  padding: 20px;
}

.sku-panel h3,
.sku-table-panel h3 {
  margin: 0;
  font-size: 14px;
}

.sku-panel p {
  margin: 6px 0 14px;
  color: #7a716d;
  font-size: 12px;
}

.sku-dropzone {
  min-height: 202px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #ff7aa3;
  border-radius: 8px;
  background: #fffafd;
  text-align: center;
}

.sku-dropzone img {
  width: 64px;
  height: 64px;
}

.sku-dropzone strong {
  font-size: 14px;
  font-weight: 700;
}

.sku-dropzone span,
.sku-dropzone small {
  color: #8a817d;
  font-size: 12px;
}

.sku-dropzone button,
.sku-upload-actions button:last-child {
  min-height: 34px;
  border: 1px solid #ff7aa3;
  border-radius: 6px;
  padding: 0 28px;
  background: #fff;
  color: #e21559;
  font-size: 13px;
  font-weight: 800;
}

.sku-upload-actions {
  display: flex;
  gap: 14px;
  margin-top: 14px;
}

.sku-checklist {
  display: grid;
  margin: 4px -20px -8px;
}

.sku-checklist div {
  min-height: 36px;
  display: grid;
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-top: 1px solid #eee3dc;
}

.sku-checklist img {
  width: 19px;
  height: 19px;
}

.sku-checklist span {
  color: #302a27;
  font-size: 13px;
  font-weight: 700;
}

.sku-checklist em {
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.sku-checklist .required {
  background: #edf7e8;
  color: #5f9a42;
}

.sku-checklist .recommended {
  background: #fff3d8;
  color: #e08a14;
}

.sku-kpi-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.02fr;
  gap: 16px;
  margin: 18px 0;
}

.sku-kpi-row article {
  min-height: 102px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 16px;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.sku-kpi-row img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  padding: 10px;
}

.sku-kpi-row .rose img { background: #ffe2eb; }
.sku-kpi-row .sage img { background: #eef6ea; }
.sku-kpi-row .coral img { background: #ffe8df; }
.sku-kpi-row .plain img { background: #fff; padding: 8px; }

.sku-kpi-row strong {
  display: block;
  margin-bottom: 3px;
  color: #15110f;
  font-size: 25px;
  line-height: 1;
}

.sku-kpi-row .plain strong {
  margin-bottom: 5px;
  font-size: 12px;
  color: #7a716d;
}

.sku-kpi-row span,
.sku-kpi-row small {
  display: block;
  color: #6b625e;
  font-size: 12px;
  line-height: 1.35;
}

.sku-kpi-row span {
  color: #302a27;
  font-weight: 800;
}

.sku-table-panel {
  overflow: hidden;
}

.sku-table-panel h3 {
  padding: 16px 18px;
}

.sku-table-panel table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.sku-table-panel th,
.sku-table-panel td {
  padding: 11px 18px;
  border-top: 1px solid #eee3dc;
  text-align: left;
  white-space: nowrap;
}

.sku-table-panel th {
  background: #fffaf6;
  color: #6f6662;
  font-weight: 700;
}

.sku-table-panel td {
  color: #332d2a;
}

.sku-status {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 0 10px;
  background: #edf7e8;
  color: #5f9a42;
  font-size: 11px;
  font-weight: 800;
}

.sku-status.processing {
  background: #fff3d8;
  color: #e08a14;
}

.sku-review {
  color: #e85f45;
}

.sku-table-panel td button {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sku-table-panel td img {
  width: 18px;
  height: 18px;
}

.sku-table-panel footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-top: 1px solid #eee3dc;
}

.sku-table-panel footer span {
  color: #6f6662;
  font-size: 12px;
}

.sku-table-panel footer b {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  margin: 0 6px;
  border: 1px solid #cfc7c1;
  border-radius: 50%;
  color: #77716d;
  font-size: 10px;
}

.sku-table-panel footer a {
  color: #e21559;
  font-weight: 800;
  text-decoration: none;
}

.sku-table-panel footer button {
  min-width: 210px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: #e21559;
  color: #fff;
  font-weight: 800;
}

.sku-table-panel footer img {
  width: 18px;
  height: 18px;
}

.tag-review-admin {
  grid-template-columns: 190px minmax(0, 1fr);
}

.tag-review-topbar {
  align-items: center;
}

.tag-review-topbar > div:first-child {
  align-items: center;
}

.tag-review-topbar h2 {
  font-size: 18px;
}

.tag-review-topbar p {
  margin: 5px 0 0;
  color: #7a716d;
  font-size: 12px;
  font-weight: 500;
}

.tag-top-actions {
  display: flex;
  gap: 10px;
}

.tag-top-actions button {
  min-height: 34px;
  border: 1px solid #e5ded8;
  border-radius: 6px;
  padding: 0 18px;
  background: #fff;
  color: #3a3330;
  font-size: 12px;
  font-weight: 800;
}

.tag-top-actions button:nth-child(2) {
  border-color: #ff7aa3;
  color: #e21559;
}

.tag-top-actions button:last-child {
  min-width: 190px;
  border-color: #e21559;
  background: #e21559;
  color: #fff;
}

.tag-review-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 14px;
  padding: 16px 20px 22px;
}

.tag-review-table-panel,
.tag-summary {
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fff;
}

.tag-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #eee3dc;
  padding: 0 18px;
}

.tag-tabs button {
  min-height: 44px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #57524f;
  font-size: 12px;
  font-weight: 800;
}

.tag-tabs button.active {
  border-color: #e21559;
  color: #e21559;
}

.tag-tabs span {
  margin-left: 5px;
  border-radius: 999px;
  padding: 2px 7px;
  background: #f4efe9;
  color: #6d625e;
  font-size: 10px;
}

.tag-tabs .active span {
  background: #ffe4ec;
  color: #e21559;
}

.tag-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 16px 18px;
  border-bottom: 1px solid #eee3dc;
}

.tag-filters label {
  min-width: 190px;
  height: 36px;
  display: grid;
  grid-template-columns: 1fr 22px;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5ded8;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
}

.tag-filters input {
  min-width: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.tag-filters img {
  width: 16px;
  height: 16px;
}

.tag-filters button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #e5ded8;
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
  color: #3a3330;
  font-size: 12px;
  font-weight: 700;
}

.tag-filters a {
  display: inline-flex;
  align-items: center;
  color: #6d625e;
  font-size: 12px;
  text-decoration: none;
}

.tag-batch-line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-bottom: 1px solid #eee3dc;
  color: #6d625e;
  font-size: 12px;
}

.tag-batch-line i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c9c0b9;
}

.tag-batch-line em {
  color: #c85a74;
  font-style: normal;
}

.tag-batch-line b {
  margin-left: auto;
  color: #66836a;
}

.tag-table-scroll {
  overflow-x: auto;
}

.tag-review-table {
  width: 100%;
  min-width: 1020px;
  border-collapse: collapse;
  font-size: 11px;
}

.tag-review-table th,
.tag-review-table td {
  padding: 9px 10px;
  border-bottom: 1px solid #eee3dc;
  text-align: left;
  vertical-align: middle;
}

.tag-review-table th {
  color: #6f6662;
  font-weight: 800;
}

.tag-review-table input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #e21559;
}

.tag-product {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff4f2;
}

.tag-title {
  max-width: 150px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3;
}

.tag-title img,
.tag-select img,
.tag-row-more img,
.tag-chip-list button img {
  width: 13px;
  height: 13px;
}

.tag-select {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5ded8;
  border-radius: 5px;
  background: #fff;
  color: #3a3330;
  font-size: 11px;
}

.tag-chip-list {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.tag-chip-list span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  background: #edf7e8;
  color: #507744;
  font-size: 10px;
  font-weight: 800;
}

.tag-chip-list i {
  color: #779b6c;
  font-style: normal;
}

.tag-chip-list button,
.tag-row-more {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #e5ded8;
  border-radius: 5px;
  background: #fff;
}

.tag-confidence,
.tag-issue {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 10px;
  font-weight: 800;
}

.tag-confidence {
  background: #edf7e8;
  color: #5f9a42;
}

.tag-confidence.low {
  background: #fff1df;
  color: #e97845;
}

.tag-issue {
  color: #7a716d;
}

.tag-issue.minor {
  background: #fff3d8;
  color: #e08a14;
}

.tag-issue.major {
  background: #ffe3eb;
  color: #e21559;
}

.tag-review-table-panel > footer {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  color: #6d625e;
  font-size: 12px;
}

.tag-review-table-panel > footer > button,
.tag-review-table-panel > footer div button,
.tag-review-table-panel > footer b {
  min-height: 32px;
  border: 1px solid #e5ded8;
  border-radius: 6px;
  background: #fff;
  padding: 0 12px;
  color: #3a3330;
  font-weight: 700;
}

.tag-review-table-panel > footer div {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.tag-review-table-panel > footer b {
  display: inline-grid;
  min-width: 32px;
  place-items: center;
  background: #ffe4ec;
  color: #e21559;
}

.tag-summary {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 18px;
}

.tag-summary header,
.tag-action-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tag-summary h3,
.tag-summary h4 {
  margin: 0;
}

.tag-summary header button {
  border: 0;
  background: transparent;
  color: #6d625e;
  font-size: 20px;
}

.tag-warning-card,
.tag-action-card,
.tag-help-card {
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fffaf6;
  padding: 14px;
}

.tag-warning-card {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
}

.tag-warning-card img {
  width: 20px;
  height: 20px;
}

.tag-warning-card span {
  grid-column: 2;
  color: #6d625e;
  font-size: 11px;
}

.tag-summary section {
  display: grid;
  gap: 10px;
}

.tag-summary p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  color: #57524f;
  font-size: 12px;
}

.tag-summary p span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tag-summary p i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.tag-summary p i.major { background: #e21559; }
.tag-summary p i.minor { background: #f59e0b; }
.tag-summary p i.low { background: #f7c348; }

.tag-action-card span {
  color: #5f9a42;
  font-size: 11px;
  font-weight: 800;
}

.tag-action-card button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d5cfc8;
  border-radius: 6px;
  background: #fff;
  color: #3a3330;
  font-size: 12px;
  font-weight: 800;
}

.tag-action-card button:nth-of-type(1) {
  border-color: rgba(102, 131, 106, 0.55);
  color: #5f9a42;
}

.tag-action-card button:nth-of-type(2) {
  border-color: #ff7aa3;
  color: #e21559;
}

.tag-action-card img {
  width: 16px;
  height: 16px;
}

.tag-help-card p {
  display: block;
  margin: 8px 0 12px;
  color: #6d625e;
  line-height: 1.35;
}

.tag-help-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e21559;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.tag-help-card img {
  width: 13px;
  height: 13px;
}

.performance-admin {
  grid-template-columns: 190px minmax(0, 1fr);
}

.performance-topbar h2 {
  font-size: 18px;
}

.performance-topbar p {
  margin: 5px 0 0;
  color: #7a716d;
  font-size: 12px;
  font-weight: 500;
}

.performance-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.performance-actions button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5ded8;
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: #3a3330;
  font-size: 12px;
  font-weight: 800;
}

.performance-actions img {
  width: 16px;
  height: 16px;
}

.performance-actions span {
  display: block;
  color: #8a817d;
  font-size: 10px;
  font-weight: 500;
}

.performance-workspace {
  padding: 18px 20px 20px;
}

.performance-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.performance-kpis article,
.performance-card {
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fff;
}

.performance-kpis article {
  min-height: 96px;
  display: grid;
  grid-template-columns: 52px 1fr 92px;
  align-items: center;
  gap: 10px;
  padding: 14px;
}

.performance-kpis img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 9px;
}

.performance-kpis .rose img { background: #ffe2eb; }
.performance-kpis .sage img { background: #edf7e8; }
.performance-kpis .gold img { background: #fff3d8; }

.performance-kpis span {
  color: #3a3330;
  font-size: 12px;
  font-weight: 800;
}

.performance-kpis strong {
  display: block;
  margin: 6px 0;
  font-size: 23px;
  line-height: 1;
}

.performance-kpis small {
  color: #1d8f47;
  font-size: 11px;
  font-weight: 700;
}

.performance-kpis svg {
  width: 90px;
  height: 34px;
}

.performance-kpis polyline {
  fill: none;
  stroke: #e21559;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.performance-kpis .sage polyline { stroke: #2e7d32; }
.performance-kpis .gold polyline { stroke: #e59a1a; }

.performance-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.1fr) repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.performance-card {
  padding: 16px;
}

.performance-card h3,
.performance-card h4 {
  margin: 0;
}

.performance-card small {
  color: #8a817d;
  font-weight: 500;
}

.performance-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.performance-card a {
  color: #e21559;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.performance-card .action-queue-open {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: #e21559;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.funnel-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}

.funnel-visual {
  display: grid;
  gap: 2px;
}

.funnel-visual div {
  height: 46px;
  display: grid;
  place-items: center;
  margin-inline: calc(var(--i) * 12px);
  background: linear-gradient(90deg, #e92d68, #f4a6bc);
  clip-path: polygon(0 0, 100% 8%, 84% 100%, 12% 100%);
}

.funnel-visual img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.funnel-rows {
  display: grid;
  gap: 8px;
}

.funnel-rows p {
  min-height: 38px;
  display: grid;
  grid-template-columns: 1fr 90px 58px 52px;
  align-items: center;
  gap: 10px;
  margin: 0;
  border-bottom: 1px solid #eee3dc;
  font-size: 12px;
}

.funnel-rows strong,
.funnel-rows b {
  font-size: 12px;
}

.funnel-rows em {
  color: #2e7d32;
  font-style: normal;
  font-weight: 800;
}

.funnel-rows em.down {
  color: #e34e5c;
}

.top-sku-card {
  grid-column: span 2;
  overflow-x: auto;
}

.top-sku-card table,
.channel-card table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-size: 11px;
}

.top-sku-card table {
  table-layout: fixed;
}

.top-sku-card th,
.top-sku-card td,
.channel-card th,
.channel-card td {
  padding: 10px 8px;
  border-bottom: 1px solid #eee3dc;
  text-align: left;
  white-space: nowrap;
}

.top-sku-card th,
.top-sku-card td {
  padding: 8px 5px;
  font-size: 10px;
  white-space: normal;
}

.top-sku-card th,
.channel-card th {
  color: #6f6662;
  font-weight: 800;
}

.top-sku-card td:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-sku-card td img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff4f2;
}

.top-sku-card td:nth-child(4),
.top-sku-card td:nth-child(5),
.top-sku-card td:nth-child(6) {
  color: #1d8f47;
}

.top-sku-card b,
.top-sku-card em {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  padding: 0 7px;
  background: #edf7e8;
  color: #5f9a42;
  font-style: normal;
  font-weight: 800;
}

.top-sku-card em:not(.low) {
  background: #fff3d8;
  color: #d58413;
}

.experiment-card {
  grid-column: 1;
}

.experiment-body {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 14px;
  margin: 12px 0;
}

.experiment-body section:first-child {
  border: 1px solid #eee3dc;
  border-radius: 8px;
  padding: 12px;
  background: #fffdfb;
}

.experiment-body h4 span {
  float: right;
  border-radius: 999px;
  padding: 3px 8px;
  background: #edf7e8;
  color: #5f9a42;
  font-size: 10px;
}

.experiment-body p {
  color: #6d625e;
  font-size: 12px;
  line-height: 1.35;
}

.experiment-body dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 11px;
}

.experiment-body dt {
  color: #6d625e;
}

.experiment-body dd {
  margin: 0;
  font-weight: 700;
}

.experiment-body section:last-child {
  display: grid;
  align-content: space-between;
}

.experiment-body section:last-child > div:first-child {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.experiment-body strong {
  font-size: 22px;
}

.experiment-body strong span {
  display: block;
  color: #1d8f47;
  font-size: 12px;
}

.mini-chart {
  height: 82px;
  position: relative;
  border-bottom: 1px solid #eee3dc;
}

.mini-chart::before,
.mini-chart i,
.mini-chart b {
  content: "";
  position: absolute;
  inset: 14px 0 16px;
  border-bottom: 2px dashed #cfc7c1;
}

.mini-chart i,
.mini-chart b {
  inset: auto 0 18px;
  height: 42px;
  border: 0;
  background: linear-gradient(135deg, transparent 0 45%, #e21559 46% 50%, transparent 51%);
}

.mini-chart b {
  bottom: 8px;
  opacity: 0.35;
}

.action-queue-card,
.channel-card {
  grid-column: auto;
}

.action-queue-card {
  display: grid;
  gap: 10px;
}

.action-queue-card button {
  min-height: 72px;
  display: grid;
  grid-template-columns: 46px 1fr auto 18px;
  align-items: center;
  gap: 10px;
  border: 1px solid #eee3dc;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  text-align: left;
}

.action-queue-card button > img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 9px;
  background: #edf7e8;
}

.action-queue-card button.warning > img {
  background: #fff3d8;
}

.action-queue-card button.gift > img {
  background: #ffe2eb;
}

.action-queue-card strong,
.action-queue-card small {
  display: block;
}

.action-queue-card small {
  margin-top: 4px;
  color: #6d625e;
  line-height: 1.3;
}

.action-queue-card em {
  border-radius: 999px;
  padding: 5px 8px;
  background: #edf7e8;
  color: #5f9a42;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.action-queue-card button.warning em {
  background: #fff3d8;
  color: #d58413;
}

.action-queue-card b {
  color: #6d625e;
  font-size: 20px;
}

.performance-footnote {
  margin: 16px 0 0;
  color: #6d625e;
  font-size: 12px;
}

.return-learning-workspace {
  padding-bottom: 0;
}

.return-learning-kpis .coral img { background: #ffe8df; }

.return-learning-kpis .coral polyline { stroke: #f05a2a; }

.return-clusters-card {
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.return-clusters-card h3 {
  margin: 0 0 14px;
}

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

.return-cluster-grid article {
  position: relative;
  min-height: 196px;
  border: 1px solid #eee3dc;
  border-radius: 8px;
  padding: 14px;
  background: #fffdfb;
}

.return-cluster-grid header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.return-cluster-grid h4 {
  margin: 0;
}

.return-cluster-grid header span {
  border-radius: 999px;
  padding: 4px 8px;
  background: #ffe4ec;
  color: #e21559;
  font-size: 10px;
  font-weight: 800;
}

.return-cluster-grid .gold header span {
  background: #fff3d8;
  color: #d58413;
}

.return-cluster-grid .sage header span {
  background: #edf7e8;
  color: #5f9a42;
}

.return-cluster-grid p,
.return-cluster-grid small,
.other-reasons p {
  color: #6d625e;
  font-size: 11px;
}

.return-cluster-grid p {
  max-width: calc(100% - 66px);
}

.return-cluster-grid small {
  display: block;
  margin-top: 10px;
  font-weight: 800;
}

.return-cluster-grid div {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.return-cluster-grid b {
  border: 1px solid #e5ded8;
  border-radius: 5px;
  padding: 5px 8px;
  background: #fff;
  color: #57524f;
  font-size: 10px;
}

.return-cluster-grid i {
  position: absolute;
  top: 58px;
  right: 12px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 8px solid #f7dce5;
  border-right-color: #e43c70;
  border-radius: 50%;
  background: #fff;
  font-style: normal;
}

.return-cluster-grid .gold i {
  border-color: #f8e7cf;
  border-right-color: #d89525;
}

.return-cluster-grid .sage i {
  border-color: #dcecdf;
  border-right-color: #65a071;
}

.return-cluster-grid i strong,
.return-cluster-grid i em {
  display: block;
  text-align: center;
}

.return-cluster-grid i em {
  color: #6d625e;
  font-size: 9px;
  font-style: normal;
}

.return-cluster-grid a,
.return-queue-card a,
.return-link-button {
  display: inline-flex;
  margin-top: 14px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #e21559;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.other-reasons {
  display: grid;
  align-content: start;
  gap: 10px;
}

.other-reasons p {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.return-learning-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.9fr);
  gap: 16px;
  margin-top: 16px;
}

.return-queue-card header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.return-queue-card header span {
  border-radius: 999px;
  padding: 4px 8px;
  background: #ffe4ec;
  color: #e21559;
  font-size: 10px;
  font-weight: 800;
}

.return-queue-card table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  table-layout: fixed;
  font-size: 10px;
}

.return-queue-card th,
.return-queue-card td {
  padding: 9px 7px;
  border-bottom: 1px solid #eee3dc;
  text-align: left;
}

.return-queue-card th {
  color: #6f6662;
  font-weight: 800;
}

.return-queue-card td:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}

.return-queue-card img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff4f2;
}

.return-queue-card td b,
.return-queue-card td strong {
  border-radius: 999px;
  padding: 4px 7px;
  background: #ffe4ec;
  color: #e21559;
}

.return-queue-card td:nth-child(4) {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.return-queue-card td em {
  border: 1px solid #e5ded8;
  border-radius: 5px;
  padding: 4px 6px;
  background: #fff;
  color: #57524f;
  font-style: normal;
}

.return-queue-card td:nth-child(5) {
  color: #e21559;
  font-weight: 800;
}

.return-actions-card {
  display: grid;
  gap: 12px;
}

.return-actions-card button {
  min-height: 78px;
  display: grid;
  grid-template-columns: 48px 1fr 54px;
  align-items: center;
  gap: 12px;
  border: 1px solid #eee3dc;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  text-align: left;
}

.return-actions-card button img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 9px;
  background: #ffe4ec;
}

.return-actions-card button:nth-of-type(2) img {
  background: #fff3d8;
}

.return-actions-card button:nth-of-type(3) img {
  background: #edf7e8;
}

.return-actions-card button strong,
.return-actions-card button small {
  display: block;
}

.return-actions-card button small {
  margin-top: 4px;
  color: #6d625e;
  line-height: 1.3;
}

.return-actions-card button em {
  color: #6d625e;
  font-size: 10px;
  font-style: normal;
}

.return-actions-card button b {
  display: inline-block;
  margin-top: 3px;
  border-radius: 5px;
  padding: 4px 7px;
  background: #edf7e8;
  color: #5f9a42;
}

.return-actions-card button:nth-of-type(2) b {
  background: #fff3d8;
  color: #d58413;
}

.return-actions-card > p {
  color: #6d625e;
  font-size: 11px;
}

.return-learning-footer {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 18px -20px 0;
  padding: 10px 20px;
  border-top: 1px solid #eadfd8;
  background: #fffdfb;
  color: #6d625e;
  font-size: 11px;
}

.return-learning-footer a {
  color: #e21559;
  font-weight: 800;
  text-decoration: none;
}

.return-learning-footer button {
  margin-left: auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: #e21559;
  color: #fff;
  font-weight: 800;
}

.return-learning-footer img {
  width: 18px;
  height: 18px;
}

.trend-admin {
  min-height: 820px;
}

.trend-topbar {
  min-height: 70px;
}

.trend-workspace {
  display: grid;
  gap: 14px;
  padding: 18px 20px 10px;
  background: #fffdfb;
}

.trend-input-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.95fr) minmax(300px, 1.05fr) minmax(280px, 1fr);
  gap: 12px;
}

.trend-panel {
  min-width: 0;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fff;
}

.trend-panel h3 {
  margin: 0;
  color: #25201e;
  font-size: 13px;
  line-height: 1.2;
}

.trend-panel h3 small,
.trend-panel h4 small {
  color: #958b86;
  font-size: 12px;
  font-weight: 600;
}

.keyword-panel,
.extracted-panel {
  padding: 16px;
}

.keyword-panel label {
  min-height: 38px;
  display: grid;
  grid-template-columns: 18px 1fr 20px;
  align-items: center;
  gap: 8px;
  margin: 16px 0 12px;
  border: 1px solid #e7ddd6;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
}

.keyword-panel label img {
  width: 16px;
  height: 16px;
}

.keyword-panel input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #322b28;
  font-size: 12px;
}

.keyword-panel label button {
  border: 0;
  background: transparent;
  color: #8a817d;
  font-size: 20px;
  line-height: 1;
}

.keyword-panel > span {
  display: block;
  margin-bottom: 12px;
  color: #7f7671;
  font-size: 11px;
  text-align: center;
}

.trend-upload-drop {
  min-height: 108px;
  width: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  border: 1px dashed #f1b7c7;
  border-radius: 6px;
  background: #fffdfb;
  color: #342d2a;
  cursor: pointer;
}

.trend-upload-drop img {
  width: 36px;
  height: 36px;
}

.trend-upload-drop strong {
  margin-top: 2px;
  font-size: 12px;
}

.trend-upload-drop small,
.keyword-panel p {
  margin: 0;
  color: #8a817d;
  font-size: 11px;
}

.keyword-panel p {
  margin-top: 10px;
}

.inspiration-panel {
  padding: 16px 16px 10px;
}

.inspiration-panel figure {
  position: relative;
  min-height: 190px;
  margin: 12px 0 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f6eee8;
}

.inspiration-panel figure > img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.inspiration-panel figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  display: inline-flex;
  gap: 8px;
  border: 1px solid rgba(234, 223, 216, 0.82);
  border-radius: 7px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(55, 36, 28, 0.12);
}

.inspiration-panel figcaption button {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.inspiration-panel figcaption img {
  width: 17px;
  height: 17px;
}

.trend-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}

.trend-chip-row span,
.history-panel td span,
.match-panel article div span,
.suggestion-panel td > span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid #ecd8b4;
  border-radius: 5px;
  padding: 0 10px;
  background: #fff7e8;
  color: #6d4d17;
  font-size: 11px;
  font-weight: 700;
}

.trend-chip-row .sage {
  border-color: #d9ead4;
  background: #f1f9ee;
  color: #3c6f35;
}

.extracted-panel h4 {
  margin: 0 0 10px;
  font-size: 12px;
}

.extracted-panel dl,
.gap-alert dl {
  display: grid;
  margin: 0;
}

.extracted-panel dl div {
  min-height: 31px;
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  border-top: 1px solid #f0e7e0;
}

.extracted-panel dt,
.gap-alert dt {
  color: #786f6a;
  font-size: 11px;
}

.extracted-panel dd,
.gap-alert dd {
  margin: 0;
  color: #302a27;
  font-size: 11px;
  font-weight: 800;
}

.trend-match-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 12px;
}

.match-panel {
  padding: 14px;
}

.match-panel > header {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.match-panel > header div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  border-bottom: 1px solid #ede5df;
}

.match-panel > header button {
  position: relative;
  min-height: 28px;
  border: 0;
  background: transparent;
  color: #514944;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.match-panel > header button.active {
  color: #e21559;
}

.match-panel > header button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #e21559;
}

.match-scroller {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(104px, 1fr));
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
}

.match-panel article {
  position: relative;
  min-width: 0;
  border: 1px solid #ede3dc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.match-panel article > button {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 1;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: #6d6560;
  font-size: 14px;
}

.match-panel article > img {
  width: 100%;
  height: 94px;
  display: block;
  object-fit: contain;
  padding: 12px;
  background: #f2ebe4;
}

.match-panel article em {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 4px;
  padding: 3px 6px;
  background: #eef8ec;
  color: #2f7938;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.match-panel article.similar em {
  background: #fff3dc;
  color: #9a6512;
}

.match-panel article.budget em {
  background: #e9f6f7;
  color: #19717c;
}

.match-panel h4 {
  margin: 9px 8px 3px;
  font-size: 12px;
}

.match-panel p {
  margin: 0 8px 5px;
  color: #807771;
  font-size: 9px;
}

.match-panel strong {
  display: block;
  margin: 0 8px 7px;
  font-size: 11px;
}

.match-panel article div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 8px 7px;
}

.match-panel article div span {
  min-height: 18px;
  padding: 0 6px;
  font-size: 9px;
}

.match-panel article small {
  display: block;
  margin: 0 8px 10px;
  color: #1c8a44;
  font-size: 10px;
  font-weight: 800;
}

.match-next {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
  color: #3a3330;
  font-size: 24px;
  box-shadow: 0 8px 16px rgba(55, 36, 28, 0.12);
}

.gap-panel {
  padding: 14px;
}

.gap-alert {
  margin-top: 12px;
  border: 1px dashed #ff9ab7;
  border-radius: 7px;
  padding: 16px 14px;
  background: #fff7f8;
}

.gap-alert > img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.gap-alert strong {
  display: inline-block;
  max-width: calc(100% - 32px);
  color: #e21559;
  font-size: 12px;
  vertical-align: middle;
}

.gap-alert p {
  margin: 10px 0 15px;
  color: #534b46;
  font-size: 11px;
}

.gap-alert dl {
  gap: 9px;
  margin-bottom: 18px;
}

.gap-alert dl div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px;
}

.gap-alert button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ff8aad;
  border-radius: 6px;
  padding: 0 14px;
  background: #fff;
  color: #e21559;
  font-size: 11px;
  font-weight: 800;
}

.gap-alert button img {
  width: 15px;
  height: 15px;
}

.trend-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 12px;
}

.suggestion-panel,
.history-panel {
  padding: 14px;
}

.suggestion-panel table,
.history-panel table {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
}

.suggestion-panel th,
.suggestion-panel td,
.history-panel th,
.history-panel td {
  border-top: 1px solid #f0e7e0;
  padding: 8px 8px;
  color: #4b443f;
  font-size: 11px;
  text-align: left;
  vertical-align: middle;
}

.suggestion-panel th,
.history-panel th {
  color: #706762;
  font-weight: 800;
}

.suggestion-panel td > span,
.history-panel td span {
  min-height: 21px;
  margin-right: 4px;
  padding: 0 8px;
  font-size: 10px;
}

.suggestion-panel b {
  margin-right: 9px;
  font-size: 11px;
}

.suggestion-panel i {
  display: inline-flex;
  gap: 3px;
  vertical-align: middle;
}

.suggestion-panel i em {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #f0e8df;
}

.suggestion-panel i em.on {
  background: #72ad6a;
}

.suggestion-panel tr:nth-child(4) i em.on {
  background: #78ad67;
}

.suggestion-panel tr:nth-child(3) i em.on,
.suggestion-panel tr:nth-child(5) i em.on {
  background: #f0bd46;
}

.suggestion-panel td button {
  min-height: 24px;
  border: 1px solid #ff8aad;
  border-radius: 5px;
  padding: 0 13px;
  background: #fff;
  color: #e21559;
  font-size: 10px;
  font-weight: 800;
}

.history-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.history-panel a {
  color: #e21559;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.trend-footer {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 0 20px;
  border-top: 1px solid #eee3dc;
  background: #fff;
}

.trend-footer button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e5ded8;
  border-radius: 7px;
  padding: 0 28px;
  background: #fff;
  color: #3a3330;
  font-size: 12px;
  font-weight: 800;
}

.trend-footer button:last-child {
  min-width: 180px;
  border-color: #e21559;
  background: #e21559;
  color: #fff;
}

.trend-footer img {
  width: 16px;
  height: 16px;
}

.ai-ops-admin {
  min-height: 820px;
}

.ai-ops-top {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 28px;
  border-bottom: 1px solid #eee3dc;
  background: #fff;
}

.ai-ops-top h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.ai-ops-top p {
  margin: 8px 0 0;
  color: #6f6661;
  font-size: 13px;
}

.ai-ops-actions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.ai-ops-actions label {
  display: grid;
  gap: 4px;
  color: #4a423e;
  font-size: 11px;
  font-weight: 800;
}

.ai-ops-actions select,
.ai-ops-actions button,
.ai-trace-card select,
.ai-trace-card header button {
  min-height: 36px;
  border: 1px solid #e5ded8;
  border-radius: 7px;
  background: #fff;
  color: #332c29;
  font-size: 12px;
  font-weight: 800;
}

.ai-ops-actions select {
  min-width: 220px;
  padding: 0 12px;
}

.ai-ops-actions button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.ai-ops-actions img {
  width: 16px;
  height: 16px;
}

.ai-ops-actions .alerts {
  border-color: #ff8aad;
  color: #e21559;
}

.ai-ops-actions b {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e21559;
  color: #fff;
  font-size: 10px;
}

.ai-ops-workspace {
  display: grid;
  gap: 16px;
  padding: 18px 20px 20px;
  background: #fffdfb;
}

.provider-grid,
.ai-kpi-grid {
  display: grid;
  gap: 14px;
}

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

.provider-grid article,
.ai-kpi-grid article,
.ai-trace-card,
.ai-cost-card,
.ai-model-card {
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fff;
}

.provider-grid article {
  padding: 16px;
}

.provider-grid header {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0e7e0;
}

.provider-grid header img {
  width: 24px;
  height: 24px;
}

.provider-grid h3 {
  margin: 0;
  font-size: 14px;
}

.provider-grid header span {
  border: 1px solid #bddac1;
  border-radius: 5px;
  padding: 3px 8px;
  background: #edf8ee;
  color: #3f7442;
  font-size: 11px;
  font-weight: 800;
}

.provider-grid .warning header span {
  border-color: #f0ca8b;
  background: #fff5df;
  color: #d58413;
}

.provider-grid dl {
  display: grid;
  gap: 11px;
  margin: 16px 0 16px;
}

.provider-grid dl div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 8px;
}

.provider-grid dt {
  color: #766e69;
  font-size: 12px;
}

.provider-grid dd {
  margin: 0;
  color: #332c29;
  font-size: 12px;
  font-weight: 800;
}

.provider-grid dd i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: #45864a;
  vertical-align: 1px;
}

.provider-grid .warning dd i {
  background: #d58413;
}

.provider-grid footer {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 10px;
}

.provider-grid footer button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #ff7aa3;
  border-radius: 6px;
  background: #fff;
  color: #e21559;
  font-size: 12px;
  font-weight: 800;
}

.provider-grid footer button:last-child {
  border-color: #e3dad3;
  color: #3a3330;
}

.provider-grid footer img {
  width: 16px;
  height: 16px;
}

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

.ops-config-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fff;
}

.ops-config-card header {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
}

.ops-config-card header img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ops-config-card h3,
.ops-config-card p {
  margin: 0;
}

.ops-config-card h3 {
  font-size: 13px;
}

.ops-config-card p {
  margin-top: 2px;
  color: #776e69;
  font-size: 11px;
  line-height: 1.35;
}

.ops-config-fields {
  display: grid;
  gap: 9px;
}

.ops-config-fields.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ops-config-fields label {
  display: grid;
  gap: 4px;
}

.ops-config-fields span {
  color: #6e635d;
  font-size: 10px;
  font-weight: 800;
}

.ops-config-fields input,
.ops-config-fields select {
  min-width: 0;
  min-height: 34px;
  border: 1px solid #e5dad3;
  border-radius: 6px;
  background: #fffdfb;
  color: #332c29;
  padding: 0 9px;
  font-size: 11px;
}

.ops-config-details {
  border-top: 1px solid #f0e7e0;
  padding-top: 8px;
}

.ops-config-details summary {
  cursor: pointer;
  color: #c85a74;
  font-size: 11px;
  font-weight: 850;
}

.ops-config-details .ops-config-fields {
  margin-top: 8px;
}

.ops-config-card > button {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: #201815;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.ai-kpi-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ai-kpi-grid article {
  min-height: 138px;
  padding: 16px;
}

.ai-kpi-grid span {
  color: #514944;
  font-size: 12px;
  font-weight: 800;
}

.ai-kpi-grid span small {
  color: #938a85;
}

.ai-kpi-grid strong {
  display: block;
  margin: 8px 0 3px;
  font-size: 28px;
  line-height: 1;
}

.ai-kpi-grid p {
  margin: 0 0 12px;
  color: #786f6a;
  font-size: 11px;
}

.ai-kpi-grid b {
  color: #2f7d36;
}

.ai-kpi-grid .rose b {
  color: #e21559;
}

.ai-kpi-grid .orange b {
  color: #e66a3a;
}

.ai-kpi-grid svg {
  width: 100%;
  height: 34px;
}

.ai-kpi-grid polyline {
  fill: none;
  stroke: #5f9659;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-kpi-grid .rose polyline {
  stroke: #e21559;
}

.ai-kpi-grid .orange polyline {
  stroke: #f36c3f;
}

.budget-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.budget-bar em {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: #eee7e1;
}

.budget-bar i {
  display: block;
  width: 22.8%;
  height: 100%;
  background: #e21559;
}

.budget-bar small {
  color: #6f6661;
  font-size: 10px;
}

.ai-ops-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 336px;
  gap: 14px;
}

.ai-ops-left,
.ai-ops-right {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
}

.ai-key-notice {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #f0be75;
  border-radius: 6px;
  padding: 0 14px;
  background: #fff9ef;
  color: #463d38;
  font-size: 12px;
}

.ai-key-notice img {
  width: 20px;
  height: 20px;
}

.ai-key-notice strong {
  font-size: 12px;
}

.ai-key-notice span {
  color: #665d58;
}

.ai-trace-card {
  padding: 16px;
  overflow-x: auto;
}

.ai-trace-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ai-trace-card h3,
.ai-cost-card h3,
.ai-model-card h3 {
  margin: 0;
  font-size: 14px;
}

.ai-trace-card p {
  margin: 7px 0 0;
  color: #7c736e;
  font-size: 12px;
}

.ai-trace-card header > div:last-child {
  display: flex;
  gap: 10px;
}

.ai-trace-card header button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.ai-trace-card header img {
  width: 15px;
  height: 15px;
}

.ai-trace-card select {
  padding: 0 12px;
}

.ai-trace-card table,
.ai-model-card table {
  width: 100%;
  border-collapse: collapse;
}

.ai-trace-card table {
  min-width: 900px;
}

.ai-trace-card th,
.ai-trace-card td,
.ai-model-card th,
.ai-model-card td {
  border-top: 1px solid #f0e7e0;
  padding: 10px 9px;
  color: #3f3834;
  font-size: 11px;
  text-align: left;
  white-space: nowrap;
}

.ai-trace-card th,
.ai-model-card th {
  color: #6e6661;
  font-weight: 800;
}

.ai-trace-card td span {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  border: 1px solid #c9dfc7;
  border-radius: 5px;
  padding: 0 10px;
  background: #edf8ee;
  color: #33703a;
  font-size: 10px;
  font-weight: 800;
}

.ai-trace-card td span.fallback {
  border-color: #f1ca83;
  background: #fff5df;
  color: #d58413;
}

.ai-trace-card td span.failed {
  border-color: #ffb2c4;
  background: #fff0f4;
  color: #e21559;
}

.ai-trace-card td button {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border: 0;
  background: transparent;
  vertical-align: middle;
}

.ai-trace-card td button img {
  width: 14px;
  height: 14px;
}

.ai-trace-card footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 14px;
  color: #6d625e;
  font-size: 12px;
}

.ai-trace-card nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.ai-trace-card nav button {
  width: 28px;
  height: 28px;
  border: 1px solid #e5ded8;
  border-radius: 6px;
  background: #fff;
  color: #3a3330;
}

.ai-trace-card nav button.active {
  border-color: #e21559;
  color: #e21559;
  font-weight: 800;
}

.ai-cost-card,
.ai-model-card {
  padding: 16px;
}

.cost-body {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 12px;
  margin-top: 18px;
}

.cost-donut {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#e3316b 0 52.3%, #334155 52.3% 72%, #6f9275 72% 85.9%, #d69644 85.9% 93.1%, #edbd57 93.1% 100%);
}

.cost-donut span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #776e69;
  font-size: 10px;
  text-align: center;
}

.cost-donut strong {
  display: block;
  color: #302a27;
  font-size: 15px;
}

.cost-donut small {
  font-size: 9px;
}

.cost-body ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cost-body li {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  align-items: start;
  gap: 8px;
  color: #3f3834;
  font-size: 11px;
}

.cost-body li > b {
  width: 9px;
  height: 9px;
  margin-top: 3px;
  border-radius: 50%;
  background: #e3316b;
}

.cost-body .c1 > b { background: #334155; }
.cost-body .c2 > b { background: #6f9275; }
.cost-body .c3 > b { background: #d69644; }
.cost-body .c4 > b { background: #edbd57; }

.cost-body small {
  display: block;
  margin-top: 3px;
  color: #7c736e;
}

.ai-cost-card a,
.ai-model-card a {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px -16px -16px;
  border-top: 1px solid #f0e7e0;
  color: #e21559;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ai-cost-card a img {
  width: 16px;
  height: 16px;
}

.ai-model-card table {
  margin-top: 14px;
}

.ai-model-card a {
  margin-top: 12px;
}

.shop-page {
  position: relative;
  min-height: 932px;
  background: #fffaf5;
}

.account-profile-content {
  padding: 17px 18px 112px;
}

.account-profile-content h2 {
  margin: 0 0 18px;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0;
}

.account-hero-card,
.account-nail-card,
.account-settings-list {
  border: 1px solid rgba(234, 223, 216, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.055);
}

.account-hero-card {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 14px;
  background: linear-gradient(135deg, #fff, #fff6f6);
}

.account-avatar {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f8e9e5;
  box-shadow: inset 0 0 0 1px rgba(201, 182, 171, 0.5);
  overflow: hidden;
}

.account-avatar img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.account-hero-card h3 {
  margin: 0 0 5px;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
}

.account-hero-card p {
  margin: 0;
  color: #756862;
  font-size: 13px;
  line-height: 1.2;
}

.account-hero-card button {
  min-width: 78px;
  min-height: 66px;
  display: grid;
  place-items: center;
  gap: 4px;
  border: 1px solid rgba(234, 223, 216, 0.92);
  border-radius: 14px;
  background: #fff;
  color: #655851;
  font-size: 11px;
  font-weight: 780;
}

.account-hero-card button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.account-nail-card {
  margin-top: 14px;
  padding: 18px 14px 16px;
}

.account-nail-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.account-nail-card h3 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.1;
}

.account-nail-card header button {
  min-height: 34px;
  border: 1px solid rgba(200, 90, 116, 0.3);
  border-radius: 12px;
  padding: 0 14px;
  background: #fff7f9;
  color: #c85a74;
  font-size: 13px;
  font-weight: 820;
}

.account-empty-profile {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  padding: 12px;
  background: #fff8f6;
}

.account-empty-profile strong,
.account-empty-profile small {
  display: block;
}

.account-empty-profile strong {
  color: #2a211d;
  font-size: 14px;
  line-height: 1.12;
}

.account-empty-profile small {
  margin-top: 4px;
  color: #83756e;
  font-size: 11.5px;
  line-height: 1.28;
}

.address-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.055);
}

.address-form h3,
.address-form .wide {
  grid-column: 1 / -1;
}

.address-form h3 {
  margin: 0 0 2px;
  color: #201815;
  font-size: 16px;
  line-height: 1.1;
}

.address-form label {
  display: grid;
  gap: 4px;
}

.address-form span {
  color: #7c6f68;
  font-size: 10.5px;
  font-weight: 820;
}

.address-form input {
  min-width: 0;
  min-height: 38px;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 0 10px;
  background: #fffdfb;
  color: #2d2420;
  font-size: 12px;
}

.address-empty-card {
  margin-top: 0;
}

.account-nail-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-nail-metrics > div {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 0 8px;
  text-align: center;
}

.account-nail-metrics > div + div {
  border-left: 1px solid #eee0d8;
}

.account-soft-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff1f3;
  color: #c85a74;
}

.account-soft-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.account-soft-icon b {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #c85a74;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.account-nail-metrics small {
  color: #7b6f68;
  font-size: 11px;
  line-height: 1.1;
}

.account-nail-metrics strong {
  color: #443833;
  font-size: 13px;
  line-height: 1.1;
}

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

.account-order-tiles button {
  min-height: 92px;
  display: grid;
  place-items: center;
  gap: 7px;
  border: 1px solid rgba(234, 223, 216, 0.92);
  border-radius: 14px;
  background: #fff;
  color: #5f534e;
  box-shadow: 0 8px 18px rgba(55, 36, 28, 0.045);
}

.account-order-tiles strong {
  font-size: 12px;
  line-height: 1.1;
}

.account-settings-list {
  margin-top: 14px;
  overflow: hidden;
}

.account-settings-list button,
.account-settings-list .account-list-row {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  align-items: center;
  gap: 12px;
  border: 0;
  border-bottom: 1px solid #eee4de;
  padding: 8px 14px;
  background: transparent;
  color: #312824;
  text-align: left;
}

.account-settings-list button:last-child,
.account-settings-list .account-list-row:last-child {
  border-bottom: 0;
}

.account-settings-list strong {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}

.account-settings-list small {
  display: block;
  margin-top: 4px;
  color: #8b7d77;
  font-size: 10.5px;
  line-height: 1.15;
}

.account-settings-list em {
  color: #93847d;
  font-size: 23px;
  font-style: normal;
  line-height: 1;
}

.account-line-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #fff8f6;
  color: #6f625c;
}

.account-line-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.support-content {
  display: grid;
  gap: 14px;
  padding: 18px 18px 112px;
}

.support-hero,
.support-contact-card,
.support-help-list article {
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.055);
}

.support-hero {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 22px 18px;
  text-align: center;
  background: linear-gradient(180deg, #fff, #fff8f6);
}

.support-hero img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.support-hero span {
  color: #c85a74;
  font-size: 11px;
  font-weight: 860;
  text-transform: uppercase;
}

.support-hero h2 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.support-hero p {
  max-width: 290px;
  margin: 0;
  color: #7b6d66;
  font-size: 12.5px;
  line-height: 1.35;
}

.support-contact-card {
  overflow: hidden;
}

.support-contact-row {
  min-height: 64px;
  display: grid;
  grid-template-columns: 36px 1fr 18px;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid #eee4de;
  padding: 10px 14px;
  color: #312824;
  text-decoration: none;
}

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

.support-contact-row strong,
.support-contact-row small {
  display: block;
}

.support-contact-row strong {
  font-size: 14px;
  line-height: 1.1;
}

.support-contact-row small {
  margin-top: 4px;
  color: #8b7d77;
  font-size: 11.5px;
  line-height: 1.2;
}

.support-contact-row em {
  color: #93847d;
  font-size: 23px;
  font-style: normal;
}

.support-help-list {
  display: grid;
  gap: 8px;
}

.support-help-list article {
  padding: 12px 14px;
}

.support-help-list strong,
.support-help-list span {
  display: block;
}

.support-help-list strong {
  color: #201815;
  font-size: 13px;
  line-height: 1.12;
}

.support-help-list span {
  margin-top: 4px;
  color: #81736d;
  font-size: 11.5px;
  line-height: 1.3;
}

.support-policy-list,
.official-doc-list {
  display: grid;
  gap: 8px;
}

.support-policy-list button,
.official-doc-list article {
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.045);
}

.support-policy-list button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  color: #312824;
  font-size: 13px;
  font-weight: 820;
}

.support-policy-list em {
  color: #93847d;
  font-size: 20px;
  font-style: normal;
}

.official-doc-list article {
  padding: 13px 14px;
}

.official-doc-list strong,
.official-doc-list span {
  display: block;
}

.official-doc-list strong {
  color: #201815;
  font-size: 14px;
  line-height: 1.12;
}

.official-doc-list span {
  margin-top: 6px;
  color: #756862;
  font-size: 12px;
  line-height: 1.36;
}

.auth-page {
  min-height: 932px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 238, 230, 0.72) 0, rgba(255, 250, 245, 0) 34%),
    linear-gradient(180deg, #fffdf9 0%, #fff8f4 58%, #fffaf7 100%);
}

.auth-content {
  display: grid;
  gap: 14px;
  padding: 18px 18px 112px;
}

.auth-clean-topbar {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  padding: 15px 18px 0;
}

.auth-clean-topbar .app-topbar-spacer {
  grid-column: 3;
}

.auth-login-page .auth-content {
  position: relative;
  min-height: 855px;
  align-content: start;
  gap: 12px;
  padding: 22px 18px 38px;
  overflow: hidden;
}

.auth-brand-lockup {
  display: grid;
  justify-items: center;
  gap: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.auth-brand-lockup img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.auth-brand-lockup h1 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.auth-brand-lockup h1 span {
  color: #c85a74;
}

.auth-brand-lockup p {
  margin: 5px 0 0;
  color: #66836a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.1;
}

.auth-login-heading {
  text-align: left;
}

.auth-login-heading h2 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.02;
}

.auth-login-heading p {
  max-width: 330px;
  margin: 6px 0 0;
  color: #746660;
  font-size: 12.5px;
  line-height: 1.38;
}

.auth-hero-card,
.auth-form-card,
.auth-note-card,
.auth-permission-list,
.account-detail-list {
  border: 1px solid rgba(234, 223, 216, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.055);
}

.auth-hero-card {
  padding: 20px 16px 18px;
  text-align: center;
}

.auth-avatar {
  width: 68px;
  height: 68px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #fff1f3;
}

.auth-avatar img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.auth-hero-card h2 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.04;
}

.auth-hero-card p,
.auth-note-card span,
.auth-permission-list span,
.account-detail-copy {
  margin: 8px 0 0;
  color: #746762;
  font-size: 13px;
  line-height: 1.35;
}

.auth-form-card {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.auth-login-page .auth-form-card {
  gap: 9px;
  border-color: rgba(234, 223, 216, 0.86);
  padding: 13px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(83, 55, 45, 0.06);
}

.auth-form-card label {
  color: #4e423d;
  font-size: 12px;
  font-weight: 850;
}

.auth-form-card input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 0 12px;
  background: #fffaf8;
  color: #201815;
  font-size: 14px;
}

.auth-input-wrap {
  min-height: 50px;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(226, 211, 202, 0.92);
  border-radius: 8px;
  padding: 0 12px;
  background: #fffdfb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.auth-input-wrap img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  opacity: 0.82;
}

.auth-input-wrap input {
  min-height: 48px;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 14.5px;
}

.auth-form-card small {
  color: #8b7d77;
  font-size: 11px;
}

.auth-form-card [data-auth-feedback] {
  min-height: 16px;
  margin: 0;
  color: #c85a74;
  font-size: 12px;
  line-height: 1.25;
}

.auth-form-card [data-auth-feedback][data-tone="success"] {
  color: #66836a;
}

.auth-primary-button,
.auth-secondary-button {
  min-height: 46px;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 850;
}

.auth-primary-button {
  background: #c85a74;
  color: #fff;
  box-shadow: 0 10px 22px rgba(200, 90, 116, 0.18);
}

.auth-secondary-button {
  border: 1px solid rgba(200, 90, 116, 0.26);
  background: #fff;
  color: #c85a74;
}

.auth-login-page .auth-primary-button {
  min-height: 48px;
  margin-top: 2px;
  border-radius: 8px;
  font-size: 14.5px;
  box-shadow: 0 14px 24px rgba(200, 90, 116, 0.2);
}

.auth-login-page .auth-secondary-button {
  min-height: 34px;
  border: 0;
  background: transparent;
  color: #66836a;
  font-size: 13.5px;
  font-weight: 780;
  box-shadow: none;
}

.auth-benefit-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  margin-top: 4px;
  border: 1px solid rgba(234, 223, 216, 0.68);
  border-radius: 8px;
  padding: 10px 0 9px;
  background: rgba(255, 255, 255, 0.55);
}

.auth-benefit-row div {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}

.auth-benefit-row div + div {
  border-left: 1px solid rgba(224, 211, 202, 0.9);
}

.auth-benefit-row span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 244, 246, 0.82);
}

.auth-benefit-row img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.auth-benefit-row strong {
  max-width: 92px;
  color: #201815;
  font-size: 11.5px;
  line-height: 1.14;
  font-weight: 760;
}

.auth-privacy-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 6px auto 0;
  color: #5f6f5f;
  font-size: 11.5px;
  line-height: 1.25;
  text-align: center;
}

.auth-privacy-note img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.auth-nail-decoration {
  position: absolute;
  left: -22px;
  bottom: -22px;
  width: 126px;
  height: 126px;
  opacity: 0.46;
  object-fit: contain;
  pointer-events: none;
}

.auth-login-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 246, 239, 0.95) 0, rgba(255, 250, 246, 0) 38%),
    linear-gradient(180deg, #fffdf8 0%, #fff9f3 58%, #fff5ef 100%);
}

.auth-login-page .auth-clean-topbar {
  position: relative;
  z-index: 3;
  min-height: 60px;
  grid-template-columns: 46px 1fr 46px;
  padding: 14px 0 0 14px;
}

.auth-login-page .auth-clean-topbar .back-button {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: transparent url("./assets/p0/generated/icon-back-header.png") center / 21px 21px no-repeat;
  box-shadow: none;
}

.auth-login-page .auth-content {
  min-height: 862px;
  gap: 0;
  padding: 24px 43px 0;
  overflow: hidden;
}

.auth-login-page .auth-brand-lockup {
  gap: 6px;
  margin: 0 0 28px;
}

.auth-login-page .auth-brand-lockup img {
  width: 78px;
  height: 78px;
}

.auth-login-page .auth-brand-lockup h1 {
  font-size: 42px;
  line-height: 0.98;
}

.auth-login-page .auth-brand-lockup p {
  display: grid;
  grid-template-columns: 56px auto 56px;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  color: #657763;
  font-size: 15px;
  line-height: 1.1;
}

.auth-login-page .auth-brand-lockup p::before,
.auth-login-page .auth-brand-lockup p::after {
  display: block;
  height: 1px;
  background: rgba(207, 188, 176, 0.82);
  content: "";
}

.auth-login-page .auth-login-heading {
  margin-bottom: 14px;
}

.auth-login-page .auth-login-heading h2 {
  font-size: 32px;
  line-height: 1;
}

.auth-login-page .auth-form-card {
  position: relative;
  z-index: 5;
  gap: 0;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.auth-login-page .auth-form-card label {
  margin-bottom: 7px;
  color: #201815;
  font-size: 14px;
  font-weight: 520;
}

.auth-login-page .auth-input-wrap {
  position: relative;
  z-index: 1;
  min-height: 50px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  border-color: rgba(214, 190, 176, 0.95);
  border-radius: 9px;
  padding: 0 17px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: none;
  cursor: text;
}

.auth-login-page .auth-input-wrap:focus-within {
  border-color: rgba(102, 131, 106, 0.62);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 0 0 3px rgba(102, 131, 106, 0.1);
}

.auth-login-page .auth-input-wrap img {
  width: 25px;
  height: 25px;
  opacity: 1;
}

.auth-login-page .auth-input-wrap input {
  min-height: 48px;
  color: #201815;
  font-size: 16px;
  font-weight: 420;
  outline: 0;
  pointer-events: auto;
}

.auth-login-page .auth-input-wrap input:focus,
.auth-login-page .auth-input-wrap input:focus-visible {
  outline: 0;
  box-shadow: none;
}

.auth-login-page .auth-input-wrap input::placeholder {
  color: #9a9998;
}

.auth-login-page .auth-form-card [data-auth-feedback] {
  min-height: 0;
  margin: 0;
}

.auth-login-page .auth-form-card [data-auth-feedback]:empty {
  display: none;
}

.auth-login-page .auth-primary-button {
  min-height: 48px;
  margin-top: 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, #c94f73 0%, #c64268 100%);
  font-size: 16px;
  font-weight: 520;
  box-shadow: 0 20px 34px rgba(200, 90, 116, 0.16);
}

.auth-or-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 20px 0 12px;
  color: #4e7655;
  font-size: 15px;
  line-height: 1;
}

.auth-or-divider::before,
.auth-or-divider::after {
  height: 1px;
  background: rgba(219, 202, 189, 0.9);
  content: "";
}

.auth-login-page .auth-secondary-button {
  min-height: 34px;
  justify-self: center;
  color: #4e7655;
  font-size: 16px;
  font-weight: 520;
}

.auth-login-page .auth-secondary-button::after {
  display: inline-block;
  margin-left: 11px;
  color: #4e7655;
  content: ">";
  font-size: 20px;
  line-height: 1;
  transform: translateY(1px);
}

.auth-login-page .auth-benefit-row {
  position: relative;
  z-index: 4;
  margin-top: 28px;
  border: 0;
  padding: 0;
  background: transparent;
}

.auth-login-page .auth-benefit-row div {
  gap: 10px;
}

.auth-login-page .auth-benefit-row div + div {
  border-left-color: rgba(219, 202, 189, 0.98);
}

.auth-login-page .auth-benefit-row span {
  width: 58px;
  height: 58px;
  background: rgba(248, 236, 231, 0.82);
}

.auth-login-page .auth-benefit-row img {
  width: 34px;
  height: 34px;
}

.auth-login-page .auth-benefit-row strong {
  max-width: none;
  color: #201815;
  font-size: 12.5px;
  font-weight: 420;
  line-height: 1.08;
  white-space: nowrap;
}

.auth-login-page .auth-bottom-wave {
  position: absolute;
  z-index: 1;
  right: -18px;
  bottom: 0;
  left: -18px;
  height: 168px;
  border-top: 1px solid rgba(216, 198, 186, 0.72);
  border-radius: 48% 52% 0 0 / 32% 26% 0 0;
  background:
    linear-gradient(180deg, rgba(255, 247, 241, 0.82), #fff1ea);
  pointer-events: none;
}

.auth-login-page .auth-bottom-wave::before {
  content: none;
}

.auth-login-page .auth-bottom-wave::after {
  content: none;
}

.auth-login-page .auth-nail-decoration {
  z-index: 2;
  left: -10px;
  bottom: 0;
  width: 150px;
  height: 150px;
  opacity: 1;
}

.ai-loading-page .auth-content {
  gap: 12px;
  padding: 14px 18px 38px;
}

.ai-loading-title {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.ai-loading-title > span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 9px;
  background: #eef5eb;
  color: #66836a;
  font-size: 10.5px;
  font-weight: 850;
}

.ai-loading-title h2 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.02;
}

.ai-loading-title p {
  max-width: 306px;
  margin: 0;
  color: #746762;
  font-size: 12.5px;
  line-height: 1.34;
}

.ai-loading-title small {
  color: #9b8d86;
  font-size: 11.5px;
}

.ai-orbit-card {
  display: grid;
  place-items: center;
  min-height: 230px;
  margin: -2px 0 0;
}

.ai-orbit-card img {
  width: min(72vw, 268px);
  height: min(72vw, 268px);
  object-fit: contain;
}

.ai-gateway-card {
  min-height: 58px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(234, 223, 216, 0.84);
  border-radius: 8px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(73, 49, 40, 0.055);
}

.ai-gateway-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff7f4;
}

.ai-gateway-card img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.ai-gateway-card strong {
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.05;
}

.ai-gateway-card em {
  border-radius: 8px;
  padding: 6px 8px;
  background: #fff4f6;
  color: #c85a74;
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
  white-space: nowrap;
}

.ai-status-list {
  overflow: hidden;
  border: 1px solid rgba(234, 223, 216, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(73, 49, 40, 0.045);
}

.ai-status-list div {
  min-height: 51px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}

.ai-status-list div + div {
  border-top: 1px solid rgba(234, 223, 216, 0.82);
}

.ai-status-list img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.ai-status-list span {
  color: #201815;
  font-size: 13.5px;
  line-height: 1.15;
  font-weight: 720;
}

.ai-status-list .pending span {
  color: #90827b;
}

.ai-privacy-note {
  margin-top: 0;
}

.ai-loading-secondary {
  width: min(100%, 286px);
  min-height: 42px;
  justify-self: center;
  border: 1px solid rgba(200, 90, 116, 0.42);
  border-radius: 999px;
  background: transparent;
  color: #c85a74;
  font-size: 13.5px;
  font-weight: 820;
}

.auth-note-card {
  padding: 14px;
}

.auth-note-card strong,
.auth-permission-list strong {
  display: block;
  color: #2b211d;
  font-size: 13px;
  line-height: 1.15;
}

.auth-permission-list {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.auth-permission-list div {
  padding: 14px;
}

.auth-permission-list div + div {
  border-top: 1px solid #eee4de;
}

.auth-action-stack {
  display: grid;
  gap: 9px;
}

.account-guest-card {
  grid-template-columns: 68px 1fr auto;
}

.account-detail-copy {
  margin: 12px 2px 0;
}

.account-wide-action {
  width: 100%;
  margin-top: 14px;
}

.shop-fit-card-guest {
  grid-template-columns: 64px 1fr 58px;
}

.shop-fit-card-guest button {
  min-height: 34px;
  border-radius: 9px;
  background: #c85a74;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.shop-content {
  padding: 17px 18px 112px;
}

.shop-content h2,
.shop-detail-title-row h2 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0;
}

.shop-search {
  min-height: 48px;
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: center;
  gap: 10px;
  margin: 16px 0 15px;
  border: 1px solid rgba(224, 207, 198, 0.82);
  border-radius: 16px;
  padding: 0 16px 0 14px;
  background: linear-gradient(180deg, #fff, #fffaf8);
  box-shadow: 0 10px 24px rgba(75, 49, 39, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.shop-search > span {
  width: 15px;
  height: 15px;
  border: 1.6px solid #9b8c84;
  border-radius: 50%;
  position: relative;
}

.shop-search > span::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 1.6px;
  border-radius: 2px;
  background: #9b8c84;
  transform: rotate(45deg);
  content: "";
}

.shop-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #2b211d;
  font-size: 13.5px;
  font-weight: 620;
  letter-spacing: 0;
  outline: none;
}

.shop-search input::placeholder {
  color: #a69891;
  font-weight: 520;
}

.shop-category-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 0 -18px 17px;
  padding: 1px 18px 9px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.shop-category-row::-webkit-scrollbar {
  display: none;
}

.shop-category-row button {
  min-width: 64px;
  display: grid;
  justify-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #4f433d;
  cursor: pointer;
  scroll-snap-align: start;
}

.shop-category-row button > span,
.shop-category-row button > b {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 219, 211, 0.94);
  border-radius: 50%;
  background: linear-gradient(180deg, #fff, #fff8f7);
  color: #c85a74;
  box-shadow: 0 8px 18px rgba(70, 45, 35, 0.055);
  font-size: 12px;
  font-weight: 840;
}

.shop-category-row button.active > span,
.shop-category-row button.active > b,
.shop-category-row button[aria-pressed="true"] > span,
.shop-category-row button[aria-pressed="true"] > b {
  border-color: rgba(200, 90, 116, 0.58);
  background: #fff0f4;
  box-shadow: 0 9px 20px rgba(200, 90, 116, 0.13), inset 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.shop-category-row img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.shop-category-row small {
  max-width: 68px;
  color: #6f625c;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.shop-category-row button.active small,
.shop-category-row button[aria-pressed="true"] small {
  color: #c85a74;
}

.shop-category-status {
  margin: -8px 0 14px;
  color: #998981;
  font-size: 11.5px;
  font-weight: 680;
  letter-spacing: 0;
}

.shop-empty-state {
  margin: 10px 0 0;
  border: 1px dashed rgba(200, 90, 116, 0.28);
  border-radius: 12px;
  padding: 16px;
  background: #fff8f8;
  color: #8b7b74;
  font-size: 13px;
  text-align: center;
}

.shop-hero-panel {
  min-height: 228px;
  display: flex;
  align-items: center;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 24px 20px;
  background: #fff center / cover no-repeat;
  overflow: hidden;
}

.shop-hero-panel div {
  max-width: 48%;
}

.shop-hero-panel span {
  color: #c85a74;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.shop-hero-panel h3 {
  margin: 10px 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1.03;
}

.shop-hero-panel p {
  margin: 0 0 16px;
  color: #6f625d;
  font-size: 14px;
  line-height: 1.35;
}

.shop-hero-panel button {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 18px;
  background: #c85a74;
  color: #fff;
  font-weight: 850;
}

.shop-hero-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 12px 0 18px;
}

.shop-hero-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8dfd8;
}

.shop-hero-dots span:first-child {
  background: #c85a74;
}

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

.shop-product-card {
  position: relative;
  min-width: 0;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 8px 8px 10px;
  background: #fff;
  cursor: pointer;
}

.shop-product-card em {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 7px;
  padding: 5px 8px;
  background: #66836a;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.shop-fav {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #201815;
  font-size: 19px;
}

.shop-fav.is-saved,
.shop-fav[aria-pressed="true"],
.shop-detail-title-row button.is-saved,
.shop-detail-title-row button[aria-pressed="true"] {
  border-color: rgba(200, 90, 116, 0.3);
  background: #fff4f6;
  color: #c85a74;
  box-shadow: 0 8px 18px rgba(200, 90, 116, 0.12);
}

.shop-product-image {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 8px;
  background: #fff3ef center / cover no-repeat;
}

.shop-product-card h3 {
  margin: 9px 0 3px;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.05;
}

.shop-product-card p {
  min-height: 32px;
  margin: 0;
  color: #81736d;
  font-size: 12px;
  line-height: 1.3;
}

.shop-rating {
  margin-top: 7px;
  color: #d99c38;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.shop-rating span,
.shop-rating b {
  color: #7f736d;
  font-weight: 600;
  letter-spacing: 0;
}

.shop-product-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.shop-product-card footer strong {
  color: #c85a74;
  font-size: 17px;
}

.shop-product-card footer button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
}

.shop-product-card footer .shop-product-add {
  border-color: rgba(200, 90, 116, 0.22);
  background: #fff4f6;
  box-shadow: 0 8px 16px rgba(200, 90, 116, 0.1);
}

.shop-product-card footer img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.shop-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 10px;
  width: min(calc(100% - 28px), 402px);
  transform: translateX(-50%);
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 7px 8px 8px;
  border: 1px solid rgba(234, 223, 216, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(55, 36, 28, 0.14);
  backdrop-filter: blur(14px);
}

.shop-bottom-nav button {
  min-height: 52px;
  display: grid;
  place-items: center;
  gap: 2px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: #7b716c;
  font-size: 10.5px;
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
}

.shop-bottom-nav button.active {
  background: #fff4f6;
  color: #c85a74;
  box-shadow: inset 0 0 0 1px rgba(200, 90, 116, 0.12);
}

.shop-bottom-nav img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .shop-bottom-nav {
    left: max(14px, env(safe-area-inset-left));
    right: max(14px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    width: auto;
    max-width: none;
    transform: none;
  }
}

.cart-content,
.orders-content {
  padding: 15px 18px 178px;
}

.orders-content {
  padding-bottom: 124px;
}

.cart-page .shop-bottom-nav,
.orders-page .shop-bottom-nav {
  bottom: max(10px, env(safe-area-inset-bottom));
}

.cart-title-row,
.orders-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
}

.cart-title-row h2,
.orders-title-row h2 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0;
}

.cart-title-row p,
.orders-title-row p {
  margin: 5px 0 0;
  color: #7d706a;
  font-size: 13px;
  line-height: 1.25;
}

.orders-title-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-title-row button,
.orders-title-row button {
  min-height: 34px;
  border: 1px solid rgba(200, 90, 116, 0.28);
  border-radius: 12px;
  padding: 0 12px;
  background: #fff7f9;
  color: #c85a74;
  font-size: 12px;
  font-weight: 820;
  white-space: nowrap;
}

.cart-line-list,
.orders-list {
  display: grid;
  gap: 10px;
}

.cart-empty-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 8px;
  padding: 24px 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.055);
}

.cart-empty-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.cart-empty-card h3 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.05;
}

.cart-empty-card p {
  max-width: 290px;
  margin: 0;
  color: #7d706a;
  font-size: 13px;
  line-height: 1.35;
}

.cart-empty-card button {
  min-height: 38px;
  border-radius: 8px;
  padding: 0 18px;
  background: #c85a74;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

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

.cart-suggestion-grid > button {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  color: #2b211d;
  text-align: left;
}

.cart-suggestion-grid > button > img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
}

.cart-suggestion-grid strong,
.cart-suggestion-grid small {
  display: block;
}

.cart-suggestion-grid strong {
  font-size: 12px;
  line-height: 1.1;
}

.cart-suggestion-grid small {
  margin-top: 4px;
  color: #c85a74;
  font-size: 12px;
  font-weight: 850;
}

.cart-suggestion-grid i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff4f6;
}

.cart-suggestion-grid i img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.standalone-cart-feedback {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 40;
  width: min(calc(100% - 32px), 390px);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 86px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 36px rgba(55, 36, 28, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 16px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(14px);
}

.standalone-cart-feedback.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.standalone-cart-feedback img,
.standalone-cart-thumb {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fff4f6 center / cover no-repeat;
  object-fit: cover;
}

.standalone-cart-feedback span {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.standalone-cart-feedback strong,
.standalone-cart-feedback small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standalone-cart-feedback strong {
  color: #201815;
  font-size: 13px;
  line-height: 1.08;
}

.standalone-cart-feedback small {
  color: #7d706a;
  font-size: 11px;
}

.standalone-cart-feedback button {
  min-height: 38px;
  border-radius: 10px;
  background: #c85a74;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.cart-line-card,
.cart-assurance-card,
.cart-summary-card,
.order-card,
.orders-support-card {
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(55, 36, 28, 0.055);
}

.cart-line-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 11px;
  padding: 8px;
}

.cart-product-thumb {
  width: 96px;
  height: 108px;
  border-radius: 8px;
  object-fit: cover;
  background: #fff1ec;
}

.cart-line-copy {
  min-width: 0;
  display: grid;
  align-content: space-between;
  gap: 6px;
}

.cart-line-copy h3 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.06;
}

.cart-line-copy p {
  margin: 4px 0 0;
  color: #83756e;
  font-size: 11.5px;
  line-height: 1.24;
}

.cart-line-meta,
.cart-assurance-grid {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.cart-line-meta span,
.cart-assurance-grid span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  padding: 0 9px;
  background: #fff7f8;
  color: #6c5e58;
  font-size: 10.5px;
  font-weight: 760;
  white-space: nowrap;
}

.cart-line-meta img,
.cart-assurance-grid img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.cart-line-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart-line-footer strong {
  color: #c85a74;
  font-size: 17px;
  line-height: 1;
}

.cart-line-tools {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-icon-button {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
}

.cart-icon-button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.cart-quantity {
  display: grid;
  grid-template-columns: 24px 22px 24px;
  align-items: center;
  min-height: 30px;
  border: 1px solid #eadfd8;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.cart-quantity button,
.cart-quantity b {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 28px;
  border: 0;
  background: transparent;
  color: #5f534e;
  font-size: 13px;
  line-height: 1;
}

.cart-quantity b {
  font-size: 12px;
  font-weight: 820;
}

.cart-assurance-card,
.cart-summary-card {
  margin-top: 10px;
  padding: 12px;
}

.cart-assurance-card header {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.cart-assurance-card header > img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.cart-assurance-card h3,
.cart-summary-card h3 {
  margin: 0;
  color: #201815;
  font-size: 15px;
  line-height: 1.12;
}

.cart-assurance-card p {
  margin: 3px 0 0;
  color: #7d706a;
  font-size: 12px;
  line-height: 1.24;
}

.cart-summary-card {
  background: linear-gradient(180deg, #fff, #fff8f6);
}

.cart-summary-card h3 {
  margin-bottom: 9px;
}

.cart-summary-card > div,
.cart-summary-card footer {
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #f0e4dd;
  color: #776963;
  font-size: 13px;
}

.cart-summary-card small {
  display: block;
  margin-top: 7px;
  color: #9a8c85;
  font-size: 11px;
  font-weight: 760;
}

.cart-summary-card footer {
  min-height: 38px;
  color: #201815;
  font-size: 15px;
  font-weight: 840;
}

.cart-summary-card strong {
  color: #2a211d;
}

.cart-fixed-checkout {
  position: fixed;
  left: 50%;
  bottom: 86px;
  z-index: 9;
  width: min(calc(100% - 36px), 356px);
  transform: translateX(-50%);
}

.cart-checkout-button {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 12px;
  background: #c85a74;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 13px 27px rgba(200, 90, 116, 0.22);
}

.cart-checkout-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(80, 36, 47, 0.18));
}

.orders-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 14px;
  border: 1px solid rgba(234, 223, 216, 0.94);
  border-radius: 14px;
  padding: 5px;
  background: #fff;
}

.orders-tabs button {
  min-height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #746761;
  font-size: 12px;
  font-weight: 820;
}

.orders-tabs button.active {
  background: #fff1f4;
  color: #c85a74;
}

.order-card {
  padding: 13px;
}

.order-card header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.order-card header span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #877971;
  font-size: 11px;
  font-weight: 720;
}

.order-card header span img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.order-card h3 {
  margin: 4px 0 0;
  color: #201815;
  font-size: 16px;
  line-height: 1.1;
}

.order-card em {
  height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 11px;
  font-style: normal;
  font-weight: 820;
  white-space: nowrap;
}

.order-card em img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.order-card em.in-transit {
  background: #fff6e4;
  color: #b47617;
}

.order-card em.delivered {
  background: #eef6ec;
  color: #66836a;
}

.order-product-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  padding: 9px;
  background: #fff8f5;
}

.order-line-list {
  display: grid;
  gap: 8px;
}

.order-product-row.compact {
  grid-template-columns: 62px 1fr;
  padding: 8px;
}

.order-product-row img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  object-fit: cover;
}

.order-product-row.compact img {
  width: 62px;
  height: 62px;
}

.order-product-row strong {
  display: block;
  color: #201815;
  font-size: 15px;
  line-height: 1.1;
}

.order-product-row p {
  margin: 5px 0;
  color: #81736d;
  font-size: 12px;
}

.order-product-row span {
  color: #c85a74;
  font-size: 14px;
  font-weight: 840;
}

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

.order-progress span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #aaa098;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.05;
  text-align: center;
}

.order-progress span::before {
  position: absolute;
  top: 13px;
  left: -50%;
  right: 50%;
  height: 2px;
  background: #eee2db;
  content: "";
}

.order-progress span:first-child::before {
  content: none;
}

.order-progress span.done::before {
  background: #d9b0a9;
}

.order-progress i {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f4ece6;
}

.order-progress span.done i {
  background: #fff1f3;
}

.order-progress img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.order-card footer {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 8px;
}

.order-detail-card footer {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr) minmax(0, 0.86fr);
}

.order-card footer button,
.orders-support-card {
  min-height: 42px;
  border: 1px solid #eadfd8;
  border-radius: 12px;
  background: #fff;
  color: #5f534e;
  font-size: 12px;
  font-weight: 820;
}

.order-card footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.order-card footer button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.order-card footer .order-primary-action {
  border: 0;
  background: #c85a74;
  color: #fff;
}

.orders-support-card {
  width: 100%;
  display: grid;
  grid-template-columns: 42px 1fr 14px;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  padding: 13px;
  text-align: left;
}

.orders-support-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.orders-support-card strong,
.orders-support-card small {
  display: block;
}

.orders-support-card strong {
  color: #201815;
  font-size: 14px;
}

.orders-support-card small {
  margin-top: 3px;
  color: #81736d;
  font-size: 11.5px;
  line-height: 1.24;
}

.orders-support-card em {
  color: #93847d;
  font-size: 22px;
  font-style: normal;
}

.shop-detail-content {
  padding-bottom: 156px;
}

.shop-detail-hero {
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 8px;
  padding: 18px;
  background: #fff0e9 center / cover no-repeat;
}

.shop-detail-hero span {
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.78);
  color: #6d625e;
  font-weight: 800;
}

.shop-detail-title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: start;
  margin-top: 20px;
}

.shop-detail-title-row div {
  display: flex;
  gap: 10px;
}

.shop-detail-title-row button {
  width: 42px;
  height: 42px;
  border: 1px solid #eadfd8;
  border-radius: 50%;
  background: #fff;
  color: #3c312d;
  font-size: 21px;
  line-height: 1;
}

.shop-detail-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0;
}

.shop-detail-meta strong {
  color: #201815;
  font-size: 25px;
}

.shop-fit-card,
.shop-info-card {
  border: 1px solid #eadfd8;
  border-radius: 8px;
  background: #fff;
}

.shop-fit-card {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
}

.shop-fit-ring {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 8px solid #66836a;
  border-radius: 50%;
  color: #66836a;
}

.shop-fit-ring strong {
  font-size: 26px;
  line-height: 1;
}

.shop-fit-ring small,
.shop-fit-ring span {
  font-size: 11px;
}

.shop-fit-card h3,
.shop-info-card h3 {
  margin: 0;
  color: #66836a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.shop-fit-card p {
  margin: 5px 0 8px;
  color: #6d625e;
  font-size: 13px;
}

.shop-fit-card div:nth-child(2) span {
  display: inline-flex;
  border: 1px solid #eadfd8;
  border-radius: 999px;
  padding: 5px 10px;
  color: #66836a;
  font-size: 12px;
  font-weight: 800;
}

.shop-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px;
}

.shop-section-head h3 {
  margin: 0;
  color: #201815;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.shop-section-head button {
  background: transparent;
  color: #81736d;
  font-size: 13px;
}

.shop-size-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.shop-size-row button {
  min-width: 0;
  display: grid;
  gap: 5px;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 10px 4px;
  background: #fff;
  color: #342a26;
}

.shop-size-row button.selected {
  border-color: #c85a74;
  color: #c85a74;
  box-shadow: inset 0 0 0 1px #c85a74;
}

.shop-size-row span {
  color: #7c716c;
  font-size: 11px;
}

.shop-saved-size {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 10px 0 16px;
  border: 1px solid #eadfd8;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: #5e544f;
  text-align: left;
}

.shop-saved-size span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #66836a;
  color: #fff;
}

.shop-saved-size em {
  color: #c85a74;
  font-style: normal;
  font-weight: 800;
}

.shop-info-card {
  padding: 16px;
  margin-top: 14px;
}

.shop-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.shop-detail-facts p,
.shop-ai-reasons p {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.shop-detail-facts i,
.shop-ai-reasons i {
  width: 40px;
  height: 40px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #fff1f4;
  color: #c85a74;
  font-style: normal;
}

.shop-detail-facts i img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.shop-detail-facts span,
.shop-ai-reasons span {
  display: grid;
  color: #81736d;
  font-size: 12px;
}

.shop-detail-facts strong,
.shop-ai-reasons strong {
  color: #342a26;
  font-size: 13px;
}

.shop-info-card > p,
.shop-info-card small {
  color: #6d625e;
  font-size: 13px;
  line-height: 1.45;
}

.shop-ai-reasons > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 15px;
}

.shop-ai-reasons i {
  background: #eef5eb;
  color: #66836a;
}

.shop-detail-actions {
  position: fixed;
  left: 50%;
  bottom: 88px;
  width: min(calc(100% - 28px), 402px);
  transform: translateX(-50%);
  z-index: 7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px 0 12px;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0), #fffaf5 24%);
}

.shop-detail-actions button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 800;
}

.shop-detail-actions .tryon {
  border: 1px solid #c85a74;
  background: #fff;
  color: #c85a74;
}

.shop-detail-actions .cart {
  background: #c85a74;
  color: #fff;
}

.shop-detail-actions .shop-add-cart-mark {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
}

.shop-detail-actions img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.shop-detail-actions .tryon-button::before {
  width: 23px;
  height: 23px;
}

@media (max-width: 1500px) {
  .trend-admin {
    grid-template-columns: 1fr;
  }

  .trend-admin .sku-sidebar {
    display: none;
  }

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

  .ai-ops-admin .sku-sidebar {
    display: none;
  }
}

@media (max-width: 1280px) {
  .sku-import-admin {
    grid-template-columns: 190px 1fr;
  }

  .sku-import-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

  .sku-workspace {
    padding: 22px 24px 24px;
  }

  .sku-table-panel {
    overflow-x: auto;
  }

  .sku-table-panel table {
    min-width: 920px;
  }

  .tag-review-workspace {
    grid-template-columns: minmax(0, 1fr) 260px;
  }

  .tag-top-actions {
    flex-wrap: wrap;
  }

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

  .tag-review-admin .sku-sidebar {
    display: none;
  }

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

  .performance-admin .sku-sidebar {
    display: none;
  }

  .performance-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .performance-grid {
    grid-template-columns: minmax(300px, 1.1fr) repeat(2, minmax(0, 1fr));
  }

  .return-cluster-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .return-learning-grid {
    grid-template-columns: 1fr;
  }

  .trend-input-grid {
    grid-template-columns: minmax(240px, 0.9fr) minmax(300px, 1.1fr);
  }

  .extracted-panel {
    grid-column: 1 / -1;
  }

  .match-scroller {
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .match-panel article {
    min-width: 132px;
  }

  .trend-bottom-grid {
    grid-template-columns: 1fr;
  }

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

  .ai-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ai-ops-layout {
    grid-template-columns: 1fr;
  }

  .ai-ops-right {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  }
}

@media (max-width: 900px) {
  .extended-shell {
    display: block;
  }

  .page-rail {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .stage-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-page,
  .admin-grid,
  .admin-bottom {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    display: none;
  }

  .sku-import-admin,
  .sku-import-grid,
  .sku-kpi-row {
    grid-template-columns: 1fr;
  }

  .sku-sidebar {
    display: none;
  }

  .sku-topbar,
  .sku-heading,
  .business-page-heading,
  .business-heading-actions,
  .sku-table-panel footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .sku-workspace {
    padding: 20px 14px;
  }

  .sku-table-panel {
    overflow-x: auto;
  }

  .sku-table-panel table {
    min-width: 900px;
  }

  .tag-review-topbar,
  .tag-review-topbar > div:first-child,
  .tag-top-actions,
  .tag-review-table-panel > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tag-review-workspace {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .tag-filters label {
    min-width: 100%;
  }

  .performance-topbar,
  .performance-topbar > div:first-child,
  .performance-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .performance-workspace {
    padding: 14px;
  }

  .performance-kpis,
  .performance-grid,
  .experiment-body {
    grid-template-columns: 1fr;
  }

  .top-sku-card {
    grid-column: auto;
  }

  .performance-kpis article {
    grid-template-columns: 52px 1fr;
  }

  .performance-kpis svg {
    display: none;
  }

  .funnel-body {
    grid-template-columns: 1fr;
  }

  .top-sku-card {
    overflow-x: auto;
  }

  .top-sku-card table {
    min-width: 780px;
  }

  .return-cluster-grid,
  .return-learning-grid {
    grid-template-columns: 1fr;
  }

  .return-learning-footer {
    align-items: stretch;
    flex-direction: column;
    margin-inline: -14px;
  }

  .return-learning-footer button {
    justify-content: center;
    margin-left: 0;
  }

  .return-queue-card {
    overflow-x: auto;
  }

  .return-queue-card table {
    min-width: 760px;
  }

  .trend-workspace {
    padding: 14px;
  }

  .trend-input-grid,
  .trend-match-grid,
  .trend-bottom-grid {
    grid-template-columns: 1fr;
  }

  .extracted-panel {
    grid-column: auto;
  }

  .match-scroller {
    grid-template-columns: repeat(6, 142px);
  }

  .suggestion-panel,
  .history-panel {
    overflow-x: auto;
  }

  .suggestion-panel table {
    min-width: 680px;
  }

  .history-panel table {
    min-width: 560px;
  }

  .trend-footer {
    align-items: stretch;
    flex-direction: column;
    padding: 12px 14px;
  }

  .trend-footer button,
  .trend-footer button:last-child {
    width: 100%;
  }

  .ai-ops-top,
  .ai-ops-actions,
  .ai-trace-card header,
  .ai-trace-card header > div:last-child,
  .ai-trace-card footer {
    align-items: stretch;
    flex-direction: column;
  }

  .ai-ops-actions select,
  .ai-ops-actions button,
  .ai-trace-card header button,
  .ai-trace-card select {
    width: 100%;
  }

  .ai-ops-workspace {
    padding: 14px;
  }

  .provider-grid,
  .ai-kpi-grid,
  .ai-ops-right,
  .cost-body {
    grid-template-columns: 1fr;
  }

  .ai-key-notice {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 14px;
  }

  .ai-trace-card nav {
    margin-left: 0;
    flex-wrap: wrap;
  }

  .cost-donut {
    justify-self: center;
  }
}

button.is-working {
  cursor: wait;
  opacity: 0.72;
}

.business-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  width: min(360px, calc(100vw - 32px));
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(42, 36, 33, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(42, 36, 33, 0.16);
  color: #332b27;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.business-toast.pending,
.business-toast.success,
.business-toast.error {
  transform: translateY(0);
  opacity: 1;
}

.business-toast::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 14px 0 0 14px;
  background: #d9b46f;
}

.business-toast.success::before {
  background: #7aa889;
}

.business-toast.error::before {
  background: #d56d5d;
}

.business-toast strong {
  font-size: 13px;
  line-height: 1.2;
}

.business-toast span {
  color: #7f7068;
  font-size: 12px;
  line-height: 1.45;
}
