/* /reskin2: warm boutique skin for parent-first gift guides. */
body.reskin2-skin {
  --r2-bg: #fbf7f0;
  --r2-surface: #ffffff;
  --r2-surface-soft: #f7f3ec;
  --r2-ink: #27332e;
  --r2-muted: #66736c;
  --r2-primary: #315c4b;
  --r2-primary-hover: #25483a;
  --r2-primary-soft: #dce9df;
  --r2-action: #e87564;
  --r2-action-hover: #d96354;
  --r2-action-soft: #fbe7e2;
  --r2-yellow: #f3d989;
  --r2-yellow-soft: #fbf2ce;
  --r2-blue: #b8cfda;
  --r2-blue-soft: #e7f0f3;
  --r2-lilac: #d8cae5;
  --r2-lilac-soft: #f0eaf5;
  --r2-border: #e7e0d6;
  --r2-border-strong: #c9d8cf;
  --r2-success: #3f735b;
  --r2-danger: #a9473e;
  --r2-shadow-sm: 0 4px 14px rgba(49, 92, 75, 0.07);
  --r2-shadow: 0 14px 40px rgba(49, 92, 75, 0.10);
  --r2-shadow-lg: 0 24px 60px rgba(39, 51, 46, 0.14);
  --r2-radius-sm: 12px;
  --r2-radius: 18px;
  --r2-radius-lg: 24px;
  --r2-radius-xl: 32px;
  --color-primary: var(--r2-action);
  --color-primary-hover: var(--r2-action-hover);
  --color-primary-soft: var(--r2-action-soft);
  --color-accent: var(--r2-primary);
  --color-accent-soft: var(--r2-primary-soft);
  --color-bg: var(--r2-bg);
  --color-bg-soft: var(--r2-surface-soft);
  --color-surface: var(--r2-surface);
  --color-surface-soft: var(--r2-surface-soft);
  --color-border: var(--r2-border);
  --color-border-strong: var(--r2-border-strong);
  --color-text: var(--r2-ink);
  --color-text-muted: var(--r2-muted);
  --color-success: var(--r2-success);
  --darilko-green: var(--r2-primary);
  --darilko-green-dark: var(--r2-primary-hover);
  --darilko-green-soft: var(--r2-primary-soft);
  --darilko-coral: var(--r2-action);
  --darilko-coral-dark: var(--r2-action-hover);
  --darilko-coral-soft: var(--r2-action-soft);
  --leaf: var(--r2-primary);
  --leaf-dark: var(--r2-primary-hover);
  --sun: var(--r2-yellow);
  --coral: var(--r2-action);
  --ink: var(--r2-ink);
  --muted: var(--r2-muted);
  --line: var(--r2-border);
  --card: var(--r2-surface);
  --focus-ring: rgba(232, 117, 100, 0.24);
  color: var(--r2-ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(243, 217, 137, 0.34) 0 92px, transparent 94px),
    radial-gradient(circle at 5% 38%, rgba(184, 207, 218, 0.24) 0 120px, transparent 122px),
    linear-gradient(var(--r2-bg), var(--r2-bg));
  font-family: "Nunito", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Wizard reference composition Ă˘â‚¬â€ť shared across every step. */
body.reskin2-skin.dashboard-page .dashboard-shell {
  width: 100%;
  max-width: none;
  padding: 18px 24px 40px;
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
  position: relative;
  width: min(calc(100% - 16px), 1400px);
  min-height: min(920px, calc(100vh - 36px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(74, 91, 78, 0.14);
  border-radius: 14px;
  background: var(--r2-concept-paper);
  box-shadow: 0 15px 42px rgba(66, 57, 43, 0.12);
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::before,
body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::before {
  top: 18px;
  right: 26px;
  width: 74px;
  height: 150px;
  background-image: url("/assets/reskin2/wizard-art/filler-balloon-v45.png");
  background-position: center;
  background-size: contain;
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::after {
  left: 18px;
  bottom: 22px;
  width: 70px;
  height: 150px;
  background-image: url("/assets/reskin2/wizard-art/filler-sprig.png");
  background-position: center;
  background-size: contain;
}

body.reskin2-skin.dashboard-page .create-list-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas:
    "brand progress"
    "layout layout";
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px 52px;
  width: 100%;
  padding: 34px 42px 34px;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
  grid-area: brand;
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header::after {
  content: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-name {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  margin: 0;
  color: #123f33;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.4px;
}

body.reskin2-skin.dashboard-page .wizard-brand-leaf {
  width: 22px;
  height: 22px;
  margin-top: -5px;
  background:
    radial-gradient(ellipse at 35% 70%, #8ea781 0 38%, transparent 40%),
    radial-gradient(ellipse at 72% 35%, #b4c3a8 0 32%, transparent 34%);
  transform: rotate(-24deg);
}

body.reskin2-skin.dashboard-page .wizard-progress {
  grid-area: progress;
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  align-items: start;
  width: min(100%, 720px);
  margin: 2px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin.dashboard-page .wizard-dot {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 34px auto;
  justify-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 0;
  color: #5f6d67;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin.dashboard-page .wizard-dot::before {
  position: static;
  z-index: 2;
  display: grid;
  place-items: center;
  justify-self: center;
  width: 34px;
  height: 34px;
  content: attr(data-step-number);
  color: #31483f;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #d8d9d1;
  border-radius: 50%;
  background: #fffefa;
  transform: none;
}

body.reskin2-skin.dashboard-page .wizard-dot::after {
  position: static;
  width: 100%;
  content: attr(data-step-label);
  color: currentColor;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

body.reskin2-skin.dashboard-page .wizard-dot:not(:first-child) {
  background-image: linear-gradient(#d8d9d1, #d8d9d1);
  background-position: left 17px;
  background-repeat: no-repeat;
  background-size: calc(50% - 17px) 1px;
}

body.reskin2-skin.dashboard-page .wizard-dot:not(:last-child) > * {
  pointer-events: none;
}

body.reskin2-skin.dashboard-page .wizard-dot:not(:last-child)::before {
  box-shadow: 34px 0 0 -16.5px #d8d9d1;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active::before {
  border-color: #c4d4bc;
  background: #d7e2d0;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-current {
  color: #244f40;
  font-weight: 700;
}

body.reskin2-skin .reskin2-wizard-layout {
  grid-area: layout;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  align-items: stretch;
  gap: 0;
  min-width: 0;
}

body.reskin2-skin .reskin2-wizard-main {
  min-width: 0;
  padding: 12px 54px 4px 18px;
}

body.reskin2-skin.dashboard-page .wizard-step {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin.dashboard-page .wizard-step > .section-title,
body.reskin2-skin.dashboard-page .wizard-step-intro h2 {
  color: #124637;
  font-size: clamp(29px, 2.55vw, 40px);
  line-height: 1.12;
  letter-spacing: -1.2px;
}

body.reskin2-skin.dashboard-page .wizard-step > .helper-text,
body.reskin2-skin.dashboard-page .wizard-step-intro p {
  max-width: 680px;
  color: #41534d;
  font-size: 16px;
  line-height: 1.55;
}

body.reskin2-skin.dashboard-page .reskin2-wizard-step-hero {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 258px;
  margin: -14px 0 2px;
}

body.reskin2-skin.dashboard-page .reskin2-wizard-step-intro {
  min-width: 0;
}

body.reskin2-skin.dashboard-page .reskin2-wizard-step-intro .section-title {
  margin: 0 0 14px;
}

body.reskin2-skin.dashboard-page .reskin2-wizard-step-intro .section-title span {
  display: inline-block;
  margin-left: 8px;
  color: #e6b748;
  font-size: .72em;
  transform: rotate(8deg);
}

body.reskin2-skin.dashboard-page .reskin2-wizard-step-intro .helper-text {
  margin: 0;
}

body.reskin2-skin .reskin2-wizard-hero-dino {
  display: block;
  width: 235px;
  height: 235px;
  background: url("/assets/reskin2/wizard-art/hero-dino.png") center / contain no-repeat;
}

body.reskin2-skin.dashboard-page .wizard-option-heading {
  margin: 0 0 12px;
  color: #174839;
  font-size: 19px;
  line-height: 1.2;
}

body.reskin2-skin.dashboard-page .wizard-options {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

body.reskin2-skin.dashboard-page .wizard-option {
  position: relative;
  display: flex !important;
  min-width: 0;
  min-height: 122px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 8px 10px;
  color: #263b34;
  border: 1px solid #deddd5;
  border-radius: 11px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 3px 9px rgba(67, 57, 43, .035);
}

body.reskin2-skin.dashboard-page .wizard-option:hover,
body.reskin2-skin.dashboard-page .wizard-option:focus-within {
  border-color: #9db39a;
  background: rgba(255, 255, 255, .8);
  transform: translateY(-1px);
}

body.reskin2-skin.dashboard-page .wizard-option:has(input:checked) {
  border: 2px solid #6a9a73;
  background: #fbfdf9;
  box-shadow: 0 4px 14px rgba(55, 101, 76, .1);
}

body.reskin2-skin.dashboard-page .wizard-option:has(input:checked)::after {
  position: absolute;
  top: -8px;
  right: -7px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  content: "Ă˘Ĺ›â€ś";
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 50%;
  background: #27664f;
}

body.reskin2-skin.dashboard-page .wizard-option input[type="radio"] {
  position: absolute;
  opacity: 0;
}

body.reskin2-skin.dashboard-page .wizard-option__art {
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
}

body.reskin2-skin.dashboard-page .wizard-option:hover .wizard-option__art,
body.reskin2-skin.dashboard-page .wizard-option:focus-within .wizard-option__art {
  transform: translateY(-1px);
}

body.reskin2-skin.dashboard-page .wizard-option__art--birthday {
  background-image: url("/assets/reskin2/wizard-art/occasion-child-birthday.png");
}

body.reskin2-skin.dashboard-page .wizard-option__art--adult-birthday {
  background-image: url("/assets/reskin2/wizard-art/occasion-birthday.png");
}

body.reskin2-skin.dashboard-page .wizard-option__art--baby {
  background-image: url("/assets/reskin2/wizard-art/occasion-baby.png");
}

body.reskin2-skin.dashboard-page .wizard-option__art--wedding {
  background-image: url("/assets/reskin2/wizard-art/occasion-wedding.png");
}

body.reskin2-skin.dashboard-page .wizard-option__art--christmas {
  background-image: url("/assets/reskin2/wizard-art/occasion-christmas.png");
}

body.reskin2-skin.dashboard-page .wizard-option__art--other {
  background-image: url("/assets/reskin2/wizard-art/occasion-other.png");
}

body.reskin2-skin.dashboard-page .wizard-option__body {
  display: block;
  min-width: 0;
  text-align: center;
}

body.reskin2-skin.dashboard-page .wizard-option .choice-card__title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.reskin2-skin.dashboard-page .wizard-option__copy {
  display: none;
}

body.reskin2-skin .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-companion {
  position: relative;
  top: auto;
  display: flex;
  min-width: 0;
  min-height: 690px;
  flex-direction: column;
  align-items: stretch;
  padding: 42px 12px 14px 44px;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(60, 78, 67, .15);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin .reskin2-wizard-companion-copy {
  position: relative;
  z-index: 2;
  margin: 0 0 26px;
}

body.reskin2-skin .reskin2-wizard-companion-copy h2 {
  margin: 0 0 10px;
  color: #154637;
  font-size: 17px;
  line-height: 1.2;
}

body.reskin2-skin .reskin2-wizard-companion-copy p {
  max-width: 280px;
  margin: 0;
  color: #44564f;
  font-size: 13px;
  line-height: 1.55;
}

body.reskin2-skin .reskin2-companion-preview {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 20px 18px;
  border: 1px solid #deddd5;
  border-radius: 10px;
  background:
    radial-gradient(circle at 8% 12%, #deb14c 0 2px, transparent 2.5px),
    radial-gradient(circle at 89% 16%, #cf8063 0 2px, transparent 2.5px),
    radial-gradient(circle at 13% 22%, #86a27d 0 2px, transparent 2.5px),
    rgba(255, 255, 255, .25);
}

body.reskin2-skin .reskin2-wizard-companion-art {
  width: 100%;
  height: 160px;
  background-image:
    url("/assets/reskin2/wizard-art/filler-sprig.png"),
    url("/assets/reskin2/wizard-art/filler-gifts.png"),
    url("/assets/reskin2/wizard-art/filler-balloon-v45.png");
  background-position: 10% 60%, 50% 72%, 94% 34%;
  background-repeat: no-repeat;
  background-size: 38px auto, 116px auto, 32px auto;
}

body.reskin2-skin .reskin2-companion-preview strong {
  margin-top: 6px;
  color: #174c3b;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 29px;
  line-height: 1.1;
}

body.reskin2-skin .reskin2-companion-preview > span:not(.reskin2-companion-heart) {
  margin-top: 9px;
  color: #4b6559;
  font-size: 14px;
}

body.reskin2-skin .reskin2-companion-preview #reskin2-companion-age {
  margin-top: 13px;
  color: #56635e;
  font-size: 13px;
}

body.reskin2-skin .reskin2-companion-heart {
  margin-top: 9px;
  color: #89a47c;
  font-size: 18px;
}

body.reskin2-skin .reskin2-companion-note {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 0;
  color: #5a6661;
  font-size: 11px;
  line-height: 1.45;
}

body.reskin2-skin .reskin2-companion-note > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  color: #456352;
  font-family: Georgia, serif;
  font-weight: 700;
  border-radius: 50%;
  background: #dbe5d2;
}

body.reskin2-skin .reskin2-wizard-companion-gifts {
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 12px;
  width: 152px;
  height: 112px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") center / contain no-repeat;
  opacity: .92;
}

body.reskin2-skin.dashboard-page .wizard-actions {
  margin-top: 28px;
  padding-top: 0;
}

body.reskin2-skin.dashboard-page .wizard-actions .primary-button {
  min-width: 240px;
  min-height: 52px;
}

@media (max-width: 1180px) {
  body.reskin2-skin.dashboard-page .create-list-card {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 30px 28px;
    padding-inline: 30px;
  }

  body.reskin2-skin .reskin2-wizard-layout {
    grid-template-columns: minmax(0, 1fr) 285px;
  }

  body.reskin2-skin .reskin2-wizard-main {
    padding-right: 30px;
    padding-left: 4px;
  }

  body.reskin2-skin.dashboard-page .reskin2-wizard-step-hero {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  body.reskin2-skin .reskin2-wizard-hero-dino {
    width: 190px;
    height: 205px;
  }

  body.reskin2-skin.dashboard-page .wizard-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .dashboard-shell {
    padding: 0;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  body.reskin2-skin.dashboard-page .create-list-card {
    grid-template-areas:
      "brand"
      "progress"
      "layout";
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 18px 42px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-name {
    font-size: 27px;
  }

  body.reskin2-skin.dashboard-page .wizard-progress {
    grid-template-columns: repeat(4, minmax(56px, 1fr));
    width: 100%;
    overflow: hidden;
  }

  body.reskin2-skin.dashboard-page .wizard-dot {
    grid-template-rows: 29px auto;
    gap: 6px;
  }

  body.reskin2-skin.dashboard-page .wizard-dot::before {
    width: 29px;
    height: 29px;
    font-size: 13px;
  }

  body.reskin2-skin.dashboard-page .wizard-dot::after {
    font-size: 9px;
  }

  body.reskin2-skin .reskin2-wizard-layout {
    grid-template-columns: 1fr;
  }

  body.reskin2-skin .reskin2-wizard-main {
    padding: 0;
  }

  body.reskin2-skin.dashboard-page .reskin2-wizard-step-hero {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    min-height: 150px;
    margin: 0 0 18px;
  }

  body.reskin2-skin .reskin2-wizard-hero-dino {
    width: 116px;
    height: 140px;
  }

  body.reskin2-skin.dashboard-page .wizard-step > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step-intro h2 {
    font-size: 28px;
  }

  body.reskin2-skin.dashboard-page .wizard-step > .helper-text,
  body.reskin2-skin.dashboard-page .wizard-step-intro p {
    font-size: 14px;
  }

  body.reskin2-skin.dashboard-page .wizard-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  body.reskin2-skin.dashboard-page .wizard-option {
    min-height: 112px;
    padding: 10px 5px;
  }

  body.reskin2-skin.dashboard-page .wizard-option__art {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  body.reskin2-skin .reskin2-wizard-companion,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-companion,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-companion {
    display: flex;
    min-height: 0;
    margin-top: 34px;
    padding: 28px 0 122px;
    border-left: 0;
    border-top: 1px solid rgba(60, 78, 67, .15);
  }

  body.reskin2-skin .reskin2-wizard-companion-copy p {
    max-width: none;
  }

  body.reskin2-skin .reskin2-companion-preview {
    min-height: 300px;
  }

  body.reskin2-skin.dashboard-page .wizard-actions {
    position: static;
    display: flex;
    gap: 10px;
  }

  body.reskin2-skin.dashboard-page .wizard-actions .primary-button {
    min-width: 0;
  }
}

@media (max-width: 520px) {
  body.reskin2-skin.dashboard-page .wizard-progress {
    grid-template-columns: repeat(4, minmax(48px, 1fr));
  }

  body.reskin2-skin.dashboard-page .wizard-dot::after {
    max-width: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.reskin2-skin.dashboard-page .wizard-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.reskin2-skin.dashboard-page .reskin2-wizard-step-hero {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  body.reskin2-skin .reskin2-wizard-hero-dino {
    width: 96px;
    height: 125px;
  }

  body.reskin2-skin.dashboard-page .wizard-step-intro h2 {
    font-size: 24px;
  }
}

body.reskin2-skin::before,
body.reskin2-skin::after {
  position: fixed;
  z-index: 0;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  inset: auto;
  background: none !important;
  opacity: 1;
  pointer-events: none;
  color: rgba(49, 92, 75, 0.11);
  font-family: Georgia, serif;
  line-height: 1;
}

body.reskin2-skin::before {
  top: 22%;
  right: 3vw;
  content: "Ă˘Ĺ›Â¦";
  font-size: clamp(32px, 5vw, 72px);
  transform: rotate(12deg);
}

body.reskin2-skin::after {
  bottom: 12%;
  left: 3vw;
  content: "Ă˘ĹĄâ€ą";
  font-size: clamp(38px, 6vw, 84px);
  transform: rotate(-10deg);
}

body.reskin2-skin .app-page,
body.reskin2-skin.dashboard-page,
body.reskin2-skin .dashboard-shell,
body.reskin2-skin .public-list-page,
body.reskin2-skin .home-page,
body.reskin2-skin .login-page,
body.reskin2-skin .recommend-page,
body.reskin2-skin .edit-shell {
  position: relative;
  z-index: 1;
  background: transparent;
}

body.reskin2-skin .app-page,
body.reskin2-skin .dashboard-shell,
body.reskin2-skin .public-list-page,
body.reskin2-skin .home-page,
body.reskin2-skin .login-page,
body.reskin2-skin .recommend-page,
body.reskin2-skin .edit-shell {
  padding: 32px 16px 64px;
}

body.reskin2-skin .app-container {
  width: min(100%, 1040px);
}

body.reskin2-skin.has-app-topbar .app-topbar,
body.reskin2-skin.has-app-topbar .user-topbar {
  position: sticky;
  z-index: 1000;
  top: 12px;
  width: min(calc(100% - 32px), 1120px);
  min-height: 64px;
  margin: 12px auto 0;
  padding: 0 24px;
  border: 1px solid rgba(231, 224, 214, 0.94);
  border-radius: var(--r2-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--r2-shadow-sm);
  backdrop-filter: blur(14px);
}

body.reskin2-skin .topbar-brand,
body.reskin2-skin .subpage-brand,
body.reskin2-skin .recommend-wizard-brand,
body.reskin2-skin .wizard-brand-name,
body.reskin2-skin .page-eyebrow {
  color: var(--r2-primary);
  font-weight: 900;
  letter-spacing: -0.02em;
}

body.reskin2-skin .topbar-link,
body.reskin2-skin .topbar-button,
body.reskin2-skin .public-mobile-menu a {
  min-height: 44px;
  border-radius: 14px;
  color: var(--r2-muted);
  font-weight: 800;
}

body.reskin2-skin .topbar-link:hover,
body.reskin2-skin .topbar-link:focus-visible,
body.reskin2-skin .topbar-button:hover,
body.reskin2-skin .topbar-button:focus-visible,
body.reskin2-skin .public-mobile-menu a:hover,
body.reskin2-skin .public-mobile-menu a:focus-visible {
  color: var(--r2-primary);
  background: var(--r2-primary-soft);
  text-decoration: none;
}

body.reskin2-skin .page-title,
body.reskin2-skin .section-title,
body.reskin2-skin .recommend-wizard-title,
body.reskin2-skin .wizard-step-intro h2,
body.reskin2-skin .created-link-card h3,
body.reskin2-skin .home-list-row h2 {
  color: var(--r2-ink);
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
}

body.reskin2-skin .page-title {
  font-size: clamp(36px, 7vw, 64px);
  line-height: 1.02;
}

body.reskin2-skin .section-title {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.12;
}

body.reskin2-skin .helper-text,
body.reskin2-skin .section-subtitle,
body.reskin2-skin .page-description,
body.reskin2-skin .recommend-header-block p,
body.reskin2-skin .field-helper {
  color: var(--r2-muted);
  line-height: 1.65;
}

body.reskin2-skin .dashboard-shell .dashboard-card,
body.reskin2-skin .birthday-card.public-list,
body.reskin2-skin .home-shell,
body.reskin2-skin .recommend-shell,
body.reskin2-skin .recommend-header-block,
body.reskin2-skin .login-card,
body.reskin2-skin .edit-card,
body.reskin2-skin .analytics-card {
  border: 1px solid var(--r2-border);
  border-radius: var(--r2-radius-xl);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--r2-shadow);
}

body.reskin2-skin .dashboard-shell .dashboard-card {
  width: min(100%, 980px);
  overflow: visible;
}

body.reskin2-skin .dashboard-shell .create-list-card {
  padding: 32px;
  border: 0;
  border-radius: var(--r2-radius-xl);
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin .dashboard-shell .wizard-brand-header {
  position: relative;
  align-items: center;
  max-width: 760px;
  margin-bottom: 24px;
}

body.reskin2-skin .dashboard-shell .wizard-brand-header::after {
  display: grid;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  place-items: center;
  margin-left: auto;
  border-radius: 28px 28px 28px 10px;
  color: var(--r2-primary);
  background: var(--r2-primary-soft);
  content: "Ă˘Ââ€¦";
  font-size: 30px;
  transform: rotate(4deg);
}

body.reskin2-skin .dashboard-shell .wizard-brand-header .dino-badge {
  width: 64px;
  height: 64px;
  border: 0;
  background: var(--r2-yellow-soft);
  box-shadow: none;
}

body.reskin2-skin .wizard-progress {
  position: relative;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--r2-border);
  border-radius: 20px;
  background: var(--r2-surface-soft);
  box-shadow: none;
}

body.reskin2-skin .wizard-progress::before {
  background: var(--r2-border-strong);
}

body.reskin2-skin .wizard-dot,
body.reskin2-skin .dashboard-shell .wizard-dot {
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  color: var(--r2-muted);
  background: transparent;
}

body.reskin2-skin .wizard-dot.is-active,
body.reskin2-skin .wizard-dot.is-current,
body.reskin2-skin .dashboard-shell .wizard-dot.is-active,
body.reskin2-skin .dashboard-shell .wizard-dot.is-current {
  color: #ffffff;
  background: var(--r2-primary);
  box-shadow: 0 8px 20px rgba(49, 92, 75, 0.18);
}

body.reskin2-skin .wizard-step {
  padding: 32px 0;
}

body.reskin2-skin .wizard-options,
body.reskin2-skin .wizard-decision-actions {
  gap: 16px;
}

body.reskin2-skin .choice-card,
body.reskin2-skin .wizard-option,
body.reskin2-skin .wizard-decision-card,
body.reskin2-skin .created-link-card,
body.reskin2-skin .home-list-row,
body.reskin2-skin .recommend-bundle,
body.reskin2-skin .gift-item,
body.reskin2-skin .hint-card,
body.reskin2-skin .public-support-card,
body.reskin2-skin .profile-fact,
body.reskin2-skin .wizard-preview-card,
body.reskin2-skin .wizard-preview-section,
body.reskin2-skin .wizard-preview-gift,
body.reskin2-skin .editor-row {
  border: 1px solid var(--r2-border);
  border-radius: var(--r2-radius);
  background: var(--r2-surface);
  box-shadow: var(--r2-shadow-sm);
}

body.reskin2-skin .wizard-option:nth-child(4n + 1) {
  background: linear-gradient(135deg, var(--r2-yellow-soft), #ffffff 68%);
}

body.reskin2-skin .wizard-option:nth-child(4n + 2) {
  background: linear-gradient(135deg, var(--r2-blue-soft), #ffffff 68%);
}

body.reskin2-skin .wizard-option:nth-child(4n + 3) {
  background: linear-gradient(135deg, var(--r2-lilac-soft), #ffffff 68%);
}

body.reskin2-skin .wizard-option:nth-child(4n + 4) {
  background: linear-gradient(135deg, var(--r2-primary-soft), #ffffff 68%);
}

body.reskin2-skin .choice-card:hover,
body.reskin2-skin .wizard-option:hover,
body.reskin2-skin .wizard-decision-card:hover,
body.reskin2-skin .home-list-row:hover,
body.reskin2-skin .gift-item:hover,
body.reskin2-skin .recommend-bundle:hover {
  border-color: var(--r2-border-strong);
  box-shadow: var(--r2-shadow);
  transform: translateY(-2px);
}

body.reskin2-skin .choice-card.is-selected,
body.reskin2-skin .wizard-option:has(input:checked) {
  border-color: var(--r2-primary);
  box-shadow: 0 0 0 3px rgba(49, 92, 75, 0.12);
}

body.reskin2-skin .btn,
body.reskin2-skin .primary-button,
body.reskin2-skin .secondary-button,
body.reskin2-skin .gift-link,
body.reskin2-skin .gift-button,
body.reskin2-skin .recommend-submit,
body.reskin2-skin .public-mobile-share,
body.reskin2-skin .wizard-add-gift-icon,
body.reskin2-skin .chip,
body.reskin2-skin .recommend-chip {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.reskin2-skin .btn--primary,
body.reskin2-skin .primary-button,
body.reskin2-skin .gift-button--primary,
body.reskin2-skin .recommend-submit,
body.reskin2-skin .wizard-add-gift-icon,
body.reskin2-skin .reserve-button {
  border: 1px solid var(--r2-action);
  color: #ffffff;
  background: var(--r2-action);
  box-shadow: 0 8px 20px rgba(232, 117, 100, 0.22);
}

body.reskin2-skin .btn--primary:hover,
body.reskin2-skin .primary-button:hover,
body.reskin2-skin .gift-button--primary:hover,
body.reskin2-skin .recommend-submit:hover,
body.reskin2-skin .wizard-add-gift-icon:hover,
body.reskin2-skin .reserve-button:hover {
  border-color: var(--r2-action-hover);
  background: var(--r2-action-hover);
  box-shadow: 0 12px 28px rgba(232, 117, 100, 0.28);
  transform: translateY(-1px);
}

body.reskin2-skin .btn--secondary,
body.reskin2-skin .secondary-button,
body.reskin2-skin .gift-link,
body.reskin2-skin .gift-button--secondary,
body.reskin2-skin .recommend-chip,
body.reskin2-skin .chip {
  border: 1px solid var(--r2-border);
  color: var(--r2-primary);
  background: #ffffff;
  box-shadow: none;
}

body.reskin2-skin .btn--secondary:hover,
body.reskin2-skin .secondary-button:hover,
body.reskin2-skin .gift-link:hover,
body.reskin2-skin .gift-button--secondary:hover,
body.reskin2-skin .recommend-chip:hover,
body.reskin2-skin .chip:hover {
  border-color: var(--r2-border-strong);
  background: var(--r2-primary-soft);
}

body.reskin2-skin .chip.is-active,
body.reskin2-skin .budget-chip.is-active {
  border-color: var(--r2-primary);
  color: #ffffff;
  background: var(--r2-primary);
}

body.reskin2-skin .form-control,
body.reskin2-skin input,
body.reskin2-skin textarea,
body.reskin2-skin select {
  min-height: 48px;
  border: 1px solid var(--r2-border);
  border-radius: 14px;
  color: var(--r2-ink);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(49, 92, 75, 0.02);
}

body.reskin2-skin textarea {
  min-height: 112px;
}

body.reskin2-skin .form-control:focus,
body.reskin2-skin input:focus,
body.reskin2-skin textarea:focus,
body.reskin2-skin select:focus,
body.reskin2-skin button:focus-visible,
body.reskin2-skin a:focus-visible,
body.reskin2-skin summary:focus-visible {
  outline: 0;
  border-color: var(--r2-action);
  box-shadow: 0 0 0 4px var(--focus-ring);
}

body.reskin2-skin .wizard-context-fields .field-label,
body.reskin2-skin .wizard-size-grid .field-label,
body.reskin2-skin .wizard-optional-grid .field-label,
body.reskin2-skin .wizard-gift-url-entry {
  border: 1px solid var(--r2-border);
  border-radius: var(--r2-radius);
  background: var(--r2-surface-soft);
}

body.reskin2-skin .wizard-gift-suggestions {
  border: 1px solid var(--r2-border);
  border-radius: var(--r2-radius-lg);
  background: var(--r2-yellow-soft);
}

body.reskin2-skin .wizard-gift-suggestion-button {
  border-color: rgba(49, 92, 75, 0.16);
  background: rgba(255, 255, 255, 0.82);
}

body.reskin2-skin .wizard-gift-suggestion-rank {
  color: var(--r2-primary);
  background: var(--r2-primary-soft);
}

body.reskin2-skin .wizard-actions,
body.reskin2-skin .created-link-actions,
body.reskin2-skin .recommend-actions,
body.reskin2-skin .edit-shell .action-row {
  border-top-color: var(--r2-border);
  background: rgba(255, 255, 255, 0.94);
}

body.reskin2-skin .wizard-preview-card {
  overflow: hidden;
  border-radius: var(--r2-radius-lg);
  background:
    linear-gradient(180deg, var(--r2-primary-soft) 0 112px, #ffffff 112px);
}

body.reskin2-skin .wizard-preview-section,
body.reskin2-skin .wizard-preview-gift {
  border-color: var(--r2-border);
  box-shadow: none;
}

body.reskin2-skin .wizard-template-panel,
body.reskin2-skin .wizard-gift-display-controls,
body.reskin2-skin .wizard-preview-price-toggle,
body.reskin2-skin .wizard-preview-message,
body.reskin2-skin .wizard-preview-note,
body.reskin2-skin .wizard-account-cta {
  border-color: var(--r2-border);
  background: var(--r2-surface-soft);
}

body.reskin2-skin .created-link-card {
  background: var(--r2-primary-soft);
}

body.reskin2-skin .created-link-card-private {
  background: var(--r2-yellow-soft);
}

body.reskin2-skin .birthday-card.public-list {
  position: relative;
  width: min(100%, 920px);
  padding: 24px;
  background: rgba(255, 255, 255, 0.88);
}

body.reskin2-skin .public-list-hero,
body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
body.reskin2-skin[data-template] .public-list-hero {
  position: relative;
  display: block;
  min-height: 250px;
  overflow: hidden;
  padding: 48px;
  border: 1px solid rgba(49, 92, 75, 0.12);
  border-radius: var(--r2-radius-lg);
  background:
    radial-gradient(circle at 90% 22%, rgba(243, 217, 137, 0.76) 0 44px, transparent 45px),
    radial-gradient(circle at 82% 68%, rgba(216, 202, 229, 0.66) 0 72px, transparent 73px),
    linear-gradient(135deg, var(--r2-primary-soft), #f8fbf8 66%, var(--r2-blue-soft));
  box-shadow: none;
}

body.reskin2-skin .public-list-hero::before {
  position: absolute;
  right: 54px;
  bottom: 38px;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 3px solid rgba(49, 92, 75, 0.18);
  border-radius: 50% 50% 44% 56%;
  color: var(--r2-primary);
  background: rgba(255, 255, 255, 0.44);
  content: "Ă˘Ââ€¦";
  font-size: 32px;
  transform: rotate(7deg);
  pointer-events: none;
}

body.reskin2-skin .public-list-hero::after {
  position: absolute;
  top: 30px;
  right: 150px;
  color: rgba(49, 92, 75, 0.22);
  content: "Ă˘Ĺ›Â¦";
  font-size: 34px;
  pointer-events: none;
}

body.reskin2-skin .public-list-hero > div {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 620px;
}

body.reskin2-skin .public-list-hero .page-title {
  max-width: 12ch;
  color: var(--r2-primary);
}

body.reskin2-skin .public-list .card-section:not(.public-list-hero) {
  border: 1px solid var(--r2-border);
  border-radius: var(--r2-radius-lg);
  background: #ffffff;
  box-shadow: none;
}

body.reskin2-skin .public-list .preference-section:nth-of-type(3) {
  border-left: 8px solid var(--r2-yellow);
  background: linear-gradient(90deg, var(--r2-yellow-soft), #ffffff 40%);
}

body.reskin2-skin .public-list .preference-section:nth-of-type(4) {
  border-left: 8px solid var(--r2-blue);
  background: linear-gradient(90deg, var(--r2-blue-soft), #ffffff 40%);
}

body.reskin2-skin .public-list .preference-section:nth-of-type(5) {
  border-left: 8px solid var(--r2-lilac);
  background: linear-gradient(90deg, var(--r2-lilac-soft), #ffffff 40%);
}

body.reskin2-skin .gift-info-strip {
  border: 1px solid rgba(49, 92, 75, 0.14);
  border-radius: var(--r2-radius);
  color: var(--r2-primary);
  background: var(--r2-primary-soft);
}

body.reskin2-skin .gift-tools,
body.reskin2-skin .sort-control {
  color: var(--r2-muted);
}

body.reskin2-skin .gift-list,
body.reskin2-skin .gift-group__list,
body.reskin2-skin .gift-group-items {
  gap: 16px;
}

body.reskin2-skin .gift-item,
body.reskin2-skin .gift-card,
body.reskin2-skin .product-card-gift {
  padding: 20px;
  border-color: var(--r2-border);
  border-radius: var(--r2-radius);
  background: #ffffff;
  box-shadow: var(--r2-shadow-sm);
}

body.reskin2-skin .gift-card__image,
body.reskin2-skin .product-card-image {
  border-radius: 14px;
  background: var(--r2-surface-soft);
}

body.reskin2-skin .gift-price,
body.reskin2-skin .product-card-price {
  color: var(--r2-primary);
  font-weight: 900;
}

body.reskin2-skin .gift-item.is-checked,
body.reskin2-skin .gift-card--reserved {
  border-color: var(--r2-border-strong);
  color: var(--r2-muted);
  background:
    repeating-linear-gradient(-45deg, rgba(49, 92, 75, 0.025) 0 8px, transparent 8px 16px),
    var(--r2-surface-soft);
  box-shadow: none;
}

body.reskin2-skin .gift-group {
  border-color: var(--r2-border);
  border-radius: var(--r2-radius-lg);
  background: var(--r2-surface-soft);
}

body.reskin2-skin .gift-group__header {
  color: var(--r2-primary);
}

body.reskin2-skin .budget-filter {
  border-color: var(--r2-border);
  border-radius: var(--r2-radius);
  background: var(--r2-surface-soft);
}

body.reskin2-skin .public-support-section,
body.reskin2-skin .public-support-card {
  border-color: rgba(232, 117, 100, 0.16);
  background: var(--r2-action-soft);
}

body.reskin2-skin .public-mobile-header {
  border-bottom-color: var(--r2-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--r2-shadow-sm);
}

body.reskin2-skin .public-mobile-share {
  color: #ffffff;
  background: var(--r2-action);
}

body.reskin2-skin .home-shell,
body.reskin2-skin .login-card,
body.reskin2-skin .recommend-header-block,
body.reskin2-skin .recommend-shell,
body.reskin2-skin .edit-card {
  padding: 32px;
}

body.reskin2-skin .home-list-row {
  background: linear-gradient(135deg, #ffffff, var(--r2-surface-soft));
}

body.reskin2-skin .home-list-row:nth-child(3n + 2) {
  background: linear-gradient(135deg, #ffffff, var(--r2-blue-soft));
}

body.reskin2-skin .home-list-row:nth-child(3n + 3) {
  background: linear-gradient(135deg, #ffffff, var(--r2-lilac-soft));
}

body.reskin2-skin .login-card {
  width: min(100%, 620px);
}

body.reskin2-skin .login-copy {
  border-radius: var(--r2-radius-lg);
  background: var(--r2-primary-soft);
}

body.reskin2-skin .login-form,
body.reskin2-skin .recommend-form,
body.reskin2-skin .recommend-results {
  border: 1px solid var(--r2-border);
  border-radius: var(--r2-radius-lg);
  background: #ffffff;
  box-shadow: none;
}

body.reskin2-skin .recommend-header-block {
  background:
    radial-gradient(circle at 90% 18%, rgba(243, 217, 137, 0.72) 0 38px, transparent 39px),
    linear-gradient(135deg, var(--r2-primary-soft), #ffffff);
}

body.reskin2-skin .recommend-tag-panel,
body.reskin2-skin .recommend-actions,
body.reskin2-skin .recommend-empty {
  border-color: var(--r2-border);
  background: var(--r2-surface-soft);
}

body.reskin2-skin .recommend-bundle:nth-child(3n + 1) {
  border-top: 6px solid var(--r2-yellow);
}

body.reskin2-skin .recommend-bundle:nth-child(3n + 2) {
  border-top: 6px solid var(--r2-blue);
}

body.reskin2-skin .recommend-bundle:nth-child(3n + 3) {
  border-top: 6px solid var(--r2-lilac);
}

body.reskin2-skin .edit-shell {
  width: min(100%, 1120px);
  margin-inline: auto;
}

body.reskin2-skin .edit-card,
body.reskin2-skin .editor-row {
  border-color: var(--r2-border);
}

body.reskin2-skin .editor-row:nth-child(even) {
  background: var(--r2-surface-soft);
}

body.reskin2-skin .empty-state,
body.reskin2-skin .error-message,
body.reskin2-skin .public-list-error {
  border-color: var(--r2-border);
  border-radius: var(--r2-radius-lg);
  background: var(--r2-surface-soft);
}

body.reskin2-skin .modal,
body.reskin2-skin .wizard-modal,
body.reskin2-skin .wizard-url-modal,
body.reskin2-skin .gift-idea-modal__panel {
  border: 1px solid var(--r2-border);
  border-radius: var(--r2-radius-lg);
  background: #ffffff;
  box-shadow: var(--r2-shadow-lg);
}

body.reskin2-skin .modal-backdrop,
body.reskin2-skin .wizard-modal-backdrop {
  background: rgba(39, 51, 46, 0.46);
  backdrop-filter: blur(4px);
}

html[data-theme="dark"] body.reskin2-skin {
  --r2-bg: #15211c;
  --r2-surface: #1d2b25;
  --r2-surface-soft: #24352e;
  --r2-ink: #f2f6f3;
  --r2-muted: #b8c5bd;
  --r2-primary: #9bc6ad;
  --r2-primary-hover: #b4d5c0;
  --r2-primary-soft: #2d4439;
  --r2-action: #ee8d7e;
  --r2-action-hover: #f3a093;
  --r2-action-soft: #4a302c;
  --r2-yellow-soft: #403a24;
  --r2-blue-soft: #263b44;
  --r2-lilac-soft: #393145;
  --r2-border: #344940;
  --r2-border-strong: #4d675b;
  --r2-shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.16);
  --r2-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  --focus-ring: rgba(238, 141, 126, 0.26);
  background:
    radial-gradient(circle at 92% 8%, rgba(243, 217, 137, 0.09) 0 92px, transparent 94px),
    linear-gradient(var(--r2-bg), var(--r2-bg));
}

html[data-theme="dark"] body.reskin2-skin.has-app-topbar .app-topbar,
html[data-theme="dark"] body.reskin2-skin.has-app-topbar .user-topbar,
html[data-theme="dark"] body.reskin2-skin .dashboard-shell .dashboard-card,
html[data-theme="dark"] body.reskin2-skin .birthday-card.public-list,
html[data-theme="dark"] body.reskin2-skin .home-shell,
html[data-theme="dark"] body.reskin2-skin .recommend-shell,
html[data-theme="dark"] body.reskin2-skin .recommend-header-block,
html[data-theme="dark"] body.reskin2-skin .login-card,
html[data-theme="dark"] body.reskin2-skin .edit-card,
html[data-theme="dark"] body.reskin2-skin .card,
html[data-theme="dark"] body.reskin2-skin .card-section,
html[data-theme="dark"] body.reskin2-skin .choice-card,
html[data-theme="dark"] body.reskin2-skin .wizard-option,
html[data-theme="dark"] body.reskin2-skin .wizard-decision-card,
html[data-theme="dark"] body.reskin2-skin .gift-item,
html[data-theme="dark"] body.reskin2-skin .gift-card,
html[data-theme="dark"] body.reskin2-skin .recommend-form,
html[data-theme="dark"] body.reskin2-skin .recommend-results,
html[data-theme="dark"] body.reskin2-skin .recommend-bundle,
html[data-theme="dark"] body.reskin2-skin .editor-row,
html[data-theme="dark"] body.reskin2-skin .modal,
html[data-theme="dark"] body.reskin2-skin .wizard-modal,
html[data-theme="dark"] body.reskin2-skin .wizard-url-modal,
html[data-theme="dark"] body.reskin2-skin .gift-idea-modal__panel {
  color: var(--r2-ink);
  border-color: var(--r2-border);
  background: var(--r2-surface);
}

html[data-theme="dark"] body.reskin2-skin .form-control,
html[data-theme="dark"] body.reskin2-skin input,
html[data-theme="dark"] body.reskin2-skin textarea,
html[data-theme="dark"] body.reskin2-skin select {
  color: var(--r2-ink);
  border-color: var(--r2-border);
  background: #17241f;
}

html[data-theme="dark"] body.reskin2-skin input::placeholder,
html[data-theme="dark"] body.reskin2-skin textarea::placeholder {
  color: #8fa096;
}

html[data-theme="dark"] body.reskin2-skin .public-list-hero,
html[data-theme="dark"] body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
html[data-theme="dark"] body.reskin2-skin[data-template] .public-list-hero {
  background:
    radial-gradient(circle at 90% 22%, rgba(243, 217, 137, 0.15) 0 44px, transparent 45px),
    linear-gradient(135deg, #294238, #1d2b25 68%, #263b44);
}

html[data-theme="dark"] body.reskin2-skin .public-list .preference-section:nth-of-type(3) {
  background: linear-gradient(90deg, var(--r2-yellow-soft), var(--r2-surface) 44%);
}

html[data-theme="dark"] body.reskin2-skin .public-list .preference-section:nth-of-type(4) {
  background: linear-gradient(90deg, var(--r2-blue-soft), var(--r2-surface) 44%);
}

html[data-theme="dark"] body.reskin2-skin .public-list .preference-section:nth-of-type(5) {
  background: linear-gradient(90deg, var(--r2-lilac-soft), var(--r2-surface) 44%);
}

html[data-theme="dark"] body.reskin2-skin .wizard-option:nth-child(n),
html[data-theme="dark"] body.reskin2-skin .home-list-row:nth-child(n),
html[data-theme="dark"] body.reskin2-skin .gift-item.is-checked,
html[data-theme="dark"] body.reskin2-skin .gift-card--reserved {
  color: var(--r2-ink);
  background: var(--r2-surface-soft);
}

html[data-theme="dark"] body.reskin2-skin .wizard-actions,
html[data-theme="dark"] body.reskin2-skin .created-link-actions,
html[data-theme="dark"] body.reskin2-skin .recommend-actions,
html[data-theme="dark"] body.reskin2-skin .edit-shell .action-row,
html[data-theme="dark"] body.reskin2-skin .public-mobile-header {
  border-color: var(--r2-border);
  background: rgba(29, 43, 37, 0.96);
}

@media (max-width: 899px) {
  body.reskin2-skin.has-app-topbar .app-topbar,
  body.reskin2-skin.has-app-topbar .user-topbar {
    width: calc(100% - 24px);
    padding-inline: 16px;
    border-radius: 20px;
  }

  body.reskin2-skin .dashboard-shell .create-list-card,
  body.reskin2-skin .birthday-card.public-list,
  body.reskin2-skin .home-shell,
  body.reskin2-skin .login-card,
  body.reskin2-skin .recommend-shell,
  body.reskin2-skin .recommend-header-block,
  body.reskin2-skin .edit-card {
    padding: 24px;
    border-radius: var(--r2-radius-lg);
  }

  body.reskin2-skin .public-list-hero {
    min-height: 220px;
    padding: 32px;
  }

  body.reskin2-skin .public-list-hero::before {
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  body.reskin2-skin::before,
  body.reskin2-skin::after {
    display: none;
  }

  body.reskin2-skin .app-page,
  body.reskin2-skin .dashboard-shell,
  body.reskin2-skin .public-list-page,
  body.reskin2-skin .home-page,
  body.reskin2-skin .login-page,
  body.reskin2-skin .recommend-page,
  body.reskin2-skin .edit-shell {
    padding: 16px 12px 48px;
  }

  body.reskin2-skin:has(.public-list-page) > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .user-topbar {
    width: 100%;
    padding-inline: 16px;
  }

  body.reskin2-skin .public-info-grid {
    overflow: hidden;
  }

  body.reskin2-skin .public-info-grid > .card-section,
  body.reskin2-skin .public-list .public-info-grid > .card-section,
  body.reskin2-skin .public-list .public-info-grid > #general-section {
    min-width: 0;
    padding: 16px;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  body.reskin2-skin .public-info-grid > .card-section * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  body.reskin2-skin .dashboard-shell .dashboard-card,
  body.reskin2-skin .birthday-card.public-list,
  body.reskin2-skin .home-shell,
  body.reskin2-skin .login-card,
  body.reskin2-skin .recommend-shell,
  body.reskin2-skin .recommend-header-block,
  body.reskin2-skin .edit-card {
    padding: 16px;
    border-radius: 20px;
  }

  body.reskin2-skin .dashboard-shell .create-list-card {
    padding: 8px 0 88px;
  }

  body.reskin2-skin .dashboard-shell .wizard-brand-header::after {
    display: none;
  }

  body.reskin2-skin .dashboard-shell .wizard-brand-header .dino-badge {
    width: 52px;
    height: 52px;
  }

  body.reskin2-skin .page-title {
    font-size: clamp(34px, 12vw, 48px);
  }

  body.reskin2-skin .wizard-progress {
    gap: 4px;
    padding: 4px;
  }

  body.reskin2-skin .wizard-dot,
  body.reskin2-skin .dashboard-shell .wizard-dot {
    min-width: 44px;
    padding-inline: 8px;
  }

  body.reskin2-skin .wizard-step {
    padding: 24px 0;
  }

  body.reskin2-skin .wizard-actions {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--r2-border);
    box-shadow: 0 -8px 24px rgba(39, 51, 46, 0.08);
  }

  body.reskin2-skin .wizard-actions .primary-button,
  body.reskin2-skin .wizard-actions .secondary-button,
  body.reskin2-skin .recommend-actions .primary-button,
  body.reskin2-skin .created-link-actions .primary-button,
  body.reskin2-skin .created-link-actions .secondary-button {
    width: 100%;
  }

  body.reskin2-skin .public-list-hero,
  body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
  body.reskin2-skin[data-template] .public-list-hero {
    display: block !important;
    min-height: 210px;
    padding: 32px 24px 88px;
  }

  body.reskin2-skin .public-list-hero > div,
  body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero > div,
  body.reskin2-skin[data-template] .public-list-hero > div {
    width: auto !important;
    max-width: none !important;
  }

  body.reskin2-skin:has(.public-list-page) > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .user-topbar {
    display: none;
  }

  body.reskin2-skin .public-list-hero::after {
    display: none;
  }

  body.reskin2-skin .public-list-hero::before {
    right: 20px;
    bottom: 18px;
  }

  body.reskin2-skin .gift-item,
  body.reskin2-skin .gift-card,
  body.reskin2-skin .product-card-gift {
    padding: 16px;
  }

  body.reskin2-skin .gift-item .gift-button,
  body.reskin2-skin .gift-card .gift-button,
  body.reskin2-skin .gift-item .reserve-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.reskin2-skin *,
  body.reskin2-skin *::before,
  body.reskin2-skin *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Exact public-list fidelity pass based on the approved watercolor concept. */
body.reskin2-skin:has(.public-list-page),
html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) {
  --r2-concept-paper: #fcfaf5;
  --r2-concept-ink: #113f32;
  --r2-concept-body: #23352f;
  --r2-concept-line: #e8e2d7;
  --r2-concept-coral: #ff654f;
  --r2-concept-coral-hover: #ef5542;
  --r2-concept-sage: #e8f0e4;
  min-height: 100vh;
  color: var(--r2-concept-body);
  background: #f4f0e8;
}

body.reskin2-skin:has(.public-list-page)::before,
body.reskin2-skin:has(.public-list-page)::after {
  display: none;
}

body.reskin2-skin:has(.public-list-page) > .app-topbar,
body.reskin2-skin:has(.public-list-page) > .user-topbar,
html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .app-topbar,
html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .user-topbar {
  position: relative;
  z-index: 4;
  top: 0;
  width: min(calc(100% - 32px), 1104px);
  min-height: 72px;
  margin: 12px auto -84px;
  padding: 0 90px;
  border: 0;
  border-radius: 0;
  color: var(--r2-concept-ink);
  background: transparent !important;
  box-shadow: none;
  backdrop-filter: none;
}

body.reskin2-skin:has(.public-list-page) > .app-topbar .topbar-actions,
body.reskin2-skin:has(.public-list-page) > .user-topbar .topbar-actions,
body.reskin2-skin:has(.public-list-page) > .app-topbar .topbar-menu-toggle,
body.reskin2-skin:has(.public-list-page) > .user-topbar .topbar-menu-toggle {
  display: none;
}

body.reskin2-skin:has(.public-list-page) > .app-topbar .topbar-brand .dino-badge,
body.reskin2-skin:has(.public-list-page) > .user-topbar .topbar-brand .dino-badge {
  display: none;
}

body.reskin2-skin:has(.public-list-page) > .app-topbar .topbar-brand,
body.reskin2-skin:has(.public-list-page) > .user-topbar .topbar-brand,
html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .app-topbar .topbar-brand,
html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .user-topbar .topbar-brand {
  color: var(--r2-concept-ink);
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.reskin2-skin:has(.public-list-page) > .app-topbar .topbar-brand::after,
body.reskin2-skin:has(.public-list-page) > .user-topbar .topbar-brand::after {
  display: inline-block;
  margin-left: 4px;
  color: #78936c;
  content: "Ă˘ĹĄÂ§";
  font-size: 20px;
  transform: rotate(-18deg);
}

body.reskin2-skin .public-list-page {
  padding: 12px 16px 24px !important;
}

body.reskin2-skin:has(.public-list-page) > .app-topbar .topbar-brand::after,
body.reskin2-skin:has(.public-list-page) > .user-topbar .topbar-brand::after {
  content: none;
}

body.reskin2-skin .public-list-hero .page-title::after,
body.reskin2-skin .public-list-hero::before,
body.reskin2-skin .public-list-hero::after,
body.reskin2-skin .public-info-grid > .card-section::after,
body.reskin2-skin .product-card__actions .reserved-unavailable-button::before {
  content: none !important;
}

body.reskin2-skin .public-info-icon::before,
body.reskin2-skin #general-section .public-info-icon::before,
body.reskin2-skin #important-section .public-info-icon::before,
body.reskin2-skin #likes-section .public-info-icon::before,
body.reskin2-skin #dislikes-section .public-info-icon::before {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #bed0b5;
  content: "" !important;
}

body.reskin2-skin .birthday-card.public-list,
html[data-theme="dark"] body.reskin2-skin .birthday-card.public-list {
  position: relative;
  width: min(calc(100% - 32px), 1104px) !important;
  max-width: 1104px !important;
  min-height: calc(100vh - 24px);
  margin: 0 auto;
  padding: 90px 90px 28px;
  overflow: hidden;
  color: var(--r2-concept-body);
  border: 1px solid #e3ded3;
  border-radius: 12px;
  background:
    radial-gradient(circle at 7% 8%, rgba(220, 173, 75, 0.84) 0 3px, transparent 4px),
    radial-gradient(circle at 4% 13%, rgba(126, 151, 108, 0.62) 0 3px, transparent 4px),
    radial-gradient(circle at 8% 16%, rgba(102, 130, 158, 0.55) 0 3px, transparent 4px),
    radial-gradient(circle at 96% 10%, rgba(222, 170, 66, 0.82) 0 6px, transparent 7px),
    radial-gradient(circle at 94% 14%, rgba(118, 121, 163, 0.52) 0 3px, transparent 4px),
    radial-gradient(circle at 97% 20%, rgba(211, 101, 63, 0.67) 0 3px, transparent 4px),
    var(--r2-concept-paper) !important;
  box-shadow: 0 8px 28px rgba(57, 48, 36, 0.12);
}

body.reskin2-skin .public-list .card-section:not(.public-list-hero),
html[data-theme="dark"] body.reskin2-skin .public-list .card-section:not(.public-list-hero) {
  color: var(--r2-concept-body);
}

body.reskin2-skin .public-list-hero,
body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
body.reskin2-skin[data-template] .public-list-hero,
html[data-theme="dark"] body.reskin2-skin .public-list-hero,
html[data-theme="dark"] body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
html[data-theme="dark"] body.reskin2-skin[data-template] .public-list-hero {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) minmax(120px, 170px);
  align-items: center;
  min-height: 190px !important;
  margin: 0 0 20px;
  padding: 0 !important;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 24px !important;
}

body.reskin2-skin .public-list-hero::before,
body.reskin2-skin .public-list-hero::after {
  display: none;
}

body.reskin2-skin .public-list-hero > div,
body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero > div,
body.reskin2-skin[data-template] .public-list-hero > div {
  width: auto;
  max-width: none;
  text-align: center;
  transform: translateY(-18px);
}

body.reskin2-skin .public-list-hero .page-title,
html[data-theme="dark"] body.reskin2-skin .public-list-hero .page-title {
  max-width: none;
  margin: 0;
  color: var(--r2-concept-ink);
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

body.reskin2-skin .public-list-hero .page-title::after {
  display: inline-block;
  margin-left: 12px;
  color: #e7ad3d;
  content: "Ă˘Ââ€¦";
  font-size: 26px;
  vertical-align: 0.55em;
}

body.reskin2-skin .public-list-hero .helper-text,
html[data-theme="dark"] body.reskin2-skin .public-list-hero .helper-text {
  margin: 18px 0 0;
  color: #24352f;
  font-size: 18px;
  line-height: 1.45;
}

body.reskin2-skin .reskin2-hero-art {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

body.reskin2-skin .reskin2-hero-art--dino {
  background-image: url("/assets/reskin2/wizard-art/hero-dino.png");
  justify-self: end;
}

body.reskin2-skin .reskin2-hero-art--gifts {
  align-self: center;
  justify-self: start;
  max-width: 170px;
  height: 130px;
  background-image: url("/assets/reskin2/wizard-art/filler-gifts.png");
  background-position: center;
  transform: none;
}

body.reskin2-skin .public-info-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 16px;
  margin: 48px 0 32px;
}

body.reskin2-skin .public-info-grid::before {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  color: var(--r2-concept-ink);
  content: "Koristne informacije";
  font-size: 22px;
  font-weight: 900;
}

body.reskin2-skin .public-info-grid > .card-section,
body.reskin2-skin .public-list .public-info-grid > .card-section,
body.reskin2-skin .public-list .public-info-grid > #general-section,
html[data-theme="dark"] body.reskin2-skin .public-list .public-info-grid > .card-section {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  align-content: center;
  height: 100%;
  min-height: 112px;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--r2-concept-line);
  border-left-width: 1px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(57, 48, 36, 0.08);
}

body.reskin2-skin .public-info-grid > .card-section[hidden] {
  display: none;
}

body.reskin2-skin .public-info-icon {
  grid-row: 1 / 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--r2-concept-ink);
  background: #edf3e9;
  font-size: 23px;
}

body.reskin2-skin .public-info-icon i,
body.reskin2-skin .public-info-icon svg {
  display: none;
}

body.reskin2-skin .public-info-icon::before {
  color: var(--r2-concept-ink);
  content: "Ă˘â€“Â§";
  font-size: 24px;
  line-height: 1;
}

body.reskin2-skin #general-section .public-info-icon::before {
  content: "Ă˘â€“Â¦";
}

body.reskin2-skin #important-section .public-info-icon::before {
  content: "Ă˘Ĺ›â€“";
}

body.reskin2-skin #likes-section .public-info-icon::before {
  content: "Ă˘â„˘Â§";
}

body.reskin2-skin #dislikes-section .public-info-icon::before {
  content: "Ă˘â‚¬â€ť";
}

body.reskin2-skin .public-info-grid .section-title {
  margin: 0;
  color: #172f28;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

body.reskin2-skin .public-info-grid p,
body.reskin2-skin .public-info-grid .general-message-list {
  grid-column: 2;
  margin: 2px 0 0;
  color: #2f3e39;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.reskin2-skin .public-info-grid .general-message-list p {
  margin: 0;
}

body.reskin2-skin .public-info-grid .general-message-list {
  display: block !important;
  justify-self: stretch;
  text-align: left;
}

body.reskin2-skin #general-section .general-message-list {
  max-width: 150px;
}

body.reskin2-skin #gift-section,
body.reskin2-skin .public-list #gift-section,
html[data-theme="dark"] body.reskin2-skin .public-list #gift-section {
  margin: 0;
  padding: 0;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin #gift-section .section-heading {
  min-height: 26px;
  margin-bottom: 4px;
}

body.reskin2-skin #gift-section .section-title,
html[data-theme="dark"] body.reskin2-skin #gift-section .section-title {
  color: var(--r2-concept-ink);
  font-family: inherit;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

body.reskin2-skin #gift-section .section-subtitle,
body.reskin2-skin #gift-section .gift-tools,
body.reskin2-skin #gift-section .gift-info-strip,
body.reskin2-skin #gift-section .budget-filter,
body.reskin2-skin #gift-section .sync-status {
  display: none !important;
}

body.reskin2-skin .gift-list,
body.reskin2-skin .gift-group__list,
body.reskin2-skin .gift-group-items {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: column;
  width: 100%;
  gap: 7px;
}

body.reskin2-skin .gift-item.product-card-gift,
body.reskin2-skin .gift-item.product-card-gift.reskin2-product-row,
html[data-theme="dark"] body.reskin2-skin .gift-item.product-card-gift {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  grid-template-rows: 82px !important;
  align-items: center !important;
  gap: 0 !important;
  min-height: 92px;
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  color: var(--r2-concept-body);
  border: 1px solid var(--r2-concept-line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(57, 48, 36, 0.07);
}

body.reskin2-skin .gift-item.product-card-gift:hover {
  border-color: #d9d0c3;
  box-shadow: 0 6px 16px rgba(57, 48, 36, 0.10);
  transform: none;
}

body.reskin2-skin .gift-item.product-card-gift .product-card__media {
  width: 185px;
  height: 82px;
  overflow: hidden;
  border-radius: 7px;
  background: #f6f2eb;
  outline: 0;
}

body.reskin2-skin .gift-item.product-card-gift .product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  background: transparent;
}

body.reskin2-skin .gift-item.product-card-gift .product-card__image[src*="/assets/reskin2/wizard-art/"] {
  object-fit: contain;
  padding: 8px;
  background: transparent;
}

body.reskin2-skin .gift-item.product-card-gift .product-card__body {
  display: flex !important;
  align-items: center;
  gap: 16px;
  min-width: 0;
  height: 82px;
  padding: 4px 20px;
}

body.reskin2-skin .product-card__copy {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

body.reskin2-skin .product-card__title,
html[data-theme="dark"] body.reskin2-skin .product-card__title {
  margin: 0;
  min-height: 0;
  color: #152b25;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

body.reskin2-skin .product-card__description {
  margin: 8px 0 0;
  color: #456058;
  font-size: 13px;
  line-height: 1.35;
}

body.reskin2-skin .product-card__purchase {
  flex: 0 0 350px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body.reskin2-skin .product-card__price,
html[data-theme="dark"] body.reskin2-skin .product-card__price {
  color: #203730;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

body.reskin2-skin .product-card__actions {
  display: grid;
  grid-template-columns: minmax(76px, 1fr) 155px;
  align-items: center;
  gap: 14px;
}

body.reskin2-skin .product-card__actions .gift-link {
  min-height: 32px;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  color: #1f5949;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  white-space: nowrap;
}

body.reskin2-skin .product-card__actions .gift-link::after {
  content: " Ă˘â€ â€”";
  text-decoration: none;
}

body.reskin2-skin .product-card__actions .reserve-button,
body.reskin2-skin .product-card__actions .reserved-unavailable-button {
  width: 155px;
  min-height: 48px;
  padding: 10px 16px;
  border: 0;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

body.reskin2-skin .product-card__actions .reserve-button {
  color: #ffffff;
  background: var(--r2-concept-coral);
  box-shadow: 0 7px 14px rgba(255, 101, 79, 0.18);
}

body.reskin2-skin .product-card__actions .reserve-button:hover {
  background: var(--r2-concept-coral-hover);
  transform: translateY(-1px);
}

body.reskin2-skin .gift-item.is-checked,
body.reskin2-skin .gift-card--reserved,
html[data-theme="dark"] body.reskin2-skin .gift-item.is-checked {
  color: var(--r2-concept-body);
  border-color: var(--r2-concept-line);
  background: #ffffff;
}

body.reskin2-skin .product-card__actions .reserved-unavailable-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #173d32;
  background: var(--r2-concept-sage);
  opacity: 1;
}

body.reskin2-skin .public-info-icon i,
body.reskin2-skin .public-info-icon svg {
  display: inline-block;
  width: 22px;
  height: 22px;
}

body.reskin2-skin .public-info-icon::before {
  content: none !important;
}

body.reskin2-skin .product-card__purchase {
  grid-template-columns: 155px 180px;
  grid-template-rows: auto auto;
  gap: 4px 15px;
}

body.reskin2-skin .product-card__price {
  grid-column: 1;
  grid-row: 1;
}

body.reskin2-skin .product-card__actions {
  display: contents;
}

body.reskin2-skin .product-card__actions .gift-link {
  grid-column: 1;
  grid-row: 2;
  justify-content: flex-start;
}

body.reskin2-skin .product-card__actions .reserve-button,
body.reskin2-skin .product-card__actions .reserved-unavailable-button {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 180px;
}

body.reskin2-skin .product-card__actions .reserved-unavailable-button i,
body.reskin2-skin .product-card__actions .reserved-unavailable-button svg {
  display: none;
}

body.reskin2-skin .product-card__actions .reserved-unavailable-button::before {
  content: "Ă˘Ĺ›â€ś";
  font-size: 20px;
  line-height: 1;
}

body.reskin2-skin #infinite-section {
  margin-top: 28px;
}

body.reskin2-skin .reskin2-page-art {
  position: absolute;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

body.reskin2-skin .reskin2-page-art--left {
  top: 140px;
  left: -4px;
  width: 92px;
  height: 190px;
  background-image: url("/assets/reskin2/wizard-art/filler-gifts.png");
}

body.reskin2-skin .reskin2-page-art--bottom {
  bottom: -8px;
  left: -4px;
  width: 104px;
  height: 230px;
  background-image: url("/assets/reskin2/wizard-art/filler-gifts.png");
}

body.reskin2-skin .reskin2-page-art--dino {
  right: -3px;
  bottom: 22px;
  width: 110px;
  height: 175px;
  background-image: url("/assets/reskin2/wizard-art/hero-dino.png");
}

body.reskin2-skin .birthday-card.public-list::after {
  position: absolute;
  top: -2px;
  right: 36px;
  left: auto !important;
  z-index: 2;
  width: 160px;
  height: 124px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") center / contain no-repeat;
  content: "" !important;
  pointer-events: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  body.reskin2-skin:has(.public-list-page) > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .user-topbar,
  html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .app-topbar,
  html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .user-topbar {
    padding-right: 64px;
    padding-left: 64px;
  }

  body.reskin2-skin .birthday-card.public-list,
  html[data-theme="dark"] body.reskin2-skin .birthday-card.public-list {
    padding: 90px 64px 28px;
  }

  body.reskin2-skin .public-list-hero,
  body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
  body.reskin2-skin[data-template] .public-list-hero,
  html[data-theme="dark"] body.reskin2-skin .public-list-hero,
  html[data-theme="dark"] body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
  html[data-theme="dark"] body.reskin2-skin[data-template] .public-list-hero {
    grid-template-columns: 170px minmax(0, 1fr) 130px;
  }

  body.reskin2-skin .public-list-hero .page-title,
  html[data-theme="dark"] body.reskin2-skin .public-list-hero .page-title {
    font-size: clamp(38px, 4vw, 48px);
  }

  body.reskin2-skin .public-info-grid {
    gap: 16px;
  }

  body.reskin2-skin .public-info-grid > .card-section,
  body.reskin2-skin .public-list .public-info-grid > .card-section,
  body.reskin2-skin .public-list .public-info-grid > #general-section,
  html[data-theme="dark"] body.reskin2-skin .public-list .public-info-grid > .card-section {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 12px;
    padding: 16px;
  }

  body.reskin2-skin .public-info-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  body.reskin2-skin .public-info-grid p,
  body.reskin2-skin .public-info-grid .general-message-list {
    font-size: 12px;
    line-height: 1.25;
  }

  body.reskin2-skin #general-section .general-message-list {
    max-width: none;
  }

  body.reskin2-skin .gift-item.product-card-gift,
  body.reskin2-skin .gift-item.product-card-gift.reskin2-product-row,
  html[data-theme="dark"] body.reskin2-skin .gift-item.product-card-gift {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  body.reskin2-skin .gift-item.product-card-gift .product-card__media {
    width: 150px;
  }

  body.reskin2-skin .gift-item.product-card-gift .product-card__body {
    gap: 12px;
    padding-right: 12px;
    padding-left: 14px;
  }

  body.reskin2-skin .product-card__purchase {
    flex-basis: 300px;
    grid-template-columns: 120px 164px;
    gap: 4px 16px;
  }

  body.reskin2-skin .product-card__actions .reserve-button,
  body.reskin2-skin .product-card__actions .reserved-unavailable-button {
    width: 164px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::after {
    content: none !important;
  }
}

@media (max-width: 899px) {
  body.reskin2-skin:has(.public-list-page) > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .user-topbar {
    display: none;
  }

  body.reskin2-skin .public-list-page {
    padding: 0 !important;
  }

  body.reskin2-skin .birthday-card.public-list,
  html[data-theme="dark"] body.reskin2-skin .birthday-card.public-list {
    width: 100%;
    min-height: 100vh;
    padding: 32px 16px 48px;
    border: 0;
    border-radius: 0;
    background: var(--r2-concept-paper) !important;
    box-shadow: none;
  }

  body.reskin2-skin .birthday-card.public-list::after {
    top: 48px;
    right: 0;
    width: 110px;
    height: 90px;
    opacity: 1 !important;
    transform: none !important;
  }

  body.reskin2-skin .public-mobile-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    min-height: 64px;
    padding: 0 18px;
    color: var(--r2-concept-ink);
    border: 0;
    background: rgba(252, 250, 245, 0.96);
    box-shadow: none;
    backdrop-filter: blur(12px);
  }

  body.reskin2-skin .public-mobile-header .topbar-brand {
    color: var(--r2-concept-ink);
    font-size: 26px;
    font-weight: 900;
  }

  body.reskin2-skin .public-mobile-share {
    display: none;
  }

  body.reskin2-skin .public-mobile-menu summary {
    color: var(--r2-concept-ink);
    border: 0;
    background: transparent;
    font-size: 22px;
  }

  body.reskin2-skin .public-mobile-menu summary .fa-ellipsis-vertical {
    display: none;
  }

  body.reskin2-skin .public-mobile-menu summary .reskin2-menu-icon {
    display: inline-block;
  }

  body.reskin2-skin .public-list-hero,
  body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero,
  body.reskin2-skin[data-template] .public-list-hero {
    display: flex !important;
    min-height: 0;
    flex-direction: column;
    margin: 20px 0 8px;
    padding: 0;
  }

  body.reskin2-skin .reskin2-hero-art--dino {
    order: 0;
    width: 170px;
    height: 135px;
    margin: 0 auto 12px;
  }

  body.reskin2-skin .public-list-hero > div,
  body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero > div,
  body.reskin2-skin[data-template] .public-list-hero > div {
    order: 1;
    width: 100% !important;
    max-width: none !important;
    transform: none;
  }

  body.reskin2-skin .reskin2-hero-art--gifts {
    display: none;
  }

  body.reskin2-skin .public-list-hero .page-title {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.08;
    white-space: normal;
  }

  body.reskin2-skin .public-list-hero .page-title::after {
    margin-left: 6px;
    font-size: 17px;
  }

  body.reskin2-skin .public-list-hero .helper-text {
    margin-top: 4px;
    font-size: 14px;
  }

  body.reskin2-skin .public-info-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 32px 0 12px;
    border: 1px solid var(--r2-concept-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(57, 48, 36, 0.07);
  }

  body.reskin2-skin .public-info-grid::before {
    bottom: calc(100% + 12px);
    font-size: 19px;
  }

  body.reskin2-skin .public-info-grid > .card-section,
  body.reskin2-skin .public-list .public-info-grid > .card-section,
  body.reskin2-skin .public-list .public-info-grid > #general-section {
    position: relative;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    box-sizing: border-box;
    height: auto;
    min-height: 66px;
    row-gap: 2px;
    padding: 8px 16px;
    border: 0;
    border-bottom: 1px solid var(--r2-concept-line);
    border-radius: 0;
    box-shadow: none;
  }

  body.reskin2-skin .public-info-grid > .card-section:last-child {
    border-bottom: 0;
  }

  body.reskin2-skin .public-info-grid > .card-section::after {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    color: var(--r2-concept-ink);
    content: "Ă˘â‚¬Ĺź";
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
  }

  body.reskin2-skin .public-info-icon {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  body.reskin2-skin .public-info-grid p,
  body.reskin2-skin .public-info-grid .general-message-list {
    font-size: 12px;
    line-height: 1.25;
  }

  body.reskin2-skin #general-section .general-message-list {
    max-width: none;
  }

  body.reskin2-skin #gift-section {
    margin-top: 0;
  }

  body.reskin2-skin .gift-item.product-card-gift,
  body.reskin2-skin .gift-item.product-card-gift.reskin2-product-row {
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: minmax(134px, auto) !important;
    min-height: 144px;
    padding: 5px;
  }

  body.reskin2-skin .gift-item.product-card-gift .product-card__media {
    width: 116px;
    height: 116px;
  }

  body.reskin2-skin .gift-item.product-card-gift .product-card__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    height: auto;
    min-height: 134px;
    padding: 5px 6px 4px 12px;
  }

  body.reskin2-skin .product-card__title {
    font-size: 14px;
  }

  body.reskin2-skin .product-card__description {
    display: none;
  }

  body.reskin2-skin .product-card__purchase {
    flex: 0 0 auto;
    width: 100%;
    display: block;
  }

  body.reskin2-skin .product-card__price {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
  }

  body.reskin2-skin .product-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  body.reskin2-skin .product-card__actions .gift-link {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
    min-height: 24px;
    padding: 0;
    font-size: 12px;
  }

  body.reskin2-skin .product-card__actions .reserve-button,
  body.reskin2-skin .product-card__actions .reserved-unavailable-button {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-height: 44px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
  }

  body.reskin2-skin .reskin2-page-art--left,
  body.reskin2-skin .reskin2-page-art--bottom,
  body.reskin2-skin .reskin2-page-art--dino {
    display: none;
  }
}

html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) {
  --r2-concept-paper: #1f2b26;
  --r2-concept-ink: #edf5ef;
  --r2-concept-body: #d7e3dc;
  --r2-concept-line: #425149;
  --r2-concept-sage: #33463c;
  background: #151d19;
}

html[data-theme="dark"] body.reskin2-skin .birthday-card.public-list {
  color: var(--r2-concept-body);
  border-color: #36443d;
  background:
    radial-gradient(circle at 7% 8%, rgba(220, 173, 75, 0.68) 0 3px, transparent 4px),
    radial-gradient(circle at 4% 13%, rgba(126, 151, 108, 0.56) 0 3px, transparent 4px),
    radial-gradient(circle at 8% 16%, rgba(130, 157, 184, 0.54) 0 3px, transparent 4px),
    radial-gradient(circle at 96% 10%, rgba(222, 170, 66, 0.70) 0 6px, transparent 7px),
    radial-gradient(circle at 94% 14%, rgba(159, 157, 199, 0.48) 0 3px, transparent 4px),
    radial-gradient(circle at 97% 20%, rgba(221, 122, 88, 0.62) 0 3px, transparent 4px),
    var(--r2-concept-paper) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] body.reskin2-skin .public-list-hero .helper-text,
html[data-theme="dark"] body.reskin2-skin .public-info-grid p,
html[data-theme="dark"] body.reskin2-skin .public-info-grid .general-message-list,
html[data-theme="dark"] body.reskin2-skin .product-card__description {
  color: #c5d2ca;
}

html[data-theme="dark"] body.reskin2-skin .public-info-grid > .card-section {
  color: var(--r2-concept-body);
  border-color: var(--r2-concept-line);
  background: #26342e !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] body.reskin2-skin .public-info-grid .section-title,
html[data-theme="dark"] body.reskin2-skin .product-card__title,
html[data-theme="dark"] body.reskin2-skin .product-card__price {
  color: var(--r2-concept-ink);
}

html[data-theme="dark"] body.reskin2-skin .public-info-icon {
  color: #cbe5d7;
  background: #34473e;
}

html[data-theme="dark"] body.reskin2-skin .gift-item.product-card-gift {
  color: var(--r2-concept-body);
  border-color: var(--r2-concept-line);
  background: #26342e !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] body.reskin2-skin .gift-item.product-card-gift .product-card__media {
  background: #202c27;
}

html[data-theme="dark"] body.reskin2-skin .product-card__actions .gift-link {
  color: #a8ddc5;
}

html[data-theme="dark"] body.reskin2-skin .gift-item.is-checked,
html[data-theme="dark"] body.reskin2-skin .gift-card--reserved {
  background: #26342e !important;
}

html[data-theme="dark"] body.reskin2-skin .product-card__actions .reserved-unavailable-button {
  color: #e2f0e8;
  background: #34473e;
}

@media (max-width: 899px) {
  html[data-theme="dark"] body.reskin2-skin .public-mobile-header {
    color: var(--r2-concept-ink);
    background: rgba(31, 43, 38, 0.96);
  }

  html[data-theme="dark"] body.reskin2-skin .birthday-card.public-list {
    background: var(--r2-concept-paper) !important;
  }

  html[data-theme="dark"] body.reskin2-skin .public-info-grid {
    border-color: var(--r2-concept-line);
    background: #26342e;
  }
}

/* Reskin2 application shell: carry the public watercolor concept through the wizard. */
body.reskin2-skin.dashboard-page {
  --r2-concept-paper: #fcfaf5;
  --r2-wizard-line: #e6dfd4;
  --r2-wizard-sage: #eaf1e7;
  --r2-wizard-coral: #f26552;
  background: #f3efe8;
}

body.reskin2-skin.dashboard-page::before,
body.reskin2-skin.dashboard-page::after {
  display: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell {
  padding: 12px 16px 48px;
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
  position: relative;
  width: min(calc(100% - 32px), 1104px);
  max-width: 1104px;
  min-height: calc(100vh - 24px);
  overflow: hidden;
  border: 1px solid #e3ded3;
  border-radius: 12px;
  background: var(--r2-concept-paper);
  box-shadow: 0 8px 28px rgba(57, 48, 36, 0.12);
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::before {
  position: absolute;
  z-index: 0;
  top: 18px;
  right: 34px;
  width: 74px;
  height: 150px;
  background: url("/assets/reskin2/wizard-art/filler-balloon-v45.png") center / contain no-repeat;
  content: "";
  opacity: 0.8;
  pointer-events: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::after {
  position: absolute;
  z-index: 0;
  bottom: 22px;
  left: 18px;
  width: 70px;
  height: 150px;
  background: url("/assets/reskin2/wizard-art/filler-sprig.png") center / contain no-repeat;
  content: "";
  opacity: 0.78;
  pointer-events: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
  position: relative;
  z-index: 1;
  padding: 56px 64px 40px;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  max-width: none;
  min-height: 76px;
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--r2-wizard-line);
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header .dino-badge,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header::after {
  display: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-name {
  margin: 0 0 4px;
  color: #123d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header .page-title {
  max-width: 700px;
  margin: 0;
  color: #123d32;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

body.reskin2-skin.dashboard-page .wizard-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.reskin2-skin.dashboard-page .wizard-progress::before {
  top: 19px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: #d8e1d5;
}

body.reskin2-skin.dashboard-page .wizard-dot,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(80px, 1fr);
  grid-template-rows: 40px auto;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  padding: 0 4px;
  overflow: visible;
  border-radius: 0;
  color: #6b766f;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
}

body.reskin2-skin.dashboard-page .wizard-dot::before {
  position: static;
  display: grid;
  justify-self: center;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid #d8e1d5;
  border-radius: 50%;
  color: #4f685f;
  background: var(--r2-concept-paper);
  content: attr(data-step-number);
  font-size: 14px;
  font-weight: 900;
}

body.reskin2-skin.dashboard-page .wizard-dot::after {
  align-self: start;
  margin-top: 8px;
  content: attr(data-step-label);
  font-size: 12px;
  font-weight: 800;
  white-space: normal;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active,
body.reskin2-skin.dashboard-page .wizard-dot.is-current,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-active,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-current {
  color: #123d32;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active::before,
body.reskin2-skin.dashboard-page .wizard-dot.is-current::before {
  border-color: #315c4b;
  color: #ffffff;
  background: #315c4b;
  box-shadow: 0 5px 14px rgba(49, 92, 75, 0.18);
}

body.reskin2-skin .reskin2-wizard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 48px;
}

body.reskin2-skin .reskin2-wizard-main {
  min-width: 0;
}

body.reskin2-skin.dashboard-page .wizard-step {
  min-height: 430px;
  padding: 8px 0 24px;
}

body.reskin2-skin.dashboard-page .wizard-step > .section-title,
body.reskin2-skin.dashboard-page .wizard-step-intro h2 {
  max-width: 620px;
  margin: 0 0 8px;
  color: #123d32;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
}

body.reskin2-skin.dashboard-page .wizard-step > .helper-text,
body.reskin2-skin.dashboard-page .wizard-step-intro p {
  max-width: 620px;
  margin: 0 0 24px;
  color: #52655e;
  font-size: 16px;
  line-height: 1.55;
}

body.reskin2-skin.dashboard-page .wizard-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

body.reskin2-skin.dashboard-page .wizard-option,
body.reskin2-skin.dashboard-page .wizard-option:nth-child(n) {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 76px;
  padding: 18px 20px 18px 54px;
  overflow: hidden;
  border: 1px solid var(--r2-wizard-line);
  border-radius: 14px;
  color: #193b32;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(57, 48, 36, 0.06);
  text-align: left;
}

body.reskin2-skin.dashboard-page .wizard-option::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #b8c9bd;
  border-radius: 50%;
  background: #f7faf5;
  content: "";
  transform: translateY(-50%);
}

body.reskin2-skin.dashboard-page .wizard-option input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

body.reskin2-skin.dashboard-page .wizard-option:has(input:checked) {
  border-color: #6e927d;
  background: var(--r2-wizard-sage);
  box-shadow: 0 0 0 3px rgba(49, 92, 75, 0.10);
}

body.reskin2-skin.dashboard-page .wizard-option:has(input:checked)::before {
  border: 6px solid #315c4b;
  background: #ffffff;
}

body.reskin2-skin.dashboard-page .wizard-option .choice-card__title {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

body.reskin2-skin.dashboard-page .wizard-more-occasions {
  padding-left: 20px;
}

body.reskin2-skin.dashboard-page .wizard-more-occasions::before {
  display: none;
}

body.reskin2-skin.dashboard-page .wizard-context-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

body.reskin2-skin.dashboard-page .wizard-context-fields .field-label,
body.reskin2-skin.dashboard-page .wizard-size-grid .field-label,
body.reskin2-skin.dashboard-page .wizard-optional-grid .field-label,
body.reskin2-skin.dashboard-page .wizard-gift-url-entry {
  padding: 0;
  border: 0;
  background: transparent;
}

body.reskin2-skin.dashboard-page .field-label {
  color: #23473d;
  font-size: 14px;
  font-weight: 900;
}

body.reskin2-skin.dashboard-page .form-control,
body.reskin2-skin.dashboard-page input,
body.reskin2-skin.dashboard-page textarea,
body.reskin2-skin.dashboard-page select {
  border-color: #ddd7cc;
  border-radius: 10px;
  background: #ffffff;
  font-size: 16px;
}

body.reskin2-skin.dashboard-page .wizard-size-grid,
body.reskin2-skin.dashboard-page .wizard-optional-grid {
  gap: 16px;
}

body.reskin2-skin.dashboard-page .wizard-decision-actions {
  grid-template-columns: 1fr;
  gap: 12px;
}

body.reskin2-skin.dashboard-page .wizard-decision-card {
  min-height: 112px;
  border-radius: 14px;
  background: #ffffff;
}

body.reskin2-skin.dashboard-page .wizard-gift-suggestions,
body.reskin2-skin.dashboard-page .wizard-template-panel,
body.reskin2-skin.dashboard-page .wizard-gift-display-controls,
body.reskin2-skin.dashboard-page .wizard-preview-price-toggle,
body.reskin2-skin.dashboard-page .wizard-preview-message,
body.reskin2-skin.dashboard-page .wizard-preview-note,
body.reskin2-skin.dashboard-page .wizard-account-cta {
  border-radius: 14px;
  background: #f8f6f1;
}

body.reskin2-skin.dashboard-page .wizard-preview-card,
body.reskin2-skin.dashboard-page .created-link-card {
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(57, 48, 36, 0.07);
}

body.reskin2-skin .reskin2-wizard-companion {
  position: sticky;
  top: 112px;
  min-height: 430px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dce6da;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 14%, rgba(243, 217, 137, 0.48) 0 5px, transparent 6px),
    radial-gradient(circle at 15% 78%, rgba(184, 207, 218, 0.46) 0 4px, transparent 5px),
    #f0f5ed;
}

body.reskin2-skin .reskin2-wizard-companion-art {
  width: 100%;
  height: 190px;
  background-image:
    url("/assets/reskin2/wizard-art/filler-sprig.png"),
    url("/assets/reskin2/wizard-art/filler-gifts.png"),
    url("/assets/reskin2/wizard-art/filler-balloon-v45.png");
  background-position: 10% 60%, 50% 72%, 94% 34%;
  background-repeat: no-repeat;
  background-size: 38px auto, 116px auto, 32px auto;
}

body.reskin2-skin .reskin2-wizard-companion-copy {
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

body.reskin2-skin .reskin2-wizard-companion-copy h2 {
  margin: 0 0 10px;
  color: #123d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.15;
}

body.reskin2-skin .reskin2-wizard-companion-copy p {
  margin: 0;
  color: #4c655c;
  font-size: 14px;
  line-height: 1.55;
}

body.reskin2-skin .reskin2-wizard-companion-gifts {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 128px;
  height: 100px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") center / contain no-repeat;
  opacity: 0.72;
}

body.reskin2-skin.dashboard-page .wizard-actions {
  position: sticky;
  z-index: 5;
  bottom: 0;
  min-height: 76px;
  margin-top: 8px;
  padding: 16px 0 0;
  border-top: 1px solid var(--r2-wizard-line);
  background: linear-gradient(180deg, rgba(252, 250, 245, 0), var(--r2-concept-paper) 20%);
}

body.reskin2-skin.dashboard-page .wizard-actions #wizard-next-button {
  min-width: 230px;
  min-height: 52px;
  border-color: var(--r2-wizard-coral);
  border-radius: 10px;
  background: var(--r2-wizard-coral);
  font-size: 16px;
}

body.reskin2-skin.dashboard-page .wizard-actions #wizard-back-button {
  min-height: 52px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout {
  grid-template-columns: minmax(0, 1fr);
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-companion {
  display: none;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page {
  --r2-concept-paper: #1f2b26;
  --r2-wizard-line: #3b4d44;
  --r2-wizard-sage: #2a3d34;
  background: #151d19;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
  border-color: #34463d;
  background: var(--r2-concept-paper);
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-option,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .form-control,
html[data-theme="dark"] body.reskin2-skin.dashboard-page input,
html[data-theme="dark"] body.reskin2-skin.dashboard-page textarea,
html[data-theme="dark"] body.reskin2-skin.dashboard-page select {
  border-color: #41544b;
  color: #edf5ef;
  background: #26342e;
}

html[data-theme="dark"] body.reskin2-skin .reskin2-wizard-companion {
  border-color: #41544b;
  background: #26342e;
}

html[data-theme="dark"] body.reskin2-skin .reskin2-wizard-companion-copy h2,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-step > .section-title,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-step-intro h2,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header .page-title {
  color: #edf5ef;
}

html[data-theme="dark"] body.reskin2-skin .reskin2-wizard-companion-copy p,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-step > .helper-text,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-step-intro p {
  color: #bdccc4;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .dashboard-shell {
    padding: 0;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::before {
    right: 16px;
    width: 74px;
    height: 150px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::after {
    display: none;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    padding: 32px 16px 104px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
    min-height: 0;
    margin-bottom: 16px;
    padding: 0 0 16px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-name {
    font-size: 18px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header .page-title {
    max-width: 280px;
    font-size: 28px;
  }

  body.reskin2-skin.dashboard-page .wizard-progress {
    grid-template-columns: repeat(4, 56px);
    justify-content: space-between;
    margin-bottom: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.reskin2-skin.dashboard-page .wizard-progress::-webkit-scrollbar {
    display: none;
  }

  body.reskin2-skin.dashboard-page .wizard-progress::before {
    right: 28px;
    left: 28px;
  }

  body.reskin2-skin.dashboard-page .wizard-dot,
  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot {
    grid-template-columns: 56px;
    grid-template-rows: 36px;
    min-height: 36px;
  }

  body.reskin2-skin.dashboard-page .wizard-dot::before {
    width: 36px;
    height: 36px;
  }

  body.reskin2-skin.dashboard-page .wizard-dot::after {
    display: none;
  }

  body.reskin2-skin .reskin2-wizard-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.reskin2-skin .reskin2-wizard-companion {
    display: none;
  }

  body.reskin2-skin.dashboard-page .wizard-step {
    min-height: 0;
    padding: 8px 0 24px;
  }

  body.reskin2-skin.dashboard-page .wizard-step > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step-intro h2 {
    font-size: 28px;
  }

  body.reskin2-skin.dashboard-page .wizard-step > .helper-text,
  body.reskin2-skin.dashboard-page .wizard-step-intro p {
    margin-bottom: 20px;
    font-size: 15px;
  }

  body.reskin2-skin.dashboard-page .wizard-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  body.reskin2-skin.dashboard-page .wizard-option,
  body.reskin2-skin.dashboard-page .wizard-option:nth-child(n) {
    min-height: 72px;
    padding: 14px 10px 14px 38px;
  }

  body.reskin2-skin.dashboard-page .wizard-option::before {
    left: 12px;
    width: 18px;
    height: 18px;
  }

  body.reskin2-skin.dashboard-page .wizard-option .choice-card__title {
    font-size: 14px;
  }

  body.reskin2-skin.dashboard-page .wizard-context-fields,
  body.reskin2-skin.dashboard-page .wizard-size-grid,
  body.reskin2-skin.dashboard-page .wizard-optional-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.reskin2-skin.dashboard-page .wizard-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 84px;
    margin: 0;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--r2-wizard-line);
    background: rgba(252, 250, 245, 0.96);
    box-shadow: 0 -8px 24px rgba(57, 48, 36, 0.10);
    backdrop-filter: blur(12px);
  }

  body.reskin2-skin.dashboard-page .wizard-actions #wizard-next-button {
    min-width: 0;
    flex: 1 1 auto;
  }

  html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-actions {
    background: rgba(31, 43, 38, 0.96);
  }
}

/* Reskin2 utility screens: shared illustrated paper shell. */
body.reskin2-skin .login-page,
body.reskin2-skin .home-page {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 86px);
  margin: 0;
  padding: 12px 16px 48px;
  background: #f3efe8;
}

body.reskin2-skin .login-card {
  position: relative;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  grid-template-areas:
    "brand brand"
    "art copy"
    "art form";
  align-items: start;
  width: min(calc(100% - 32px), 1104px);
  max-width: 1104px;
  min-height: 720px;
  gap: 0 64px;
  margin: 0 auto;
  padding: 56px 64px;
  overflow: hidden;
  border: 1px solid #e3ded3;
  border-radius: 12px;
  background: var(--r2-concept-paper, #fcfaf5);
  box-shadow: 0 8px 28px rgba(57, 48, 36, 0.12);
}

body.reskin2-skin .login-card::after {
  position: absolute;
  top: -8px;
  right: 30px;
  width: 170px;
  height: 132px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") center / contain no-repeat;
  content: "";
  pointer-events: none;
}

body.reskin2-skin .login-card .subpage-brand {
  grid-area: brand;
  justify-self: start;
  margin: 0 0 48px;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 28px;
}

body.reskin2-skin .login-card .subpage-brand .dino-badge {
  display: none;
}

body.reskin2-skin .reskin2-login-art {
  position: relative;
  grid-area: art;
  align-self: stretch;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #dce6da;
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 16%, rgba(243, 217, 137, 0.58) 0 5px, transparent 6px),
    radial-gradient(circle at 84% 32%, rgba(184, 207, 218, 0.55) 0 4px, transparent 5px),
    #f0f5ed;
}

body.reskin2-skin .reskin2-login-art__dino {
  position: absolute;
  top: 42px;
  right: 20px;
  left: 20px;
  height: 300px;
  background: url("/assets/reskin2/wizard-art/hero-dino.png") center / contain no-repeat;
}

body.reskin2-skin .reskin2-login-art__gifts {
  position: absolute;
  right: -4px;
  bottom: 18px;
  width: 210px;
  height: 160px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") right bottom / contain no-repeat;
}

body.reskin2-skin .login-copy {
  grid-area: copy;
  align-self: end;
  max-width: 500px;
  margin: 24px 0 0;
}

body.reskin2-skin .login-copy h1 {
  margin: 0 0 16px;
  color: #123d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.reskin2-skin .login-copy p {
  max-width: 480px;
  margin: 0;
  color: #52655e;
  font-size: 17px;
  line-height: 1.6;
}

body.reskin2-skin .login-form {
  grid-area: form;
  align-self: start;
  max-width: 500px;
  margin-top: 32px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.reskin2-skin .login-form .field-label {
  color: #23473d;
  font-size: 14px;
  font-weight: 900;
}

body.reskin2-skin .login-form input {
  min-height: 52px;
  border-color: #ddd7cc;
  border-radius: 10px;
  font-size: 16px;
}

body.reskin2-skin .login-form .primary-button {
  min-height: 52px;
  border-radius: 10px;
  background: #f26552;
}

body.reskin2-skin .login-form .login-guest-link {
  border: 0;
  background: transparent;
}

body.reskin2-skin .home-shell {
  position: relative;
  width: min(calc(100% - 32px), 1104px);
  max-width: 1104px;
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  padding: 64px;
  overflow: hidden;
  border: 1px solid #e3ded3;
  border-radius: 12px;
  background: var(--r2-concept-paper, #fcfaf5);
  box-shadow: 0 8px 28px rgba(57, 48, 36, 0.12);
}

body.reskin2-skin .home-page__header {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-bottom: 40px;
  text-align: left;
}

body.reskin2-skin .home-page__header .page-title {
  margin: 4px 0 16px;
  color: #123d32;
  font-size: clamp(40px, 5vw, 58px);
}

body.reskin2-skin .home-page__header .helper-text {
  max-width: 600px;
  margin: 0;
  font-size: 17px;
}

body.reskin2-skin .reskin2-home-art {
  position: absolute;
  top: 26px;
  right: 44px;
  width: 280px;
  height: 210px;
  background:
    url("/assets/reskin2/wizard-art/filler-gifts.png") right bottom / 170px auto no-repeat,
    url("/assets/reskin2/wizard-art/filler-gifts.png") right top / 150px auto no-repeat;
  opacity: 0.9;
  pointer-events: none;
}

body.reskin2-skin .home-page__toolbar {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  padding: 0 0 24px;
  border-bottom: 1px solid #e6dfd4;
}

body.reskin2-skin .home-page__toolbar .primary-button {
  min-height: 52px;
  border-radius: 10px;
  background: #f26552;
}

body.reskin2-skin .home-lists {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

body.reskin2-skin .home-list-row,
body.reskin2-skin .home-list-row:nth-child(n) {
  min-height: 92px;
  padding: 20px 24px;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(57, 48, 36, 0.06);
}

body.reskin2-skin .home-list-row h2 {
  color: #123d32;
  font-size: 20px;
}

body.reskin2-skin .home-list-row__actions {
  gap: 8px;
}

body.reskin2-skin .home-list-row__actions .gift-link {
  border: 0;
  background: transparent;
  text-decoration: underline;
}

html[data-theme="dark"] body.reskin2-skin .login-page,
html[data-theme="dark"] body.reskin2-skin .home-page {
  background: #151d19;
}

html[data-theme="dark"] body.reskin2-skin .login-card,
html[data-theme="dark"] body.reskin2-skin .home-shell {
  border-color: #34463d;
  background: #1f2b26;
}

html[data-theme="dark"] body.reskin2-skin .reskin2-login-art,
html[data-theme="dark"] body.reskin2-skin .home-list-row {
  border-color: #41544b;
  background-color: #26342e;
}

html[data-theme="dark"] body.reskin2-skin .login-copy h1,
html[data-theme="dark"] body.reskin2-skin .home-page__header .page-title,
html[data-theme="dark"] body.reskin2-skin .home-list-row h2 {
  color: #edf5ef;
}

@media (max-width: 899px) {
  body.reskin2-skin .login-page,
  body.reskin2-skin .home-page {
    padding: 0;
  }

  body.reskin2-skin .login-card,
  body.reskin2-skin .home-shell {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.reskin2-skin .login-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "art"
      "copy"
      "form";
    gap: 0;
    padding: 32px 16px 48px;
  }

  body.reskin2-skin .login-card .subpage-brand {
    margin-bottom: 16px;
    font-size: 24px;
  }

  body.reskin2-skin .reskin2-login-art {
    min-height: 170px;
    margin-bottom: 24px;
  }

  body.reskin2-skin .reskin2-login-art__dino {
    top: 4px;
    height: 165px;
  }

  body.reskin2-skin .reskin2-login-art__gifts {
    width: 110px;
    height: 86px;
  }

  body.reskin2-skin .login-copy {
    margin: 0;
  }

  body.reskin2-skin .login-copy h1 {
    font-size: 38px;
  }

  body.reskin2-skin .login-copy p {
    font-size: 15px;
  }

  body.reskin2-skin .login-form {
    margin-top: 24px;
  }

  body.reskin2-skin .home-shell {
    padding: 40px 16px 48px;
  }

  body.reskin2-skin .home-page__header {
    padding-right: 72px;
    margin-bottom: 32px;
  }

  body.reskin2-skin .home-page__header .page-title {
    font-size: 38px;
  }

  body.reskin2-skin .reskin2-home-art {
    top: 16px;
    right: -12px;
    width: 120px;
    height: 120px;
    background:
      url("/assets/reskin2/wizard-art/filler-gifts.png") right bottom / 90px auto no-repeat,
      url("/assets/reskin2/wizard-art/filler-gifts.png") right top / 86px auto no-repeat;
  }

  body.reskin2-skin .home-page__toolbar {
    align-items: stretch;
  }

  body.reskin2-skin .home-page__toolbar .primary-button {
    width: 100%;
  }

  body.reskin2-skin .home-list-row {
    align-items: stretch;
    padding: 18px 16px;
  }

  body.reskin2-skin .home-list-row__actions {
    width: 100%;
  }
}

/* Reskin2 recommendations: editorial input and curated result rows. */
body.reskin2-skin .recommend-page {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 86px);
  margin: 0;
  padding: 12px 16px 48px;
  background: #f3efe8;
}

body.reskin2-skin .reskin2-recommend-sheet {
  position: relative;
  width: min(calc(100% - 32px), 1104px);
  max-width: 1104px;
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  padding: 56px 64px 64px;
  overflow: hidden;
  border: 1px solid #e3ded3;
  border-radius: 12px;
  background: var(--r2-concept-paper, #fcfaf5);
  box-shadow: 0 8px 28px rgba(57, 48, 36, 0.12);
}

body.reskin2-skin .reskin2-recommend-sheet::after {
  position: absolute;
  z-index: 0;
  bottom: -24px;
  left: -8px;
  width: 112px;
  height: 240px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") left bottom / contain no-repeat;
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

body.reskin2-skin .recommend-header-block {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 260px;
  margin: 0;
  padding: 0 330px 32px 0;
  border: 0;
  border-bottom: 1px solid #e6dfd4;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin .recommend-wizard-brand {
  align-items: flex-start;
  margin: 0 0 18px;
}

body.reskin2-skin .recommend-wizard-brand .dino-badge {
  display: none;
}

body.reskin2-skin .recommend-wizard-brand .wizard-brand-name {
  font-size: 22px;
}

body.reskin2-skin .recommend-wizard-title {
  margin: 4px 0 0;
  color: #123d32;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.02;
}

body.reskin2-skin .recommend-header-block > p {
  max-width: 600px;
  margin: 0 0 8px;
  color: #52655e;
  font-size: 16px;
  line-height: 1.55;
}

body.reskin2-skin .recommend-example-copy {
  color: #738078 !important;
  font-size: 14px !important;
}

body.reskin2-skin .recommend-helper-link {
  justify-content: flex-start;
  margin-top: 20px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.reskin2-skin .recommend-helper-link a {
  color: #315c4b;
  font-weight: 900;
}

body.reskin2-skin .reskin2-recommend-art {
  position: absolute;
  top: -22px;
  right: 0;
  width: 300px;
  height: 250px;
  background:
    url("/assets/reskin2/wizard-art/hero-dino.png") left bottom / 205px auto no-repeat,
    url("/assets/reskin2/wizard-art/filler-gifts.png") right bottom / 125px auto no-repeat,
    url("/assets/reskin2/wizard-art/filler-gifts.png") right top / 145px auto no-repeat;
  pointer-events: none;
}

body.reskin2-skin .recommend-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  width: 100%;
  margin: 32px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 32px;
}

body.reskin2-skin .recommend-form,
body.reskin2-skin .recommend-results {
  width: auto;
  margin: 0;
  padding: 24px;
  border: 1px solid #e6dfd4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(57, 48, 36, 0.07);
}

body.reskin2-skin .recommend-grid {
  gap: 12px;
}

body.reskin2-skin .recommend-field > span,
body.reskin2-skin .recommend-form > label > span {
  color: #23473d;
  font-size: 14px;
  font-weight: 900;
}

body.reskin2-skin .recommend-form input,
body.reskin2-skin .recommend-form textarea,
body.reskin2-skin .recommend-form select {
  border-color: #ddd7cc;
  border-radius: 10px;
  background: #fcfbf8;
  font-size: 15px;
}

body.reskin2-skin .recommend-tag-panel,
body.reskin2-skin .recommend-actions,
body.reskin2-skin .recommend-empty {
  border-color: #e6dfd4;
  border-radius: 12px;
  background: #f8f6f1;
}

body.reskin2-skin .recommend-chip {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
}

body.reskin2-skin .recommend-actions {
  align-items: center;
  padding: 16px;
}

body.reskin2-skin .recommend-actions .primary-button,
body.reskin2-skin .recommend-submit {
  min-height: 52px;
  border-radius: 10px;
  background: #f26552;
}

body.reskin2-skin .recommend-results-head {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6dfd4;
}

body.reskin2-skin .recommend-results-head h2 {
  color: #123d32;
  font-size: 28px;
}

body.reskin2-skin .recommend-bundles {
  display: grid;
  gap: 10px;
}

body.reskin2-skin .recommend-bundle,
body.reskin2-skin .recommend-bundle:nth-child(n) {
  position: relative;
  min-height: 100px;
  padding: 18px 18px 18px 72px;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
}

body.reskin2-skin .recommend-bundle::before {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #315c4b;
  background: #eaf1e7;
  content: "Ă˘Ĺ›Â¦";
  font-size: 18px;
}

body.reskin2-skin .recommend-bundle h3 {
  color: #173d32;
  font-size: 17px;
}

body.reskin2-skin .recommend-bundle p {
  color: #52655e;
  line-height: 1.45;
}

html[data-theme="dark"] body.reskin2-skin .recommend-page {
  background: #151d19;
}

html[data-theme="dark"] body.reskin2-skin .reskin2-recommend-sheet {
  border-color: #34463d;
  background: #1f2b26;
}

html[data-theme="dark"] body.reskin2-skin .recommend-form,
html[data-theme="dark"] body.reskin2-skin .recommend-results,
html[data-theme="dark"] body.reskin2-skin .recommend-bundle {
  border-color: #41544b;
  background: #26342e;
}

html[data-theme="dark"] body.reskin2-skin .recommend-wizard-title,
html[data-theme="dark"] body.reskin2-skin .recommend-results-head h2,
html[data-theme="dark"] body.reskin2-skin .recommend-bundle h3 {
  color: #edf5ef;
}

@media (max-width: 899px) {
  body.reskin2-skin .recommend-page {
    padding: 0;
  }

  body.reskin2-skin .reskin2-recommend-sheet {
    width: 100%;
    min-height: 100vh;
    padding: 32px 16px 48px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.reskin2-skin .reskin2-recommend-sheet::after {
    display: none;
  }

  body.reskin2-skin .recommend-header-block {
    min-height: 0;
    padding: 0 84px 24px 0;
  }

  body.reskin2-skin .recommend-wizard-title {
    font-size: 38px;
  }

  body.reskin2-skin .reskin2-recommend-art {
    top: 2px;
    right: -12px;
    width: 110px;
    height: 130px;
    background:
      url("/assets/reskin2/wizard-art/hero-dino.png") center bottom / 105px auto no-repeat,
      url("/assets/reskin2/wizard-art/filler-gifts.png") right top / 78px auto no-repeat;
  }

  body.reskin2-skin .recommend-example-copy {
    display: none;
  }

  body.reskin2-skin .recommend-shell {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 16px;
  }

  body.reskin2-skin .recommend-form,
  body.reskin2-skin .recommend-results {
    padding: 16px;
  }

  body.reskin2-skin .recommend-grid {
    grid-template-columns: 1fr;
  }

  body.reskin2-skin .recommend-actions {
    align-items: stretch;
  }

  body.reskin2-skin .recommend-actions .primary-button,
  body.reskin2-skin .recommend-submit {
    width: 100%;
  }
}

/* Reskin2 editor: denser than public pages, but from the same paper component system. */
body.reskin2-skin .edit-shell {
  width: 100%;
  max-width: none;
  min-height: calc(100vh - 86px);
  margin: 0;
  padding: 12px 16px 48px;
  background: #f3efe8;
}

body.reskin2-skin .edit-card {
  position: relative;
  width: min(calc(100% - 32px), 1104px);
  max-width: 1104px;
  margin: 0 auto;
  padding: 56px 64px 96px;
  overflow: hidden;
  border: 1px solid #e3ded3;
  border-radius: 12px;
  background: var(--r2-concept-paper, #fcfaf5);
  box-shadow: 0 8px 28px rgba(57, 48, 36, 0.12);
}

body.reskin2-skin .edit-shell .edit-card {
  width: min(calc(100% - 32px), 1104px);
  padding: 56px 64px 96px;
  background: var(--r2-concept-paper, #fcfaf5);
}

body.reskin2-skin .edit-shell .edit-fields {
  max-width: none;
}

body.reskin2-skin .edit-card::after {
  position: absolute;
  z-index: 0;
  bottom: -24px;
  left: -8px;
  width: 112px;
  height: 240px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") left bottom / contain no-repeat;
  content: "";
  opacity: 0.68;
  pointer-events: none;
}

body.reskin2-skin .edit-card > * {
  position: relative;
  z-index: 1;
}

body.reskin2-skin .edit-card .intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  min-height: 190px;
  margin: 0 0 32px;
  padding: 0 0 32px;
  border: 0;
  border-bottom: 1px solid #e6dfd4;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin .edit-card .intro-section .dino-badge {
  display: none;
}

body.reskin2-skin .edit-card .intro-section h1 {
  margin: 0 0 12px;
  color: #123d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.reskin2-skin .edit-card .intro-section p {
  max-width: 650px;
  margin: 0;
  color: #52655e;
  font-size: 16px;
  line-height: 1.55;
}

body.reskin2-skin .reskin2-edit-art {
  display: block;
  width: 240px;
  height: 180px;
  background:
    url("/assets/reskin2/wizard-art/hero-dino.png") left bottom / 175px auto no-repeat,
    url("/assets/reskin2/wizard-art/filler-gifts.png") right top / 115px auto no-repeat;
  pointer-events: none;
}

body.reskin2-skin .edit-card > .card-section:not(.intro-section):not(.action-row) {
  margin: 0 0 16px;
  padding: 24px;
  border: 1px solid #e6dfd4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(57, 48, 36, 0.06);
}

body.reskin2-skin .edit-card .card-section h2 {
  margin: 0;
  color: #173d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

body.reskin2-skin .edit-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.reskin2-skin .edit-fields > h2,
body.reskin2-skin .edit-fields > .edit-segment-grid,
body.reskin2-skin .edit-fields > .switch-label {
  grid-column: 1 / -1;
}

body.reskin2-skin .edit-fields > label:has(#description-input),
body.reskin2-skin .edit-fields > label:has(#template-search) {
  grid-column: 1 / -1;
}

body.reskin2-skin .edit-fields .field-label,
body.reskin2-skin .edit-card .field-label {
  color: #23473d;
  font-size: 14px;
  font-weight: 900;
}

body.reskin2-skin .edit-card input,
body.reskin2-skin .edit-card textarea,
body.reskin2-skin .edit-card select {
  border-color: #ddd7cc;
  border-radius: 10px;
  background: #fcfbf8;
  font-size: 15px;
}

body.reskin2-skin .edit-segment-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.reskin2-skin .edit-card .switch-label {
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid #e6dfd4;
  border-radius: 10px;
  background: #f8f6f1;
}

body.reskin2-skin .edit-section-heading {
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee8df;
}

body.reskin2-skin .edit-section-heading .secondary-button {
  min-height: 44px;
  border-radius: 10px;
}

body.reskin2-skin .editor-list {
  display: grid;
  gap: 8px;
}

body.reskin2-skin .editor-row,
body.reskin2-skin .editor-row:nth-child(n) {
  min-height: 64px;
  padding: 10px;
  border: 1px solid #e6dfd4;
  border-radius: 10px;
  background: #fcfbf8;
  box-shadow: none;
}

body.reskin2-skin .editor-row .secondary-button,
body.reskin2-skin .editor-row button {
  min-height: 42px;
  border-radius: 9px;
}

body.reskin2-skin .edit-card .action-row {
  position: sticky;
  z-index: 10;
  bottom: 0;
  margin: 24px -64px -96px;
  padding: 18px 64px;
  border: 0;
  border-top: 1px solid #e6dfd4;
  border-radius: 0;
  background: rgba(252, 250, 245, 0.96);
  box-shadow: 0 -8px 24px rgba(57, 48, 36, 0.08);
  backdrop-filter: blur(12px);
}

body.reskin2-skin .edit-card .action-row .primary-button {
  min-height: 52px;
  border-radius: 10px;
  background: #f26552;
}

body.reskin2-skin .edit-card .back-link {
  color: #315c4b;
  font-weight: 900;
}

html[data-theme="dark"] body.reskin2-skin .edit-shell {
  background: #151d19;
}

html[data-theme="dark"] body.reskin2-skin .edit-card {
  border-color: #34463d;
  background: #1f2b26;
}

html[data-theme="dark"] body.reskin2-skin .edit-shell .edit-card {
  background: #1f2b26;
}

html[data-theme="dark"] body.reskin2-skin .edit-card > .card-section:not(.intro-section):not(.action-row),
html[data-theme="dark"] body.reskin2-skin .editor-row,
html[data-theme="dark"] body.reskin2-skin .edit-card .switch-label {
  border-color: #41544b;
  background: #26342e;
}

html[data-theme="dark"] body.reskin2-skin .edit-card .intro-section h1,
html[data-theme="dark"] body.reskin2-skin .edit-card .card-section h2 {
  color: #edf5ef;
}

html[data-theme="dark"] body.reskin2-skin .edit-card .action-row {
  border-color: #41544b;
  background: rgba(31, 43, 38, 0.96);
}

@media (max-width: 899px) {
  body.reskin2-skin .edit-shell {
    padding: 0;
  }

  body.reskin2-skin .edit-card {
    width: 100%;
    min-height: 100vh;
    padding: 32px 16px 112px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.reskin2-skin .edit-shell .edit-card {
    width: 100%;
    padding: 32px 16px 144px;
  }

  body.reskin2-skin .edit-card .intro-section {
    grid-template-columns: minmax(0, 1fr) 96px;
    min-height: 130px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  body.reskin2-skin .edit-card .intro-section h1 {
    font-size: 36px;
  }

  body.reskin2-skin .reskin2-edit-art {
    width: 96px;
    height: 116px;
    background:
      url("/assets/reskin2/wizard-art/hero-dino.png") center bottom / 100px auto no-repeat,
      url("/assets/reskin2/wizard-art/filler-gifts.png") right top / 70px auto no-repeat;
  }

  body.reskin2-skin .edit-card > .card-section:not(.intro-section):not(.action-row) {
    padding: 16px;
  }

  body.reskin2-skin .edit-fields,
  body.reskin2-skin .edit-segment-grid {
    grid-template-columns: 1fr;
  }

  body.reskin2-skin .edit-fields > * {
    grid-column: auto !important;
  }

  body.reskin2-skin .edit-section-heading {
    align-items: stretch;
  }

  body.reskin2-skin .edit-section-heading .secondary-button {
    width: 100%;
  }

  body.reskin2-skin .edit-card .action-row {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 12px;
    align-items: center;
    margin: 0;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
  }

  body.reskin2-skin .edit-card .action-row .edit-nav-links {
    width: auto;
  }

  body.reskin2-skin .edit-card .action-row .sync-status {
    min-width: 0;
    text-align: right;
  }

  body.reskin2-skin .edit-card .action-row .primary-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Reskin2 analytics: practical density inside the same illustrated paper system. */
body.reskin2-skin .recommend-admin-page {
  position: relative;
  width: min(calc(100% - 32px), 1104px);
  max-width: 1104px;
  margin: 12px auto 48px;
  padding: 56px 64px 96px;
  overflow: hidden;
  border: 1px solid #e3ded3;
  border-radius: 12px;
  background: var(--r2-concept-paper, #fcfaf5);
  box-shadow: 0 8px 28px rgba(57, 48, 36, 0.12);
}

body.reskin2-skin .recommend-admin-page::after {
  position: absolute;
  z-index: 0;
  right: -12px;
  bottom: -28px;
  width: 118px;
  height: 236px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") right bottom / contain no-repeat;
  content: "";
  opacity: 0.64;
  pointer-events: none;
}

body.reskin2-skin .recommend-admin-page > * {
  position: relative;
  z-index: 1;
}

body.reskin2-skin .recommend-admin-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 32px;
  align-items: center;
  min-height: 180px;
  margin: 0 0 32px;
  padding: 0 0 32px;
  border: 0;
  border-bottom: 1px solid #e6dfd4;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.reskin2-skin .recommend-admin-header .subpage-brand {
  position: absolute;
  top: 0;
  left: 0;
  color: #173d32;
}

body.reskin2-skin .recommend-admin-header .subpage-brand .dino-badge {
  display: none;
}

body.reskin2-skin .recommend-admin-header .subpage-copy {
  padding-top: 40px;
}

body.reskin2-skin .recommend-admin-header h1 {
  margin: 0 0 12px;
  color: #123d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.reskin2-skin .recommend-admin-header p {
  max-width: 640px;
  margin: 0;
  color: #52655e;
  font-size: 16px;
  line-height: 1.55;
}

body.reskin2-skin .reskin2-admin-art {
  display: block;
  width: 220px;
  height: 170px;
  background:
    url("/assets/reskin2/wizard-art/filler-gifts.png") right bottom / 155px auto no-repeat,
    url("/assets/reskin2/wizard-art/filler-gifts.png") left top / 108px auto no-repeat;
  pointer-events: none;
}

body.reskin2-skin .recommend-admin-panel {
  margin: 0 0 16px;
  padding: 24px;
  border: 1px solid #e6dfd4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(57, 48, 36, 0.06);
}

body.reskin2-skin .recommend-admin-panel h2 {
  margin: 0 0 16px;
  color: #173d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

body.reskin2-skin .recommend-admin-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.reskin2-skin .recommend-admin-filters label {
  gap: 8px;
  color: #23473d;
  font-size: 14px;
  font-weight: 900;
}

body.reskin2-skin .recommend-admin-filters input,
body.reskin2-skin .recommend-admin-filters select {
  min-width: 0;
  min-height: 44px;
  border-color: #ddd7cc;
  border-radius: 10px;
  background: #fcfbf8;
}

body.reskin2-skin .recommend-admin-filters .primary-button {
  align-self: end;
  min-height: 44px;
  border-radius: 10px;
  background: #f26552;
}

body.reskin2-skin .recommend-admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

body.reskin2-skin .recommend-admin-metrics article {
  min-width: 0;
  padding: 20px;
  border: 1px solid #dfe6dc;
  border-radius: 12px;
  background: #eef3e9;
  box-shadow: none;
}

body.reskin2-skin .recommend-admin-metrics span {
  color: #52655e;
}

body.reskin2-skin .recommend-admin-metrics strong {
  color: #173d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 30px;
}

body.reskin2-skin .recommend-admin-columns {
  gap: 16px;
}

body.reskin2-skin .recommend-admin-table-wrap {
  overflow-x: auto;
  border: 1px solid #eee8df;
  border-radius: 10px;
}

body.reskin2-skin .recommend-admin-table {
  min-width: 100%;
  border-collapse: collapse;
}

body.reskin2-skin .recommend-admin-table th {
  color: #315c4b;
  background: #f5f3ed;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.reskin2-skin .recommend-admin-table th,
body.reskin2-skin .recommend-admin-table td {
  padding: 12px;
  border-color: #eee8df;
  overflow-wrap: anywhere;
}

html[data-theme="dark"] body.reskin2-skin .recommend-admin-page {
  border-color: #34463d;
  background: #1f2b26;
}

html[data-theme="dark"] body.reskin2-skin .recommend-admin-header,
html[data-theme="dark"] body.reskin2-skin .recommend-admin-panel,
html[data-theme="dark"] body.reskin2-skin .recommend-admin-table-wrap {
  border-color: #41544b;
}

html[data-theme="dark"] body.reskin2-skin .recommend-admin-panel {
  background: #26342e;
}

html[data-theme="dark"] body.reskin2-skin .recommend-admin-header h1,
html[data-theme="dark"] body.reskin2-skin .recommend-admin-panel h2,
html[data-theme="dark"] body.reskin2-skin .recommend-admin-metrics strong {
  color: #edf5ef;
}

html[data-theme="dark"] body.reskin2-skin .recommend-admin-metrics article {
  border-color: #41544b;
  background: #2d3d35;
}

html[data-theme="dark"] body.reskin2-skin .recommend-admin-table th {
  color: #dce9df;
  background: #314139;
}

@media (max-width: 899px) {
  body.reskin2-skin .recommend-admin-page {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 32px 16px 64px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body.reskin2-skin .recommend-admin-header {
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 12px;
    min-height: 150px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  body.reskin2-skin .recommend-admin-header h1 {
    font-size: 36px;
  }

  body.reskin2-skin .reskin2-admin-art {
    width: 88px;
    height: 116px;
    background:
      url("/assets/reskin2/wizard-art/filler-gifts.png") right bottom / 92px auto no-repeat,
      url("/assets/reskin2/wizard-art/filler-gifts.png") left top / 64px auto no-repeat;
  }

  body.reskin2-skin .recommend-admin-panel {
    padding: 16px;
  }

  body.reskin2-skin .recommend-admin-filters,
  body.reskin2-skin .recommend-admin-metrics,
  body.reskin2-skin .recommend-admin-columns {
    grid-template-columns: 1fr;
  }

  body.reskin2-skin .recommend-admin-filters .primary-button {
    width: 100%;
  }

  body.reskin2-skin .recommend-admin-table {
    min-width: 640px;
  }

  body.reskin2-skin .recommend-admin-columns .recommend-admin-table {
    min-width: 100%;
  }
}

/* Wizard fidelity pass: use the same editorial hero as the accepted public concept. */
body.reskin2-skin.dashboard-page > .app-topbar {
  display: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell {
  padding-top: 12px;
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
  min-height: calc(100vh - 24px);
}

body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
  width: 100%;
  padding: 40px 64px 48px;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: end;
  width: 100%;
  min-height: 260px;
  margin: 0 0 24px;
  padding: 32px 0 24px;
  border: 0;
  background:
    radial-gradient(circle at 5% 18%, #e8b64f 0 4px, transparent 5px),
    radial-gradient(circle at 12% 34%, #ee8f53 0 3px, transparent 4px),
    radial-gradient(circle at 89% 22%, #b8c7d9 0 4px, transparent 5px),
    radial-gradient(circle at 95% 54%, #eda75c 0 4px, transparent 5px);
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header > div {
  align-self: center;
  padding-top: 28px;
  text-align: center;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-name {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 28px;
  line-height: 1;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header .page-title {
  max-width: 560px;
  margin: 0 auto;
  font-size: clamp(40px, 4vw, 48px);
  line-height: 1.04;
  text-align: center;
  text-wrap: balance;
}

body.reskin2-skin .reskin2-wizard-tagline {
  max-width: 520px;
  margin: 16px auto 0;
  color: #354d45;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}

body.reskin2-skin .reskin2-wizard-hero-dino {
  display: block;
  width: 190px;
  height: 190px;
  background: url("/assets/reskin2/wizard-art/hero-dino.png") center bottom / contain no-repeat;
}

body.reskin2-skin .reskin2-wizard-hero-gifts {
  display: block;
  width: 190px;
  height: 158px;
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") center bottom / contain no-repeat;
}

body.reskin2-skin.dashboard-page .wizard-progress {
  width: min(100%, 820px);
  max-width: 820px;
  margin: 0 auto 32px;
}

body.reskin2-skin .reskin2-wizard-layout {
  display: block;
}

body.reskin2-skin .reskin2-wizard-main {
  width: min(100%, 820px);
  margin: 0 auto;
}

body.reskin2-skin .reskin2-wizard-companion {
  display: none;
}

body.reskin2-skin.dashboard-page .wizard-step:not([hidden]) {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 32px;
  border: 1px solid #e6dfd4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(57, 48, 36, 0.06);
}

body.reskin2-skin.dashboard-page .wizard-step > .section-title,
body.reskin2-skin.dashboard-page .wizard-step-intro h2 {
  max-width: 680px;
  font-size: clamp(28px, 3vw, 36px);
}

body.reskin2-skin.dashboard-page .wizard-step > .helper-text,
body.reskin2-skin.dashboard-page .wizard-step-intro p {
  max-width: 680px;
}

body.reskin2-skin.dashboard-page .wizard-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.reskin2-skin.dashboard-page .wizard-option,
body.reskin2-skin.dashboard-page .wizard-option:nth-child(n) {
  min-height: 72px;
  border-radius: 10px;
  box-shadow: none;
}

body.reskin2-skin.dashboard-page .wizard-actions {
  width: min(100%, 820px);
  margin: 16px auto 0;
  padding-top: 16px;
}

html[data-theme="dark"] body.reskin2-skin .reskin2-wizard-tagline {
  color: #bdccc4;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-step:not([hidden]) {
  border-color: #41544b;
  background: #26342e;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .dashboard-shell {
    padding-top: 0;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    padding: 24px 16px 112px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 286px;
    margin-bottom: 16px;
    padding: 32px 0 16px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-name {
    font-size: 22px;
  }

  body.reskin2-skin .reskin2-wizard-hero-dino {
    justify-self: center;
    width: 150px;
    height: 142px;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header > div {
    padding-top: 0;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header .page-title {
    max-width: 340px;
    font-size: 34px;
  }

  body.reskin2-skin .reskin2-wizard-tagline {
    max-width: 330px;
    margin-top: 8px;
    font-size: 14px;
  }

  body.reskin2-skin .reskin2-wizard-hero-gifts {
    display: none;
  }

  body.reskin2-skin.dashboard-page .wizard-progress {
    width: 100%;
    margin-bottom: 20px;
  }

  body.reskin2-skin.dashboard-page .wizard-step:not([hidden]) {
    padding: 24px 16px;
    border-radius: 12px;
  }

  body.reskin2-skin.dashboard-page .wizard-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.reskin2-skin.dashboard-page .wizard-actions {
    width: 100%;
  }
}

/* Step one is a visual occasion gallery; all form fields begin on step two. */
body.reskin2-skin.dashboard-page .wizard-options {
  align-items: stretch;
}

body.reskin2-skin.dashboard-page .wizard-options.is-invalid {
  padding: 8px;
  border: 1px solid rgba(203, 74, 62, 0.36);
  border-radius: 14px;
  background: rgba(255, 247, 244, 0.74);
}

body.reskin2-skin.dashboard-page .wizard-options.is-invalid .wizard-option {
  border-color: rgba(203, 74, 62, 0.42);
}

body.reskin2-skin.dashboard-page .wizard-option,
body.reskin2-skin.dashboard-page .wizard-option:nth-child(n) {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  min-height: 224px;
  padding: 8px 8px 16px;
  border-radius: 12px;
  cursor: pointer;
}

body.reskin2-skin.dashboard-page .wizard-option::before {
  z-index: 2;
  top: 18px;
  right: 18px;
  left: auto;
  width: 22px;
  height: 22px;
  border-color: rgba(49, 92, 75, 0.36);
  background: rgba(255, 255, 255, 0.94);
  transform: none;
}

body.reskin2-skin.dashboard-page .wizard-option__art {
  display: block;
  width: 100%;
  height: 112px;
  flex: 0 0 112px;
  border-radius: 8px;
  background-color: #f4f1e9;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 160ms ease;
}

body.reskin2-skin.dashboard-page .wizard-option:hover .wizard-option__art,
body.reskin2-skin.dashboard-page .wizard-option:focus-within .wizard-option__art {
  transform: translateY(-2px);
}

body.reskin2-skin.dashboard-page .wizard-option__art--birthday {
  background-image: url("/assets/reskin2/wizard-art/occasion-child-birthday.png");
  background-size: contain;
}

body.reskin2-skin.dashboard-page .wizard-option__art--adult-birthday {
  background-image: url("/assets/reskin2/wizard-art/occasion-birthday.png");
  background-size: contain;
}

body.reskin2-skin.dashboard-page .wizard-option__art--baby {
  background-image: url("/assets/reskin2/wizard-art/occasion-baby.png");
  background-size: contain;
}

body.reskin2-skin.dashboard-page .wizard-option__art--christmas {
  background-image: url("/assets/reskin2/wizard-art/occasion-christmas.png");
  background-size: contain;
}

body.reskin2-skin.dashboard-page .wizard-option__art--wedding {
  background-image: url("/assets/reskin2/wizard-art/occasion-wedding.png");
  background-size: contain;
}

body.reskin2-skin.dashboard-page .wizard-option__art--general {
  background-image: url("/assets/reskin2/wizard-art/occasion-other.png");
  background-size: contain;
}

body.reskin2-skin.dashboard-page .wizard-option__art--other {
  background-image: url("/assets/reskin2/wizard-art/occasion-other.png");
  background-size: contain;
}

body.reskin2-skin.dashboard-page .wizard-option__body {
  display: grid;
  gap: 4px;
  padding: 14px 8px 0;
}

body.reskin2-skin.dashboard-page .wizard-option .choice-card__title {
  font-size: 17px;
}

body.reskin2-skin.dashboard-page .wizard-option__copy {
  color: #66736c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body.reskin2-skin.dashboard-page .wizard-option:has(input:checked) {
  border-color: #6e927d;
  background: #f2f6ef;
}

body.reskin2-skin.dashboard-page .wizard-step-context-fields {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  background: #f8f6f1;
}

body.reskin2-skin.dashboard-page .wizard-step-context-fields h3 {
  margin: 0;
  color: #173d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 20px;
}

body.reskin2-skin.dashboard-page .wizard-step-context-fields .wizard-context-fields {
  margin-top: 0;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-option__copy {
  color: #bdccc4;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-option:has(input:checked),
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-step-context-fields {
  border-color: #52675d;
  background: #2a3d34;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-step-context-fields h3 {
  color: #edf5ef;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .wizard-option,
  body.reskin2-skin.dashboard-page .wizard-option:nth-child(n) {
    min-height: 196px;
    padding: 6px 6px 12px;
  }

  body.reskin2-skin.dashboard-page .wizard-option__art {
    height: 92px;
    flex-basis: 92px;
  }

  body.reskin2-skin.dashboard-page .wizard-option__body {
    padding: 10px 6px 0;
  }

  body.reskin2-skin.dashboard-page .wizard-option .choice-card__title {
    font-size: 14px;
  }

  body.reskin2-skin.dashboard-page .wizard-option__copy {
    font-size: 12px;
  }

  body.reskin2-skin.dashboard-page .wizard-option::before {
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
  }

  body.reskin2-skin.dashboard-page .wizard-step-context-fields {
    padding: 16px;
  }
}

/* Complete wizard polish: each later step is a distinct illustrated scene. */
body.reskin2-skin.dashboard-page .wizard-actions {
  width: min(100%, 820px);
  max-width: 820px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"],
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="2"],
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"],
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"],
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"] {
  position: relative;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"]::before,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="2"]::before,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"]::before,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"]::before,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"]::before {
  position: absolute;
  z-index: 0;
  top: 22px;
  right: 26px;
  width: 132px;
  height: 108px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 0.92;
  pointer-events: none;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-balloon-v45.png");
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="2"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-gifts.png");
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-sprig.png");
  background-size: 74px auto;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-note.png");
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-balloon-v45.png");
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] > .section-title,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] > .helper-text,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"] > .section-title,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"] > .helper-text,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"] > .section-title,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"] > .helper-text,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"] > .section-title,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"] > .helper-text,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="2"] > .wizard-step-intro {
  position: relative;
  z-index: 1;
  max-width: 570px;
}

body.reskin2-skin.dashboard-page .wizard-preference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.reskin2-skin.dashboard-page .wizard-preference-grid > label {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e1e7df;
  border-radius: 12px;
  background: #f2f6ef;
}

body.reskin2-skin.dashboard-page .wizard-preference-grid textarea {
  min-height: 112px;
  background: #fff;
}

body.reskin2-skin.dashboard-page .wizard-size-grid {
  padding: 16px;
  border: 1px solid #dfe6e8;
  border-radius: 12px;
  background: #f1f6f7;
}

body.reskin2-skin.dashboard-page .wizard-note-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #eadfbd;
  border-radius: 12px;
  background: #fbf6e6;
}

body.reskin2-skin.dashboard-page .wizard-note-panel textarea {
  background: #fff;
}

body.reskin2-skin.dashboard-page .wizard-contact-details,
body.reskin2-skin.dashboard-page .wizard-gift-group-editor,
body.reskin2-skin.dashboard-page .wizard-template-panel {
  padding: 14px 16px;
  border: 1px solid #e6dfd4;
  border-radius: 10px;
  background: #f8f6f1;
}

body.reskin2-skin.dashboard-page .wizard-contact-details summary,
body.reskin2-skin.dashboard-page .wizard-gift-group-editor summary,
body.reskin2-skin.dashboard-page .wizard-template-panel summary {
  color: #315c4b;
  font-weight: 900;
}

body.reskin2-skin.dashboard-page .wizard-decision-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.reskin2-skin.dashboard-page .wizard-decision-card {
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 230px;
  align-content: end;
  padding: 24px;
  overflow: hidden;
  border-radius: 14px;
}

body.reskin2-skin.dashboard-page .wizard-decision-card--primary {
  border-color: #6e927d;
  background:
    radial-gradient(circle at 84% 18%, rgba(243, 217, 137, 0.58) 0 6px, transparent 7px),
    linear-gradient(145deg, #fff 0%, #edf4e9 100%);
}

body.reskin2-skin.dashboard-page .wizard-decision-card--skip {
  background:
    radial-gradient(circle at 85% 18%, rgba(184, 207, 218, 0.48) 0 5px, transparent 6px),
    linear-gradient(145deg, #fff 0%, #f2f4f1 100%);
}

body.reskin2-skin.dashboard-page .wizard-decision-icon {
  width: 60px;
  height: 60px;
  font-size: 24px;
}

body.reskin2-skin.dashboard-page .wizard-decision-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
}

body.reskin2-skin.dashboard-page .wizard-decision-copy {
  padding-right: 42px;
}

body.reskin2-skin.dashboard-page .wizard-decision-copy strong {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 20px;
}

body.reskin2-skin.dashboard-page .wizard-decision-note {
  justify-self: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f8f6f1;
}

body.reskin2-skin.dashboard-page .wizard-gift-preview {
  gap: 8px;
}

body.reskin2-skin.dashboard-page .wizard-preview-gift {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 82px;
  gap: 16px;
  padding: 8px 14px 8px 8px;
  border: 1px solid #e6dfd4;
  border-radius: 10px;
  background: #fff;
}

body.reskin2-skin.dashboard-page .wizard-preview-gift::before {
  width: 72px;
  height: 64px;
  grid-row: 1;
  grid-column: 1;
  border-radius: 8px;
  background: #f8f5ec url("/assets/reskin2/wizard-art/filler-gifts.png") center / 58px auto no-repeat;
  content: "";
}

body.reskin2-skin.dashboard-page .wizard-preview-gift:nth-child(even)::before {
  background-image: url("/assets/reskin2/wizard-art/filler-note.png");
  background-size: 60px auto;
}

body.reskin2-skin.dashboard-page .wizard-preview-gift-title {
  grid-column: 2;
}

body.reskin2-skin.dashboard-page .wizard-preview-price,
body.reskin2-skin.dashboard-page .wizard-preview-reserve {
  grid-column: 3;
}

body.reskin2-skin.dashboard-page .wizard-gift-toggles label {
  width: fit-content;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #dfe6dc;
  border-radius: 10px;
  background: #eef3e9;
}

body.reskin2-skin.dashboard-page .wizard-gift-url-entry {
  padding: 14px;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  background: #f8f6f1;
}

body.reskin2-skin.dashboard-page .wizard-gift-suggestions {
  padding: 16px;
  border: 1px solid #dfe6dc;
  border-radius: 12px;
  background: #f2f6ef;
}

body.reskin2-skin.dashboard-page .wizard-list-preview {
  padding: 12px;
  border: 1px solid #e2ddd3;
  border-radius: 14px;
  background: #f3efe8;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.55);
}

body.reskin2-skin.dashboard-page .wizard-preview-card {
  overflow: hidden;
  border: 1px solid #e6dfd4;
  border-radius: 12px;
  background: #fcfaf5;
  box-shadow: 0 8px 22px rgba(57, 48, 36, 0.10);
}

body.reskin2-skin.dashboard-page #wizard-edit-gifts-button {
  width: fit-content;
  min-width: 180px;
  justify-self: center;
  border-color: #315c4b;
  color: #315c4b;
  background: #fff;
}

body.reskin2-skin.dashboard-page .wizard-share-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.reskin2-skin.dashboard-page .wizard-share-links .created-link-card {
  position: relative;
  align-content: start;
  min-height: 330px;
  padding: 108px 20px 20px;
  overflow: hidden;
  border-radius: 14px;
}

body.reskin2-skin.dashboard-page .wizard-share-links .created-link-card::before {
  position: absolute;
  top: 12px;
  right: 18px;
  left: 18px;
  height: 82px;
  border-radius: 10px;
  background:
    url("/assets/reskin2/wizard-art/filler-balloon-v45.png") 88% 56% / 44px auto no-repeat,
    url("/assets/reskin2/wizard-art/filler-sprig.png") 8% 58% / 44px auto no-repeat,
    #f2f6ef;
  content: "";
}

body.reskin2-skin.dashboard-page .wizard-share-links .created-link-card-private::before {
  background:
    url("/assets/reskin2/wizard-art/filler-note.png") 82% 55% / 92px auto no-repeat,
    radial-gradient(circle at 18% 42%, rgba(243, 217, 137, 0.72) 0 5px, transparent 6px),
    #fbf3e9;
}

body.reskin2-skin.dashboard-page .wizard-share-links .created-link-card h3 {
  color: #173d32;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 21px;
}

body.reskin2-skin.dashboard-page .wizard-share-links .created-link-actions {
  margin-top: auto;
}

body.reskin2-skin.dashboard-page .wizard-account-cta {
  position: relative;
  overflow: hidden;
  padding: 24px 160px 24px 24px;
  border-color: #dfe6dc;
  background: #eef3e9;
}

body.reskin2-skin.dashboard-page .wizard-account-cta::after {
  position: absolute;
  right: 20px;
  bottom: -8px;
  width: 120px;
  height: 110px;
  background: url("/assets/reskin2/wizard-art/filler-note.png") center bottom / contain no-repeat;
  content: "";
  pointer-events: none;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-preference-grid > label,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-size-grid,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-note-panel,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-contact-details,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-gift-url-entry,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-gift-suggestions,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-list-preview,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-account-cta {
  border-color: #41544b;
  background: #2a3d34;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-preview-gift,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-preview-card,
html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-share-links .created-link-card {
  border-color: #41544b;
  background: #26342e;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-decision-card--primary {
  border-color: #6f9280;
  background:
    radial-gradient(circle at 84% 18%, rgba(243, 217, 137, 0.32) 0 6px, transparent 7px),
    linear-gradient(145deg, #26342e 0%, #2a3d34 100%);
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-decision-card--skip {
  border-color: #41544b;
  background:
    radial-gradient(circle at 85% 18%, rgba(184, 207, 218, 0.26) 0 5px, transparent 6px),
    linear-gradient(145deg, #26342e 0%, #2b3833 100%);
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-decision-note {
  color: #bdccc4;
  background: #314139;
}

html[data-theme="dark"] body.reskin2-skin.dashboard-page .wizard-share-links .created-link-card h3 {
  color: #edf5ef;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"]::before,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="2"]::before,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"]::before,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"]::before,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"]::before {
    top: 18px;
    right: 16px;
    width: 72px;
    height: 64px;
    opacity: 0.42;
  }

  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] > .helper-text,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"] > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"] > .helper-text,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"] > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"] > .helper-text,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"] > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"] > .helper-text,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="2"] > .wizard-step-intro {
    max-width: 220px;
  }

  body.reskin2-skin.dashboard-page .wizard-preference-grid,
  body.reskin2-skin.dashboard-page .wizard-decision-actions,
  body.reskin2-skin.dashboard-page .wizard-share-links {
    grid-template-columns: 1fr;
  }

  body.reskin2-skin.dashboard-page .wizard-preference-grid > label,
  body.reskin2-skin.dashboard-page .wizard-size-grid,
  body.reskin2-skin.dashboard-page .wizard-note-panel {
    padding: 14px;
  }

  body.reskin2-skin.dashboard-page .wizard-decision-card {
    min-height: 210px;
    padding: 20px;
  }

  body.reskin2-skin.dashboard-page .wizard-preview-gift {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
  }

  body.reskin2-skin.dashboard-page .wizard-preview-gift::before {
    width: 58px;
    height: 54px;
  }

  body.reskin2-skin.dashboard-page .wizard-preview-price,
  body.reskin2-skin.dashboard-page .wizard-preview-reserve {
    grid-column: 2;
    justify-self: start;
  }

  body.reskin2-skin.dashboard-page .wizard-share-links .created-link-card {
    min-height: 0;
  }

  body.reskin2-skin.dashboard-page .wizard-account-cta {
    padding: 20px 20px 126px;
  }

  body.reskin2-skin.dashboard-page .wizard-account-cta::after {
    right: 50%;
    bottom: -12px;
    width: 108px;
    height: 108px;
    transform: translateX(50%);
  }
}

/* Keep the polished wizard above older template-specific dashboard rules. */
body.reskin2-skin.dashboard-page .wizard-card .wizard-actions,
body.reskin2-skin.dashboard-page[data-template] .wizard-card .wizard-actions {
  width: min(100%, 820px) !important;
  max-width: 820px !important;
}

body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="1"]::before,
body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="2"]::before,
body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="3"]::before,
body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="4"]::before,
body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="5"]::before {
  display: block !important;
  content: "" !important;
}

body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="1"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-balloon-v45.png") !important;
}

body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="2"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-gifts.png") !important;
}

body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="3"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-sprig.png") !important;
}

body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="4"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-note.png") !important;
}

body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="5"]::before {
  background-image: url("/assets/reskin2/wizard-art/filler-balloon-v45.png") !important;
}

body.reskin2-skin.dashboard-page[data-template] .wizard-preview-gift {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) auto !important;
  min-height: 82px !important;
  padding: 8px 14px 8px 8px !important;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page[data-template] .wizard-preview-gift {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 92px !important;
  }
}

/* Keep the accepted wizard reference layer above earlier experimental passes. */
body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
  width: min(calc(100% - 16px), 1400px) !important;
  max-width: 1400px !important;
  min-height: min(920px, calc(100vh - 36px)) !important;
  padding: 0 !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
  display: grid !important;
  grid-template-areas: "brand progress" "layout layout" !important;
  grid-template-columns: 220px minmax(0, 1fr) !important;
  gap: 34px 52px !important;
  padding: 34px 42px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
  grid-area: brand !important;
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress {
  grid-area: progress !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(92px, 1fr)) !important;
  width: min(100%, 720px) !important;
  margin: 2px auto 0 !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: 34px auto !important;
  width: 100% !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot::before {
  position: static !important;
  justify-self: center !important;
  width: 34px !important;
  height: 34px !important;
  transform: none !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout {
  grid-area: layout !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px) !important;
  gap: 0 !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-main {
  max-width: none !important;
  padding: 12px 54px 4px 18px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-step-hero {
  display: grid !important;
  grid-template-columns: 235px minmax(0, 1fr) !important;
  min-height: 258px !important;
  margin: -14px 0 2px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-hero-dino {
  display: block !important;
  width: 235px !important;
  height: 235px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-options {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-option {
  display: flex !important;
  height: 142px !important;
  min-height: 142px !important;
  max-height: 142px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 8px 10px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-option::before {
  display: none !important;
  content: none !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-option__art {
  object-fit: contain !important;
  background-image: none !important;
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-option__body {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-option .choice-card__title {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 2px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  overflow-wrap: anywhere !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-option__copy {
  display: none !important;
}

body.reskin2-skin .reskin2-companion-preview {
  max-height: 510px;
  overflow: hidden;
}

body.reskin2-skin .reskin2-wizard-companion-art {
  flex: 0 0 132px;
  height: 132px;
}

body.reskin2-skin .reskin2-companion-preview > strong {
  margin-top: 6px;
  color: #174c3b;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 29px;
  line-height: 1.1;
}

body.reskin2-skin .reskin2-companion-details {
  display: grid;
  width: 100%;
  gap: 4px;
  margin-top: 10px;
  text-align: left;
}

body.reskin2-skin .reskin2-companion-detail {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(231, 238, 226, .68);
}

body.reskin2-skin .reskin2-companion-detail[hidden] {
  display: none;
}

body.reskin2-skin .reskin2-companion-detail strong {
  margin: 0;
  color: #245342;
  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

body.reskin2-skin .reskin2-companion-detail span {
  display: -webkit-box;
  overflow: hidden;
  color: #54655d;
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

body.reskin2-skin.dashboard-page .wizard-account-cta {
  display: none !important;
}

body.reskin2-skin.dashboard-page .wizard-note-preset {
  min-height: 44px;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-companion {
  display: flex !important;
  min-height: 690px !important;
  padding: 42px 12px 14px 44px !important;
  border-left: 1px solid rgba(60, 78, 67, .15) !important;
  background: transparent !important;
}

@media (max-width: 1180px) {
  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    grid-template-columns: 170px minmax(0, 1fr) !important;
    gap: 30px 28px !important;
    padding-inline: 30px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout {
    grid-template-columns: minmax(0, 1fr) 285px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-options {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    grid-template-areas: "brand" "progress" "layout" !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 24px 18px 42px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress {
    grid-template-columns: repeat(4, minmax(56px, 1fr)) !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout {
    grid-template-columns: 1fr !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-main {
    padding: 0 !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-step-hero {
    grid-template-columns: 116px minmax(0, 1fr) !important;
    min-height: 150px !important;
    margin: 0 0 18px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-hero-dino {
    width: 116px !important;
    height: 140px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-options {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-companion,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-companion,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-companion {
    display: none !important;
  }
}

@media (max-width: 520px) {
  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-options {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile wizard finish: keep every step readable above the persistent controls. */
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-option__art {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .wizard-brand-leaf {
    display: none !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
    min-height: 32px !important;
    margin-bottom: 12px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    gap: 24px !important;
    padding: 24px 16px 96px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress {
    margin-top: 8px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-main,
  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-step {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-step:not([hidden]) {
    margin-bottom: 12px !important;
  }

  body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="1"]::before,
  body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="2"]::before,
  body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="3"]::before,
  body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="4"]::before,
  body.reskin2-skin.dashboard-page[data-template] .wizard-step[data-wizard-step="5"]::before {
    display: none !important;
    content: none !important;
  }

  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"] > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="3"] > .form-helper,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"] > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="4"] > .form-helper,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"] > .section-title,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="5"] > .form-helper {
    max-width: none !important;
  }

  body.reskin2-skin.dashboard-page .wizard-decision-actions {
    gap: 12px !important;
    margin-top: 24px !important;
  }

  body.reskin2-skin.dashboard-page .wizard-decision-card {
    grid-template-columns: 52px minmax(0, 1fr) 40px !important;
    min-height: 0 !important;
    align-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px !important;
    text-align: left !important;
  }

  body.reskin2-skin.dashboard-page .wizard-decision-icon {
    width: 52px !important;
    height: 52px !important;
  }

  body.reskin2-skin.dashboard-page .wizard-decision-copy {
    min-width: 0 !important;
    padding-right: 0 !important;
  }

  body.reskin2-skin.dashboard-page .wizard-decision-arrow {
    position: static !important;
    justify-self: end !important;
    width: 40px !important;
    height: 40px !important;
    transform: none !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card .wizard-actions,
  body.reskin2-skin.dashboard-page[data-template] .wizard-card .wizard-actions {
    position: fixed !important;
    z-index: 90 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid rgba(60, 78, 67, .14) !important;
    background: rgba(255, 253, 248, .96) !important;
    box-shadow: 0 -8px 24px rgba(52, 66, 57, .12) !important;
    backdrop-filter: blur(12px) !important;
  }

  body.reskin2-skin.dashboard-page .wizard-actions #wizard-back-button {
    grid-column: 1;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.reskin2-skin.dashboard-page .wizard-actions #wizard-next-button {
    grid-column: 2;
    width: 100% !important;
    min-width: 0 !important;
  }

body.reskin2-skin.dashboard-page .wizard-actions #wizard-back-button[hidden],
  body.reskin2-skin.dashboard-page .wizard-actions #wizard-next-button[hidden] {
    display: none !important;
  }
}

/* Wizard flattening pass: centered progress, no left card, graphic divider to preview. */
body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
  grid-template-areas:
    "progress"
    "layout" !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: start !important;
  gap: 96px !important;
  padding: 32px 42px 34px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
  display: none !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress {
  align-self: start !important;
  justify-self: center !important;
  width: min(100%, 760px) !important;
  margin: 0 auto 4px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout {
  position: relative !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
  gap: 64px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout::before {
  position: absolute;
  z-index: 1;
  top: 18px;
  bottom: 10px;
  left: calc(100% - 360px - 32px);
  width: 3px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(137, 164, 128, 0), rgba(137, 164, 128, .52) 18%, rgba(211, 182, 105, .62) 50%, rgba(137, 164, 128, .52) 82%, rgba(137, 164, 128, 0)),
    linear-gradient(180deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-main {
  padding: 8px 0 0 0 !important;
}

body.reskin2-skin.dashboard-page .wizard-step:not([hidden]) {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-companion {
  display: flex !important;
  padding: 34px 0 14px 0 !important;
  border-left: 0 !important;
  background: transparent !important;
}

body.reskin2-skin.dashboard-page .wizard-card .wizard-actions,
body.reskin2-skin.dashboard-page[data-template] .wizard-card .wizard-actions {
  width: 100% !important;
  max-width: none !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

@media (max-width: 1180px) {
  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-inline: 30px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout {
    grid-template-columns: minmax(0, 1fr) 285px !important;
    gap: 44px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout::before {
    left: calc(100% - 285px - 22px);
  }
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    grid-template-areas:
      "progress"
      "layout" !important;
    gap: 18px !important;
    padding: 24px 16px 96px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-brand-header {
    display: none !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress {
    margin: 0 auto !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="3"] .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout::before {
    content: none !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card .wizard-actions,
  body.reskin2-skin.dashboard-page[data-template] .wizard-card .wizard-actions {
    background: rgba(252, 250, 245, .96) !important;
    box-shadow: 0 -8px 24px rgba(52, 66, 57, .10) !important;
    backdrop-filter: blur(12px) !important;
  }
}

/* Step two gift brief: match the watercolor mockup with simple illustrated form sections. */
body.reskin2-skin.has-app-topbar .app-topbar,
body.reskin2-skin.has-app-topbar .user-topbar,
body.reskin2-skin.dashboard-page > .app-topbar,
body.reskin2-skin:has(.public-list-page) > .app-topbar {
  min-height: 70px !important;
  padding: 0 max(32px, calc((100vw - 1200px) / 2 + 24px)) !important;
  background: rgba(255, 253, 248, 0.96) !important;
}

body.reskin2-skin .topbar-brand {
  min-height: 52px !important;
  gap: 10px !important;
  color: #154536 !important;
  font-size: 24px !important;
}

body.reskin2-skin .topbar-brand .dino-badge {
  width: 34px !important;
  height: 34px !important;
}

body.reskin2-skin .topbar-actions {
  gap: 18px !important;
}

body.reskin2-skin .topbar-link,
body.reskin2-skin .topbar-button {
  min-height: 44px !important;
  padding: 0 8px !important;
  color: #5d6d65 !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.reskin2-skin .topbar-theme-toggle {
  width: 44px !important;
  padding: 0 !important;
  color: #4e655b !important;
}

body.reskin2-skin .topbar-link:hover,
body.reskin2-skin .topbar-link:focus-visible,
body.reskin2-skin .topbar-button:hover,
body.reskin2-skin .topbar-button:focus-visible {
  color: #154536 !important;
  background: rgba(219, 232, 211, .58) !important;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] {
  max-width: none !important;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"]::before {
  content: none !important;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] > .section-title {
  max-width: 760px !important;
  margin-bottom: 8px !important;
  font-size: 34px !important;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] > .helper-text {
  max-width: 720px !important;
  margin-bottom: 32px !important;
}

body.reskin2-skin.dashboard-page .wizard-brief-form {
  display: grid;
  gap: 0;
  width: min(100%, 850px);
}

body.reskin2-skin.dashboard-page .wizard-brief-section {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 32px;
  padding: 28px 0 32px;
  border-top: 1px dashed rgba(137, 164, 128, .36);
}

body.reskin2-skin.dashboard-page .wizard-brief-section:first-child {
  padding-top: 0;
  border-top: 0;
}

body.reskin2-skin.dashboard-page .wizard-brief-body {
  display: grid;
  gap: 12px;
  min-width: 0;
}

body.reskin2-skin.dashboard-page .wizard-brief-body h3 {
  margin: 0;
  color: #174437;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.18;
}

body.reskin2-skin.dashboard-page .wizard-brief-body h3 span,
body.reskin2-skin.dashboard-page .wizard-brief-body p {
  margin: 0;
  color: #5b6f66;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

body.reskin2-skin.dashboard-page .wizard-brief-art {
  position: relative;
  width: 96px;
  height: 96px;
  justify-self: center;
  filter: saturate(.86);
  opacity: .9;
}

body.reskin2-skin.dashboard-page .wizard-brief-section--person .wizard-brief-art {
  transform: rotate(8deg);
}

body.reskin2-skin.dashboard-page .wizard-brief-section--person .wizard-brief-art::before {
  position: absolute;
  inset: 12px 20px 10px 14px;
  border: 2px solid rgba(113, 132, 75, .54);
  border-radius: 12px 12px 18px 18px;
  background:
    radial-gradient(circle at 50% 58%, rgba(249, 218, 164, .92) 0 19px, transparent 20px),
    radial-gradient(circle at 47% 59%, #264a3d 0 2px, transparent 3px),
    radial-gradient(circle at 61% 58%, #264a3d 0 2px, transparent 3px),
    linear-gradient(145deg, rgba(199, 204, 143, .82), rgba(231, 225, 173, .58));
  box-shadow: inset 0 0 18px rgba(255,255,255,.45);
  content: "";
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 17%);
}

body.reskin2-skin.dashboard-page .wizard-brief-section--person .wizard-brief-art::after {
  position: absolute;
  top: 16px;
  left: 25px;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(128, 115, 76, .58);
  border-radius: 50%;
  content: "";
}

body.reskin2-skin.dashboard-page .wizard-brief-section--mood .wizard-brief-art::before {
  position: absolute;
  inset: 18px 10px 24px;
  border: 1px solid rgba(221, 183, 112, .55);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(132, 157, 112, .82) 0 22%, transparent 22% 30%, rgba(207, 198, 140, .72) 30% 52%, transparent 52% 60%, rgba(239, 184, 116, .72) 60% 82%, transparent 82%),
    rgba(255, 247, 229, .78);
  box-shadow: inset 0 0 20px rgba(255,255,255,.7), 0 8px 18px rgba(77, 66, 48, .06);
  content: "";
}

body.reskin2-skin.dashboard-page .wizard-brief-section--useful .wizard-brief-art {
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") left center / 76px auto no-repeat;
}

body.reskin2-skin.dashboard-page .wizard-brief-section--useful .wizard-brief-art::after {
  position: absolute;
  right: 4px;
  bottom: 6px;
  width: 48px;
  height: 62px;
  border: 1px solid rgba(211, 183, 133, .68);
  border-radius: 6px;
  background:
    repeating-linear-gradient(180deg, transparent 0 11px, rgba(142, 132, 96, .28) 12px 13px),
    rgba(255, 248, 231, .88);
  box-shadow: 0 6px 14px rgba(77, 66, 48, .07);
  content: "";
}

body.reskin2-skin.dashboard-page .wizard-brief-section--message .wizard-brief-art::before {
  position: absolute;
  inset: 22px 7px 18px;
  border: 1px solid rgba(224, 184, 106, .6);
  border-radius: 8px;
  background:
    linear-gradient(145deg, transparent 49%, rgba(224, 184, 106, .38) 50% 52%, transparent 53%),
    linear-gradient(35deg, transparent 49%, rgba(224, 184, 106, .34) 50% 52%, transparent 53%),
    rgba(255, 240, 198, .86);
  box-shadow: inset 0 0 20px rgba(255,255,255,.64), 0 8px 18px rgba(77, 66, 48, .06);
  content: "";
}

body.reskin2-skin.dashboard-page .wizard-brief-section--message .wizard-brief-art::after {
  position: absolute;
  top: 45px;
  left: 42px;
  width: 16px;
  height: 16px;
  border-radius: 16px 16px 4px 16px;
  background: rgba(198, 111, 85, .78);
  content: "";
  transform: rotate(45deg);
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-step-context-fields,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-size-grid,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-preference-grid > label,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-note-panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-context-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-context-fields:has(#wizard-age) {
  grid-template-columns: minmax(0, 1fr) 180px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-context-fields .field-label:only-child {
  max-width: 520px;
}

body.reskin2-skin.dashboard-page .wizard-style-fields {
  display: grid;
  max-width: 420px;
}

body.reskin2-skin.dashboard-page .wizard-style-fields:not(.is-active) {
  display: none;
}

body.reskin2-skin.dashboard-page .wizard-style-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.reskin2-skin.dashboard-page .wizard-style-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

body.reskin2-skin.dashboard-page .wizard-style-choice {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(214, 206, 194, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  color: #254b3f;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

body.reskin2-skin.dashboard-page .wizard-style-choice.is-selected {
  border-color: #6e927d;
  background: rgba(237, 246, 233, .92);
  box-shadow: inset 0 0 0 1px rgba(110, 146, 125, .35);
}

body.reskin2-skin.dashboard-page .wizard-style-choice:focus-visible {
  outline: 3px solid rgba(241, 95, 82, .28);
  outline-offset: 2px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-size-grid,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-preference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-size-grid {
  max-width: 420px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .form-control,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] input,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] textarea,
body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] select {
  min-height: 46px;
  border-color: rgba(214, 206, 194, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] textarea {
  min-height: 112px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-note-panel {
  gap: 10px;
  max-width: 520px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-note-panel textarea {
  min-height: 56px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-note-presets {
  gap: 8px;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-note-preset {
  border-color: rgba(137, 164, 128, .34);
  background: rgba(244, 248, 241, .84);
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-contact-details {
  width: min(100%, 520px);
  margin-left: 148px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.reskin2-skin.dashboard-page .wizard-card .wizard-actions,
body.reskin2-skin.dashboard-page[data-template] .wizard-card .wizard-actions {
  position: static !important;
  margin-top: 32px !important;
}

html[data-theme="dark"] body.reskin2-skin.has-app-topbar .app-topbar,
html[data-theme="dark"] body.reskin2-skin.has-app-topbar .user-topbar,
html[data-theme="dark"] body.reskin2-skin.dashboard-page > .app-topbar,
html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .app-topbar {
  background: rgba(22, 33, 29, 0.96) !important;
}

@media (max-width: 1180px) {
  body.reskin2-skin.dashboard-page .wizard-brief-form {
    width: 100%;
  }

  body.reskin2-skin.dashboard-page .wizard-brief-section {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 24px;
  }

  body.reskin2-skin.dashboard-page .wizard-brief-art {
    width: 80px;
    height: 80px;
  }

  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-contact-details {
    margin-left: 112px;
  }
}

@media (max-width: 899px) {
  body.reskin2-skin.has-app-topbar .app-topbar,
  body.reskin2-skin.has-app-topbar .user-topbar,
  body.reskin2-skin.dashboard-page > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .app-topbar {
    min-height: 62px !important;
    padding: 0 16px !important;
  }

  body.reskin2-skin .topbar-brand {
    font-size: 20px !important;
  }

  body.reskin2-skin .topbar-actions {
    gap: 0 !important;
  }

  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] > .section-title {
    font-size: 30px !important;
  }

  body.reskin2-skin.dashboard-page .wizard-brief-form {
    gap: 0;
  }

  body.reskin2-skin.dashboard-page .wizard-brief-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0;
  }

  body.reskin2-skin.dashboard-page .wizard-brief-art {
    width: 72px;
    height: 72px;
    justify-self: start;
  }

  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-size-grid,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-context-fields,
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-context-fields:has(#wizard-age),
  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-preference-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="1"] .wizard-contact-details {
    width: 100%;
    margin-left: 0;
  }

  body.reskin2-skin.dashboard-page .wizard-card .wizard-actions,
  body.reskin2-skin.dashboard-page[data-template] .wizard-card .wizard-actions {
    position: sticky !important;
  }
}

/* Product metadata and Step four preview finish. */
body.reskin2-skin.dashboard-page .wizard-brand-name {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.reskin2-skin.dashboard-page .wizard-brand-mark {
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  object-fit: contain;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row {
  grid-template-columns: 64px minmax(0, 1fr) 112px 44px;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row:has(.wizard-gift-price-input) {
  grid-template-columns: 64px minmax(0, 1fr) 112px 44px;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-title-input {
  grid-column: 2 / 4;
  grid-row: 1;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row:has(.wizard-gift-price-input) .wizard-gift-title-input {
  grid-column: 2;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-price-input {
  grid-column: 3;
  grid-row: 1;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-group-select {
  grid-column: 2;
  grid-row: 2;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-url-button {
  grid-column: 3 / 5;
  grid-row: 2;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-delete-button {
  grid-column: 4;
  grid-row: 1;
}

body.reskin2-skin.dashboard-page .wizard-gift-product-image,
body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-row-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: stretch;
  width: 64px;
  height: 64px;
  min-width: 0;
  border: 1px solid #e6dfd4;
  border-radius: 8px;
  background: #f4f1e9;
}

body.reskin2-skin.dashboard-page .wizard-gift-product-image {
  display: block;
  object-fit: contain;
}

body.reskin2-skin.dashboard-page .wizard-gift-edit-row input,
body.reskin2-skin.dashboard-page .wizard-gift-edit-row select,
body.reskin2-skin.dashboard-page .wizard-gift-edit-row button {
  min-width: 0;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-main {
  justify-self: center;
  width: min(100%, 820px) !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion {
  display: none !important;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .wizard-gift-edit-row,
  body.reskin2-skin.dashboard-page .wizard-gift-edit-row:has(.wizard-gift-price-input) {
    grid-template-columns: 64px minmax(0, 1fr) 44px;
    gap: 8px;
    padding: 12px;
  }

  body.reskin2-skin.dashboard-page .wizard-gift-product-image,
  body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-row-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-title-input {
    grid-column: 2;
    grid-row: 1;
  }

  body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-delete-button {
    grid-column: 3;
    grid-row: 1;
  }

  body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-price-input,
  body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-group-select,
  body.reskin2-skin.dashboard-page .wizard-gift-edit-row .wizard-gift-url-button {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-main {
    display: contents !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion {
    display: flex !important;
    grid-column: 1 !important;
    order: -1 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 24px !important;
    padding: 24px 16px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion-copy {
    width: 100% !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion-copy h2 {
    max-width: 320px;
    font-size: 30px;
    line-height: 1.15;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion-copy p {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.55;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-preview {
    width: 100%;
    max-width: 430px;
    max-height: none;
    margin-inline: auto;
    padding: 24px 16px;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion-art {
    width: 150px;
    height: 150px;
    flex-basis: 150px;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-preview > strong {
    font-size: 36px;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-detail {
    grid-template-columns: minmax(112px, 0.8fr) minmax(0, 1.2fr);
    padding: 8px 12px;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-detail strong,
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-detail span {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-note {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] #wizard-list-preview {
    display: none !important;
  }
}

/* Application-wide visual QA polish. */
body.reskin2-skin .recommend-wizard-brand {
  display: block !important;
  width: 100%;
  min-width: 0;
}

body.reskin2-skin .recommend-wizard-brand > span {
  display: block;
  width: 100%;
  min-width: 0;
}

body.reskin2-skin .recommend-wizard-title {
  width: 100%;
  max-width: 680px;
  overflow-wrap: normal;
}

body.reskin2-skin .product-card__actions .gift-link {
  min-height: 44px !important;
  padding: 8px 0 !important;
}

body.reskin2-skin.dashboard-page .wizard-contact-details summary,
body.reskin2-skin.dashboard-page .wizard-gift-group-editor summary,
body.reskin2-skin.dashboard-page .wizard-template-panel summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  cursor: pointer;
}

body.reskin2-skin .edit-card .secondary-button,
body.reskin2-skin .edit-card .back-link {
  min-height: 44px !important;
}

body.reskin2-skin .subpage-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 0;
}

body.reskin2-skin .recommend-helper-link a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

body.reskin2-skin .product-card__actions .gift-link::after {
  content: "\2197";
}

@media (max-width: 899px) {
  body.reskin2-skin .recommend-header-block {
    padding-right: 84px;
  }

  body.reskin2-skin .recommend-wizard-title {
    max-width: 250px;
    font-size: 38px;
    line-height: 1.08;
  }

  body.reskin2-skin .recommend-chip {
    min-height: 44px;
    padding: 8px 12px;
  }
}

/* Flat website shell: keep the Reskin2 wizard content, remove the outer card frame. */
body.reskin2-skin.has-app-topbar .app-topbar,
body.reskin2-skin.has-app-topbar .user-topbar,
body.reskin2-skin.dashboard-page > .app-topbar,
body.reskin2-skin:has(.public-list-page) > .app-topbar {
  display: flex !important;
  top: 0;
  width: 100% !important;
  max-width: none !important;
  min-height: 64px;
  margin: 0 !important;
  padding: 0 max(24px, calc((100vw - 1120px) / 2 + 24px)) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(18, 62, 50, 0.12) !important;
  border-radius: 0 !important;
  background: rgba(252, 250, 245, 0.94) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

html[data-theme="dark"] body.reskin2-skin.has-app-topbar .app-topbar,
html[data-theme="dark"] body.reskin2-skin.has-app-topbar .user-topbar,
html[data-theme="dark"] body.reskin2-skin.dashboard-page > .app-topbar,
html[data-theme="dark"] body.reskin2-skin:has(.public-list-page) > .app-topbar {
  border-bottom-color: rgba(232, 217, 180, 0.16) !important;
  background: rgba(22, 33, 29, 0.94) !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell {
  width: 100% !important;
  max-width: none !important;
  padding: 48px 24px 64px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card {
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100vh - 64px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
  max-width: 1400px;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 899px) {
  body.reskin2-skin.has-app-topbar .app-topbar,
  body.reskin2-skin.has-app-topbar .user-topbar,
  body.reskin2-skin.dashboard-page > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .app-topbar {
    display: flex !important;
    min-height: 60px;
    padding: 0 16px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell {
    padding: 24px 0 96px !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::before,
  body.reskin2-skin.dashboard-page .dashboard-shell .dashboard-card::after {
    content: none !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
    max-width: none;
  }
}

/* Final v48 global menu polish: the topbar matches the flat watercolor wizard mockup. */
body.reskin2-skin.has-app-topbar .app-topbar,
body.reskin2-skin.has-app-topbar .user-topbar,
body.reskin2-skin.dashboard-page > .app-topbar,
body.reskin2-skin:has(.public-list-page) > .app-topbar {
  min-height: 70px !important;
  padding: 0 max(32px, calc((100vw - 1200px) / 2 + 24px)) !important;
  border-bottom: 1px solid rgba(18, 62, 50, 0.12) !important;
  background: rgba(255, 253, 248, 0.96) !important;
  box-shadow: none !important;
}

body.reskin2-skin .topbar-brand {
  min-height: 52px !important;
  gap: 10px !important;
  color: #154536 !important;
  font-size: 24px !important;
}

body.reskin2-skin .topbar-link,
body.reskin2-skin .topbar-button {
  min-height: 44px !important;
  padding: 0 8px !important;
  color: #5d6d65 !important;
  background: transparent !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

@media (max-width: 899px) {
  body.reskin2-skin.has-app-topbar .app-topbar,
  body.reskin2-skin.has-app-topbar .user-topbar,
  body.reskin2-skin.dashboard-page > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .app-topbar {
    min-height: 62px !important;
    padding: 0 16px !important;
  }

  body.reskin2-skin .topbar-brand {
    font-size: 20px !important;
  }
}

/* Final v49 step two theme direction: extracted mockup art, theme input, gender switch, photo divider. */
body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout::before {
  z-index: 1;
  top: 0;
  bottom: 0;
  left: calc(100% - 360px - 50px);
  width: 39px;
  background: url("/assets/reskin2/wizard-art/brief-divider-v49.png") center / 39px 100% no-repeat !important;
}

body.reskin2-skin.dashboard-page .wizard-brief-art::before,
body.reskin2-skin.dashboard-page .wizard-brief-art::after {
  content: none !important;
}

body.reskin2-skin.dashboard-page .wizard-brief-section--person .wizard-brief-art,
body.reskin2-skin.dashboard-page .wizard-brief-section--mood .wizard-brief-art,
body.reskin2-skin.dashboard-page .wizard-brief-section--useful .wizard-brief-art,
body.reskin2-skin.dashboard-page .wizard-brief-section--message .wizard-brief-art {
  transform: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: none;
  opacity: 1;
}

body.reskin2-skin.dashboard-page .wizard-brief-section--person .wizard-brief-art {
  background-image: url("/assets/reskin2/wizard-art/brief-tag-v49.png");
}

body.reskin2-skin.dashboard-page .wizard-brief-section--mood .wizard-brief-art {
  background-image: url("/assets/reskin2/wizard-art/brief-palette-v49.png");
}

body.reskin2-skin.dashboard-page .wizard-brief-section--useful .wizard-brief-art {
  background-image: url("/assets/reskin2/wizard-art/brief-gift-note-v49.png");
}

body.reskin2-skin.dashboard-page .wizard-brief-section--message .wizard-brief-art {
  background-image: url("/assets/reskin2/wizard-art/brief-envelope-v49.png");
}

body.reskin2-skin.dashboard-page .wizard-celebration-theme-field > span,
body.reskin2-skin.dashboard-page .wizard-brief-body h3 span {
  color: #60746b;
  font-size: 13px;
  font-weight: 700;
}

body.reskin2-skin.dashboard-page .wizard-gender-field {
  align-self: end;
}

body.reskin2-skin.dashboard-page .wizard-gender-choice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-top: 8px;
}

body.reskin2-skin.dashboard-page .wizard-gender-choice {
  min-height: 44px;
  padding: 0 6px;
  border: 1px solid rgba(214, 206, 194, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  color: #254b3f;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

body.reskin2-skin.dashboard-page .wizard-gender-choice.is-selected {
  border-color: #6e927d;
  background: rgba(237, 246, 233, .92);
  box-shadow: inset 0 0 0 1px rgba(110, 146, 125, .35);
}

body.reskin2-skin.dashboard-page .wizard-gender-choice:focus-visible {
  outline: 3px solid rgba(241, 95, 82, .28);
  outline-offset: 2px;
}

body.reskin2-skin.dashboard-page .wizard-theme-picker {
  display: grid;
  gap: 8px;
  margin-top: -8px;
}

body.reskin2-skin.dashboard-page .wizard-theme-picker__label {
  color: #60746b;
  font-size: 13px;
  font-weight: 700;
}

body.reskin2-skin.dashboard-page .wizard-theme-combobox {
  display: grid;
  gap: 8px;
}

body.reskin2-skin.dashboard-page .wizard-theme-search {
  min-height: 36px;
}

body.reskin2-skin .select2-container {
  max-width: 100%;
  font-family: var(--r2-ui-font);
  font-size: 14px;
}

body.reskin2-skin .select2-container .select2-selection--single {
  min-height: 44px;
  border: 1px solid rgba(126, 154, 138, .74);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

body.reskin2-skin .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 40px 7px 12px;
  color: #254b3f;
  line-height: 28px;
}

body.reskin2-skin .select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 10px;
}

body.reskin2-skin .select2-container--default.select2-container--focus .select2-selection--single,
body.reskin2-skin .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #6e927d;
  box-shadow: 0 0 0 3px rgba(110, 146, 125, .18);
}

body.reskin2-skin .select2-dropdown {
  border: 1px solid rgba(126, 154, 138, .72);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 36px rgba(56, 45, 35, .14);
  overflow: hidden;
  font-family: var(--r2-ui-font);
}

body.reskin2-skin .select2-search--dropdown {
  padding: 8px;
}

body.reskin2-skin .select2-container--default .select2-search--dropdown .select2-search__field {
  min-height: 40px;
  border: 1px solid rgba(214, 206, 194, .92);
  border-radius: 8px;
  color: #254b3f;
  font: inherit;
}

body.reskin2-skin .select2-results__option {
  min-height: 40px;
  padding: 10px 12px;
  color: #254b3f;
  font-size: 14px;
}

body.reskin2-skin .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(237, 246, 233, .96);
  color: #12382f;
}

body.reskin2-skin .select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(110, 146, 125, .16);
  color: #12382f;
}

body.reskin2-skin.dashboard-page .wizard-theme-results {
  display: none;
  max-height: 220px;
  overflow: auto;
  border: 1px solid rgba(214, 206, 194, .92);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 24px rgba(56, 45, 35, .08);
}

body.reskin2-skin.dashboard-page .wizard-theme-combobox.is-open .wizard-theme-results {
  display: grid;
}

body.reskin2-skin.dashboard-page .wizard-theme-results[hidden] {
  display: none !important;
}

body.reskin2-skin.dashboard-page .wizard-theme-option {
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(214, 206, 194, .66);
  background: transparent;
  color: #254b3f;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

body.reskin2-skin.dashboard-page .wizard-theme-option:last-child {
  border-bottom: 0;
}

body.reskin2-skin.dashboard-page .wizard-theme-option:hover,
body.reskin2-skin.dashboard-page .wizard-theme-option.is-selected {
  background: rgba(237, 246, 233, .92);
}

body.reskin2-skin.dashboard-page .wizard-theme-option:focus-visible {
  outline: 3px solid rgba(241, 95, 82, .28);
  outline-offset: -3px;
}

body.reskin2-skin.dashboard-page .wizard-theme-empty {
  margin: 0;
  padding: 12px;
  color: #60746b;
  font-size: 13px;
}

@media (max-width: 1180px) {
  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-layout::before {
    left: calc(100% - 285px - 40px);
  }
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .wizard-gender-field {
    align-self: stretch;
  }
}

/* Reskin2 template tones: same Darilko structure, different soft palettes and art. */
body.reskin2-skin[data-template] {
  --r2-primary: var(--r2-template-primary);
  --r2-primary-hover: var(--r2-template-primary-hover);
  --r2-primary-soft: var(--r2-template-sage);
  --r2-action: var(--r2-template-action);
  --r2-action-hover: var(--r2-template-action-hover);
  --r2-action-soft: var(--r2-template-action-soft);
  --r2-yellow: var(--r2-template-sun);
  --r2-yellow-soft: var(--r2-template-sun-soft);
  --r2-blue-soft: var(--r2-template-blue-soft);
  --r2-lilac-soft: var(--r2-template-lilac-soft);
  --r2-border: var(--r2-template-line);
  --r2-border-strong: color-mix(in srgb, var(--r2-template-primary) 36%, var(--r2-template-line));
  --r2-concept-paper: var(--r2-template-paper);
  --r2-concept-ink: var(--r2-template-ink);
  --r2-concept-body: var(--r2-template-body);
  --r2-concept-line: var(--r2-template-line);
  --r2-concept-coral: var(--r2-template-action);
  --r2-concept-coral-hover: var(--r2-template-action-hover);
  --r2-concept-sage: var(--r2-template-sage);
  --leaf: var(--r2-template-primary);
  --leaf-dark: var(--r2-template-primary-hover);
  --sun: var(--r2-template-sun);
  --coral: var(--r2-template-action);
  --ink: var(--r2-template-ink);
  --muted: var(--r2-template-body);
  --line: var(--r2-template-line);
  background:
    radial-gradient(circle at 9% 16%, var(--r2-template-dot-a) 0 5px, transparent 6px),
    radial-gradient(circle at 88% 18%, var(--r2-template-dot-b) 0 8px, transparent 9px),
    radial-gradient(circle at 14% 78%, var(--r2-template-dot-c) 0 7px, transparent 8px),
    linear-gradient(180deg, var(--r2-template-page-start), var(--r2-template-page-end));
}

body.reskin2-skin[data-template] .app-topbar,
body.reskin2-skin[data-template] .user-topbar {
  color: var(--r2-template-ink);
  border-bottom-color: color-mix(in srgb, var(--r2-template-primary) 18%, transparent) !important;
  background: color-mix(in srgb, var(--r2-template-paper) 94%, transparent) !important;
}

body.reskin2-skin[data-template] .reskin2-hero-art--dino,
body.reskin2-skin[data-template] .reskin2-wizard-hero-dino {
  background-image: url("/assets/reskin2/wizard-art/hero-dino.png") !important;
}

body.reskin2-skin.dashboard-page .wizard-step[data-wizard-step="0"] .reskin2-wizard-hero-dino {
  background-image: url("/assets/reskin2/wizard-art/hero-dino.png") !important;
}

body.reskin2-skin[data-template] .reskin2-hero-art--gifts,
body.reskin2-skin[data-template] .reskin2-wizard-hero-gifts {
  background-image: url("/assets/reskin2/wizard-art/filler-gifts.png") !important;
}

body.reskin2-skin[data-template] .reskin2-page-art--left,
body.reskin2-skin[data-template] .reskin2-page-art--bottom {
  background-image: url("/assets/reskin2/wizard-art/filler-gifts.png") !important;
}

body.reskin2-skin[data-template] .reskin2-page-art--dino {
  background-image: url("/assets/reskin2/wizard-art/hero-dino.png") !important;
}

body.reskin2-skin[data-template] .birthday-card.public-list,
body.reskin2-skin[data-template] .create-list-card,
body.reskin2-skin[data-template] .home-shell,
body.reskin2-skin[data-template] .reskin2-recommend-sheet,
body.reskin2-skin[data-template] .edit-card,
body.reskin2-skin[data-template] .recommend-admin-page {
  background-color: var(--r2-template-paper);
}

body.reskin2-skin[data-template] .public-info-icon,
body.reskin2-skin[data-template] .wizard-preview-icon,
body.reskin2-skin[data-template] .wizard-dot.is-active::before {
  color: var(--r2-template-primary);
  background: var(--r2-template-sage);
}

/* Reskin2 celebration subject art layer. */
body.reskin2-skin[data-template] {
  --r2-subject-primary: var(--r2-template-hero-primary);
  --r2-subject-secondary: var(--r2-template-hero-secondary);
}

body.reskin2-skin[data-celebration-theme="dinosaurs"] { --r2-subject-primary: url("/assets/reskin2/subject-art/dinosaurs-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/dinosaurs-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="sea"] { --r2-subject-primary: url("/assets/reskin2/subject-art/sea-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/sea-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="vehicles"] { --r2-subject-primary: url("/assets/reskin2/subject-art/vehicles-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/vehicles-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="construction"] { --r2-subject-primary: url("/assets/reskin2/subject-art/construction-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/construction-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="forest"] { --r2-subject-primary: url("/assets/reskin2/subject-art/forest-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/forest-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="farm"] { --r2-subject-primary: url("/assets/reskin2/subject-art/farm-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/farm-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="princess"] { --r2-subject-primary: url("/assets/reskin2/subject-art/princess-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/princess-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="unicorn"] { --r2-subject-primary: url("/assets/reskin2/subject-art/unicorn-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/unicorn-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="space"] { --r2-subject-primary: url("/assets/reskin2/subject-art/space-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/space-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="superheroes"] { --r2-subject-primary: url("/assets/reskin2/subject-art/superheroes-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/superheroes-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="pirates"] { --r2-subject-primary: url("/assets/reskin2/subject-art/pirates-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/pirates-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="magic"] { --r2-subject-primary: url("/assets/reskin2/subject-art/magic-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/magic-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="creative"] { --r2-subject-primary: url("/assets/reskin2/subject-art/creative-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/creative-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="science"] { --r2-subject-primary: url("/assets/reskin2/subject-art/science-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/science-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="gaming"] { --r2-subject-primary: url("/assets/reskin2/subject-art/gaming-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/gaming-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="sports"] { --r2-subject-primary: url("/assets/reskin2/subject-art/sports-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/sports-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="music"] { --r2-subject-primary: url("/assets/reskin2/subject-art/music-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/music-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="sweet"] { --r2-subject-primary: url("/assets/reskin2/subject-art/sweet-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/sweet-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="blocks"] { --r2-subject-primary: url("/assets/reskin2/subject-art/blocks-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/blocks-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="camping"] { --r2-subject-primary: url("/assets/reskin2/subject-art/camping-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/camping-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="western"] { --r2-subject-primary: url("/assets/reskin2/subject-art/western-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/western-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="fire_rescue"] { --r2-subject-primary: url("/assets/reskin2/subject-art/fire_rescue-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/fire_rescue-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="baby_animals"] { --r2-subject-primary: url("/assets/reskin2/subject-art/baby_animals-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/baby_animals-secondary.svg?v=20260702-theme-art-v58"); }
body.reskin2-skin[data-celebration-theme="flowers"] { --r2-subject-primary: url("/assets/reskin2/subject-art/flowers-primary.svg?v=20260702-theme-art-v58"); --r2-subject-secondary: url("/assets/reskin2/subject-art/flowers-secondary.svg?v=20260702-theme-art-v58"); }

body.reskin2-skin[data-celebration-theme] .reskin2-hero-art--dino,
body.reskin2-skin[data-celebration-theme] .reskin2-wizard-hero-dino,
body.reskin2-skin[data-celebration-theme] .reskin2-page-art--dino,
body.reskin2-skin[data-celebration-theme] .public-list-hero::before {
  background-image: var(--r2-subject-primary) !important;
}

body.reskin2-skin[data-celebration-theme] .reskin2-hero-art--gifts,
body.reskin2-skin[data-celebration-theme] .reskin2-wizard-hero-gifts,
body.reskin2-skin[data-celebration-theme] .reskin2-page-art--left,
body.reskin2-skin[data-celebration-theme] .reskin2-page-art--bottom,
body.reskin2-skin[data-celebration-theme] .public-list-hero::after {
  background-image: var(--r2-subject-secondary) !important;
}

/* Reskin2 template tones: new occasion/feel grid. */
body.reskin2-skin[data-template="child_natural"] {
  --r2-template-primary: #5f8f63;
  --r2-template-primary-hover: #5f8f63;
  --r2-template-action: #d9897b;
  --r2-template-action-hover: #d9897b;
  --r2-template-action-soft: color-mix(in srgb, #d9897b 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #5f8f63 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d9897b 10%, #ffffff);
  --r2-template-paper: #fffaf3;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #5f8f63 20%, #eadfce);
  --r2-template-sage: #eaf4df;
  --r2-template-page-start: color-mix(in srgb, #fffaf3 88%, #eaf4df);
  --r2-template-page-end: color-mix(in srgb, #eaf4df 70%, #ffffff);
  --r2-template-dot-a: #d9897b;
  --r2-template-dot-b: #5f8f63;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/child_natural-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/child_natural-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="child_playful"] {
  --r2-template-primary: #2f7f73;
  --r2-template-primary-hover: #2f7f73;
  --r2-template-action: #f15f52;
  --r2-template-action-hover: #f15f52;
  --r2-template-action-soft: color-mix(in srgb, #f15f52 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #2f7f73 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #f15f52 10%, #ffffff);
  --r2-template-paper: #fffdf8;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #2f7f73 20%, #eadfce);
  --r2-template-sage: #e7f5f3;
  --r2-template-page-start: color-mix(in srgb, #fffdf8 88%, #e7f5f3);
  --r2-template-page-end: color-mix(in srgb, #e7f5f3 70%, #ffffff);
  --r2-template-dot-a: #f15f52;
  --r2-template-dot-b: #2f7f73;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/child_playful-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/child_playful-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="child_minimal"] {
  --r2-template-primary: #49656f;
  --r2-template-primary-hover: #49656f;
  --r2-template-action: #c87f6f;
  --r2-template-action-hover: #c87f6f;
  --r2-template-action-soft: color-mix(in srgb, #c87f6f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #49656f 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #c87f6f 10%, #ffffff);
  --r2-template-paper: #fbfbf7;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #49656f 20%, #eadfce);
  --r2-template-sage: #eef3f2;
  --r2-template-page-start: color-mix(in srgb, #fbfbf7 88%, #eef3f2);
  --r2-template-page-end: color-mix(in srgb, #eef3f2 70%, #ffffff);
  --r2-template-dot-a: #c87f6f;
  --r2-template-dot-b: #49656f;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/child_minimal-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/child_minimal-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="child_adventure"] {
  --r2-template-primary: #5166b0;
  --r2-template-primary-hover: #5166b0;
  --r2-template-action: #e78b42;
  --r2-template-action-hover: #e78b42;
  --r2-template-action-soft: color-mix(in srgb, #e78b42 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #5166b0 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #e78b42 10%, #ffffff);
  --r2-template-paper: #fbfbff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #5166b0 20%, #eadfce);
  --r2-template-sage: #eef1ff;
  --r2-template-page-start: color-mix(in srgb, #fbfbff 88%, #eef1ff);
  --r2-template-page-end: color-mix(in srgb, #eef1ff 70%, #ffffff);
  --r2-template-dot-a: #e78b42;
  --r2-template-dot-b: #5166b0;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/child_adventure-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/child_adventure-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="child_calm"] {
  --r2-template-primary: #4d8d9a;
  --r2-template-primary-hover: #4d8d9a;
  --r2-template-action: #d9899c;
  --r2-template-action-hover: #d9899c;
  --r2-template-action-soft: color-mix(in srgb, #d9899c 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #4d8d9a 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d9899c 10%, #ffffff);
  --r2-template-paper: #f8fdff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #4d8d9a 20%, #eadfce);
  --r2-template-sage: #e6f8fb;
  --r2-template-page-start: color-mix(in srgb, #f8fdff 88%, #e6f8fb);
  --r2-template-page-end: color-mix(in srgb, #e6f8fb 70%, #ffffff);
  --r2-template-dot-a: #d9899c;
  --r2-template-dot-b: #4d8d9a;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/child_calm-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/child_calm-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="birthday_natural"] {
  --r2-template-primary: #5f7f4a;
  --r2-template-primary-hover: #5f7f4a;
  --r2-template-action: #c98068;
  --r2-template-action-hover: #c98068;
  --r2-template-action-soft: color-mix(in srgb, #c98068 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #5f7f4a 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #c98068 10%, #ffffff);
  --r2-template-paper: #fffaf0;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #5f7f4a 20%, #eadfce);
  --r2-template-sage: #edf4df;
  --r2-template-page-start: color-mix(in srgb, #fffaf0 88%, #edf4df);
  --r2-template-page-end: color-mix(in srgb, #edf4df 70%, #ffffff);
  --r2-template-dot-a: #c98068;
  --r2-template-dot-b: #5f7f4a;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/birthday_natural-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/birthday_natural-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="birthday_playful"] {
  --r2-template-primary: #177c73;
  --r2-template-primary-hover: #177c73;
  --r2-template-action: #f15f52;
  --r2-template-action-hover: #f15f52;
  --r2-template-action-soft: color-mix(in srgb, #f15f52 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #177c73 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #f15f52 10%, #ffffff);
  --r2-template-paper: #fffdf9;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #177c73 20%, #eadfce);
  --r2-template-sage: #e7f5f3;
  --r2-template-page-start: color-mix(in srgb, #fffdf9 88%, #e7f5f3);
  --r2-template-page-end: color-mix(in srgb, #e7f5f3 70%, #ffffff);
  --r2-template-dot-a: #f15f52;
  --r2-template-dot-b: #177c73;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/birthday_playful-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/birthday_playful-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="birthday_minimal"] {
  --r2-template-primary: #344955;
  --r2-template-primary-hover: #344955;
  --r2-template-action: #c87f6f;
  --r2-template-action-hover: #c87f6f;
  --r2-template-action-soft: color-mix(in srgb, #c87f6f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #344955 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #c87f6f 10%, #ffffff);
  --r2-template-paper: #fbfbf7;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #344955 20%, #eadfce);
  --r2-template-sage: #eef3f2;
  --r2-template-page-start: color-mix(in srgb, #fbfbf7 88%, #eef3f2);
  --r2-template-page-end: color-mix(in srgb, #eef3f2 70%, #ffffff);
  --r2-template-dot-a: #c87f6f;
  --r2-template-dot-b: #344955;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/birthday_minimal-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/birthday_minimal-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="birthday_adventure"] {
  --r2-template-primary: #4559a8;
  --r2-template-primary-hover: #4559a8;
  --r2-template-action: #e78b42;
  --r2-template-action-hover: #e78b42;
  --r2-template-action-soft: color-mix(in srgb, #e78b42 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #4559a8 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #e78b42 10%, #ffffff);
  --r2-template-paper: #fbfbff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #4559a8 20%, #eadfce);
  --r2-template-sage: #eef1ff;
  --r2-template-page-start: color-mix(in srgb, #fbfbff 88%, #eef1ff);
  --r2-template-page-end: color-mix(in srgb, #eef1ff 70%, #ffffff);
  --r2-template-dot-a: #e78b42;
  --r2-template-dot-b: #4559a8;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/birthday_adventure-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/birthday_adventure-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="birthday_calm"] {
  --r2-template-primary: #68764a;
  --r2-template-primary-hover: #68764a;
  --r2-template-action: #b86d5c;
  --r2-template-action-hover: #b86d5c;
  --r2-template-action-soft: color-mix(in srgb, #b86d5c 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #68764a 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #b86d5c 10%, #ffffff);
  --r2-template-paper: #fffaf0;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #68764a 20%, #eadfce);
  --r2-template-sage: #eef2e4;
  --r2-template-page-start: color-mix(in srgb, #fffaf0 88%, #eef2e4);
  --r2-template-page-end: color-mix(in srgb, #eef2e4 70%, #ffffff);
  --r2-template-dot-a: #b86d5c;
  --r2-template-dot-b: #68764a;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/birthday_calm-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/birthday_calm-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="baby_natural"] {
  --r2-template-primary: #6f9865;
  --r2-template-primary-hover: #6f9865;
  --r2-template-action: #d9897b;
  --r2-template-action-hover: #d9897b;
  --r2-template-action-soft: color-mix(in srgb, #d9897b 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #6f9865 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d9897b 10%, #ffffff);
  --r2-template-paper: #fffaf4;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #6f9865 20%, #eadfce);
  --r2-template-sage: #edf5e9;
  --r2-template-page-start: color-mix(in srgb, #fffaf4 88%, #edf5e9);
  --r2-template-page-end: color-mix(in srgb, #edf5e9 70%, #ffffff);
  --r2-template-dot-a: #d9897b;
  --r2-template-dot-b: #6f9865;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/baby_natural-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/baby_natural-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="baby_playful"] {
  --r2-template-primary: #6fa58c;
  --r2-template-primary-hover: #6fa58c;
  --r2-template-action: #f07aa8;
  --r2-template-action-hover: #f07aa8;
  --r2-template-action-soft: color-mix(in srgb, #f07aa8 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #6fa58c 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #f07aa8 10%, #ffffff);
  --r2-template-paper: #fff8fb;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #6fa58c 20%, #eadfce);
  --r2-template-sage: #e9f5ef;
  --r2-template-page-start: color-mix(in srgb, #fff8fb 88%, #e9f5ef);
  --r2-template-page-end: color-mix(in srgb, #e9f5ef 70%, #ffffff);
  --r2-template-dot-a: #f07aa8;
  --r2-template-dot-b: #6fa58c;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/baby_playful-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/baby_playful-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="baby_minimal"] {
  --r2-template-primary: #6f7f85;
  --r2-template-primary-hover: #6f7f85;
  --r2-template-action: #caa07f;
  --r2-template-action-hover: #caa07f;
  --r2-template-action-soft: color-mix(in srgb, #caa07f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #6f7f85 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #caa07f 10%, #ffffff);
  --r2-template-paper: #fbfbf7;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #6f7f85 20%, #eadfce);
  --r2-template-sage: #eef3f2;
  --r2-template-page-start: color-mix(in srgb, #fbfbf7 88%, #eef3f2);
  --r2-template-page-end: color-mix(in srgb, #eef3f2 70%, #ffffff);
  --r2-template-dot-a: #caa07f;
  --r2-template-dot-b: #6f7f85;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/baby_minimal-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/baby_minimal-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="baby_adventure"] {
  --r2-template-primary: #6976a6;
  --r2-template-primary-hover: #6976a6;
  --r2-template-action: #d8a65f;
  --r2-template-action-hover: #d8a65f;
  --r2-template-action-soft: color-mix(in srgb, #d8a65f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #6976a6 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d8a65f 10%, #ffffff);
  --r2-template-paper: #fbfbff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #6976a6 20%, #eadfce);
  --r2-template-sage: #f1f3ff;
  --r2-template-page-start: color-mix(in srgb, #fbfbff 88%, #f1f3ff);
  --r2-template-page-end: color-mix(in srgb, #f1f3ff 70%, #ffffff);
  --r2-template-dot-a: #d8a65f;
  --r2-template-dot-b: #6976a6;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/baby_adventure-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/baby_adventure-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="baby_calm"] {
  --r2-template-primary: #7393a6;
  --r2-template-primary-hover: #7393a6;
  --r2-template-action: #d9899c;
  --r2-template-action-hover: #d9899c;
  --r2-template-action-soft: color-mix(in srgb, #d9899c 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #7393a6 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d9899c 10%, #ffffff);
  --r2-template-paper: #f9fdff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #7393a6 20%, #eadfce);
  --r2-template-sage: #e9f6fb;
  --r2-template-page-start: color-mix(in srgb, #f9fdff 88%, #e9f6fb);
  --r2-template-page-end: color-mix(in srgb, #e9f6fb 70%, #ffffff);
  --r2-template-dot-a: #d9899c;
  --r2-template-dot-b: #7393a6;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/baby_calm-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/baby_calm-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="wedding_natural"] {
  --r2-template-primary: #5f7f4a;
  --r2-template-primary-hover: #5f7f4a;
  --r2-template-action: #b86d5c;
  --r2-template-action-hover: #b86d5c;
  --r2-template-action-soft: color-mix(in srgb, #b86d5c 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #5f7f4a 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #b86d5c 10%, #ffffff);
  --r2-template-paper: #fffaf0;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #5f7f4a 20%, #eadfce);
  --r2-template-sage: #eef2e4;
  --r2-template-page-start: color-mix(in srgb, #fffaf0 88%, #eef2e4);
  --r2-template-page-end: color-mix(in srgb, #eef2e4 70%, #ffffff);
  --r2-template-dot-a: #b86d5c;
  --r2-template-dot-b: #5f7f4a;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/wedding_natural-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/wedding_natural-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="wedding_playful"] {
  --r2-template-primary: #3f725d;
  --r2-template-primary-hover: #3f725d;
  --r2-template-action: #d67f73;
  --r2-template-action-hover: #d67f73;
  --r2-template-action-soft: color-mix(in srgb, #d67f73 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #3f725d 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d67f73 10%, #ffffff);
  --r2-template-paper: #fffdf9;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #3f725d 20%, #eadfce);
  --r2-template-sage: #eaf6ee;
  --r2-template-page-start: color-mix(in srgb, #fffdf9 88%, #eaf6ee);
  --r2-template-page-end: color-mix(in srgb, #eaf6ee 70%, #ffffff);
  --r2-template-dot-a: #d67f73;
  --r2-template-dot-b: #3f725d;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/wedding_playful-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/wedding_playful-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="wedding_minimal"] {
  --r2-template-primary: #344955;
  --r2-template-primary-hover: #344955;
  --r2-template-action: #c87f6f;
  --r2-template-action-hover: #c87f6f;
  --r2-template-action-soft: color-mix(in srgb, #c87f6f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #344955 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #c87f6f 10%, #ffffff);
  --r2-template-paper: #fbfbf7;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #344955 20%, #eadfce);
  --r2-template-sage: #eef3f2;
  --r2-template-page-start: color-mix(in srgb, #fbfbf7 88%, #eef3f2);
  --r2-template-page-end: color-mix(in srgb, #eef3f2 70%, #ffffff);
  --r2-template-dot-a: #c87f6f;
  --r2-template-dot-b: #344955;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/wedding_minimal-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/wedding_minimal-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="wedding_adventure"] {
  --r2-template-primary: #11788a;
  --r2-template-primary-hover: #11788a;
  --r2-template-action: #ff7f7f;
  --r2-template-action-hover: #ff7f7f;
  --r2-template-action-soft: color-mix(in srgb, #ff7f7f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #11788a 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #ff7f7f 10%, #ffffff);
  --r2-template-paper: #f7fdff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #11788a 20%, #eadfce);
  --r2-template-sage: #e6f8fb;
  --r2-template-page-start: color-mix(in srgb, #f7fdff 88%, #e6f8fb);
  --r2-template-page-end: color-mix(in srgb, #e6f8fb 70%, #ffffff);
  --r2-template-dot-a: #ff7f7f;
  --r2-template-dot-b: #11788a;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/wedding_adventure-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/wedding_adventure-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="wedding_calm"] {
  --r2-template-primary: #68764a;
  --r2-template-primary-hover: #68764a;
  --r2-template-action: #b86d5c;
  --r2-template-action-hover: #b86d5c;
  --r2-template-action-soft: color-mix(in srgb, #b86d5c 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #68764a 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #b86d5c 10%, #ffffff);
  --r2-template-paper: #fffaf0;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #68764a 20%, #eadfce);
  --r2-template-sage: #eef2e4;
  --r2-template-page-start: color-mix(in srgb, #fffaf0 88%, #eef2e4);
  --r2-template-page-end: color-mix(in srgb, #eef2e4 70%, #ffffff);
  --r2-template-dot-a: #b86d5c;
  --r2-template-dot-b: #68764a;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/wedding_calm-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/wedding_calm-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="christmas_natural"] {
  --r2-template-primary: #2f7a45;
  --r2-template-primary-hover: #2f7a45;
  --r2-template-action: #c9433b;
  --r2-template-action-hover: #c9433b;
  --r2-template-action-soft: color-mix(in srgb, #c9433b 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #2f7a45 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #c9433b 10%, #ffffff);
  --r2-template-paper: #fffaf0;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #2f7a45 20%, #eadfce);
  --r2-template-sage: #eaf3e5;
  --r2-template-page-start: color-mix(in srgb, #fffaf0 88%, #eaf3e5);
  --r2-template-page-end: color-mix(in srgb, #eaf3e5 70%, #ffffff);
  --r2-template-dot-a: #c9433b;
  --r2-template-dot-b: #2f7a45;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/christmas_natural-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/christmas_natural-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="christmas_playful"] {
  --r2-template-primary: #247a4e;
  --r2-template-primary-hover: #247a4e;
  --r2-template-action: #e63946;
  --r2-template-action-hover: #e63946;
  --r2-template-action-soft: color-mix(in srgb, #e63946 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #247a4e 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #e63946 10%, #ffffff);
  --r2-template-paper: #fff7ec;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #247a4e 20%, #eadfce);
  --r2-template-sage: #eaf3e5;
  --r2-template-page-start: color-mix(in srgb, #fff7ec 88%, #eaf3e5);
  --r2-template-page-end: color-mix(in srgb, #eaf3e5 70%, #ffffff);
  --r2-template-dot-a: #e63946;
  --r2-template-dot-b: #247a4e;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/christmas_playful-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/christmas_playful-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="christmas_minimal"] {
  --r2-template-primary: #344955;
  --r2-template-primary-hover: #344955;
  --r2-template-action: #c87f6f;
  --r2-template-action-hover: #c87f6f;
  --r2-template-action-soft: color-mix(in srgb, #c87f6f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #344955 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #c87f6f 10%, #ffffff);
  --r2-template-paper: #fbfbf7;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #344955 20%, #eadfce);
  --r2-template-sage: #eef3f2;
  --r2-template-page-start: color-mix(in srgb, #fbfbf7 88%, #eef3f2);
  --r2-template-page-end: color-mix(in srgb, #eef3f2 70%, #ffffff);
  --r2-template-dot-a: #c87f6f;
  --r2-template-dot-b: #344955;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/christmas_minimal-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/christmas_minimal-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="christmas_adventure"] {
  --r2-template-primary: #3f7895;
  --r2-template-primary-hover: #3f7895;
  --r2-template-action: #d94747;
  --r2-template-action-hover: #d94747;
  --r2-template-action-soft: color-mix(in srgb, #d94747 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #3f7895 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d94747 10%, #ffffff);
  --r2-template-paper: #f9fdff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #3f7895 20%, #eadfce);
  --r2-template-sage: #e9f6fb;
  --r2-template-page-start: color-mix(in srgb, #f9fdff 88%, #e9f6fb);
  --r2-template-page-end: color-mix(in srgb, #e9f6fb 70%, #ffffff);
  --r2-template-dot-a: #d94747;
  --r2-template-dot-b: #3f7895;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/christmas_adventure-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/christmas_adventure-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="christmas_calm"] {
  --r2-template-primary: #2f7a45;
  --r2-template-primary-hover: #2f7a45;
  --r2-template-action: #b86d5c;
  --r2-template-action-hover: #b86d5c;
  --r2-template-action-soft: color-mix(in srgb, #b86d5c 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #2f7a45 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #b86d5c 10%, #ffffff);
  --r2-template-paper: #fffaf0;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #2f7a45 20%, #eadfce);
  --r2-template-sage: #eaf3e5;
  --r2-template-page-start: color-mix(in srgb, #fffaf0 88%, #eaf3e5);
  --r2-template-page-end: color-mix(in srgb, #eaf3e5 70%, #ffffff);
  --r2-template-dot-a: #b86d5c;
  --r2-template-dot-b: #2f7a45;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/christmas_calm-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/christmas_calm-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="other_natural"] {
  --r2-template-primary: #5f8f63;
  --r2-template-primary-hover: #5f8f63;
  --r2-template-action: #d9897b;
  --r2-template-action-hover: #d9897b;
  --r2-template-action-soft: color-mix(in srgb, #d9897b 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #5f8f63 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d9897b 10%, #ffffff);
  --r2-template-paper: #fffaf3;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #5f8f63 20%, #eadfce);
  --r2-template-sage: #eaf4df;
  --r2-template-page-start: color-mix(in srgb, #fffaf3 88%, #eaf4df);
  --r2-template-page-end: color-mix(in srgb, #eaf4df 70%, #ffffff);
  --r2-template-dot-a: #d9897b;
  --r2-template-dot-b: #5f8f63;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/other_natural-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/other_natural-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="other_playful"] {
  --r2-template-primary: #177c73;
  --r2-template-primary-hover: #177c73;
  --r2-template-action: #f15f52;
  --r2-template-action-hover: #f15f52;
  --r2-template-action-soft: color-mix(in srgb, #f15f52 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #177c73 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #f15f52 10%, #ffffff);
  --r2-template-paper: #fffdf9;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #177c73 20%, #eadfce);
  --r2-template-sage: #e7f5f3;
  --r2-template-page-start: color-mix(in srgb, #fffdf9 88%, #e7f5f3);
  --r2-template-page-end: color-mix(in srgb, #e7f5f3 70%, #ffffff);
  --r2-template-dot-a: #f15f52;
  --r2-template-dot-b: #177c73;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/other_playful-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/other_playful-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="other_minimal"] {
  --r2-template-primary: #344955;
  --r2-template-primary-hover: #344955;
  --r2-template-action: #c87f6f;
  --r2-template-action-hover: #c87f6f;
  --r2-template-action-soft: color-mix(in srgb, #c87f6f 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #344955 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #c87f6f 10%, #ffffff);
  --r2-template-paper: #fbfbf7;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #344955 20%, #eadfce);
  --r2-template-sage: #eef3f2;
  --r2-template-page-start: color-mix(in srgb, #fbfbf7 88%, #eef3f2);
  --r2-template-page-end: color-mix(in srgb, #eef3f2 70%, #ffffff);
  --r2-template-dot-a: #c87f6f;
  --r2-template-dot-b: #344955;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/other_minimal-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/other_minimal-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="other_adventure"] {
  --r2-template-primary: #4559a8;
  --r2-template-primary-hover: #4559a8;
  --r2-template-action: #e78b42;
  --r2-template-action-hover: #e78b42;
  --r2-template-action-soft: color-mix(in srgb, #e78b42 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #4559a8 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #e78b42 10%, #ffffff);
  --r2-template-paper: #fbfbff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #4559a8 20%, #eadfce);
  --r2-template-sage: #eef1ff;
  --r2-template-page-start: color-mix(in srgb, #fbfbff 88%, #eef1ff);
  --r2-template-page-end: color-mix(in srgb, #eef1ff 70%, #ffffff);
  --r2-template-dot-a: #e78b42;
  --r2-template-dot-b: #4559a8;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/other_adventure-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/other_adventure-secondary.svg?v=20260702-theme-art-v58");
}
body.reskin2-skin[data-template="other_calm"] {
  --r2-template-primary: #4d8d9a;
  --r2-template-primary-hover: #4d8d9a;
  --r2-template-action: #d9899c;
  --r2-template-action-hover: #d9899c;
  --r2-template-action-soft: color-mix(in srgb, #d9899c 18%, #ffffff);
  --r2-template-sun: #e7ad3d;
  --r2-template-sun-soft: #fbf1ce;
  --r2-template-blue-soft: color-mix(in srgb, #4d8d9a 10%, #ffffff);
  --r2-template-lilac-soft: color-mix(in srgb, #d9899c 10%, #ffffff);
  --r2-template-paper: #f8fdff;
  --r2-template-ink: #173a32;
  --r2-template-body: #52645e;
  --r2-template-line: color-mix(in srgb, #4d8d9a 20%, #eadfce);
  --r2-template-sage: #e6f8fb;
  --r2-template-page-start: color-mix(in srgb, #f8fdff 88%, #e6f8fb);
  --r2-template-page-end: color-mix(in srgb, #e6f8fb 70%, #ffffff);
  --r2-template-dot-a: #d9899c;
  --r2-template-dot-b: #4d8d9a;
  --r2-template-dot-c: #e7ad3d;
  --r2-template-hero-primary: url("/assets/reskin2/template-art/other_calm-primary.svg?v=20260702-theme-art-v58");
  --r2-template-hero-secondary: url("/assets/reskin2/template-art/other_calm-secondary.svg?v=20260702-theme-art-v58");
}
/* Reskin2 end-list previews must not inherit legacy sprite/PNG layers from styles.css. */
body.reskin2-skin.has-sprite-theme[data-template] {
  --theme-sprite-main: var(--r2-template-hero-primary);
  --theme-sprite-accent: var(--r2-template-hero-secondary);
}

body.reskin2-skin[data-template] .public-list-hero::before,
body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero::before {
  background: url("/assets/reskin2/wizard-art/filler-gifts.png") center / contain no-repeat !important;
}

body.reskin2-skin[data-template] .public-list-hero::after,
body.reskin2-skin.has-sprite-theme[data-template] .public-list-hero::after {
  background: url("/assets/reskin2/wizard-art/hero-dino.png") center bottom / contain no-repeat !important;
}

/* Final v50 visual normalization: menu-style type, inputs, stepper, and topbar across Reskin2. */
body.reskin2-skin {
  --r2-ui-font: "Nunito", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --r2-ui-ink: #123f33;
  --r2-ui-muted: #5d6d65;
  --r2-ui-line: rgba(214, 206, 194, .92);
  --r2-ui-paper: rgba(255, 253, 248, .96);
  --r2-ui-field: rgba(255, 255, 255, .86);
  font-family: var(--r2-ui-font) !important;
  color: var(--r2-ui-ink);
  letter-spacing: 0;
}

body.reskin2-skin h1,
body.reskin2-skin h2,
body.reskin2-skin h3,
body.reskin2-skin h4,
body.reskin2-skin h5,
body.reskin2-skin h6,
body.reskin2-skin .page-title,
body.reskin2-skin .section-title,
body.reskin2-skin .choice-card__title,
body.reskin2-skin .reskin2-wizard-companion-copy h2,
body.reskin2-skin .reskin2-companion-preview > strong,
body.reskin2-skin .wizard-brief-body h3,
body.reskin2-skin .recommend-wizard-title,
body.reskin2-skin .subpage-title {
  font-family: var(--r2-ui-font) !important;
  color: var(--r2-ui-ink);
  font-weight: 900;
  letter-spacing: 0;
}

body.reskin2-skin p,
body.reskin2-skin .helper-text,
body.reskin2-skin .field-helper,
body.reskin2-skin .form-helper,
body.reskin2-skin .wizard-brief-body p,
body.reskin2-skin .reskin2-wizard-companion-copy p {
  color: var(--r2-ui-muted);
  font-weight: 600;
  letter-spacing: 0;
}

body.reskin2-skin.has-app-topbar .app-topbar,
body.reskin2-skin.has-app-topbar .user-topbar,
body.reskin2-skin.dashboard-page > .app-topbar,
body.reskin2-skin:has(.public-list-page) > .app-topbar,
body.reskin2-skin[data-template] .app-topbar,
body.reskin2-skin[data-template] .user-topbar {
  min-height: 70px !important;
  padding: 0 max(32px, calc((100vw - 1200px) / 2 + 24px)) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(18, 62, 50, .12) !important;
  border-radius: 0 !important;
  background: var(--r2-ui-paper) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

body.reskin2-skin .topbar-brand,
body.reskin2-skin[data-template] .topbar-brand {
  min-height: 52px !important;
  gap: 10px !important;
  color: var(--r2-ui-ink) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.reskin2-skin .topbar-brand .dino-badge {
  width: 34px !important;
  height: 34px !important;
}

body.reskin2-skin .topbar-actions,
body.reskin2-skin[data-template] .topbar-actions {
  gap: 18px !important;
}

body.reskin2-skin .topbar-link,
body.reskin2-skin .topbar-button,
body.reskin2-skin[data-template] .topbar-link,
body.reskin2-skin[data-template] .topbar-button {
  min-height: 44px !important;
  padding: 0 8px !important;
  border-radius: 8px !important;
  color: var(--r2-ui-muted) !important;
  background: transparent !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.reskin2-skin .topbar-theme-toggle {
  width: 44px !important;
  padding: 0 !important;
}

body.reskin2-skin .topbar-link:hover,
body.reskin2-skin .topbar-link:focus-visible,
body.reskin2-skin .topbar-button:hover,
body.reskin2-skin .topbar-button:focus-visible {
  color: var(--r2-ui-ink) !important;
  background: rgba(219, 232, 211, .58) !important;
}

body.reskin2-skin .field-label,
body.reskin2-skin label,
body.reskin2-skin .wizard-context-fields .field-label,
body.reskin2-skin .wizard-size-grid .field-label,
body.reskin2-skin .wizard-optional-grid .field-label,
body.reskin2-skin .edit-fields .field-label,
body.reskin2-skin .edit-card .field-label,
body.reskin2-skin .recommend-form .field-label,
body.reskin2-skin .login-form .field-label {
  color: var(--r2-ui-ink);
  font-family: var(--r2-ui-font) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.35;
  letter-spacing: 0;
}

body.reskin2-skin .form-control,
body.reskin2-skin input,
body.reskin2-skin textarea,
body.reskin2-skin select,
body.reskin2-skin .edit-card input,
body.reskin2-skin .edit-card textarea,
body.reskin2-skin .edit-card select,
body.reskin2-skin .recommend-form input,
body.reskin2-skin .recommend-form textarea,
body.reskin2-skin .recommend-form select,
body.reskin2-skin .recommend-admin-filters input,
body.reskin2-skin .recommend-admin-filters select {
  min-height: 46px;
  border: 1px solid var(--r2-ui-line) !important;
  border-radius: 8px !important;
  background: var(--r2-ui-field) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86) !important;
  color: var(--r2-ui-ink) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

body.reskin2-skin textarea {
  line-height: 1.45;
}

body.reskin2-skin .form-control::placeholder,
body.reskin2-skin input::placeholder,
body.reskin2-skin textarea::placeholder {
  color: #87948e !important;
  opacity: 1;
  font-weight: 800;
}

body.reskin2-skin .form-control:focus,
body.reskin2-skin input:focus,
body.reskin2-skin textarea:focus,
body.reskin2-skin select:focus,
body.reskin2-skin .wizard-style-choice:focus-visible,
body.reskin2-skin .wizard-gender-choice:focus-visible {
  border-color: #6e927d !important;
  outline: 3px solid rgba(110, 146, 125, .18) !important;
  outline-offset: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 0 0 1px rgba(110, 146, 125, .18) !important;
}

body.reskin2-skin .wizard-style-choice,
body.reskin2-skin .wizard-gender-choice,
body.reskin2-skin .wizard-note-preset,
body.reskin2-skin .recommend-chip,
body.reskin2-skin .filter-chip {
  min-height: 44px;
  border: 1px solid var(--r2-ui-line) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .78) !important;
  color: var(--r2-ui-ink) !important;
  font-family: var(--r2-ui-font) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

body.reskin2-skin .wizard-style-choice.is-selected,
body.reskin2-skin .wizard-gender-choice.is-selected,
body.reskin2-skin .recommend-chip.is-selected,
body.reskin2-skin .filter-chip.is-active {
  border-color: #6e927d !important;
  background: rgba(237, 246, 233, .92) !important;
  box-shadow: inset 0 0 0 1px rgba(110, 146, 125, .35) !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress,
body.reskin2-skin.dashboard-page .wizard-progress {
  width: min(100%, 760px) !important;
  gap: 18px !important;
}

body.reskin2-skin.dashboard-page .wizard-dot,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot {
  display: grid !important;
  grid-template-rows: 42px auto !important;
  min-width: 86px !important;
  color: var(--r2-ui-muted) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot::before {
  width: 38px !important;
  height: 38px !important;
  border: 2px solid rgba(201, 220, 207, .92) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .92) !important;
  color: var(--r2-ui-muted) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}

body.reskin2-skin.dashboard-page .wizard-dot::after,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot::after {
  color: var(--r2-ui-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active::before,
body.reskin2-skin.dashboard-page .wizard-dot.is-current::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-active::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-current::before {
  border-color: #2d6655 !important;
  background: #2d6655 !important;
  color: #fffdf8 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active,
body.reskin2-skin.dashboard-page .wizard-dot.is-current,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-active,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-current {
  color: var(--r2-ui-ink) !important;
}

html[data-theme="dark"] body.reskin2-skin {
  --r2-ui-ink: #edf5ef;
  --r2-ui-muted: #bdccc4;
  --r2-ui-line: rgba(232, 217, 180, .22);
  --r2-ui-paper: rgba(22, 33, 29, .96);
  --r2-ui-field: rgba(24, 38, 32, .86);
}

@media (max-width: 899px) {
  body.reskin2-skin.has-app-topbar .app-topbar,
  body.reskin2-skin.has-app-topbar .user-topbar,
  body.reskin2-skin.dashboard-page > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .app-topbar,
  body.reskin2-skin[data-template] .app-topbar,
  body.reskin2-skin[data-template] .user-topbar {
    min-height: 62px !important;
    padding: 0 16px !important;
  }

  body.reskin2-skin .topbar-brand,
  body.reskin2-skin[data-template] .topbar-brand {
    font-size: 20px !important;
  }

  body.reskin2-skin .topbar-actions,
  body.reskin2-skin[data-template] .topbar-actions {
    gap: 0 !important;
  }

  body.reskin2-skin.dashboard-page .wizard-dot,
  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot {
    min-width: 74px !important;
    font-size: 11px !important;
  }
}

/* Final v52 step four literal preview reflection: use the same right-side companion as the preview. */
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px) !important;
  gap: 64px !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-main {
  justify-self: stretch !important;
  width: auto !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion {
  display: flex !important;
  grid-column: 2 !important;
  width: 100% !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] #wizard-list-preview {
  display: none !important;
}

@media (max-width: 1180px) {
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout {
    grid-template-columns: minmax(0, 1fr) 285px !important;
    gap: 44px !important;
  }
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion {
    grid-column: 1 !important;
  }
}

/* Final v53 step four preview-only focus: center the former right preview as the whole step. */
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout {
  grid-template-columns: minmax(0, 520px) !important;
  justify-content: center !important;
  gap: 32px !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-layout::before {
  content: none !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-main {
  display: contents !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .wizard-step[data-wizard-step="4"] {
  display: none !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion {
  display: flex !important;
  grid-column: 1 !important;
  order: 1 !important;
  width: 100% !important;
  max-width: 520px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-preview,
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-companion-note {
  width: 100% !important;
  max-width: 430px !important;
  margin-inline: auto !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .wizard-actions {
  grid-column: 1 !important;
  order: 2 !important;
  justify-self: center !important;
  width: min(100%, 430px) !important;
  margin-top: 8px !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout {
  grid-template-columns: minmax(0, 820px) !important;
  justify-content: center !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-layout::before {
  content: none !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-main {
  justify-self: stretch !important;
  width: 100% !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="5"] .reskin2-wizard-companion {
  display: none !important;
}

/* Final v51 reference UI correction: compact menu-style type, inputs, stepper, and topbar across Reskin2. */
body.reskin2-skin {
  --r2-ui-font: "Nunito", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --r2-ui-ink: #123f33;
  --r2-ui-muted: #5f7068;
  --r2-ui-soft: #7a8882;
  --r2-ui-line: rgba(215, 207, 194, .92);
  --r2-ui-paper: rgba(255, 253, 248, .96);
  --r2-ui-field: rgba(255, 255, 255, .88);
  font-family: var(--r2-ui-font) !important;
  font-weight: 500;
  color: var(--r2-ui-ink);
  letter-spacing: 0;
}

body.reskin2-skin h1,
body.reskin2-skin h2,
body.reskin2-skin h3,
body.reskin2-skin h4,
body.reskin2-skin h5,
body.reskin2-skin h6,
body.reskin2-skin .page-title,
body.reskin2-skin .section-title,
body.reskin2-skin .choice-card__title,
body.reskin2-skin .reskin2-wizard-companion-copy h2,
body.reskin2-skin .reskin2-companion-preview > strong,
body.reskin2-skin .wizard-brief-body h3,
body.reskin2-skin .recommend-wizard-title,
body.reskin2-skin .subpage-title {
  font-family: var(--r2-ui-font) !important;
  color: var(--r2-ui-ink);
  font-weight: 800;
  letter-spacing: 0;
}

body.reskin2-skin p,
body.reskin2-skin .helper-text,
body.reskin2-skin .field-helper,
body.reskin2-skin .form-helper,
body.reskin2-skin .wizard-brief-body p,
body.reskin2-skin .reskin2-wizard-companion-copy p {
  color: var(--r2-ui-muted);
  font-weight: 500;
  letter-spacing: 0;
}

body.reskin2-skin.has-app-topbar .app-topbar,
body.reskin2-skin.has-app-topbar .user-topbar,
body.reskin2-skin.dashboard-page > .app-topbar,
body.reskin2-skin:has(.public-list-page) > .app-topbar,
body.reskin2-skin[data-template] .app-topbar,
body.reskin2-skin[data-template] .user-topbar {
  min-height: 56px !important;
  padding: 0 clamp(24px, 8.8vw, 120px) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(18, 62, 50, .12) !important;
  border-radius: 0 !important;
  background: var(--r2-ui-paper) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

body.reskin2-skin .topbar-brand,
body.reskin2-skin[data-template] .topbar-brand {
  min-height: 44px !important;
  gap: 8px !important;
  color: var(--r2-ui-ink) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.reskin2-skin .topbar-brand .dino-badge {
  width: 30px !important;
  height: 30px !important;
}

body.reskin2-skin .topbar-actions,
body.reskin2-skin[data-template] .topbar-actions {
  gap: 24px !important;
}

body.reskin2-skin .topbar-link,
body.reskin2-skin .topbar-button,
body.reskin2-skin[data-template] .topbar-link,
body.reskin2-skin[data-template] .topbar-button {
  min-height: 36px !important;
  padding: 0 4px !important;
  border-radius: 6px !important;
  color: var(--r2-ui-muted) !important;
  background: transparent !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body.reskin2-skin .topbar-theme-toggle {
  width: 36px !important;
  padding: 0 !important;
}

body.reskin2-skin .topbar-link:hover,
body.reskin2-skin .topbar-link:focus-visible,
body.reskin2-skin .topbar-button:hover,
body.reskin2-skin .topbar-button:focus-visible {
  color: var(--r2-ui-ink) !important;
  background: rgba(219, 232, 211, .48) !important;
}

body.reskin2-skin .field-label,
body.reskin2-skin label,
body.reskin2-skin .wizard-context-fields .field-label,
body.reskin2-skin .wizard-size-grid .field-label,
body.reskin2-skin .wizard-optional-grid .field-label,
body.reskin2-skin .edit-fields .field-label,
body.reskin2-skin .edit-card .field-label,
body.reskin2-skin .recommend-form .field-label,
body.reskin2-skin .login-form .field-label {
  color: var(--r2-ui-ink);
  font-family: var(--r2-ui-font) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35;
  letter-spacing: 0;
}

body.reskin2-skin .form-control,
body.reskin2-skin input,
body.reskin2-skin textarea,
body.reskin2-skin select,
body.reskin2-skin .edit-card input,
body.reskin2-skin .edit-card textarea,
body.reskin2-skin .edit-card select,
body.reskin2-skin .recommend-form input,
body.reskin2-skin .recommend-form textarea,
body.reskin2-skin .recommend-form select,
body.reskin2-skin .recommend-admin-filters input,
body.reskin2-skin .recommend-admin-filters select {
  min-height: 36px !important;
  padding: 7px 12px !important;
  border: 1px solid var(--r2-ui-line) !important;
  border-radius: 6px !important;
  background: var(--r2-ui-field) !important;
  box-shadow: none !important;
  color: var(--r2-ui-ink) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}

body.reskin2-skin textarea,
body.reskin2-skin textarea.form-control {
  min-height: 72px !important;
  line-height: 1.45;
  resize: vertical;
}

body.reskin2-skin .form-control::placeholder,
body.reskin2-skin input::placeholder,
body.reskin2-skin textarea::placeholder {
  color: #8d9893 !important;
  opacity: 1;
  font-weight: 500;
}

body.reskin2-skin .form-control:focus,
body.reskin2-skin input:focus,
body.reskin2-skin textarea:focus,
body.reskin2-skin select:focus,
body.reskin2-skin .wizard-style-choice:focus-visible,
body.reskin2-skin .wizard-gender-choice:focus-visible {
  border-color: #6e927d !important;
  outline: 2px solid rgba(110, 146, 125, .18) !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px rgba(110, 146, 125, .12) !important;
}

body.reskin2-skin .wizard-style-choice,
body.reskin2-skin .wizard-gender-choice,
body.reskin2-skin .wizard-note-preset,
body.reskin2-skin .recommend-chip,
body.reskin2-skin .filter-chip {
  min-height: 36px !important;
  padding: 7px 16px !important;
  border: 1px solid var(--r2-ui-line) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, .76) !important;
  color: var(--r2-ui-ink) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
}

body.reskin2-skin .wizard-style-choice.is-selected,
body.reskin2-skin .wizard-gender-choice.is-selected,
body.reskin2-skin .recommend-chip.is-selected,
body.reskin2-skin .filter-chip.is-active {
  border-color: #6e927d !important;
  background: rgba(237, 246, 233, .88) !important;
  box-shadow: inset 0 0 0 1px rgba(110, 146, 125, .28) !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .create-list-card {
  gap: 96px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-main {
  padding-left: 64px !important;
}

body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress,
body.reskin2-skin.dashboard-page .wizard-progress {
  position: relative !important;
  align-self: start !important;
  justify-self: center !important;
  width: min(100%, 620px) !important;
  gap: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(72px, 1fr)) !important;
}

body.reskin2-skin.dashboard-page .wizard-progress::before {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  left: 9% !important;
  right: 9% !important;
  height: 1px !important;
  background: rgba(215, 207, 194, .92) !important;
  border: 0 !important;
  z-index: 0 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 36px auto !important;
  justify-items: center !important;
  min-width: 0 !important;
  width: 100% !important;
  color: var(--r2-ui-muted) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot::before {
  position: static !important;
  justify-self: center !important;
  width: 36px !important;
  height: 36px !important;
  border: 2px solid rgba(201, 220, 207, .92) !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .96) !important;
  color: var(--r2-ui-muted) !important;
  font-family: var(--r2-ui-font) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  z-index: 2 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot::after,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot::after {
  margin-top: 8px !important;
  color: var(--r2-ui-muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active::before,
body.reskin2-skin.dashboard-page .wizard-dot.is-current::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-active::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-current::before {
  border-color: #2d6655 !important;
  background: #2d6655 !important;
  color: #fffdf8 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active:not(.is-current)::before,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-active:not(.is-current)::before {
  content: "\2713" !important;
  border-color: rgba(130, 163, 138, .84) !important;
  background: rgba(255, 253, 248, .96) !important;
  color: #2d6655 !important;
}

body.reskin2-skin.dashboard-page .wizard-dot.is-active,
body.reskin2-skin.dashboard-page .wizard-dot.is-current,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-active,
body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot.is-current {
  color: var(--r2-ui-ink) !important;
  font-weight: 800 !important;
}

body.reskin2-skin .public-edit-recovery-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 1200;
  width: min(calc(100% - 32px), 760px);
  transform: translateX(-50%);
  padding: 13px 18px;
  border: 1px solid rgba(132, 38, 33, .22);
  border-radius: 8px;
  background: #ef5f52;
  box-shadow: 0 18px 42px rgba(82, 45, 35, .22);
  color: #fffdf8;
  font-family: var(--r2-ui-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

body.reskin2-skin .public-edit-recovery-banner[hidden] {
  display: none !important;
}

body.reskin2-skin .public-edit-recovery-banner a {
  color: #fffdf8;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

html[data-theme="dark"] body.reskin2-skin {
  --r2-ui-ink: #edf5ef;
  --r2-ui-muted: #bdccc4;
  --r2-ui-soft: #a7b9af;
  --r2-ui-line: rgba(232, 217, 180, .22);
  --r2-ui-paper: rgba(22, 33, 29, .96);
  --r2-ui-field: rgba(24, 38, 32, .86);
}

@media (max-width: 899px) {
  body.reskin2-skin.has-app-topbar .app-topbar,
  body.reskin2-skin.has-app-topbar .user-topbar,
  body.reskin2-skin.dashboard-page > .app-topbar,
  body.reskin2-skin:has(.public-list-page) > .app-topbar,
  body.reskin2-skin[data-template] .app-topbar,
  body.reskin2-skin[data-template] .user-topbar {
    min-height: 56px !important;
    padding: 0 16px !important;
  }

  body.reskin2-skin .topbar-brand,
  body.reskin2-skin[data-template] .topbar-brand {
    font-size: 20px !important;
  }

  body.reskin2-skin .topbar-actions,
  body.reskin2-skin[data-template] .topbar-actions {
    gap: 0 !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-progress,
  body.reskin2-skin.dashboard-page .wizard-progress {
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(58px, 1fr)) !important;
  }

  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-main {
    padding-left: 0 !important;
  }

  body.reskin2-skin.dashboard-page .wizard-dot,
  body.reskin2-skin.dashboard-page .dashboard-shell .wizard-dot {
    font-size: 11px !important;
  }
}

/* Final v57 Playwright Step 2 layout stabilization: keep the preference form readable. */
body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="1"] .reskin2-wizard-layout {
  grid-template-columns: minmax(0, 900px) !important;
  justify-content: center !important;
  gap: 0 !important;
  width: 100% !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="1"] .reskin2-wizard-layout::before {
  content: none !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="1"] .reskin2-wizard-main {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
}

body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="1"] .reskin2-wizard-companion {
  display: none !important;
}

@media (max-width: 899px) {
  body.reskin2-skin.dashboard-page .dashboard-shell .reskin2-wizard-companion {
    display: none !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="4"] .reskin2-wizard-companion {
    display: flex !important;
  }

  body.reskin2-skin.dashboard-page .wizard-card[data-active-wizard-step="1"] .wizard-actions {
    position: static !important;
    grid-column: 1 !important;
    margin-top: 24px !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
}

/* Final v58 theme art refresh: decorative sprites should never create mobile side-scroll. */
@media (max-width: 899px) {
  html:has(body.reskin2-skin[data-template]),
  body.reskin2-skin[data-template] {
    overflow-x: hidden !important;
  }
}

