﻿:root {
  --ink: #191821;
  --muted: #908a9c;
  --soft-text: #b3aebb;
  --paper: #ffffff;
  --page: #fbf9ff;
  --line: #eee9f7;
  --purple: #8b6cff;
  --pink: #ff66b3;
  --hot: #ff5b73;
  --cream: #fff1cb;
  --lavender: #efe8ff;
  --rose: #fff2f8;
  --sky: #eaf6ff;
  --peach: #fff0d8;
  --yellow: #ffd02a;
  --gradient: linear-gradient(135deg, #8b6cff 0%, #c36cff 46%, #ff66b3 100%);
  --shadow: 0 24px 60px rgba(83, 61, 123, 0.14);
  --soft-shadow: 0 14px 34px rgba(83, 61, 123, 0.09);
  font-family:
    "Pretendard",
    "Noto Sans KR",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 6%, rgba(255, 102, 179, 0.1), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(139, 108, 255, 0.1), transparent 28%),
    var(--page);
}

button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button,
a {
  color: inherit;
}

.mycon-site {
  min-height: 100vh;
  overflow-x: hidden;
}

.page-wrap {
  min-height: calc(100vh - 76px);
}

.promo {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 58px 1fr 36px;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 6px clamp(18px, 5vw, 84px);
  background: var(--yellow);
  border-bottom: 1px solid rgba(54, 43, 0, 0.08);
}

.promo-badge {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--yellow);
  background: #2c2d35;
  border-radius: 15px;
  box-shadow: inset 0 -10px 0 rgba(255, 255, 255, 0.08);
}

.promo-badge span {
  font-size: 20px;
}

.promo-badge i,
.promo-badge b {
  position: absolute;
  top: -8px;
  display: grid;
  height: 20px;
  min-width: 20px;
  place-items: center;
  color: #fff;
  background: #ff4e7b;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.promo-badge i {
  right: 8px;
}

.promo-badge b {
  right: -24px;
  padding: 0 7px;
}

.promo-text {
  display: grid;
  justify-items: center;
  gap: 3px;
  text-align: center;
}

.promo-text strong {
  font-size: clamp(16px, 1.6vw, 21px);
  font-weight: 950;
}

.promo-text span {
  font-size: 13px;
  font-weight: 850;
}

.promo-close,
.mobile-icon,
.drawer-close,
.brand,
.desktop-nav button,
.desktop-actions button {
  background: transparent;
  border: 0;
}

.promo-close {
  font-size: 24px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 62px;
  z-index: 35;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 58px;
  padding: 0 clamp(18px, 5vw, 88px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-size: 23px;
  font-weight: 950;
  letter-spacing: 0;
}

.mycon-symbol {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.44), transparent 17%),
    var(--gradient);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(139, 108, 255, 0.28);
}

.mycon-symbol::before {
  position: absolute;
  top: -6px;
  left: 12px;
  width: 19px;
  height: 10px;
  content: "";
  background: linear-gradient(135deg, #ff8dca, #a989ff);
  border-radius: 9px 9px 0 0;
}

.mycon-symbol i {
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}

.mycon-symbol b {
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--gradient);
  border-radius: 50%;
}

.desktop-nav,
.desktop-actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  font-size: 15px;
  font-weight: 900;
}

.desktop-nav {
  justify-self: center;
}

.desktop-nav button,
.desktop-actions button {
  position: relative;
  padding: 8px 0;
  font-weight: 900;
}

.desktop-nav .active,
.desktop-nav button:hover,
.desktop-actions button:hover {
  color: var(--purple);
}

.desktop-nav .active::after {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  height: 3px;
  content: "";
  background: var(--gradient);
  border-radius: 999px;
}

.mobile-icon,
.drawer,
.bottom-tabs {
  display: none;
}

.hero-page {
  min-height: 810px;
  padding: clamp(58px, 8vw, 104px) 0 56px;
  text-align: center;
}

.hero-page.sample-first {
  min-height: auto;
  padding-top: clamp(24px, 4vw, 54px);
  padding-bottom: clamp(24px, 3vw, 40px);
}

.hero-page.sample-first .hero-copy p {
  font-size: clamp(15px, 1.5vw, 22px);
}

.hero-page.sample-first .hero-copy h1 {
  margin: 6px 0 14px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.04;
}

.hero-page.sample-first .hero-copy small {
  display: block;
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(15px, 1.45vw, 19px);
  font-weight: 850;
  line-height: 1.65;
}

.hero-intro {
  display: block;
  width: min(1240px, calc(100% - 38px));
  margin: 0 auto clamp(24px, 3vw, 42px);
  text-align: center;
}

.hero-service-slider {
  display: grid;
  gap: 18px;
  min-width: 0;
  width: 100vw;
  margin-left: 50%;
  padding: 0 0 8px;
  overflow-x: auto;
  overflow-y: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: grab;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  transform: translateX(-50%);
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.hero-service-slider::-webkit-scrollbar {
  display: none;
}

.hero-service-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.hero-service-track {
  display: grid;
  grid-auto-columns: 270px;
  grid-auto-flow: column;
  align-items: center;
  gap: clamp(16px, 2.4vw, 30px);
  width: max-content;
  padding: 4px max(18px, calc((100vw - 1240px) / 2)) 22px;
  overflow: visible;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.hero-service-track::-webkit-scrollbar {
  display: none;
}

.hero-service-slider:hover .hero-service-track {
  animation-play-state: paused;
}

.hero-service-slider.is-dragging .hero-service-track {
  animation-play-state: paused;
}

.hero-flow-slide {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 435px;
  padding: 24px 20px 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 102, 179, 0.13), transparent 28%),
    linear-gradient(180deg, #fff, #fffaf4 52%, #fbf7ff);
  border: 1px solid rgba(234, 224, 244, 0.96);
  border-radius: 28px;
  box-shadow: 0 22px 46px rgba(70, 62, 88, 0.14);
  scroll-snap-align: none;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-image-card {
  width: 270px;
  height: 480px;
  min-height: 0;
  padding: 0;
  background: #fff;
  user-select: none;
}

.hero-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  -webkit-user-drag: none;
}

.hero-card-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  color: #fff;
  background: linear-gradient(180deg, rgba(25, 24, 33, 0.2), rgba(25, 24, 33, 0.78));
  border-radius: 18px;
  opacity: 0;
  transform: translateY(8px);
  transition: 160ms ease;
  pointer-events: none;
}

.hero-image-card:hover .hero-card-caption {
  opacity: 1;
  transform: translateY(0);
}

.hero-card-caption b {
  font-size: 15px;
  font-weight: 950;
}

.hero-card-caption small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
}

.hero-flow-slide:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(70, 62, 88, 0.2);
}

.hero-flow-slide:nth-child(odd) {
  transform: rotate(-1.4deg);
}

.hero-flow-slide:nth-child(even) {
  transform: rotate(1.2deg);
}

.hero-flow-slide:nth-child(odd):hover,
.hero-flow-slide:nth-child(even):hover {
  transform: translateY(-8px) rotate(0deg);
}

.card-eye.mini {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #fff;
  background: rgba(193, 192, 198, 0.92);
  border: 0;
  border-radius: 17px;
  font-size: 20px;
  box-shadow: 0 10px 20px rgba(70, 62, 88, 0.14);
}

.slide-stickers {
  position: relative;
  display: grid;
  min-height: 190px;
  place-items: center;
  margin: 12px 0 10px;
}

.slide-sticker {
  width: 166px;
}

.slide-sticker .mini-sticker {
  min-height: 178px;
  padding: 16px 12px 13px;
  border-radius: 24px;
}

.slide-sticker .baby-face {
  width: 82px;
  height: 82px;
}

.slide-sticker.secondary {
  position: absolute;
  right: 8px;
  bottom: 4px;
  width: 126px;
  transform: rotate(5deg);
}

.slide-sticker.secondary .mini-sticker {
  min-height: 138px;
}

.slide-sticker.secondary .baby-face {
  width: 60px;
  height: 60px;
}

.hero-flow-slide p {
  margin: 0 0 7px;
  color: #8b6cff;
  font-size: 13px;
  font-weight: 950;
}

.hero-flow-slide h3 {
  margin: 0;
  padding-right: 36px;
  font-size: 27px;
  line-height: 1.15;
  text-align: left;
}

.hero-flow-slide > span {
  display: block;
  min-height: 58px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
  text-align: left;
}

.slide-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.slide-chip-row b {
  padding: 7px 9px;
  color: #6f55e9;
  background: #f2ecff;
  border: 1px solid #e2d8ff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.hero-slider-actions {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: min(520px, calc(100% - 38px));
  margin: 10px auto 0;
}

.hero-slider-actions .btn {
  min-width: 180px;
  min-height: 52px;
  white-space: nowrap;
}

.hero-slider-actions small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.login-nudge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(900px, calc(100% - 38px));
  margin: 14px auto 18px;
  padding: 14px 16px 14px 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 216, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(83, 61, 123, 0.1);
  backdrop-filter: blur(14px);
}

.login-nudge > div:first-child {
  display: grid;
  gap: 3px;
}

.login-nudge strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.login-nudge span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.login-nudge > div:last-child {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  align-items: center;
}

.login-nudge .btn,
.login-nudge .text-link {
  min-height: 42px;
  padding: 0 16px;
  white-space: nowrap;
}

@keyframes myconHeroDrift {
  0%,
  18% {
    transform: translateX(0);
  }
  42%,
  58% {
    transform: translateX(-260px);
  }
  82%,
  100% {
    transform: translateX(-520px);
  }
}

.sample-category-jump {
  position: sticky;
  top: 78px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  width: min(1240px, calc(100% - 38px));
  margin: 0 auto 14px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 216, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(83, 61, 123, 0.1);
  backdrop-filter: blur(16px);
}

.sample-category-jump button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #6f55e9;
  background: #f5efff;
  border: 1px solid #e4d8ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.sample-category-jump button b {
  color: #ff66b3;
  font-size: 11px;
}

.mini-emoticon-rail {
  width: min(1240px, calc(100% - 38px));
  margin: 18px auto 18px;
  padding: 20px 0 14px;
  overflow: hidden;
}

.mini-rail-copy {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: end;
  margin: 0 0 14px;
}

.mini-rail-copy h2 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.2;
}

.mini-rail-copy span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.65;
}

.mini-sticker-slider {
  width: 100vw;
  margin-left: 50%;
  overflow-x: auto;
  overflow-y: visible;
  cursor: grab;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  transform: translateX(-50%);
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.mini-sticker-slider::-webkit-scrollbar {
  display: none;
}

.mini-sticker-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.mini-sticker-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 128px;
  gap: 14px;
  width: max-content;
  padding: 8px max(20px, calc((100vw - 1240px) / 2)) 18px;
}

.mini-sticker-slider:hover .mini-sticker-track,
.mini-sticker-slider.is-dragging .mini-sticker-track {
  animation-play-state: paused;
}

.mini-preview-card {
  position: relative;
  display: grid;
  align-content: space-between;
  justify-items: center;
  width: 128px;
  height: 184px;
  padding: 14px 9px 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(180deg, #fff8ea, #fff);
  border: 1px solid rgba(229, 219, 246, 0.98);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(83, 61, 123, 0.13);
  scroll-snap-align: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  user-select: none;
}

.mini-preview-card:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: 0 22px 46px rgba(83, 61, 123, 0.18);
}

.mini-preview-card span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  width: 100%;
  min-height: 54px;
  align-content: center;
  padding: 5px 6px;
  color: #2d2728;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 8px 14px rgba(83, 61, 123, 0.08);
  text-align: center;
  pointer-events: none;
}

.mini-preview-card b {
  color: #211f2a;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.08;
  word-break: keep-all;
}

.mini-preview-card small {
  color: #ff5b88;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.uploaded-sticker-img {
  position: relative;
  z-index: 1;
  width: 96px;
  height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(83, 61, 123, 0.12));
  pointer-events: none;
}

.mini-character {
  position: relative;
  z-index: 1;
  display: grid;
  width: 94px;
  height: 104px;
  place-items: center;
  pointer-events: none;
}

.mini-character::before {
  position: absolute;
  inset: 6px 2px auto;
  height: 74px;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  border: 5px solid #fff;
  border-radius: 42% 42% 45% 45%;
  box-shadow: 0 8px 18px rgba(83, 61, 123, 0.13);
}

.mini-character::after {
  position: absolute;
  inset: 64px 18px 0;
  content: "";
  background: #fff2de;
  border: 4px solid #fff;
  border-radius: 24px 24px 18px 18px;
  box-shadow: 0 8px 18px rgba(83, 61, 123, 0.08);
}

.mini-character .hair {
  position: absolute;
  z-index: 3;
  top: 19px;
  width: 58px;
  height: 18px;
  background: #3b2518;
  border-radius: 50% 50% 38% 38%;
}

.mini-character .face {
  position: absolute;
  z-index: 2;
  top: 24px;
  width: 64px;
  height: 62px;
  background: #ffe0bf;
  border: 4px solid #fff;
  border-radius: 48% 48% 44% 44%;
  box-shadow: inset 11px 30px 0 rgba(255, 255, 255, 0.18);
}

.mini-character .face::before {
  position: absolute;
  top: 24px;
  left: 15px;
  width: 7px;
  height: 9px;
  content: "";
  background: #2c211f;
  border-radius: 50%;
  box-shadow: 27px 0 0 #2c211f, 13px 18px 0 -2px #d85756;
}

.mini-character .face::after {
  position: absolute;
  top: 38px;
  left: 24px;
  width: 16px;
  height: 8px;
  content: "";
  border-bottom: 3px solid #2c211f;
  border-radius: 50%;
}

.mini-character .body {
  position: absolute;
  z-index: 3;
  bottom: 6px;
  width: 70px;
  height: 38px;
  background: #fff6e8;
  border: 4px solid #fff;
  border-radius: 24px 24px 16px 16px;
}

.mini-character.baby::before,
.mini-character.kid::before {
  background: #fff4dd;
  border-radius: 44% 44% 42% 42%;
}

.mini-character.baby::before {
  box-shadow: -22px -2px 0 -13px #fff4dd, 22px -2px 0 -13px #fff4dd, 0 8px 18px rgba(83, 61, 123, 0.13);
}

.mini-character.baby .hair {
  width: 42px;
  height: 14px;
}

.mini-character.baby-suit .body,
.mini-character.boy .body {
  background: linear-gradient(90deg, #fff 0 45%, #293247 46% 54%, #fff 55%);
}

.mini-character.boy .hair,
.mini-character.girl .hair {
  width: 64px;
  height: 22px;
}

.mini-character.girl .hair {
  top: 17px;
  height: 28px;
  border-radius: 44% 44% 55% 55%;
}

.mini-character.mom .face,
.mini-character.dad .face,
.mini-character.couple .face {
  background: #ffd8b9;
}

.mini-character.dog::before,
.mini-character.cat::before {
  background: #f7cf8b;
}

.mini-character.dog .face,
.mini-character.cat .face {
  background: #f3c276;
}

.mini-character.dog .hair,
.mini-character.cat .hair {
  display: none;
}

.mini-character.dog .face::before,
.mini-character.cat .face::before {
  top: 22px;
  left: 16px;
}

.mini-character.cat::before {
  clip-path: polygon(8% 24%, 0 0, 22% 12%, 50% 4%, 78% 12%, 100% 0, 92% 24%, 92% 100%, 8% 100%);
}

.mini-character.couple::before {
  transform: translateX(-16px) scale(0.9);
}

.mini-character.couple::after {
  transform: translateX(16px) scale(0.9);
}

.mini-card-doodle {
  position: absolute;
  z-index: 0;
  top: 12px;
  right: 12px;
  color: #ff7d9c;
  font-size: 23px;
  font-style: normal;
  font-weight: 950;
  pointer-events: none;
}

.mini-card-doodle::before {
  content: "♡";
}

.mini-card-doodle.spoon::before {
  content: "?";
}

.mini-card-doodle.paper::before {
  content: "▤";
}

.mini-card-doodle.laptop::before {
  content: "?";
}

.mini-card-doodle.coffee::before {
  content: "?";
}

.mini-card-doodle.wave::before {
  content: "!";
}

.mini-card-doodle.cookie::before,
.mini-card-doodle.snack::before {
  content: "●";
}

.mini-card-doodle.spark::before,
.mini-card-doodle.star::before {
  content: "?";
}

.mini-card-doodle.bag::before {
  content: "?";
}

.mini-card-doodle.zzz::before {
  content: "Z";
}

.mini-card-doodle.moon::before {
  content: "?";
}

.mini-card-doodle.scribble::before {
  content: "※";
}

.mini-card-doodle.bone::before {
  content: "?";
}

.mini-card-doodle.flower::before {
  content: "?";
}

.mini-card-doodle.ring::before {
  content: "○";
}

.mini-card-doodle.bulb::before {
  content: "!";
}

.mini-card-doodle.download::before {
  content: "↓";
}

.theme-love,
.theme-pink,
.theme-cute {
  background: linear-gradient(180deg, #fff0f7, #fff);
}

.theme-work,
.theme-stress,
.theme-dialect {
  background: linear-gradient(180deg, #fff4df, #fff);
}

.theme-pet,
.theme-cat,
.theme-family-blue,
.theme-save {
  background: linear-gradient(180deg, #eef7ff, #fff);
}

.theme-travel,
.theme-happy,
.theme-idea {
  background: linear-gradient(180deg, #fff8d9, #fff);
}

.theme-costume,
.theme-meme,
.theme-wedding {
  background: linear-gradient(180deg, #f3efff, #fff);
}

@keyframes miniStickerDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hero-copy p,
.eyebrow {
  margin: 0;
  color: var(--soft-text);
  font-weight: 950;
}

.hero-copy p {
  font-size: clamp(26px, 3.8vw, 48px);
}

.hero-copy h1 {
  margin: 6px 0 34px;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-copy h1 span {
  color: var(--ink);
}

.hero-showcase {
  display: grid;
  grid-auto-columns: minmax(230px, 315px);
  grid-auto-flow: column;
  align-items: end;
  gap: clamp(22px, 3.2vw, 54px);
  width: 100vw;
  margin-left: 50%;
  padding: 16px max(22px, calc((100vw - 1160px) / 2)) 4px;
  overflow-x: auto;
  scroll-snap-type: none;
  transform: translateX(-50%);
  scrollbar-width: none;
}

.hero-showcase::-webkit-scrollbar {
  display: none;
}

.sample-card {
  position: relative;
  display: grid;
  align-content: space-between;
  width: 100%;
  min-height: 352px;
  padding: 22px 18px 21px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(238, 233, 247, 0.92);
  border-radius: 12px;
  box-shadow: var(--soft-shadow);
  scroll-snap-align: none;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sample-card.hero.is-selected {
  min-height: 450px;
  transform: translateY(-16px);
  box-shadow: var(--shadow);
}

.sample-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.card-eye {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: #cac8ce;
  border-radius: 17px;
  font-size: 22px;
}

.card-art {
  display: grid;
  min-height: 228px;
  place-items: center;
}

.card-art .mini-sticker {
  width: min(100%, 190px);
  min-height: 214px;
}

.sample-card.hero.is-selected .card-art {
  min-height: 318px;
}

.sample-card.hero.is-selected .card-art .mini-sticker {
  width: min(100%, 230px);
  min-height: 270px;
}

.card-art img,
.detail-art img,
.result-preview img,
.desktop-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.card-meta {
  display: grid;
  gap: 7px;
}

.card-meta strong {
  font-size: 17px;
}

.card-meta span {
  color: var(--muted);
  font-size: 13px;
}

.card-meta small {
  color: #ff668e;
  font-size: 12px;
  font-weight: 900;
}

.sample-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 6px 9px;
  color: #fff;
  background: var(--gradient);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.hero-actions {
  display: grid;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.trend-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  width: min(860px, calc(100% - 36px));
  margin: -4px auto 14px;
}

.trend-row span {
  min-height: 28px;
  padding: 5px 11px;
  color: #7656e8;
  background: rgba(239, 232, 255, 0.88);
  border: 1px solid #e1d6ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.btn,
.gradient-wide,
.ghost-wide,
.text-link {
  min-height: 52px;
  padding: 0 28px;
  border-radius: 14px;
  font-weight: 950;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.btn.dark,
.gradient-wide {
  color: #fff;
  background: var(--gradient);
  border: 0;
  box-shadow: 0 15px 30px rgba(139, 108, 255, 0.23);
}

.btn.dark {
  background: #36343b;
}

.btn.light,
.ghost-wide {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.gradient-wide,
.ghost-wide {
  width: 100%;
}

.text-link {
  color: var(--purple);
  background: transparent;
  border: 0;
  box-shadow: none;
}

button:active {
  transform: scale(0.98);
}

.white-card,
.sync-layout,
.detail-layout,
.checkout-layout,
.support-layout {
  width: min(1120px, calc(100% - 38px));
  margin: 42px auto;
}

.white-card,
.sync-layout,
.detail-layout .detail-info,
.checkout-layout .white-card,
.support-layout .white-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--soft-shadow);
}

.trial-card {
  display: grid;
  justify-items: center;
  min-height: 440px;
  padding: 52px clamp(22px, 5vw, 86px);
  text-align: center;
}

.trial-card h2,
.sync-layout h2,
.sub-hero h1 {
  margin: 10px 0 28px;
  font-size: clamp(32px, 3.5vw, 50px);
  line-height: 1.12;
}

.trial-card h2 span {
  color: var(--soft-text);
}

.ticket-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(48px, 82px));
  gap: 10px;
  justify-content: center;
  width: 100%;
  margin: 12px 0 36px;
}

.ticket-strip button {
  position: relative;
  height: 106px;
  background: #eeeeef;
  border: 0;
  border-radius: 10px;
}

.ticket-strip .checked {
  background: var(--yellow);
}

.ticket-strip .checked::after {
  position: absolute;
  top: -13px;
  right: -8px;
  content: "?";
  color: #32d04a;
  font-size: 27px;
  font-weight: 950;
}

.trial-card p:not(.eyebrow),
.sync-layout p,
.sub-hero p,
.detail-info p,
.plan-card p {
  color: var(--muted);
  line-height: 1.7;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 14px;
  width: 100%;
  margin: 8px 0 28px;
}

.flow-grid article {
  display: grid;
  gap: 10px;
  min-height: 152px;
  padding: 20px;
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 15px;
  text-align: left;
}

.flow-grid b {
  color: var(--purple);
  font-size: 26px;
}

.flow-grid strong {
  font-size: 17px;
}

.flow-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.review-section {
  width: min(1240px, calc(100% - 38px));
  margin: clamp(28px, 5vw, 70px) auto;
  padding: clamp(34px, 5vw, 72px) 0;
  text-align: center;
}

.review-head h2 {
  margin: 6px 0 12px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.1;
}

.review-head h2 span {
  color: var(--soft-text);
}

.review-head > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.65;
}

.review-score-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 30px 0 34px;
}

.review-score-row span {
  display: grid;
  min-width: 190px;
  gap: 5px;
  padding: 18px 24px;
  color: #fff;
  background: var(--gradient);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(139, 108, 255, 0.18);
}

.review-score-row span:first-child {
  background: linear-gradient(135deg, #10c972, #08b86a);
}

.review-score-row b {
  font-size: 25px;
  font-weight: 950;
}

.review-score-row small {
  font-size: 13px;
  font-weight: 900;
  opacity: 0.9;
}

.review-slider {
  width: 100vw;
  margin-left: 50%;
  overflow-x: auto;
  overflow-y: visible;
  cursor: grab;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  transform: translateX(-50%);
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.review-slider::-webkit-scrollbar {
  display: none;
}

.review-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.review-track {
  display: grid;
  grid-auto-columns: minmax(360px, 520px);
  grid-auto-flow: column;
  gap: 18px;
  width: max-content;
  padding: 4px max(18px, calc((100vw - 1240px) / 2)) 28px;
}

.review-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 260px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(229, 219, 246, 0.95);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgba(83, 61, 123, 0.11);
  scroll-snap-align: none;
  text-align: left;
}

.review-card::after {
  position: absolute;
  bottom: -14px;
  left: 72px;
  width: 28px;
  height: 28px;
  content: "";
  background: #fff;
  border-right: 1px solid rgba(229, 219, 246, 0.95);
  border-bottom: 1px solid rgba(229, 219, 246, 0.95);
  transform: rotate(45deg);
}

.review-profile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.review-profile > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--gradient);
  border-radius: 50%;
  font-weight: 950;
}

.review-profile strong {
  display: block;
  font-size: 15px;
  font-weight: 950;
}

.review-profile small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.review-profile b {
  color: #ffb400;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.review-card p {
  margin: 0;
  color: #35323e;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.72;
}

.review-card button {
  justify-self: start;
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  background: #2f2d35;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 950;
}

.points-hero {
  padding-bottom: 12px;
}

.points-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 20px;
  align-items: start;
  width: min(1240px, calc(100% - 38px));
  margin: 24px auto 64px;
}

.points-main {
  display: grid;
  gap: 18px;
}

.point-balance-card,
.point-section-card,
.point-summary-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(229, 219, 246, 0.95);
  border-radius: 26px;
  box-shadow: var(--soft-shadow);
}

.point-balance-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 102, 179, 0.16), transparent 28%),
    linear-gradient(135deg, #fff, #fbf6ff);
}

.point-balance-card strong {
  display: block;
  margin: 6px 0;
  color: #7656e8;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
}

.point-balance-card span,
.point-section-head small,
.small-note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.6;
}

.point-section-card {
  padding: 24px;
}

.point-section-head {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 280px);
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.point-section-head.compact {
  grid-template-columns: 1fr;
}

.point-section-head h2,
.point-summary-card h2 {
  margin: 4px 0 0;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.18;
}

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

.point-product-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 174px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #ebe2f7;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(83, 61, 123, 0.08);
  text-align: left;
}

.point-product-card.selected {
  border-color: #8b6cff;
  background: linear-gradient(180deg, #fff, #f7f1ff);
  box-shadow: 0 18px 42px rgba(139, 108, 255, 0.18);
}

.point-product-card > i {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: #cfc6df;
  border-radius: 50%;
  font-style: normal;
  font-weight: 950;
}

.point-product-card.selected > i {
  background: var(--gradient);
}

.recommend-badge {
  justify-self: start;
  padding: 5px 9px;
  color: #fff;
  background: linear-gradient(135deg, #ff66b3, #8b6cff);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.point-product-card strong {
  font-size: 23px;
  font-weight: 950;
}

.point-product-card b {
  color: #7656e8;
  font-size: 28px;
  font-weight: 950;
}

.point-product-card small,
.point-product-card em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

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

.referral-code-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px;
  background: #fff8ed;
  border: 1px solid #f1dfc8;
  border-radius: 18px;
}

.referral-code-box span,
.copy-field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.referral-code-box strong {
  color: #7656e8;
  font-size: 20px;
  font-weight: 950;
}

.copy-field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.copy-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #4e4859;
  background: #fff;
  border: 1px solid #eadff8;
  border-radius: 14px;
  font-weight: 800;
}

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

.ad-status-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 18px;
}

.ad-status-box span {
  display: grid;
  gap: 3px;
  min-height: 78px;
  place-items: center;
  background: #f8f3ff;
  border: 1px solid #e7dcff;
  border-radius: 16px;
}

.ad-status-box b {
  color: #7656e8;
  font-size: 25px;
  font-weight: 950;
}

.ad-status-box small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.point-summary-card {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 16px;
  padding: 24px;
}

.point-summary-card dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 16px;
  margin: 0;
  padding: 18px;
  background: #fbf8ff;
  border: 1px solid #eadff8;
  border-radius: 18px;
}

.point-summary-card dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.point-summary-card dd {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
}

.empty-summary {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.65;
}

.point-message {
  padding: 12px 14px;
  color: #6f55e9;
  background: #f4edff;
  border: 1px solid #dfd1ff;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}

.point-history-card {
  display: grid;
  gap: 14px;
}

.point-history-balance {
  display: grid;
  gap: 5px;
  padding: 18px;
  background: linear-gradient(135deg, #f7f1ff, #fff8ed);
  border: 1px solid #eadff8;
  border-radius: 20px;
}

.point-history-balance span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.point-history-balance strong {
  color: #7656e8;
  font-size: 34px;
  font-weight: 950;
}

.transaction-list {
  display: grid;
  gap: 10px;
}

.transaction-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid #eee6f8;
  border-radius: 16px;
}

.transaction-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 950;
}

.transaction-list span,
.transaction-list small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.transaction-list b {
  font-size: 15px;
  font-weight: 950;
}

.transaction-list b.plus {
  color: #10b978;
}

.transaction-list b.minus {
  color: #ff5d6c;
}

.login-form {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 16px 0 10px;
}

.login-form label,
.admin-form-grid label,
.admin-file-drop {
  display: grid;
  gap: 7px;
  text-align: left;
}

.login-form span,
.admin-form-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.login-form input,
.admin-form-grid input,
.admin-form-grid select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #eadff8;
  border-radius: 14px;
  font-weight: 850;
}

.admin-shell {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  width: min(1440px, calc(100% - 28px));
  min-height: calc(100vh - 170px);
  margin: 26px auto 64px;
  overflow: hidden;
  background: #f5f6f8;
  border: 1px solid #dfe2e8;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(42, 42, 56, 0.12);
}

.admin-side {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 24px 16px;
  color: #fff;
  background: #34363b;
}

.admin-side strong {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 950;
}

.admin-side button {
  min-height: 42px;
  padding: 0 12px;
  color: #e9ebef;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font-weight: 900;
  text-align: left;
}

.admin-side button.active,
.admin-side button:hover {
  color: #24252a;
  background: #fff;
}

.admin-main {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 26px;
}

.admin-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
  padding: 24px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
}

.admin-top h1 {
  margin: 6px 0;
  font-size: clamp(28px, 3.4vw, 42px);
}

.admin-top span {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.55;
}

.admin-dashboard {
  background: #f7f4fb;
}

.admin-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  padding: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(202, 129, 255, 0.18), transparent 30%),
    linear-gradient(135deg, #fff, #fff8f1);
  border: 1px solid #eadff8;
  border-radius: 22px;
}

.admin-hero h1 {
  max-width: 720px;
  margin: 6px 0 10px;
  font-size: clamp(28px, 3.3vw, 44px);
  letter-spacing: 0;
}

.admin-hero span,
.admin-panel-title span {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.55;
}

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

.admin-stat-card {
  display: grid;
  gap: 6px;
  min-height: 126px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eadff8;
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(83, 64, 111, 0.08);
}

.admin-stat-card small {
  color: #8f83a3;
  font-size: 12px;
  font-weight: 950;
}

.admin-stat-card strong {
  overflow: hidden;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-stat-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.admin-flow-guide {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid #eadff8;
  border-radius: 20px;
}

.admin-flow-step {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  background: #fbf8ff;
  border: 1px solid #efe6ff;
  border-radius: 16px;
}

.admin-flow-step b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #8d75ff, #f565c8);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 950;
}

.admin-flow-step span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.admin-grid {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 18px;
}

.admin-upload-panel,
.admin-list-panel,
.admin-preview-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 22px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
}

.admin-upload-panel h2,
.admin-list-panel h2,
.admin-preview-panel h2 {
  margin: 0;
  font-size: 22px;
}

.admin-panel-title {
  display: grid;
  gap: 4px;
}

.admin-panel-title .eyebrow,
.admin-list-head .eyebrow {
  margin: 0;
}

.admin-dashboard-grid {
  align-items: start;
}

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

.admin-homepage-manager {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
}

.admin-banner-manager {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
}

.admin-review-content-manager {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 20px;
}

.admin-textarea-label {
  display: grid;
  gap: 8px;
}

.admin-textarea-label span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.admin-textarea-label textarea {
  min-height: 118px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfcfd;
  border: 1px solid #dce2ec;
  border-radius: 14px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  resize: vertical;
}

.admin-review-list,
.admin-content-list {
  display: grid;
  gap: 12px;
}

.admin-review-card,
.admin-content-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  background: #fbfcfd;
  border: 1px solid #e7e9ee;
  border-radius: 16px;
}

.admin-content-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.admin-review-card div,
.admin-content-card div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.admin-review-card small,
.admin-review-card p,
.admin-content-card small,
.admin-content-card p,
.admin-content-card em {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.55;
}

.admin-review-card strong,
.admin-content-card strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
}

.admin-review-card strong b {
  display: inline-block;
  margin-left: 6px;
  color: #8a67e8;
  font-size: 12px;
}

.admin-content-card img {
  width: 96px;
  height: 72px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 14px;
}

.admin-review-card footer,
.admin-content-card footer {
  display: flex;
  grid-column: 1 / -1;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.admin-review-card footer b,
.admin-content-card footer b {
  margin-right: auto;
  color: #6f55e9;
  font-size: 12px;
  font-weight: 950;
}

.admin-review-card footer button,
.admin-content-card footer button {
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  background: #292933;
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
}

.admin-review-card footer button:last-child,
.admin-content-card footer button:last-child {
  background: #ff5d6c;
}

.admin-banner-manager .admin-hero {
  margin: 0;
}

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

.admin-banner-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, #fff4fb, #f7f1ff);
  border: 1px solid #efe3f8;
  border-radius: 18px;
}

.admin-banner-card.banner-dark {
  color: #fff;
  background: linear-gradient(135deg, #25252e, #433b52);
  border-color: #3d3848;
}

.admin-banner-card.banner-purple {
  background: linear-gradient(135deg, #f2edff, #fff5fb);
}

.admin-banner-card.banner-light {
  background: linear-gradient(135deg, #fff, #f5fbff);
}

.admin-banner-card div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.admin-banner-card small,
.admin-banner-card span,
.admin-banner-card em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.45;
}

.admin-banner-card.banner-dark small,
.admin-banner-card.banner-dark span,
.admin-banner-card.banner-dark em {
  color: rgba(255, 255, 255, 0.72);
}

.admin-banner-card strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.3;
}

.admin-banner-card.banner-dark strong {
  color: #fff;
}

.admin-banner-card img {
  width: 104px;
  height: 72px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
}

.admin-banner-card footer {
  display: flex;
  grid-column: 1 / -1;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.admin-banner-card footer b {
  margin-right: auto;
  color: #6f55e9;
  font-size: 12px;
  font-weight: 950;
}

.admin-banner-card.banner-dark footer b {
  color: #ffe8aa;
}

.admin-banner-card footer button {
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  background: #292933;
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
}

.admin-banner-card footer button:last-child {
  background: #ff5d6c;
}

.homepage-asset-section {
  display: grid;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #eef0f4;
}

.homepage-asset-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.homepage-asset-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
}

.homepage-asset-title strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.homepage-asset-title span {
  max-width: 620px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
  text-align: right;
}

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

.hero-assets {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.managed-asset-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  background: linear-gradient(180deg, #fff, #fbf8ff);
  border: 1px solid #ebe5f4;
  border-radius: 16px;
}

.managed-asset-card.is-hidden {
  opacity: 0.62;
}

.managed-asset-thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(45deg, #f5f5f8 25%, transparent 25%),
    linear-gradient(-45deg, #f5f5f8 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f5f5f8 75%),
    linear-gradient(-45deg, transparent 75%, #f5f5f8 75%);
  background-color: #fff;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
  border: 1px solid #eef0f4;
  border-radius: 14px;
  overflow: hidden;
}

.hero-assets .managed-asset-thumb {
  aspect-ratio: 9 / 13;
}

.managed-asset-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(30, 22, 46, 0.12));
}

.managed-asset-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.managed-asset-copy small,
.managed-asset-copy span,
.managed-asset-copy em {
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.managed-asset-copy small {
  color: #8a67e8;
  font-weight: 950;
}

.managed-asset-copy strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.managed-asset-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.managed-asset-actions b {
  color: #6f55e9;
  font-size: 11px;
  font-weight: 950;
}

.managed-asset-actions button {
  min-height: 34px;
  padding: 0 10px;
  color: #fff;
  background: #27272f;
  border: 0;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 950;
}

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

.admin-check {
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 36px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.admin-file-drop {
  min-height: 116px;
  place-items: center;
  padding: 18px;
  background: #faf7ff;
  border: 1px dashed #cdbdff;
  border-radius: 18px;
  text-align: center;
}

.admin-file-drop input {
  display: none;
}

.admin-file-drop b {
  color: #7656e8;
  font-size: 18px;
  font-weight: 950;
}

.admin-file-drop span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.admin-preview-box {
  display: grid;
  min-height: 160px;
  place-items: center;
  background:
    linear-gradient(45deg, #f3f3f5 25%, transparent 25%),
    linear-gradient(-45deg, #f3f3f5 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f3f3f5 75%),
    linear-gradient(-45deg, transparent 75%, #f3f3f5 75%);
  background-color: #fff;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  overflow: hidden;
}

.admin-preview-box img {
  max-width: 140px;
  max-height: 140px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(20, 20, 30, 0.16));
}

.admin-preview-box span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.admin-message {
  margin: 0;
  padding: 12px 14px;
  color: #6f55e9;
  background: #f4edff;
  border: 1px solid #dfd1ff;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
}

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

.admin-list-head span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.admin-home-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  background: linear-gradient(135deg, #fbf8ff, #fffaf4);
  border: 1px solid #eee2ff;
  border-radius: 18px;
}

.admin-preview-sticker {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 154px;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #eee5f9;
  border-radius: 16px;
}

.admin-preview-sticker img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(30, 22, 46, 0.14));
}

.admin-preview-sticker strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
}

.admin-preview-sticker span {
  color: #8f76e8;
  font-size: 11px;
  font-weight: 950;
}

.admin-risk-box {
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #292933, #3b3546);
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(36, 32, 48, 0.16);
}

.admin-risk-box strong {
  display: block;
  margin-bottom: 8px;
  color: #ffe8aa;
  font-size: 16px;
  font-weight: 950;
}

.admin-risk-box p,
.admin-risk-box li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.admin-risk-box ul {
  display: grid;
  gap: 4px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.admin-table {
  display: grid;
  gap: 10px;
}

.admin-table article {
  display: grid;
  grid-template-columns: 72px 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: #fbfcfd;
  border: 1px solid #e7e9ee;
  border-radius: 16px;
}

.admin-table img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #eceef3;
  border-radius: 14px;
}

.admin-table strong,
.admin-table span,
.admin-table small {
  display: block;
}

.admin-table strong {
  font-size: 15px;
  font-weight: 950;
}

.admin-table span,
.admin-table small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.admin-table button {
  min-height: 36px;
  padding: 0 12px;
  color: #fff;
  background: #34363b;
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
}

.admin-table button:last-child {
  background: #ff5d6c;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.office-pack {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  width: min(1120px, calc(100% - 38px));
  margin: 42px auto;
  padding: clamp(28px, 5vw, 58px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--soft-shadow);
}

.office-pack.sample-box {
  width: min(1120px, calc(100% - 38px));
  margin-top: 20px;
  padding: clamp(28px, 4.6vw, 58px);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(83, 61, 123, 0.12);
}

.office-copy h2 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.12;
}

.office-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.prompt-box {
  display: grid;
  gap: 9px;
  margin: 20px 0;
  padding: 18px;
  color: #fff;
  background: #2f2f33;
  border-radius: 18px;
  text-align: left;
}

.prompt-box strong {
  color: #ffe08b;
}

.prompt-box span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.65;
}

.office-preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff, #f5f2fb);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.office-preview.sample-preview {
  align-self: center;
  gap: 12px;
  padding: 16px;
  background: #f8f4ff;
  border-color: #e9defb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.sample-box-wall {
  display: block;
  width: min(1240px, calc(100% - 38px));
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 30px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 22px 70px rgba(83, 61, 123, 0.12);
  text-align: left;
}

.sample-wall-copy {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(320px, 1fr) auto;
  gap: clamp(16px, 2.4vw, 28px);
  align-items: center;
  margin-bottom: clamp(18px, 3vw, 34px);
  padding: 4px clamp(2px, 0.8vw, 10px);
}

.sample-wall-heading h2 {
  margin: 6px 0 8px;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
}

.sample-wall-heading > p:not(.eyebrow) {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.58;
}

.sample-feature-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  max-width: 460px;
  margin: 0;
  padding: 13px 15px;
  color: #fff;
  background: linear-gradient(145deg, #2f2d35, #1d1f28);
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(25, 24, 33, 0.18);
}

.sample-feature-panel span {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 25px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
}

.sample-feature-panel b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #ffe7a3;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}

.sample-box-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(9px, 1.1vw, 14px);
  padding: clamp(12px, 1.6vw, 20px);
  background: linear-gradient(180deg, #fffaf4, #f7f2ff);
  border: 1px solid #eadffc;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.sample-box-stack {
  display: grid;
  gap: clamp(26px, 5vw, 64px);
}

.sample-box-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(18px, 2.6vw, 32px);
  align-items: stretch;
  min-height: min(760px, calc(100vh - 108px));
  padding: clamp(14px, 2vw, 22px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(229, 219, 246, 0.95);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(83, 61, 123, 0.13);
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.sample-box-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 82px rgba(83, 61, 123, 0.17);
}

.sample-box-card.is-focused {
  border-color: rgba(255, 102, 179, 0.9);
  box-shadow:
    0 0 0 5px rgba(255, 102, 179, 0.16),
    0 34px 90px rgba(83, 61, 123, 0.22);
  transform: translateY(-6px);
}

.sample-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #fffaf4, #f4eeff);
  border: 1px solid var(--line);
  border-radius: 22px;
  cursor: pointer;
}

.sample-box-card img {
  display: block;
  width: 100%;
  height: min(680px, calc(100vh - 162px));
  min-height: 440px;
  object-fit: contain;
  object-position: center;
}

.sample-visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(25, 24, 33, 0.54));
  pointer-events: none;
}

.preview-chip,
.locked-chip {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.preview-chip {
  top: 16px;
  left: 16px;
  color: #fff;
  background: var(--gradient);
}

.locked-chip {
  right: 16px;
  bottom: 16px;
  color: #fff;
  background: rgba(25, 24, 33, 0.82);
  backdrop-filter: blur(10px);
}

.sample-box-card > span {
  display: grid;
  gap: 2px;
  padding: 9px 10px 10px;
  background: #fff;
}

.sample-box-card > span strong {
  font-size: 14px;
  font-weight: 950;
}

.sample-box-card > span small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
}

.sample-order-panel {
  display: grid;
  align-content: center;
  gap: 11px;
  padding: clamp(16px, 2.4vw, 28px);
}

.sample-order-panel h3 {
  margin: 0;
  font-size: clamp(27px, 2.8vw, 38px);
  line-height: 1.12;
}

.sample-order-panel p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.58;
}

.consumer-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.consumer-steps span {
  padding: 7px 10px;
  color: #7656e8;
  background: #f2ecff;
  border: 1px solid #e2d8ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.sub-sample-grid,
.product-pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 238px;
  padding: 4px;
  overflow: auto;
}

.sub-sample-grid button,
.product-pack-grid button {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  padding: 8px 10px;
  color: #3d3548;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  text-align: left;
  font-size: 12px;
  font-weight: 950;
}

.sub-sample-grid button:hover,
.product-pack-grid button:hover,
.product-pack-grid button.selected {
  border-color: #d8c9ff;
  box-shadow: 0 10px 18px rgba(83, 61, 123, 0.08);
}

.product-pack-grid button.selected {
  background: #fbf8ff;
}

.sub-sample-grid b,
.product-pack-grid b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--gradient);
  border-radius: 10px;
  font-size: 11px;
}

.product-pack-grid span {
  display: grid;
  gap: 2px;
}

.product-pack-grid strong {
  font-size: 12px;
}

.product-pack-grid small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
}

.kids-sample-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
}

.kids-main-sample img {
  transition: transform 180ms ease, opacity 180ms ease;
}

.kids-main-sample:hover img {
  transform: scale(1.012);
}

.kids-sample-panel {
  gap: 12px;
}

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

.kids-group-tabs button {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 12px;
  color: #3a3145;
  background: linear-gradient(180deg, #fff, #fff8fb);
  border: 1px solid var(--line);
  border-radius: 16px;
  text-align: left;
  box-shadow: 0 10px 22px rgba(83, 61, 123, 0.06);
}

.kids-group-tabs button.selected {
  color: #2c2237;
  background: linear-gradient(180deg, #fff6fb, #f5edff);
  border-color: #ff91cf;
  box-shadow:
    0 0 0 3px rgba(255, 102, 179, 0.12),
    0 14px 28px rgba(83, 61, 123, 0.1);
}

.kids-group-tabs strong {
  font-size: 13px;
  font-weight: 950;
}

.kids-group-tabs small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.kids-pack-grid {
  max-height: 292px;
}

.kids-pack-grid button {
  min-height: 52px;
}

.admin-tabs-inline {
  margin-bottom: 18px;
}

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

.admin-guide-grid article {
  display: grid;
  gap: 6px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(83, 61, 123, 0.07);
}

.admin-guide-grid b {
  color: #241f2f;
  font-size: 13px;
  font-weight: 950;
}

.admin-guide-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

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

.samplebox-admin-card {
  align-content: start;
}

.samplebox-admin-card.selected {
  border-color: #ff91cf;
  box-shadow:
    0 0 0 3px rgba(255, 102, 179, 0.12),
    0 18px 34px rgba(83, 61, 123, 0.12);
}

.samplebox-admin-meta {
  display: grid;
  gap: 5px;
  padding: 0 14px 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.product-detail-panel {
  display: grid;
  gap: 12px;
  padding: 15px;
  background: linear-gradient(180deg, #fff, #fff8fb);
  border: 1px solid #f0e5ff;
  border-radius: 18px;
}

.product-detail-panel h4 {
  margin: 7px 0 6px;
  font-size: 22px;
  line-height: 1.15;
}

.product-detail-panel p {
  font-size: 13px;
}

.product-status {
  display: inline-grid;
  min-height: 28px;
  place-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.product-status.existing_ready {
  color: #08703f;
  background: #ddf9ec;
}

.product-status.existing_asset_rework {
  color: #765100;
  background: #fff2bd;
}

.product-status.need_image {
  color: #b3122b;
  background: #ffe3e8;
}

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

.product-sample-wall button {
  display: grid;
  min-height: 72px;
  place-items: center;
  padding: 8px;
  color: #2c2735;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.8), transparent 22%),
    linear-gradient(135deg, #fff7e8, #f2ecff);
  border: 1px solid #eadffc;
  border-radius: 14px;
  text-align: center;
  font-weight: 950;
}

.product-sample-wall button b {
  font-size: 14px;
}

.product-sample-wall button small {
  color: #8b6cff;
  font-size: 10px;
}

.upload-box {
  display: grid;
  gap: 5px;
  padding: 15px;
  background: #fff8fb;
  border: 1px dashed #ff9acb;
  border-radius: 17px;
  cursor: pointer;
}

.upload-box input {
  display: none;
}

.upload-box b {
  color: #ff4e8c;
  font-size: 15px;
}

.upload-box small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.consumer-prompt {
  width: 100%;
  min-height: 96px;
  padding: 13px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 15px;
  outline-color: var(--purple);
  line-height: 1.55;
}

.sample-notice {
  display: grid;
  gap: 4px;
  padding: 12px;
  color: #6d6477;
  background: #f8f6fb;
  border: 1px solid var(--line);
  border-radius: 15px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

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

.sync-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(36px, 6vw, 76px);
}

.device-pair {
  position: relative;
  min-height: 470px;
}

.desktop-preview {
  position: absolute;
  inset: 0 62px 70px 0;
  padding: 30px;
  background: #faf9fc;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--soft-shadow);
}

.window-bar {
  width: 80px;
  height: 12px;
  margin-bottom: 22px;
  background:
    radial-gradient(circle, #ff6961 0 5px, transparent 6px),
    radial-gradient(circle at 28px 50%, #ffbd2e 0 5px, transparent 6px),
    radial-gradient(circle at 56px 50%, #28c840 0 5px, transparent 6px);
}

.desktop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.desktop-grid span {
  display: grid;
  height: 142px;
  place-items: center;
  background: #fff;
  border-radius: 16px;
}

.phone-preview {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 226px;
  min-height: 408px;
  padding: 25px 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.phone-notch {
  width: 70px;
  height: 7px;
  margin: 0 auto 18px;
  background: #16151b;
  border-radius: 999px;
}

.phone-preview strong {
  display: block;
  margin-bottom: 16px;
  color: var(--purple);
  font-size: 20px;
  font-weight: 950;
}

.phone-list {
  display: grid;
  gap: 11px;
}

.phone-list button {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  padding: 8px 10px;
  background: #f7f1ff;
  border: 0;
  border-radius: 15px;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
}

.phone-list .mascot-set {
  transform: scale(0.34);
  transform-origin: left center;
}

.sub-hero {
  width: min(900px, calc(100% - 38px));
  margin: 0 auto;
  padding: clamp(42px, 8vw, 86px) 0 28px;
  text-align: center;
}

.sub-hero.compact {
  padding-bottom: 12px;
}

.back-link {
  display: inline-grid;
  min-height: 34px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--purple);
  background: transparent;
  border: 0;
  font-weight: 950;
}

.app-page {
  padding-bottom: 72px;
}

.phone-stage {
  display: grid;
  justify-items: center;
  padding: 12px 18px 52px;
}

.phone-card {
  position: relative;
  width: min(390px, 100%);
  min-height: 760px;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 102, 179, 0.08), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(139, 108, 255, 0.08), transparent 24%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.phone-top {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  min-height: 38px;
}

.phone-top button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 22px;
}

.phone-top strong {
  text-align: center;
}

.phone-card h2 {
  margin: 34px 0 10px;
  font-size: 26px;
  line-height: 1.25;
  text-align: center;
}

.phone-card > p,
.login-card p {
  margin: 0 auto 22px;
  max-width: 290px;
  color: var(--muted);
  line-height: 1.65;
  text-align: center;
}

.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
  color: var(--muted);
  font-size: 13px;
}

.divider::before,
.divider::after {
  flex: 1;
  height: 1px;
  content: "";
  background: var(--line);
}

.social {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin-bottom: 10px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.social i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 8px;
  font-style: normal;
}

.social.kakao i {
  background: #fee500;
}

.social.naver i {
  color: #fff;
  background: #03c75a;
}

.social.google i {
  color: #4285f4;
  background: #f4f7ff;
}

.social.apple i {
  color: #fff;
  background: #111;
}

.login-card small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  text-align: center;
}

.login-card small button {
  color: var(--purple);
  background: transparent;
  border: 0;
  font-weight: 950;
}

.dev-admin-button {
  display: grid;
  min-height: 46px;
  width: 100%;
  margin-top: 10px;
  place-items: center;
  color: #6f55e9;
  background: #f4efff;
  border: 1px dashed #cdbdff;
  border-radius: 14px;
  font-weight: 950;
}

.dev-admin-button::before {
  content: "임시";
  margin-right: 6px;
  color: #ff4e8c;
}

.option-list,
.style-list,
.menu-list,
.result-actions {
  display: grid;
  gap: 13px;
}

.policy-check {
  display: grid;
  gap: 8px;
  margin: 14px 0 18px;
  padding: 14px;
  color: #4f7560;
  background: #f7fff9;
  border: 1px solid #d9f1df;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}

.policy-check label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.option-card {
  display: grid;
  grid-template-columns: 70px 1fr 18px;
  align-items: center;
  gap: 13px;
  min-height: 94px;
  padding: 14px;
  background: linear-gradient(135deg, #fff2fb, #f3edff);
  border: 1px solid transparent;
  border-radius: 18px;
  text-align: left;
}

.option-card .image-avatar {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.9), transparent 18%),
    linear-gradient(135deg, #fff8e9, #f0e8ff);
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(83, 61, 123, 0.16);
}

.option-card .image-avatar img {
  width: 138%;
  height: 138%;
  object-fit: cover;
  object-position: center 44%;
}

.option-card:nth-child(2) .image-avatar img {
  object-position: center 58%;
}

.option-card:nth-child(3) .image-avatar img {
  object-position: center 42%;
}

.option-card.selected,
.style-row.selected,
.pay-grid .selected {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(255, 102, 179, 0.12);
}

.option-card strong,
.option-card small,
.style-row strong,
.style-row small {
  display: block;
}

.option-card small,
.style-row small {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.45;
}

.style-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  align-items: center;
  min-height: 150px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 18px;
  text-align: left;
  box-shadow: 0 14px 34px rgba(83, 61, 123, 0.08);
}

.style-row .mascot-set {
  transform: scale(0.43);
  transform-origin: right center;
}

.style-preview {
  position: relative;
  justify-self: end;
  width: 118px;
  height: 118px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 4px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(83, 61, 123, 0.15);
}

.style-preview img {
  width: 130%;
  height: 130%;
  object-fit: cover;
  object-position: center;
  transform: translate(-8%, -8%);
}

.style-preview span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: grid;
  min-height: 25px;
  place-items: center;
  color: #fff;
  background: rgba(25, 24, 33, 0.72);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 950;
  backdrop-filter: blur(10px);
}

.section-mini-title {
  margin: 20px 0 10px;
  font-size: 15px;
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 15px;
}

.situation-grid button {
  min-height: 38px;
  padding: 0 10px;
  color: #6d6477;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.situation-grid .selected {
  color: #fff;
  background: var(--gradient);
  border-color: transparent;
}

.pet-options {
  display: grid;
  gap: 9px;
  margin-top: 14px;
  padding: 14px;
  background: #fff8ef;
  border: 1px solid #ffe0b7;
  border-radius: 16px;
}

.pet-options strong {
  font-size: 14px;
}

.pet-options div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pet-options span {
  padding: 6px 10px;
  color: #a16618;
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.pet-options small {
  color: var(--muted);
  line-height: 1.5;
}

.style-row.pink,
.sample-card.pink {
  background: #fff1f8;
}

.style-row.cream,
.sample-card.cream {
  background: #fff5df;
}

.style-row.lavender,
.sample-card.lavender {
  background: #f3eeff;
}

.style-row.rose,
.sample-card.peach {
  background: #fff0ef;
}

.style-row.sky,
.sample-card.sky {
  background: #edf8ff;
}

.prompt-card textarea {
  width: 100%;
  min-height: 260px;
  padding: 15px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 17px;
  outline-color: var(--purple);
  line-height: 1.55;
}

.production-brief {
  display: grid;
  gap: 7px;
  margin: 12px 0;
  padding: 14px;
  color: #fff;
  background: linear-gradient(145deg, #2f2d35, #1f2029);
  border-radius: 16px;
  text-align: left;
}

.production-brief strong {
  color: #ffe08b;
  font-size: 14px;
}

.production-brief span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.55;
}

.room-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 12px 0 16px;
}

.room-grid article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 10px;
  padding: 11px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: left;
}

.room-grid b {
  grid-row: span 3;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--gradient);
  border-radius: 11px;
  font-size: 12px;
}

.room-grid strong {
  font-size: 13px;
}

.room-grid small {
  color: var(--purple);
  font-size: 10px;
  font-weight: 950;
}

.room-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.character-memory {
  display: grid;
  gap: 6px;
  margin: 12px 0 14px;
  padding: 14px;
  background: #f3eeff;
  border: 1px solid #ded2ff;
  border-radius: 16px;
}

.character-memory strong {
  color: var(--purple);
  font-size: 14px;
}

.character-memory span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.field-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 950;
}

.control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
}

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

.control-grid select {
  min-height: 42px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.prompt-preset-summary {
  display: grid;
  gap: 6px;
  margin: 14px 0;
  padding: 14px;
  background: linear-gradient(135deg, #fff9ed, #fbf7ff);
  border: 1px solid #eadff8;
  border-radius: 18px;
}

.prompt-preset-summary span {
  color: var(--purple);
  font-size: 12px;
  font-weight: 950;
}

.prompt-preset-summary strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 1000;
}

.prompt-preset-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.55;
}

.prompt-gauge-panel {
  display: grid;
  gap: 13px;
  margin: 16px 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #eadff8;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(103, 74, 170, 0.08);
}

.prompt-gauge-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 1000;
}

.prompt-gauge-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}

.prompt-gauge {
  display: grid;
  gap: 8px;
}

.prompt-gauge > div:first-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.prompt-gauge strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 1000;
}

.prompt-gauge span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  text-align: right;
}

.prompt-gauge-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 5px;
  background: #f8f4ff;
  border-radius: 16px;
}

.prompt-gauge-options button {
  display: grid;
  gap: 3px;
  min-height: 62px;
  padding: 8px 6px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #eadff8;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.prompt-gauge-options button.selected {
  color: #fff;
  background: var(--gradient);
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(151, 103, 255, 0.22);
}

.prompt-gauge-options small {
  color: inherit;
  opacity: 0.78;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.25;
}

.result-preview {
  display: grid;
  min-height: 320px;
  margin: 18px 0;
  place-items: center;
  overflow: hidden;
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.share-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin: 12px 0;
}

.share-grid button {
  min-height: 42px;
  color: #6d6477;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 950;
}

.share-grid button:nth-child(1),
.share-grid button:nth-child(3) {
  color: #fff;
  background: var(--gradient);
  border-color: transparent;
}

.free-preview-pack {
  display: grid;
  gap: 12px;
  margin: 18px 0 12px;
  padding: 14px;
  background: linear-gradient(180deg, #fff, #fbf7ff);
  border: 1px solid #eadff8;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(82, 62, 115, 0.08);
}

.free-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.free-preview-head strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.free-preview-head span {
  color: #8b74e8;
  font-size: 12px;
  font-weight: 950;
}

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

.free-preview-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #efe6ff;
  border-radius: 18px;
}

.free-preview-item .mini-sticker {
  min-height: 148px;
  border: 0;
  border-radius: 18px;
}

.free-preview-item.is-locked .mini-sticker {
  filter: blur(4px) saturate(0.72) opacity(0.58);
  transform: scale(1.04);
}

.free-open-label {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-grid;
  min-height: 26px;
  place-items: center;
  padding: 0 9px;
  color: #fff;
  background: var(--gradient);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 8px 16px rgba(184, 91, 225, 0.2);
}

.fog-lock {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  gap: 4px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.2), transparent 38%),
    rgba(37, 33, 47, 0.34);
  border-radius: 18px;
  backdrop-filter: blur(9px);
}

.fog-lock b {
  display: inline-grid;
  min-height: 32px;
  place-items: center;
  padding: 0 12px;
  color: #fff;
  background: rgba(37, 33, 47, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.fog-lock span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 900;
}

.free-preview-paywall {
  display: grid;
  gap: 5px;
  margin: 10px 0 12px;
  padding: 14px;
  background: #2f2d38;
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(31, 28, 40, 0.14);
}

.free-preview-paywall strong {
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.free-preview-paywall span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.5;
}

.mini-sticker {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  min-height: 166px;
  padding: 14px 8px 12px;
  overflow: hidden;
  background: #fff7fb;
  border: 1px solid rgba(238, 233, 247, 0.9);
  border-radius: 16px;
  text-align: center;
}

.mini-sticker-button {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 18px;
}

.mini-sticker-button:hover .mini-sticker {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(83, 61, 123, 0.14);
}

.mini-sticker-button .mini-sticker {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.mini-sticker::before {
  position: absolute;
  inset: 8px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 13px;
  pointer-events: none;
}

.mini-sticker strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #222;
  font-size: 15px;
  line-height: 1.1;
}

.mini-sticker small {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 4px;
  color: #7a7485;
  font-size: 10px;
  font-weight: 850;
}

.mini-sticker.lavender {
  background: #f1ecff;
}

.mini-sticker.cream {
  background: #fff1d8;
}

.mini-sticker.sky {
  background: #eaf6ff;
}

.mini-sticker.peach {
  background: #fff0df;
}

.mini-sticker.pink,
.mini-sticker.rose {
  background: #fff0f7;
}

.baby-face {
  position: relative;
  z-index: 2;
  display: block;
  width: 82px;
  height: 82px;
  margin-bottom: 10px;
  background: #fff8ef;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 9px 18px rgba(83, 61, 123, 0.11);
}

.baby-face::before,
.baby-face::after {
  position: absolute;
  top: -13px;
  width: 24px;
  height: 24px;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.baby-face::before {
  left: 8px;
}

.baby-face::after {
  right: 8px;
}

.baby-face i,
.baby-face b {
  position: absolute;
  top: 34px;
  width: 8px;
  height: 10px;
  background: #222;
  border-radius: 50%;
}

.baby-face i {
  left: 26px;
}

.baby-face b {
  right: 26px;
}

.baby-face em {
  position: absolute;
  left: 50%;
  bottom: 21px;
  width: 20px;
  height: 11px;
  border-bottom: 3px solid #222;
  border-radius: 0 0 20px 20px;
  transform: translateX(-50%);
}

.baby-face.face-1 em,
.baby-face.face-4 em {
  width: 16px;
  height: 4px;
  border-bottom-width: 2px;
}

.baby-face.face-2::after {
  box-shadow: 11px 72px 0 -4px #2b2b34;
}

.baby-face.face-3 i,
.baby-face.face-3 b {
  height: 4px;
  border-radius: 999px;
}

.baby-face.face-4 {
  background: #fff2e8;
}

.small-note {
  margin: 10px 0 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 22px;
  width: min(1120px, calc(100% - 38px));
  margin: 0 auto 76px;
}

.gallery-grid .sample-card {
  min-height: 340px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: stretch;
  padding-top: 38px;
}

.detail-art {
  display: grid;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.detail-info {
  padding: clamp(26px, 4vw, 44px);
}

.detail-info h1,
.checkout-layout h1,
.support-layout h1 {
  margin: 8px 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

.detail-price {
  margin: 20px 0;
  color: var(--hot);
  font-size: 34px;
  font-weight: 950;
}

.mini-pack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.mini-pack span {
  display: grid;
  min-height: 82px;
  place-items: center;
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.mini-pack .mascot-set {
  transform: scale(0.38);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(230px, 1fr));
  gap: 20px;
  width: min(1040px, calc(100% - 38px));
  margin: 0 auto 80px;
}

.plan-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd2ff;
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
}

.plan-card.featured {
  border-color: var(--purple);
  transform: translateY(-12px);
}

.plan-card em {
  position: absolute;
  top: -13px;
  right: 22px;
  padding: 7px 12px;
  color: #fff;
  background: var(--gradient);
  border-radius: 999px;
  font-style: normal;
  font-weight: 950;
}

.plan-card h3 {
  margin: 0;
  font-size: 23px;
}

.plan-card b {
  color: var(--purple);
  font-size: 34px;
}

.plan-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  color: var(--muted);
}

.checkout-layout,
.support-layout {
  display: grid;
  place-items: center;
  padding: 42px 0 80px;
}

.checkout-layout .white-card,
.support-layout .white-card {
  width: min(620px, 100%);
  padding: clamp(26px, 5vw, 44px);
}

.order-box {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 24px 0;
  padding: 16px;
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.order-box .mascot-set {
  transform: scale(0.4);
  transform-origin: left center;
}

.order-box strong,
.order-box small {
  display: block;
}

.order-box small {
  margin-top: 5px;
  color: var(--muted);
}

.receipt {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.receipt dt {
  color: var(--muted);
}

.receipt dd {
  margin: 0;
  font-weight: 950;
}

.receipt dt:last-of-type,
.receipt dd:last-of-type {
  color: var(--hot);
  font-size: 22px;
}

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

.pay-grid button {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-align: left;
  font-weight: 900;
}

.pay-grid i {
  display: grid;
  width: 34px;
  height: 28px;
  place-items: center;
  color: #111;
  background: #fee500;
  border-radius: 9px;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.pay-note {
  color: var(--muted);
  line-height: 1.6;
}

.profile-box {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 14px;
  margin: 26px 0;
  padding: 16px;
  background: #fff8fb;
  border-radius: 18px;
}

.profile-box strong,
.profile-box span {
  display: block;
}

.profile-box span {
  margin-top: 6px;
  color: var(--muted);
}

.storage-card {
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
  padding: 14px;
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 17px;
}

.storage-card strong {
  font-size: 13px;
}

.storage-card span {
  display: block;
  height: 8px;
  overflow: hidden;
  background: #eee9f7;
  border-radius: 999px;
}

.storage-card i {
  display: block;
  height: 100%;
  background: linear-gradient(135deg, #4fd6b5, #8b6cff);
  border-radius: inherit;
}

.storage-card small {
  color: var(--muted);
  font-size: 12px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.stats span {
  display: grid;
  gap: 4px;
  min-height: 72px;
  place-items: center;
  background: #f8f3ff;
  border-radius: 15px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.stats b {
  color: var(--purple);
  font-size: 22px;
}

.menu-list button {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 48px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  text-align: left;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.faq-list details {
  padding: 18px;
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 950;
}

.faq-list p {
  color: var(--muted);
  line-height: 1.7;
}

.avatar {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: linear-gradient(180deg, #f1e8ff, #fff5fb);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(83, 61, 123, 0.1);
}

.avatar::before {
  position: absolute;
  left: 18px;
  top: 12px;
  width: 34px;
  height: 38px;
  content: "";
  background: #29232e;
  border-radius: 20px 20px 14px 14px;
}

.avatar i {
  position: absolute;
  left: 21px;
  top: 21px;
  width: 28px;
  height: 30px;
  background: #ffd7c7;
  border-radius: 50%;
}

.avatar b,
.avatar em {
  position: absolute;
  top: 34px;
  z-index: 2;
  width: 4px;
  height: 5px;
  background: #27222e;
  border-radius: 50%;
}

.avatar b {
  left: 29px;
}

.avatar em {
  right: 29px;
}

.avatar.pet::before,
.avatar.pet::after {
  position: absolute;
  top: 14px;
  width: 22px;
  height: 30px;
  content: "";
  background: #d9913e;
  border-radius: 50% 50% 10px 10px;
}

.avatar.pet::before {
  left: 12px;
  transform: rotate(-24deg);
}

.avatar.pet::after {
  right: 12px;
  transform: rotate(24deg);
}

.avatar.pet i {
  left: 18px;
  top: 28px;
  width: 34px;
  height: 32px;
  background: #fff7ed;
}

.avatar.character::before {
  background: #202845;
}

.mascot-set {
  position: relative;
  width: 210px;
  height: 148px;
}

.blob {
  position: absolute;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 -13px 0 rgba(255, 255, 255, 0.24);
}

.blob.one {
  left: 8px;
  bottom: 10px;
  width: 76px;
  height: 76px;
  background: #ffc1dc;
}

.blob.two {
  left: 66px;
  bottom: 0;
  width: 88px;
  height: 88px;
  background: #ffe58c;
}

.blob.three {
  right: 8px;
  bottom: 12px;
  width: 72px;
  height: 72px;
  background: #dac8ff;
}

.blob i,
.blob b {
  position: absolute;
  top: 36%;
  width: 8px;
  height: 10px;
  background: #201d27;
  border-radius: 50%;
}

.blob i {
  left: 32%;
}

.blob b {
  right: 32%;
}

.blob em {
  position: absolute;
  left: 50%;
  bottom: 27%;
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #201d27;
  border-radius: 0 0 18px 18px;
  transform: translateX(-50%);
}

.mascot-set.cream .blob.one {
  background: #ffd89c;
}

.mascot-set.cream .blob.two {
  background: #fff1b2;
}

.mascot-set.cream .blob.three {
  background: #ffc8ac;
}

.mascot-set.sky .blob.one {
  background: #bce8ff;
}

.mascot-set.sky .blob.two {
  background: #d7f4e8;
}

.mascot-set.sky .blob.three {
  background: #ffe2b8;
}

.mascot-set.lavender .blob.one {
  background: #d8c9ff;
}

.mascot-set.lavender .blob.two {
  background: #ffd1e7;
}

.mascot-set.lavender .blob.three {
  background: #c8ddff;
}

.mascot-set.peach .blob.one,
.mascot-set.rose .blob.one {
  background: #ffc7ce;
}

.mascot-set.peach .blob.two,
.mascot-set.rose .blob.two {
  background: #ffdfb0;
}

.mascot-set.peach .blob.three,
.mascot-set.rose .blob.three {
  background: #ffd5ea;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  max-width: 360px;
  padding: 13px 16px;
  color: #fff;
  background: rgba(30, 28, 38, 0.94);
  border-radius: 15px;
  opacity: 0;
  transform: translateY(12px);
  transition: 180ms ease;
  pointer-events: none;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .promo {
    min-height: 82px;
    padding: 9px 18px;
  }

  .promo-badge {
    width: 56px;
    height: 56px;
  }

  .promo-text strong {
    font-size: 18px;
  }

  .promo-text span {
    font-size: 13px;
  }

  .site-header {
    top: 82px;
    grid-template-columns: 44px 1fr 44px;
    min-height: 66px;
    padding: 0 16px;
  }

  .brand {
    justify-self: center;
    font-size: 23px;
  }

  .brand .mycon-symbol,
  .desktop-nav,
  .desktop-actions {
    display: none;
  }

  .mobile-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
  font-size: 20px;
  }

  .mobile-icon.right {
    justify-self: end;
    font-size: 20px;
  }

  .drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 70;
    display: grid;
    align-content: start;
    gap: 8px;
    width: min(84vw, 330px);
    padding: 78px 22px 24px;
    background: #fff;
    box-shadow: var(--shadow);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  .drawer.is-open {
    transform: translateX(0);
  }

  .drawer button {
    min-height: 48px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-weight: 950;
  }

  .drawer .drawer-cta {
    margin-top: 18px;
    color: #fff;
    background: var(--gradient);
    border: 0;
    border-radius: 14px;
    text-align: center;
  }

  .drawer-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  .hero-page {
    min-height: 760px;
    padding-top: 42px;
  }

  .hero-page.sample-first {
    padding-top: 18px;
  }

  .hero-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero-page.sample-first .hero-copy small {
    max-width: 620px;
    margin: 0 auto;
  }

  .sample-category-jump {
    top: 148px;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    grid-template-columns: none;
    justify-content: start;
    overflow-x: auto;
    border-radius: 18px;
    scrollbar-width: none;
  }

  .sample-category-jump::-webkit-scrollbar {
    display: none;
  }

  .mini-emoticon-rail {
    width: calc(100% - 32px);
  }

  .mini-rail-copy {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
  }

  .mini-sticker-track {
    grid-auto-columns: 124px;
    padding-inline: 18px;
  }

  .mini-preview-card {
    width: 124px;
    height: 168px;
  }

  .hero-copy p {
    font-size: 30px;
    line-height: 1.2;
  }

  .hero-copy h1 {
    font-size: 37px;
  }

  .hero-showcase {
    grid-auto-columns: 66vw;
    gap: 24px;
    padding-inline: 18px;
  }

  .sample-card.hero.is-selected {
    min-height: 430px;
  }

  .sync-layout,
  .detail-layout,
  .office-pack {
    grid-template-columns: 1fr;
  }

  .sample-box-wall {
    width: calc(100% - 32px);
    padding: 22px;
  }

  .sample-wall-copy {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .sample-wall-heading > p:not(.eyebrow),
  .sample-feature-panel {
    margin-right: auto;
    margin-left: auto;
  }

  .sample-box-card {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 16px;
  }

  .kids-sample-card {
    grid-template-columns: 1fr;
  }

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

  .sample-box-card img {
    height: auto;
    min-height: 0;
    max-height: 62vh;
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }

  .sample-box-card > span {
    min-height: 46px;
    padding: 6px 6px;
  }

  .sample-box-card > span strong {
    font-size: 11px;
  }

  .sample-box-card > span small {
    font-size: 9px;
  }

  .sample-feature-panel {
    display: none;
  }

  .device-pair {
    min-height: 500px;
  }

  .desktop-preview {
    inset: 0 0 120px 0;
  }

  .phone-preview {
    right: 18px;
  }

  .gallery-grid,
  .plan-grid,
  .flow-grid {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
  }

  .points-layout {
    grid-template-columns: 1fr;
  }

  .point-summary-card {
    position: static;
  }

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

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

  .hero-assets,
  .managed-asset-grid,
  .compact-assets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .homepage-asset-title {
    display: grid;
  }

  .homepage-asset-title span {
    max-width: none;
    text-align: left;
  }

  .admin-hero,
  .admin-stat-grid,
  .admin-flow-guide {
    grid-template-columns: 1fr;
  }

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

  .admin-list-wide {
    grid-column: auto;
  }

  .admin-home-preview {
    grid-template-columns: repeat(4, minmax(110px, 1fr));
    overflow-x: auto;
  }

  .admin-side {
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 14px;
  }

  .admin-side strong {
    white-space: nowrap;
    margin: 0 8px 0 0;
  }

  .admin-side button {
    white-space: nowrap;
    text-align: center;
  }

  .review-track {
    grid-auto-columns: minmax(330px, 72vw);
  }

  .office-preview {
    grid-template-columns: repeat(5, minmax(110px, 1fr));
    overflow-x: auto;
  }

  .style-row {
    grid-template-columns: minmax(0, 1fr) 104px;
    min-height: 132px;
  }

  .style-preview {
    width: 98px;
    height: 98px;
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 72px;
  }

  .hero-assets,
  .managed-asset-grid,
  .compact-assets,
  .samplebox-admin-grid,
  .admin-guide-grid {
    grid-template-columns: 1fr;
  }

  .page-wrap {
    min-height: calc(100vh - 144px);
  }

  .promo {
    grid-template-columns: 58px 1fr 28px;
  }

  .promo-text strong {
    font-size: 15px;
  }

  .promo-text span {
    display: none;
  }

  .promo-close {
    font-size: 24px;
  }

  .kids-group-tabs,
  .kids-pack-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy p {
    font-size: 28px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .admin-shell {
    width: calc(100% - 16px);
    margin-top: 14px;
    border-radius: 18px;
  }

  .admin-main {
    padding: 14px;
  }

  .admin-hero,
  .admin-upload-panel,
  .admin-list-panel,
  .admin-preview-panel {
    padding: 18px;
    border-radius: 18px;
  }

  .admin-hero {
    align-items: start;
  }

  .admin-hero h1 {
    font-size: 27px;
  }

  .admin-stat-card {
    min-height: 104px;
  }

  .admin-flow-guide {
    gap: 8px;
  }

  .admin-flow-step {
    min-height: 42px;
  }

  .admin-table article {
    grid-template-columns: 58px 1fr;
  }

  .admin-table article button {
    width: 100%;
  }

  .admin-home-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .admin-preview-sticker {
    min-height: 136px;
  }

  .admin-preview-sticker img {
    width: 76px;
    height: 76px;
  }

  .hero-page.sample-first .hero-copy p {
    font-size: 15px;
  }

  .hero-page.sample-first .hero-copy h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero-page.sample-first .hero-copy small {
    font-size: 14px;
  }

  .hero-intro {
    width: calc(100% - 28px);
    gap: 16px;
    margin-bottom: 12px;
  }

  .hero-service-slider {
    width: 100vw;
    margin-left: 50%;
    padding: 0 0 6px;
    overflow-x: auto;
    border-radius: 0;
    scrollbar-width: none;
    scroll-snap-type: none;
    transform: translateX(-50%);
  }

  .hero-service-slider::-webkit-scrollbar {
    display: none;
  }

  .hero-service-track {
    grid-auto-columns: 270px;
    gap: 14px;
    padding-inline: 18px;
    animation: none;
  }

  .hero-flow-slide {
    min-height: 388px;
    padding: 20px 16px 18px;
  }

  .hero-image-card {
    width: 270px;
    height: 480px;
    min-height: 0;
    padding: 0;
  }

  .hero-flow-slide h3 {
    font-size: 23px;
  }

  .slide-stickers {
    min-height: 160px;
  }

  .slide-sticker {
    width: 140px;
  }

  .slide-sticker .mini-sticker {
    min-height: 150px;
  }

  .slide-sticker .baby-face {
    width: 68px;
    height: 68px;
  }

  .hero-slider-actions {
    grid-template-columns: 1fr;
  }

  .hero-slider-actions small {
    display: none;
  }

  .login-nudge {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin: 12px auto 14px;
    padding: 16px;
    text-align: center;
  }

  .login-nudge > div:last-child {
    grid-auto-flow: row;
    justify-items: stretch;
  }

  .sample-category-jump {
    top: 148px;
    width: calc(100% - 22px);
    margin-bottom: 12px;
    padding: 8px;
  }

  .sample-category-jump button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .mini-emoticon-rail {
    width: calc(100% - 22px);
    margin: 12px auto 12px;
    padding-top: 12px;
  }

  .mini-rail-copy h2 {
    font-size: 24px;
  }

  .mini-rail-copy span {
    font-size: 13px;
  }

  .mini-sticker-track {
    grid-auto-columns: 112px;
    gap: 10px;
    padding-inline: 14px;
    animation: none;
  }

  .mini-preview-card {
    width: 112px;
    height: 154px;
    border-radius: 18px;
  }

  .mini-preview-card b {
    font-size: 12px;
  }

  .mini-preview-card small {
    font-size: 9px;
  }

  .trend-row {
    gap: 6px;
    margin-bottom: 10px;
  }

  .trend-row span {
    font-size: 11px;
  }

  .hero-showcase {
    grid-auto-columns: 68vw;
  }

  .hero-actions .btn {
    width: min(280px, 82vw);
  }

  .trial-card {
    min-height: 420px;
    padding: 40px 18px;
  }

  .trial-card h2,
  .sync-layout h2,
  .sub-hero h1 {
    font-size: 31px;
  }

  .ticket-strip {
    grid-template-columns: repeat(8, 72px);
    justify-content: start;
    overflow: hidden;
  }

  .ticket-strip button {
    height: 112px;
  }

  .sync-layout,
  .white-card,
  .detail-layout,
  .checkout-layout,
  .support-layout {
    width: calc(100% - 28px);
  }

  .sync-layout {
    padding: 34px 20px;
  }

  .desktop-preview {
    padding: 22px;
  }

  .desktop-grid span {
    height: 112px;
  }

  .phone-preview {
    width: 204px;
    min-height: 374px;
  }

  .sub-hero {
    width: calc(100% - 32px);
    padding-top: 44px;
  }

  .phone-card {
    min-height: 720px;
    border-radius: 24px;
  }

  .gallery-grid,
  .plan-grid,
  .flow-grid,
  .pay-grid,
  .control-grid {
    grid-template-columns: 1fr;
  }

  .points-layout {
    width: calc(100% - 28px);
    margin-top: 18px;
  }

  .point-balance-card,
  .point-section-head,
  .earn-grid,
  .button-row {
    grid-template-columns: 1fr;
  }

  .point-balance-card {
    padding: 22px;
  }

  .point-product-grid {
    grid-template-columns: 1fr;
  }

  .point-product-card {
    min-height: 142px;
  }

  .point-section-card,
  .point-summary-card {
    padding: 20px;
    border-radius: 22px;
  }

  .point-summary-card dl {
    padding: 16px;
  }

  .admin-shell {
    width: calc(100% - 20px);
    margin: 18px auto 84px;
    border-radius: 18px;
  }

  .admin-main {
    padding: 16px;
  }

  .admin-top,
  .admin-table article {
    grid-template-columns: 1fr;
  }

  .admin-top {
    padding: 18px;
  }

  .admin-upload-panel,
  .admin-list-panel {
    padding: 18px;
  }

  .admin-table img {
    width: 92px;
    height: 92px;
  }

  .review-section {
    width: calc(100% - 22px);
    margin: 34px auto;
    padding: 36px 0 48px;
  }

  .review-head h2 {
    font-size: 32px;
  }

  .review-head > p:not(.eyebrow) {
    font-size: 14px;
  }

  .review-score-row {
    display: grid;
    grid-template-columns: 1fr;
    margin: 22px 0 24px;
  }

  .review-score-row span {
    min-width: 0;
  }

  .review-track {
    grid-auto-columns: minmax(290px, 84vw);
    gap: 14px;
    padding-inline: 16px;
  }

  .review-card {
    min-height: 300px;
    padding: 20px;
  }

  .review-profile {
    grid-template-columns: auto 1fr;
  }

  .review-profile b {
    grid-column: 1 / -1;
  }

  .office-pack {
    width: calc(100% - 28px);
    padding: 26px 16px;
  }

  .sample-box-wall {
    width: calc(100% - 22px);
    padding: 16px 12px;
    border-radius: 24px;
  }

  .sample-wall-copy {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .sample-wall-heading h2 {
    font-size: 27px;
    line-height: 1.15;
  }

  .sample-wall-heading > p:not(.eyebrow) {
    font-size: 14px;
  }

  .sample-feature-panel {
    display: none;
  }

  .sample-box-card {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: auto;
    padding: 10px;
    border-radius: 22px;
  }

  .sample-box-card img {
    height: auto;
    min-height: 0;
    max-height: 54vh;
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }

  .sample-box-card > span {
    min-height: 44px;
    padding: 6px 5px;
  }

  .sample-box-card > span strong {
    font-size: 10px;
  }

  .sample-box-card > span small {
    font-size: 8px;
  }

  .sample-order-panel {
    padding: 10px 4px 6px;
  }

  .sample-order-panel h3 {
    font-size: 25px;
  }

  .sample-actions {
    grid-template-columns: 1fr;
  }

  .sub-sample-grid {
    grid-template-columns: 1fr;
    max-height: 250px;
  }

  .preview-chip,
  .locked-chip {
    min-height: 30px;
    padding: 0 10px;
    font-size: 10px;
  }

  .office-preview {
    grid-template-columns: repeat(2, 1fr);
    overflow-x: visible;
  }

  .mini-sticker {
    min-height: 150px;
  }

  .detail-art {
    min-height: 430px;
  }

  .detail-layout {
    padding-top: 16px;
  }

  .plan-card.featured {
    transform: none;
  }

  .order-box {
    grid-template-columns: 76px 1fr;
  }

  .order-box b {
    grid-column: 2;
  }

  .bottom-tabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 68px;
    padding: 6px 8px 8px;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(16px);
  }

  .bottom-tabs button {
    display: grid;
    place-items: center;
    gap: 2px;
    color: var(--muted);
    background: transparent;
    border: 0;
    font-size: 10px;
    font-weight: 900;
  }

  .bottom-tabs b {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    font-size: 17px;
  }

  .bottom-tabs button:nth-child(3) b {
    color: #fff;
    background: var(--gradient);
    border-radius: 50%;
  }

  .bottom-tabs .active {
    color: var(--purple);
  }
}

/* Temporary recovery layout for the current MYCON sample/admin shell. */
.mycon-site {
  min-height: 100vh;
  background: linear-gradient(180deg, #fff7ff 0%, #f7efff 42%, #fff 100%);
}

.top-promo {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 8px 64px;
  color: #17121f;
  background: #ffd329;
  text-align: center;
}

.top-promo strong {
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
}

.top-promo span {
  font-size: 12px;
  font-weight: 900;
}

.top-promo button {
  position: absolute;
  right: 42px;
  top: 50%;
  width: 34px;
  height: 34px;
  color: #111;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 950;
}

.mycon-site .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 0 clamp(24px, 5vw, 92px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(229, 219, 246, 0.64);
  backdrop-filter: blur(14px);
}

.mycon-site .brand,
.mycon-site .site-header nav button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  color: #211a2d;
  background: #fff;
  border: 1px solid #e4d8f5;
  border-radius: 999px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(83, 61, 123, 0.08);
}

.mycon-site .brand {
  gap: 12px;
  border: 0;
  box-shadow: none;
}

.mycon-site .brand-mark {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: linear-gradient(135deg, #ff72c6, #7f5cff);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(127, 92, 255, 0.22);
}

.mycon-site .brand-mark::after {
  width: 16px;
  height: 16px;
  content: "";
  border: 4px solid #fff;
  border-radius: 50%;
}

.mycon-site .brand strong {
  font-size: 24px;
  letter-spacing: 0;
}

.mycon-site .site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}

.mycon-site .site-header nav button {
  min-height: auto;
  padding: 0;
  color: #191421;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mycon-site .site-header nav button.active {
  color: #9d62ff;
  text-decoration: underline;
  text-underline-offset: 11px;
}

.mycon-site .right-nav {
  margin-left: 24px;
}

.mycon-site .page-wrap {
  max-width: none;
  margin: 0;
  padding: 0 0 80px;
}

.mycon-site .hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
  min-height: auto;
  padding: 70px 0 46px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.84), transparent 34%),
    linear-gradient(180deg, #f4e5fb 0%, #f1dffc 100%);
}

.mycon-site .hero-copy {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
  text-align: center;
}

.mycon-site .hero-copy h1 {
  max-width: 980px;
  margin: 0;
  color: #15111e;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.12;
  letter-spacing: 0;
}

.mycon-site .hero-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #7f748d;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.55;
}

.mycon-site .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.mycon-site .btn {
  min-width: 180px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 950;
}

.mycon-site .hero-card-rail {
  display: flex;
  gap: clamp(22px, 3vw, 42px);
  width: 100%;
  padding: 22px 0 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mycon-site .hero-card-rail::-webkit-scrollbar {
  display: none;
}

.mycon-site .hero-sample-card {
  flex: 0 0 clamp(260px, 18vw, 330px);
  display: block;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 22px;
  scroll-snap-align: center;
  box-shadow: 0 18px 58px rgba(83, 61, 123, 0.18);
}

.mycon-site .hero-sample-card:first-child {
  margin-left: -70px;
}

.mycon-site .hero-sample-card:last-child {
  margin-right: -70px;
}

.mycon-site .hero-sample-card img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 15.5;
  object-fit: cover;
  border-radius: 22px;
}

.login-nudge {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 18px;
  align-items: center;
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #e5d7ff;
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(83, 61, 123, 0.11);
}

.login-nudge div {
  display: grid;
  gap: 4px;
  text-align: center;
}

.login-nudge strong {
  color: #282133;
  font-size: 14px;
  font-weight: 950;
}

.login-nudge span {
  color: #8d8398;
  font-size: 12px;
  font-weight: 850;
}

.login-nudge button {
  min-height: 44px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #eadffc;
  border-radius: 14px;
  font-weight: 950;
}

.login-nudge a {
  color: #8c61ff;
  font-size: 14px;
  font-weight: 950;
}

.category-pills {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  width: min(1100px, calc(100% - 44px));
  margin: 0 auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e5d7ff;
  border-radius: 999px;
}

.category-pills button {
  min-height: 42px;
  color: #7656e8;
  background: #f2ecff;
  border: 1px solid #ded1ff;
  border-radius: 999px;
  font-weight: 950;
}

.category-pills b {
  margin-right: 14px;
  color: #ff5ab1;
}

.mycon-site .sample-box-wall {
  padding: 42px 0 72px;
}

.mycon-site .sample-wall-copy {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.mycon-site .sample-wall-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.mycon-site .sample-box-card {
  max-width: 100%;
  min-height: auto;
  margin-bottom: 34px;
}

.mycon-site .sample-visual img,
.mycon-site .sample-box-card img {
  height: auto;
  max-height: 620px;
  object-fit: contain;
}

.mycon-site .admin-shell {
  padding-top: 28px;
}

@media (max-width: 900px) {
  .top-promo {
    min-height: 54px;
    padding: 8px 44px;
  }

  .top-promo strong {
    font-size: 15px;
  }

  .mycon-site .site-header {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 18px;
  }

  .mycon-site .site-header nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .mycon-site .right-nav {
    width: auto;
    margin-left: 0;
  }

  .mycon-site .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .mycon-site .hero-card-rail {
    grid-template-columns: 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mycon-site .hero-sample-card:first-child,
  .mycon-site .hero-sample-card:last-child {
    margin: 0;
  }

  .login-nudge {
    grid-template-columns: 1fr;
  }

  .category-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }
}

