/* ColorLover beauty design system — white, lovely, and operationally clear. */
:root {
  color-scheme: light;
}

.colorlovu-beauty {
  --ink: #302630;
  --muted: #7b707a;
  --paper: #ffffff;
  --canvas: #ffffff;
  --line: #f0dce6;
  --accent: #d95f8d;
  --accent-strong: #b83f6c;
  --accent-soft: #fff0f6;
  --blush: #ffdce9;
  --lavender: #f2ecff;
  --ice: #edf7ff;
  --pearl: #fffafd;
  --good: #16805d;
  --danger: #bf3d55;
  --shadow: 0 18px 46px rgba(137, 68, 102, 0.10);
  background-color: #ffffff !important;
  background-image:
    radial-gradient(circle at 7% 7%, rgba(255, 221, 235, 0.38), transparent 24rem),
    radial-gradient(circle at 94% 26%, rgba(225, 218, 255, 0.30), transparent 27rem),
    linear-gradient(#ffffff, #ffffff) !important;
  color: var(--ink);
}

.colorlovu-beauty button,
.colorlovu-beauty input,
.colorlovu-beauty select,
.colorlovu-beauty textarea,
.colorlovu-beauty a {
  -webkit-tap-highlight-color: transparent;
}

.colorlovu-beauty button,
.colorlovu-beauty a,
.colorlovu-beauty input,
.colorlovu-beauty select,
.colorlovu-beauty textarea {
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.colorlovu-beauty button:focus-visible,
.colorlovu-beauty a:focus-visible,
.colorlovu-beauty input:focus-visible,
.colorlovu-beauty select:focus-visible,
.colorlovu-beauty textarea:focus-visible {
  outline: 3px solid rgba(217, 95, 141, 0.24);
  outline-offset: 2px;
}

.colorlovu-beauty .card {
  background: rgba(255, 255, 255, 0.97);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.colorlovu-beauty .eyebrow {
  color: var(--accent-strong);
}

.colorlovu-beauty .primary,
.colorlovu-beauty .refresh,
.colorlovu-beauty .result,
.colorlovu-beauty .buy,
.colorlovu-beauty .product-qr-open,
.colorlovu-beauty .product-draft {
  border-color: #5c2941;
  background: linear-gradient(135deg, #4a293c, #7a3555);
  color: #ffffff;
  box-shadow: 0 9px 20px rgba(102, 43, 72, 0.18);
}

.colorlovu-beauty .primary:hover,
.colorlovu-beauty .refresh:hover,
.colorlovu-beauty .result:hover,
.colorlovu-beauty .buy:hover,
.colorlovu-beauty .product-qr-open:hover,
.colorlovu-beauty .product-draft:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(102, 43, 72, 0.24);
}

.colorlovu-beauty .secondary {
  background: linear-gradient(135deg, #fff3f8, #f5efff);
  color: #664255;
  border-color: #edcddd;
}

.colorlovu-beauty input,
.colorlovu-beauty select,
.colorlovu-beauty textarea,
.colorlovu-beauty .search,
.colorlovu-beauty .filter-select {
  background: #ffffff;
  border-color: #ead3df;
  color: var(--ink);
}

.colorlovu-beauty input:focus,
.colorlovu-beauty select:focus,
.colorlovu-beauty textarea:focus,
.colorlovu-beauty .search:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(217, 95, 141, 0.12);
}

/* Consultant and admin portal */
.portal-beauty > header {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border-bottom: 1px solid rgba(236, 204, 220, 0.86);
  box-shadow: 0 8px 28px rgba(139, 70, 104, 0.08);
  backdrop-filter: blur(18px) saturate(145%);
}

.portal-beauty > header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, #ffc4d9, #decdf9, #ccecff, #ffc4d9);
  opacity: 0.85;
}

.portal-beauty .brand {
  color: var(--ink);
}

.portal-beauty .brand img {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #f0d9e4;
  box-shadow: 0 7px 17px rgba(140, 62, 99, 0.14);
}

.portal-beauty .brand small,
.portal-beauty .user {
  color: #8c7180;
}

.portal-beauty .ghost {
  background: #ffffff;
  border-color: #eccfdd;
  color: #654052;
}

.portal-beauty .ghost:hover,
.portal-beauty .consultant-preview-toggle[aria-pressed="true"] {
  background: var(--accent-soft);
  border-color: #e5a9c4;
  color: var(--accent-strong);
}

.portal-beauty main {
  position: relative;
}

.portal-beauty .hero {
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 212, 229, 0.65), transparent 15rem),
    radial-gradient(circle at 64% 110%, rgba(221, 210, 255, 0.52), transparent 20rem),
    #ffffff;
  box-shadow: var(--shadow);
}

.portal-beauty .hero::before {
  content: "COLORLOVER BEAUTY STUDIO";
  position: absolute;
  right: 24px;
  bottom: 13px;
  color: rgba(184, 63, 108, 0.12);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.18em;
  pointer-events: none;
}

.portal-beauty .hero h1 {
  color: #2f2430;
}

.portal-beauty .scope {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border-color: #ecd3df;
  box-shadow: 0 8px 22px rgba(132, 63, 96, 0.07);
}

.portal-beauty .portal-sidebar {
  padding: 12px;
  border-color: #efd7e2;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 246, 250, 0.96), rgba(250, 247, 255, 0.98)),
    #ffffff;
  box-shadow: 0 20px 48px rgba(133, 67, 99, 0.12);
}

.portal-beauty .portal-sidebar::before {
  content: "MY BEAUTY DESK";
  display: block;
  padding: 8px 11px 10px;
  color: #b14d77;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.portal-beauty .portal-nav-group + .portal-nav-group {
  border-top-color: #f0dce6;
}

.portal-beauty .portal-nav-title {
  color: #b07a94;
}

.portal-beauty .portal-sidebar .tab {
  color: #5e4c57;
  border: 1px solid transparent;
}

.portal-beauty .portal-sidebar .tab::before {
  background: #e9b9ce;
}

.portal-beauty .portal-sidebar .tab:hover {
  background: rgba(255, 255, 255, 0.90);
  border-color: #f0d5e2;
  color: #a6416b;
}

.portal-beauty .portal-sidebar .tab.active {
  background: linear-gradient(135deg, #e46e9a, #b95585);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 9px 18px rgba(185, 68, 116, 0.20);
}

.portal-beauty .portal-sidebar .tab.active::before {
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
}

.portal-beauty .portal-sidebar .drape-tab {
  background: linear-gradient(135deg, #f4efff, #edf6ff);
  color: #7356a2 !important;
}

.portal-beauty .panel,
.portal-beauty .customer,
.portal-beauty .saved-card,
.portal-beauty .ops-pill,
.portal-beauty .product-usage-card,
.portal-beauty .product-option-card {
  border-color: #efdbe5;
}

.portal-beauty .customer,
.portal-beauty .saved-card,
.portal-beauty .product-usage-card,
.portal-beauty .product-option-card {
  position: relative;
  overflow: hidden;
}

.portal-beauty .customer::before,
.portal-beauty .saved-card::before,
.portal-beauty .product-usage-card::before,
.portal-beauty .product-option-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #ffb9d1, #d9c7f9, #bde4f6);
  opacity: 0.82;
}

.portal-beauty .thumb,
.portal-beauty .product-image-wrap,
.portal-beauty .product-usage-product-image,
.portal-beauty .product-selected-thumb {
  background: #ffffff;
  border-color: #efdbe5;
}

.portal-beauty .tag,
.portal-beauty .badge,
.portal-beauty .product-card-tone,
.portal-beauty .product-count-badge,
.portal-beauty .consultant-chip {
  background: #fff0f6;
  color: #9f4168;
}

.portal-beauty .qc-meta,
.portal-beauty .sync-note,
.portal-beauty .share-audit,
.portal-beauty .product-card-analysis-slot,
.portal-beauty .product-option-identity,
.portal-beauty .product-selected-item,
.portal-beauty .product-usage-metric {
  background: linear-gradient(135deg, #fff8fb, #fbf8ff);
  border-color: #efdce6;
}

.portal-beauty .actions button,
.portal-beauty .row-actions button,
.portal-beauty .pager button,
.portal-beauty .product-test-tab,
.portal-beauty .product-category-tab,
.portal-beauty .product-language-button,
.portal-beauty .material-tab,
.portal-beauty .survey-preview-language {
  border-color: #ead2de;
}

.portal-beauty .product-recommendation-button,
.portal-beauty .product-pick,
.portal-beauty .material-tab.active,
.portal-beauty .product-test-tab.active,
.portal-beauty .product-language-button.active {
  background: linear-gradient(135deg, #ea749f, #c95080);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(197, 69, 121, 0.18);
}

.portal-beauty .advice {
  background: #edf8ff;
  color: #386783;
}

.portal-beauty .consult,
.portal-beauty .customer-card-button {
  background: #f6efff;
  color: #705593;
}

.portal-beauty .product-category-tab.active,
.portal-beauty .product-tone-chip.active {
  background: var(--accent-soft);
  border-color: #dc8fb1;
  color: #a43e69;
}

.portal-beauty .product-selected {
  background:
    linear-gradient(180deg, rgba(255, 242, 248, 0.58), rgba(255, 255, 255, 0.95) 150px),
    #ffffff;
}

.portal-beauty .product-popup,
.portal-beauty .editor-pop {
  background: rgba(65, 35, 52, 0.48);
  backdrop-filter: blur(9px);
}

.portal-beauty .product-popup-card,
.portal-beauty .editor-card {
  border-color: #edcfdd;
  border-radius: 26px;
  box-shadow: 0 34px 90px rgba(73, 35, 54, 0.28);
}

.portal-beauty .modal-head {
  background: linear-gradient(135deg, #4a293c, #74364f);
}

.portal-beauty .service-map {
  border-color: #ead8e1;
  background-color: #fffbfd;
  background-image:
    linear-gradient(rgba(238, 217, 228, 0.72) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238, 217, 228, 0.72) 1px, transparent 1px),
    linear-gradient(rgba(247, 235, 242, 0.74) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 235, 242, 0.74) 1px, transparent 1px);
}

.portal-beauty .service-map-detail,
.portal-beauty .formula {
  background: linear-gradient(135deg, #493243, #63394f);
}

/* Public My Color Pouch */
.pouch-beauty {
  --season-primary: #dd79a0;
  --season-deep: #a93f6d;
  --season-soft: #fff0f6;
  --season-soft-2: #f2ecff;
  --season-ice: #edf8ff;
  min-height: 100vh;
}

.pouch-beauty[data-season="spring"] {
  --season-primary: #f28b74;
  --season-deep: #c85d58;
  --season-soft: #fff0e9;
  --season-soft-2: #fff7d9;
  --season-ice: #fff9ef;
}

.pouch-beauty[data-season="summer"] {
  --season-primary: #d876a1;
  --season-deep: #9d4f78;
  --season-soft: #fff0f6;
  --season-soft-2: #f0eaff;
  --season-ice: #edf8ff;
}

.pouch-beauty[data-season="autumn"] {
  --season-primary: #d78268;
  --season-deep: #9e554b;
  --season-soft: #fff1e8;
  --season-soft-2: #f5f0dd;
  --season-ice: #fff9f1;
}

.pouch-beauty[data-season="winter"] {
  --season-primary: #c8508a;
  --season-deep: #683b76;
  --season-soft: #fff0f8;
  --season-soft-2: #eeeaff;
  --season-ice: #eaf7ff;
}

.pouch-beauty main {
  width: min(1120px, 100%);
  max-width: none;
  padding-inline: clamp(14px, 3vw, 28px);
}

.pouch-beauty .pouch-hero {
  min-height: 300px;
  padding: 66px clamp(24px, 5vw, 54px) 42px;
  border: 1px solid color-mix(in srgb, var(--season-primary) 32%, white);
  border-radius: 38px 38px 30px 30px;
  background:
    radial-gradient(circle at 80% 28%, rgba(255, 255, 255, 0.92), transparent 10rem),
    radial-gradient(circle at 69% 104%, var(--season-soft-2), transparent 23rem),
    linear-gradient(135deg, #ffffff 12%, var(--season-soft) 62%, var(--season-ice));
  box-shadow: 0 24px 60px color-mix(in srgb, var(--season-deep) 15%, transparent);
}

.pouch-beauty .pouch-hero::before {
  inset: 34px 18px 16px;
  border: 1px dashed color-mix(in srgb, var(--season-primary) 34%, white);
  border-radius: 28px;
  background: repeating-linear-gradient(135deg, transparent 0 34px, rgba(255, 255, 255, 0.42) 35px 37px);
  opacity: 1;
}

.pouch-beauty .pouch-zip {
  top: 18px;
  right: 56px;
  left: 56px;
  width: auto;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background:
    repeating-linear-gradient(90deg, var(--season-primary) 0 4px, transparent 4px 8px),
    linear-gradient(var(--season-deep), var(--season-deep)) center/100% 2px no-repeat;
  transform: none;
  opacity: 0.72;
}

.pouch-beauty .pouch-zip::after {
  content: "♡";
  position: absolute;
  right: -22px;
  top: -14px;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid color-mix(in srgb, var(--season-primary) 55%, white);
  border-radius: 14px 14px 19px 19px;
  background: linear-gradient(145deg, #ffffff, var(--season-soft));
  color: var(--season-deep);
  font-size: 23px;
  font-style: normal;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--season-deep) 18%, transparent);
}

.pouch-beauty .pouch-copy {
  max-width: 690px;
}

.pouch-beauty .pouch-label {
  color: var(--season-deep);
}

.pouch-beauty .pouch-hero h1 {
  max-width: 680px;
  font-size: clamp(34px, 5.4vw, 58px);
  color: #2e242d;
}

.pouch-beauty .intro {
  max-width: 700px;
  color: #786b74;
}

.pouch-beauty .pouch-tags {
  margin-top: 20px;
}

.pouch-beauty .pouch-tags span {
  border-color: color-mix(in srgb, var(--season-primary) 38%, white);
  background: rgba(255, 255, 255, 0.80);
  color: var(--season-deep);
  box-shadow: 0 7px 18px color-mix(in srgb, var(--season-deep) 9%, transparent);
}

.pouch-beauty .pouch-count {
  color: #8d6377;
}

.pouch-beauty .demo-note {
  display: inline-flex;
  margin-top: 16px;
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--season-primary) 26%, white);
  background: rgba(255, 255, 255, 0.66);
  color: #876a79;
  font-size: 10px;
}

.pouch-beauty .season-color-card {
  position: relative;
  margin: -30px 22px 26px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--season-primary) 26%, white);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px color-mix(in srgb, var(--season-deep) 12%, transparent);
}

.pouch-beauty .season-color-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  border: 1px dashed color-mix(in srgb, var(--season-primary) 30%, white);
  border-radius: 21px;
  pointer-events: none;
}

.pouch-beauty .season-color-card-head,
.pouch-beauty .season-color-card-pages {
  position: relative;
  z-index: 1;
}

.pouch-beauty .season-color-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.pouch-beauty .season-color-card-kicker {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--season-soft), var(--season-soft-2));
  color: var(--season-deep);
  font-size: 10px;
  font-weight: 900;
}

.pouch-beauty .season-color-card-head h2 {
  min-width: 0;
  margin: 0;
  color: #332b30;
  font-size: clamp(17px, 2.5vw, 25px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.pouch-beauty .season-color-card-pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pouch-beauty .season-color-card-page {
  overflow: hidden;
  margin: 0;
  padding: 8px;
  border: 1px solid color-mix(in srgb, var(--season-primary) 22%, white);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--season-deep) 9%, transparent);
}

.pouch-beauty .season-color-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1063 / 591;
  object-fit: contain;
  border-radius: 13px;
  background: #ffffff;
}

.pouch-beauty .season-color-card-page figcaption {
  padding: 8px 6px 3px;
  color: #7e6974;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}

.pouch-beauty .products-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 30px 22px 10px;
  color: #6f4e60;
  font-size: 13px;
  font-weight: 900;
}

.pouch-beauty .products-heading::before {
  content: "";
  width: 18px;
  height: 16px;
  border: 2px solid color-mix(in srgb, var(--season-primary) 70%, white);
  border-radius: 4px 4px 6px 6px;
  box-shadow: inset 0 4px 0 var(--season-soft-2);
}

.pouch-beauty .products-heading::after {
  content: "♡";
  flex: 1;
  color: color-mix(in srgb, var(--season-primary) 65%, white);
  font-size: 16px;
  text-align: center;
  background: linear-gradient(90deg, color-mix(in srgb, var(--season-primary) 30%, white), transparent) left center/46% 1px no-repeat,
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--season-primary) 30%, white)) right center/46% 1px no-repeat;
}

.pouch-beauty .grid {
  gap: 20px;
  margin-top: 0;
}

.pouch-beauty .product {
  position: relative;
  overflow: hidden;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 20px;
  padding: 22px;
  border-color: color-mix(in srgb, var(--season-primary) 24%, white);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 44px color-mix(in srgb, var(--season-deep) 9%, transparent);
}

.pouch-beauty .product::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed color-mix(in srgb, var(--season-primary) 24%, white);
  border-radius: 21px;
  pointer-events: none;
}

.pouch-beauty .product > * {
  position: relative;
  z-index: 1;
}

.pouch-beauty .image-wrap {
  width: 160px;
  height: 178px;
  padding: 10px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, var(--season-soft));
}

.pouch-beauty .product-image,
.pouch-beauty .option-thumb,
.pouch-beauty .option-thumb-wrap {
  background: #ffffff;
}

.pouch-beauty .category,
.pouch-beauty .option-label,
.pouch-beauty .note-label,
.pouch-beauty .full-analysis summary {
  color: var(--season-deep);
}

.pouch-beauty .option-identity,
.pouch-beauty .note,
.pouch-beauty .analysis-panel,
.pouch-beauty .analysis-main {
  border-color: color-mix(in srgb, var(--season-primary) 22%, white);
  background: linear-gradient(135deg, #ffffff, color-mix(in srgb, var(--season-soft) 68%, white));
}

.pouch-beauty .spectrum,
.pouch-beauty .verdict,
.pouch-beauty .field {
  border-color: color-mix(in srgb, var(--season-primary) 20%, white);
  background: #ffffff;
}

.pouch-beauty .analysis-index,
.pouch-beauty .product-detail-close,
.pouch-beauty .product-detail-actions button {
  background: var(--season-soft);
  color: var(--season-deep);
}

.pouch-beauty .buy,
.pouch-beauty .product-detail-actions a {
  background: linear-gradient(135deg, var(--season-deep), color-mix(in srgb, var(--season-deep) 76%, #4b2440));
}

.pouch-beauty .product-detail {
  background: rgba(72, 39, 59, 0.48);
}

.pouch-beauty .product-detail-card {
  border: 1px solid color-mix(in srgb, var(--season-primary) 30%, white);
  box-shadow: 0 30px 84px rgba(80, 37, 59, 0.28);
}

/* Presurvey */
.survey-beauty .brand {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 12px 28px rgba(137, 68, 102, 0.08);
}

.survey-beauty .brand img {
  padding: 4px;
  border: 1px solid #f0d8e3;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(139, 63, 99, 0.12);
}

.survey-beauty .top,
.survey-beauty .question,
.survey-beauty .done,
.survey-beauty .fatal {
  border-radius: 26px;
}

.survey-beauty .language button.active,
.survey-beauty .submit {
  background: linear-gradient(135deg, #e46d99, #b84a79);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(188, 67, 116, 0.20);
}

.survey-beauty .progress {
  background: #f4e8ee;
}

.survey-beauty .progress span {
  background: linear-gradient(90deg, #f291b3, #c96fa7, #9d8bdd);
}

.survey-beauty .choice span {
  border-color: #ead5df;
  background: #ffffff;
}

.survey-beauty .choice input:checked + span {
  border-color: #dd7ca4;
  background: linear-gradient(135deg, #fff1f6, #f5efff);
  color: #8f3e65;
  box-shadow: inset 0 0 0 1px rgba(221, 124, 164, 0.28);
}

/* Drape Lab */
.drape-beauty .topbar {
  border-bottom-color: #eed8e3;
  box-shadow: 0 8px 26px rgba(137, 68, 102, 0.08);
}

.drape-beauty .brand img {
  padding: 4px;
  border: 1px solid #eed8e3;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(139, 63, 99, 0.12);
}

.drape-beauty .restricted,
.drape-beauty .beta-pill {
  background: #fff0f6;
  color: #a23f68;
}

.drape-beauty .user-chip,
.drape-beauty .panel-title > b,
.drape-beauty .stage-button.active,
.drape-beauty .rating-buttons button.active,
.drape-beauty .rank-row:first-child {
  background: linear-gradient(135deg, #fff0f6, #f2edff);
  color: #8b4771;
}

.drape-beauty .stage-button.active,
.drape-beauty .chip-card.selected,
.drape-beauty .rating-buttons button.active {
  border-color: #dc8eb0;
  box-shadow: 0 0 0 3px rgba(220, 142, 176, 0.12);
}

.drape-beauty .stage-button.active .stage-number,
.drape-beauty .progress-track i,
.drape-beauty .rank-copy i::after {
  background: linear-gradient(135deg, #e5759f, #a86db1);
}

.drape-beauty .selected-chip,
.drape-beauty .rank-row,
.drape-beauty .privacy-note,
.drape-beauty .guardrail {
  background: linear-gradient(135deg, #fffafd, #faf8ff);
}

.drape-beauty .modal-backdrop {
  background: rgba(70, 38, 57, 0.50);
}

.drape-beauty .report-toolbar,
.drape-beauty .formula,
.drape-beauty .toast {
  background: linear-gradient(135deg, #4b2c3e, #6c3654);
}

/* Small native and privacy surfaces */
.privacy-beauty main,
.colortalk-beauty main {
  border-color: #ecd4df;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(137, 68, 102, 0.12);
}

.colortalk-beauty .start {
  border-color: #d75e8b;
  background: linear-gradient(135deg, #e6779f, #bd4c79);
}

.colortalk-beauty .log {
  background: linear-gradient(135deg, #fff5f9, #f7f2ff);
  color: #65545f;
}

@media (max-width: 760px) {
  .portal-beauty .hero {
    padding: 18px;
    border-radius: 22px;
  }

  .portal-beauty .hero::before,
  .portal-beauty .portal-sidebar::before {
    display: none;
  }

  .pouch-beauty .pouch-hero {
    min-height: 0;
    padding: 58px 22px 34px;
    border-radius: 28px;
  }

  .pouch-beauty .pouch-zip {
    left: 36px;
    right: 42px;
  }

  .pouch-beauty .season-color-card {
    margin-inline: 8px;
  }

  .pouch-beauty .products-heading {
    margin-inline: 8px;
  }
}

@media (max-width: 600px) {
  .pouch-beauty .season-color-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pouch-beauty .season-color-card-pages {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .pouch-beauty .product {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
    border-radius: 23px;
  }

  .pouch-beauty .image-wrap {
    width: 96px;
    height: 122px;
    padding: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .colorlovu-beauty *,
  .colorlovu-beauty *::before,
  .colorlovu-beauty *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Native ColorTalk is embedded in the iPad shell, so its canvas must remain transparent. */
.colortalk-beauty {
  background: transparent !important;
  background-image: none !important;
}

@media print {
  .colorlovu-beauty {
    background: #ffffff !important;
  }
}
