:root {
  --clean-bg: #ffffff;
  --clean-surface: #ffffff;
  --clean-soft: #f7f7f5;
  --clean-line: #e8e5df;
  --clean-ink: #202020;
  --clean-muted: #6d6a64;
  --clean-light: #9a968f;
  --clean-primary: #665f55;
  --clean-primary-strong: #2f2d2a;
  --clean-radius: 12px;
  --clean-shadow: 0 14px 38px rgba(40, 36, 30, 0.06);
}

body.nara-body {
  background: var(--clean-bg);
  color: var(--clean-ink);
}

.mobile-app {
  background: var(--clean-bg) !important;
}

.soft-header,
.shop-header {
  border-bottom: 1px solid var(--clean-line) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
}

.brand-mark,
.shop-brand__mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 40px !important;
  height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--clean-primary-strong) !important;
  color: #fff !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-indent: 0.12em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

.soft-header__brand,
.shop-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.soft-header__brand::after,
.shop-brand::after {
  content: "𝐒𝐞𝐜𝐫𝐞𝐭-𝐁𝐥𝐨𝐨𝐦" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 1 178px !important;
  width: min(178px, 48vw) !important;
  height: 36px !important;
  color: #111 !important;
  background: none !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.shop-brand__text,
.soft-header__brand .brand-title {
  display: none !important;
}

.brand-title {
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  max-width: 18ch !important;
}

.brand-title,
.shop-brand__text,
.shop-hero__title,
.section-heading__title,
.panel-card__title,
.shop-section__head h2 {
  color: var(--clean-ink) !important;
  letter-spacing: 0 !important;
}

.shop-hero__title {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.24 !important;
}

.shop-hero__subtitle,
.shop-hero__desc,
.section-heading__desc,
.panel-card__subtitle,
.empty-card__desc,
.field__label,
.shop-service-row span {
  color: var(--clean-muted) !important;
}

.shop-kicker,
.shop-section__eyebrow,
.section-heading__eyebrow {
  color: var(--clean-primary) !important;
  letter-spacing: 0 !important;
}

.panel-card,
.glass-card,
.info-box,
.invite-card,
.empty-card,
.order-summary-card,
.member-card,
.reward-card,
.level-item,
.payment-proof-card,
.order-card,
.shop-service-row article,
.shop-product-card__image,
.clean-text-panel,
.nara-shop-body .shop-hero__content,
.clean-product-visual {
  border: 1px solid var(--clean-line) !important;
  border-radius: var(--clean-radius) !important;
  background: var(--clean-surface) !important;
  box-shadow: none !important;
}

.panel-card::after,
.panel-card--hero::after,
.panel-card--profile::after,
.panel-card--soft::after,
.product-overview::after,
.product-copy-block::before {
  display: none !important;
}

.primary-button,
.secondary-button,
.ghost-button,
.shop-primary-btn,
.shop-secondary-btn,
.copy-button,
.checkout-submitbar__button {
  min-height: 36px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  padding: 0 14px !important;
}

.primary-button,
.shop-primary-btn,
.checkout-submitbar__button {
  background: var(--clean-primary-strong) !important;
  color: #fff !important;
}

.secondary-button,
.ghost-button,
.shop-secondary-btn,
.copy-button {
  border: 1px solid var(--clean-line) !important;
  background: #fff !important;
  color: var(--clean-ink) !important;
}

.input-control,
.select-control,
.textarea-control,
.input,
.textarea {
  border: 1px solid var(--clean-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--clean-ink) !important;
  box-shadow: none !important;
}

.clean-product-visual {
  overflow: hidden;
}

.clean-product-visual__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.clean-product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  background: #fff;
}

.clean-product-gallery__item {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--clean-line);
  border-radius: 8px;
}

.clean-product-gallery__item.is-active {
  border-color: var(--clean-line);
  box-shadow: none;
}

.clean-product-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-top: 2px;
  padding: 0;
}

.product-detail-gallery__item {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--clean-line);
  border-radius: 8px;
}

.product-detail-gallery__item.is-active {
  border-color: var(--clean-primary-strong);
}

.product-detail-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-copy {
  display: grid;
  gap: 8px;
}

.product-detail-image-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.product-detail-image-list img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--clean-line);
}

.clean-text-panel {
  padding: 18px 20px;
  color: var(--clean-muted);
  font-size: 13px;
  line-height: 1.72;
}

.clean-text-panel p {
  margin: 0 0 10px;
}

.clean-text-panel ul {
  margin: 10px 0 0;
  padding-left: 19px;
}

.clean-text-panel li {
  margin: 5px 0;
}

.service-terms-section {
  margin-top: 20px !important;
}

.service-terms-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 18px;
}

.service-terms-divider::before,
.service-terms-divider::after {
  content: "";
  height: 1px;
  flex: 1 1 0;
  background: linear-gradient(90deg, transparent, rgba(47, 45, 42, 0.18));
}

.service-terms-divider::after {
  background: linear-gradient(90deg, rgba(47, 45, 42, 0.18), transparent);
}

.service-terms-divider span {
  width: 42px;
  height: 10px;
  margin: 0 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 50%, #2f2d2a 0 3px, transparent 3.5px),
    radial-gradient(circle at 50% 50%, #d98469 0 3px, transparent 3.5px),
    radial-gradient(circle at 80% 50%, #f0c7b4 0 3px, transparent 3.5px);
}

.service-terms-card {
  overflow: hidden;
  border: 1px solid var(--clean-line);
  border-radius: 8px;
  background: #fff;
}

.service-terms-card__summary {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 16px 54px;
  cursor: pointer;
  list-style: none;
}

.service-terms-card__summary::-webkit-details-marker {
  display: none;
}

.service-terms-card__icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--clean-primary-strong);
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-6 0v4'/%3E%3Cpath d='M5 9h14l-1 11H6L5 9Z'/%3E%3Cpath d='M9 13h6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9V5a3 3 0 0 0-6 0v4'/%3E%3Cpath d='M5 9h14l-1 11H6L5 9Z'/%3E%3Cpath d='M9 13h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.service-terms-card__head {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.service-terms-card__head strong {
  color: var(--clean-ink);
  font-size: 17px;
  line-height: 1.25;
}

.service-terms-card__head span {
  display: -webkit-box;
  overflow: hidden;
  color: var(--clean-ink);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.service-terms-card[open] .service-terms-card__head span {
  -webkit-line-clamp: 2;
}

.service-terms-card__toggle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-top: 1px solid var(--clean-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), #fff);
  color: var(--clean-primary-strong);
  font-size: 13px;
  font-weight: 800;
}

.service-terms-card__content {
  padding: 0 16px 18px 56px;
  color: var(--clean-muted);
  font-size: 13px;
  line-height: 1.72;
}

.service-terms-card__content p {
  margin: 0 0 12px;
}

.home-faq-section {
  margin-top: 12px !important;
}

.home-faq-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 18px;
}

.home-faq-divider::before,
.home-faq-divider::after {
  content: "";
  height: 1px;
  flex: 1 1 0;
  background: linear-gradient(90deg, transparent, rgba(47, 45, 42, 0.18));
}

.home-faq-divider::after {
  background: linear-gradient(90deg, rgba(47, 45, 42, 0.18), transparent);
}

.home-faq-divider span {
  width: 42px;
  height: 10px;
  margin: 0 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 50%, #2f2d2a 0 3px, transparent 3.5px),
    radial-gradient(circle at 50% 50%, #d98469 0 3px, transparent 3.5px),
    radial-gradient(circle at 80% 50%, #f0c7b4 0 3px, transparent 3.5px);
}

.home-faq-title {
  margin: 0 0 12px;
  color: var(--clean-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.home-faq-list {
  overflow: hidden;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f4f4f4;
}

.home-faq-item {
  border-bottom: 1px solid rgba(47, 45, 42, 0.08);
}

.home-faq-item:last-child,
.home-faq-item[open] {
  border-bottom: 0;
}

.home-faq-item[open] {
  margin: 0 -12px 10px;
  padding: 0 12px;
  border: 1px solid var(--clean-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(40, 36, 30, 0.08);
}

.home-faq-item__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 11px 0;
  color: var(--clean-muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  list-style: none;
}

.home-faq-item__summary::-webkit-details-marker {
  display: none;
}

.home-faq-item__chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid #767676;
  border-bottom: 2px solid #767676;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.home-faq-item[open] .home-faq-item__chevron {
  transform: rotate(225deg);
}

.home-faq-item__body {
  padding: 0 0 14px;
  color: var(--clean-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.home-faq-item__body p {
  margin: 0;
}

.home-faq-item__images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.home-faq-item__images img {
  display: block;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  object-fit: cover;
  border: 1px solid var(--clean-line);
  border-radius: 8px;
  background: #fff;
}

.nara-messenger-cta {
  position: fixed;
  top: calc(30px + env(safe-area-inset-top));
  right: max(18px, calc((100vw - 960px) / 2 + 18px));
  bottom: auto;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px 0 9px;
  border: 0;
  border-radius: 999px;
  background: #1877F2;
  color: #fff;
  box-shadow: 0 8px 18px rgba(24, 119, 242, 0.22);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.nara-messenger-cta__icon {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  flex: 0 0 27px;
  margin-left: -2px;
  border-radius: 999px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.28));
}

.nara-messenger-cta__icon svg,
.nara-messenger-cta__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.messenger-logo-img {
  display: block;
}

.nara-body .soft-header,
.nara-shop-body .shop-header__inner {
  min-height: 60px !important;
  align-items: center !important;
}

.nara-body .soft-header__brand,
.nara-shop-body .shop-brand {
  width: calc(100% - 132px) !important;
  max-width: calc(100% - 132px) !important;
  min-height: 38px !important;
  overflow: hidden !important;
}

.nara-body .soft-header__brand::after,
.nara-shop-body .shop-brand::after {
  content: "NARA" !important;
  width: 176px !important;
  max-width: 100% !important;
  height: 38px !important;
  flex: 0 0 176px !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  color: #111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.nara-messenger-cta {
  width: 112px !important;
  height: 38px !important;
  min-height: 38px !important;
  justify-content: center !important;
}

@media (max-width: 640px) {
  .nara-messenger-cta {
    top: calc(30px + env(safe-area-inset-top));
    right: 14px;
    bottom: auto;
    width: 112px !important;
    height: 36px;
    min-height: 36px;
    padding-inline: 8px 12px;
    font-size: 12px;
  }

  .nara-messenger-cta__icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }
}

.product-switch-section {
  margin-top: 12px !important;
}

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

.product-switch-track {
  display: contents;
}

.product-switch-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 8px;
  border: 1px solid rgba(47, 45, 42, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--clean-ink);
  text-align: left;
  cursor: pointer;
}

.product-switch-card.is-active {
  border-color: rgba(17, 24, 39, 0.42);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.product-switch-card img,
.product-switch-card__empty {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 7px;
  background: rgba(17, 24, 39, 0.06);
  object-fit: cover;
}

.product-switch-card__empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--clean-muted);
  font-size: 12px;
  font-weight: 700;
}

.product-switch-card__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.product-switch-card__body strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--clean-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-switch-card__body span {
  color: var(--clean-primary);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .product-switch-section {
    display: block !important;
    margin-top: 10px !important;
    padding-inline: 22px !important;
  }

  .product-switch-section .shop-section__head {
    margin-bottom: 8px !important;
  }

  .product-switch-section .shop-section__head h2 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .product-switch-list {
    display: block !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    padding: 2px 0 10px !important;
    scrollbar-width: none !important;
  }

  .product-switch-list::-webkit-scrollbar {
    display: none !important;
  }

  .product-switch-track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(168px, 180px) !important;
    grid-template-columns: none !important;
    gap: 10px !important;
    width: max-content !important;
    min-width: 100% !important;
    transform: translateX(0);
    will-change: transform;
  }

  .product-switch-track.is-moving {
    transition: transform 8200ms linear;
  }

  .product-switch-card {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 82px !important;
    padding: 8px !important;
    scroll-snap-align: start !important;
  }

  .product-switch-card img,
  .product-switch-card__empty {
    width: 58px !important;
    height: 58px !important;
  }

  .product-switch-card__body {
    min-width: 0 !important;
    gap: 4px !important;
  }

  .product-switch-card__body strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .product-switch-card__body span {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-switch-track.is-moving {
    transition: none !important;
  }
}

.product-switch-list {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
}

.nara-shop-body .product-detail-gallery {
  display: none !important;
}

.nara-shop-body .shop-hero {
  gap: 14px !important;
  padding-bottom: 2px !important;
}

.nara-shop-body .shop-hero__content {
  gap: 8px !important;
  justify-content: flex-start !important;
  padding: 18px 20px !important;
}

.nara-shop-body .shop-kicker {
  font-size: 11px !important;
  line-height: 1.2 !important;
}

.nara-shop-body .shop-hero__subtitle,
.nara-shop-body .shop-hero__desc {
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.nara-shop-body .shop-price-row {
  margin-top: 0 !important;
}

.nara-shop-body .shop-price {
  font-size: 28px !important;
  line-height: 1.1 !important;
}

.nara-shop-body .shop-hero__actions {
  margin-top: 2px !important;
  gap: 8px !important;
}

.nara-shop-body .shop-primary-btn,
.nara-shop-body .shop-secondary-btn {
  min-height: 36px !important;
  padding: 0 14px !important;
  font-size: 12px !important;
}

.nara-shop-body .clean-copy-section {
  margin-top: 8px !important;
}

.nara-shop-body .shop-section__head {
  margin-bottom: 8px !important;
}

.nara-shop-body .shop-section__head h2 {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 550 !important;
  line-height: 1.25 !important;
}

.nara-shop-body .clean-text-panel {
  border-radius: 10px !important;
}

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

.nara-trust-grid article {
  display: grid;
  gap: 7px;
  min-height: 116px;
  border: 1px solid var(--clean-line);
  border-radius: 8px;
  padding: 15px;
  background: var(--clean-surface);
}

.nara-trust-grid strong {
  color: var(--clean-ink);
  font-size: 14px;
  line-height: 1.35;
}

.nara-trust-grid span {
  color: var(--clean-muted);
  font-size: 12px;
  line-height: 1.55;
}

.nara-order-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--clean-line);
  border-radius: 8px;
  padding: 18px;
  background: var(--clean-soft);
}

.nara-order-panel h2 {
  margin: 4px 0 8px;
  color: var(--clean-ink);
  font-size: 20px;
  line-height: 1.3;
}

.nara-order-panel p {
  margin: 0;
  max-width: 680px;
  color: var(--clean-muted);
  font-size: 13px;
  line-height: 1.65;
}

.nara-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

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

.campaign-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--clean-line);
  border-radius: 10px;
  background: #fff;
}

.campaign-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #fff;
}

.campaign-card__body {
  display: grid;
  gap: 9px;
  padding: 14px;
}

.campaign-card__badge {
  justify-self: flex-start;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--clean-soft);
  color: var(--clean-primary-strong);
  font-size: 11px;
  font-weight: 800;
}

.campaign-card h2 {
  margin: 0;
  color: var(--clean-ink);
  font-size: 18px;
  line-height: 1.3;
}

.campaign-card p {
  margin: 0;
  color: var(--clean-muted);
  font-size: 13px;
  line-height: 1.6;
}

.campaign-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--clean-muted);
  font-size: 12px;
}

.campaign-card__meta strong {
  color: var(--clean-ink);
  font-size: 16px;
}

.campaign-card__button {
  margin-top: 2px;
}

.campaign-card--activity {
  overflow: visible;
}

.campaign-card--activity .campaign-card__body {
  gap: 10px;
}

.campaign-card--activity .campaign-card__badge {
  background: #f4f0ea;
  color: #4b4038;
}

.campaign-card--activity.is-joined {
  background: #faf8f4;
}

.campaign-card--activity.is-joined .campaign-card__badge {
  background: #2f2d2a;
  color: #fff;
}

.campaign-card__joined {
  padding: 9px 10px;
  border-radius: 8px;
  background: #f4f0ea;
  color: #2f2d2a !important;
  font-weight: 700;
}

.shop-mini-stats span {
  display: none !important;
}

.shop-price,
.price-stack__sale,
.checkout-submitbar__price,
.product-summary__price,
.order-summary-card__price {
  color: var(--clean-ink) !important;
}

.bottom-tabs,
.checkout-submitbar {
  border-color: var(--clean-line) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
}

.bottom-tabs__link.is-active {
  color: var(--clean-primary-strong) !important;
}

.shop-topline,
.shop-nav,
.shop-icon-btn,
.shop-topline__links a,
.shop-section__head a {
  color: var(--clean-muted) !important;
}

.shop-nav__link::after {
  background: var(--clean-primary-strong) !important;
}

.share-platforms {
  display: none !important;
}

.nara-body {
  min-height: 100vh;
  background: #fff !important;
}

.nara-body .mobile-app {
  width: min(100%, 960px);
  min-height: 100vh;
  padding: 18px 18px calc(104px + env(safe-area-inset-bottom)) !important;
}

.soft-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: -18px -18px 18px !important;
  padding: 14px 18px !important;
}

.soft-header__brand {
  display: flex !important;
  min-width: 0;
  align-items: center;
  gap: 10px !important;
}

.brand-mark {
  flex: 0 0 auto;
  width: 40px !important;
  height: 34px !important;
  border-radius: 8px !important;
  font-size: 10px !important;
}

.brand-title {
  margin: 0 !important;
  overflow: hidden;
  font-size: 18px !important;
  line-height: 1.25 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.soft-header__action,
.soft-header__back {
  min-height: 36px !important;
  min-width: 0 !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 9px !important;
  padding: 0 12px !important;
  background: #fff !important;
  color: var(--clean-ink) !important;
  box-shadow: none !important;
  font-size: 13px !important;
}

.page-section {
  margin-top: 14px !important;
}

.panel-card {
  padding: 16px !important;
}

.panel-card + .panel-card,
.page-section + .page-section {
  margin-top: 12px !important;
}

.section-heading {
  margin-bottom: 14px !important;
}

.section-heading__title,
.panel-card__title {
  font-size: 18px !important;
  line-height: 1.32 !important;
}

.section-heading__desc,
.panel-card__subtitle {
  margin-top: 6px !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.auth-grid,
.stack-grid,
.order-list,
.member-list,
.reward-list,
.level-list,
.order-detail-layout,
.product-summary,
.delivery-list,
.summary-list,
.detail-grid {
  display: grid;
  gap: 12px !important;
}

.field-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.button-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
}

.button-row > *,
.card-actions > *,
.primary-button,
.secondary-button,
.ghost-button {
  min-height: 36px !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.input-control,
.select-control,
.textarea-control {
  min-height: 44px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
}

.textarea-control {
  min-height: 92px !important;
}

.product-summary__row,
.order-summary-card__body,
.order-detail-item {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
}

.product-summary__thumb,
.order-summary-card__thumb,
.order-detail-item__thumb {
  width: 68px !important;
  height: 68px !important;
  border-radius: 9px !important;
  border: 1px solid var(--clean-line);
  object-fit: cover;
  box-shadow: none !important;
}

.product-summary__name,
.order-summary-card__name,
.order-detail-item__name {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.product-summary {
  gap: 10px !important;
}

.product-summary__meta {
  margin-top: 2px !important;
  color: var(--clean-muted) !important;
  font-size: 12px !important;
}

.product-summary__price {
  margin-top: 5px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.qty-control,
.delivery-option,
.summary-row,
.address-note,
.payment-copy-item,
.detail-line,
.level-item {
  border: 1px solid var(--clean-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.qty-control__button,
.qty-control__value {
  border-color: var(--clean-line) !important;
  background: #fff !important;
  color: var(--clean-ink) !important;
  box-shadow: none !important;
}

.qty-control {
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.qty-control__button,
.qty-control__value {
  min-height: 38px !important;
  border-radius: 9px !important;
  font-size: 14px !important;
}

.qty-control__value {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.delivery-option__label input,
input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--clean-primary-strong) !important;
}

.delivery-option__price,
.summary-row strong {
  color: var(--clean-ink) !important;
}

.delivery-option.is-active {
  border-color: var(--clean-primary-strong) !important;
  background: var(--clean-soft) !important;
}

.pickup-info-card {
  border-color: #f2dfb8 !important;
  background: #fffaf0 !important;
}

.pickup-info-card__head {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.pickup-info-card__check {
  display: inline-flex !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #f2a93b !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.pickup-info-card__title {
  margin: 0 !important;
  color: var(--clean-ink) !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.pickup-info-card__desc {
  margin: 6px 0 0 !important;
  color: #6f4b11 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.pickup-contact-fields {
  margin-top: 14px !important;
}

#deliveryAddressSection {
  gap: 10px !important;
}

#deliveryAddressSection .section-heading {
  margin-bottom: 4px !important;
}

#deliveryAddressSection .section-heading__desc {
  display: none !important;
}

#deliveryAddressSection .field {
  gap: 4px !important;
}

#deliveryAddressSection .field-row {
  gap: 8px !important;
}

#deliveryAddressSection .field__label {
  font-size: 12px !important;
  line-height: 1.25 !important;
}

#deliveryAddressSection .input-control,
#deliveryAddressSection .select-control {
  min-height: 38px !important;
  padding: 7px 10px !important;
  border-radius: 9px !important;
  font-size: 13px !important;
}

#deliveryAddressSection .textarea-control {
  min-height: 66px !important;
  padding: 9px 10px !important;
  border-radius: 9px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

#deliveryAddressSection #buyerMessage {
  min-height: 58px !important;
}

#deliveryAddressSection .address-note {
  padding: 10px 12px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.address-note {
  padding: 16px !important;
  background: #fff !important;
}

.address-note__title {
  color: var(--clean-ink) !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.address-note__desc,
.payment-card__notice {
  color: var(--clean-muted) !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

.summary-row {
  padding: 12px !important;
}

.summary-row--total {
  background: var(--clean-soft) !important;
}

.info-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.info-box {
  min-height: 86px !important;
  padding: 14px !important;
}

.info-box__label {
  color: var(--clean-muted) !important;
  font-size: 12px !important;
}

.info-box__value {
  margin-top: 8px !important;
  color: var(--clean-ink) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.invite-card,
.empty-card,
.order-summary-card,
.order-card,
.member-card,
.reward-card,
.payment-proof-card {
  padding: 14px !important;
}

.invite-link {
  border: 1px solid var(--clean-line) !important;
  border-radius: 10px !important;
  background: var(--clean-soft) !important;
  color: var(--clean-ink) !important;
  word-break: break-word;
}

.profile-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
}

.profile-avatar {
  width: 42px !important;
  height: 42px !important;
  border-radius: 9px !important;
  background: var(--clean-primary-strong) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.profile-card__header {
  display: flex !important;
  min-width: 0;
  align-items: center;
  gap: 10px !important;
}

.profile-meta {
  display: grid !important;
  gap: 2px !important;
  min-width: 0;
}

.profile-meta__eyebrow {
  font-size: 11px !important;
  line-height: 1.25 !important;
}

.profile-meta__name {
  color: var(--clean-ink) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.profile-meta__account {
  color: var(--clean-muted) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.profile-meta__name,
.profile-meta__account {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#profileSection.panel-card {
  padding: 14px !important;
}

#logoutBtn {
  width: auto !important;
  min-width: 72px !important;
  min-height: 32px !important;
  flex: 0 0 auto !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

.invite-link {
  min-height: 0 !important;
  padding: 10px 12px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.empty-card__title {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.empty-card__desc {
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.modal-backdrop {
  background: rgba(20, 20, 20, 0.28) !important;
}

.modal-panel {
  border: 1px solid var(--clean-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.modal-panel__close {
  border-radius: 9px !important;
  background: var(--clean-soft) !important;
  color: var(--clean-ink) !important;
}

.checkout-submitbar {
  gap: 12px !important;
  margin: 0 -18px -18px !important;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom)) !important;
}

.checkout-submitbar--inline {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 2px 0 0 !important;
  padding: 10px 12px !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 10px !important;
  background: var(--clean-soft) !important;
}

.checkout-submitbar--inline .checkout-submitbar__label {
  font-size: 11px !important;
}

.checkout-submitbar--inline .checkout-submitbar__button {
  min-width: 116px !important;
  min-height: 36px !important;
  flex: 0 0 auto !important;
  padding: 0 14px !important;
}

.checkout-submitbar__price {
  font-size: 20px !important;
}

.bottom-tabs {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
  border-radius: 0 !important;
  z-index: 60 !important;
  padding: 8px 12px calc(8px + env(safe-area-inset-bottom)) !important;
}

.bottom-tabs__link {
  position: relative !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  min-height: 38px !important;
  min-width: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  color: var(--clean-muted) !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.bottom-tabs__link::before {
  content: "" !important;
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 auto !important;
  background-color: currentColor !important;
  -webkit-mask: var(--bottom-tab-icon) center / contain no-repeat !important;
  mask: var(--bottom-tab-icon) center / contain no-repeat !important;
}

.bottom-tabs__link:nth-child(1) {
  --bottom-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 10.5 9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M9 20v-6h6v6'/%3E%3C/svg%3E");
}

.bottom-tabs__link:nth-child(2) {
  --bottom-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='7' height='7' x='3' y='3' rx='1'/%3E%3Crect width='7' height='7' x='14' y='3' rx='1'/%3E%3Crect width='7' height='7' x='3' y='14' rx='1'/%3E%3Crect width='7' height='7' x='14' y='14' rx='1'/%3E%3C/svg%3E");
}

.bottom-tabs__link:nth-child(3) {
  --bottom-tab-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21a7 7 0 0 0-14 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.bottom-tabs__link.is-active {
  background: transparent !important;
  color: var(--clean-primary-strong) !important;
}

.bottom-tabs__link.has-unread-campaign::after {
  content: attr(data-unread-count);
  position: absolute;
  top: 3px;
  right: max(18px, calc(50% - 28px));
  display: inline-grid;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.28);
}

.nara-campaign-notify {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: end center;
  padding: 18px 16px calc(90px + env(safe-area-inset-bottom));
}

.nara-campaign-notify.hidden {
  display: none !important;
}

.nara-campaign-notify__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.22);
}

.nara-campaign-notify__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.18);
}

.nara-campaign-notify__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  cursor: pointer;
}

.nara-campaign-notify__eyebrow {
  margin-bottom: 7px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nara-campaign-notify h2 {
  margin: 0;
  padding-right: 34px;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.nara-campaign-notify p {
  margin: 9px 0 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.55;
}

.nara-campaign-notify__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.nara-campaign-notify__button {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.nara-campaign-notify__button--primary {
  background: #111827;
  color: #fff;
}

.nara-campaign-notify__button--messenger {
  background: #1877f2;
  color: #fff;
}

.hidden {
  display: none !important;
}

.team-center-layout {
  display: grid;
  gap: 12px;
}

.team-link-card,
.team-metric-card,
.direct-invite-panel {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.team-link-card,
.team-metric-card {
  padding: 14px;
}

.team-card-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(17, 24, 39, 0.58);
  font-size: 12px;
  font-weight: 700;
}

.team-link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.team-link-input,
.team-withdraw-form input {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font: inherit;
}

.team-link-input {
  height: 38px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-small-button,
.team-withdraw-button {
  border: 0;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.team-small-button {
  height: 38px;
  padding: 0 14px;
}

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

.team-metric-card strong {
  display: block;
  color: #111827;
  font-size: 22px;
  line-height: 1.15;
}

.team-withdraw-button {
  width: 100%;
  height: 36px;
  margin-top: 10px;
}

.team-withdraw-form {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
}

.team-withdraw-form label {
  display: grid;
  gap: 5px;
  color: #374151;
  font-size: 13px;
  font-weight: 700;
}

.team-withdraw-form input {
  height: 40px;
  padding: 0 11px;
  font-weight: 600;
}

.team-withdraw-form .primary-button {
  width: 100%;
}

.team-withdraw-note {
  margin: -2px 0 0;
  color: rgba(17, 24, 39, 0.58);
  font-size: 12px;
  line-height: 1.5;
}

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

.team-withdraw-balance-grid div {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.team-withdraw-balance-grid span,
.team-withdraw-record__grid b {
  display: block;
  color: rgba(17, 24, 39, 0.54);
  font-size: 11px;
  font-weight: 600;
}

.team-withdraw-balance-grid strong {
  display: block;
  margin-top: 3px;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.team-amount-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.team-withdraw-records {
  display: grid;
  gap: 10px;
}

.section-heading--compact {
  margin: 0;
}

.section-heading--compact .section-heading__eyebrow {
  font-size: 11px;
}

.section-heading--compact .section-heading__title {
  font-size: 17px;
  line-height: 1.25;
}

.team-withdraw-record-list {
  display: grid;
  gap: 8px;
}

.team-withdraw-record {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.team-withdraw-record__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.team-withdraw-record__head strong {
  color: #111827;
  font-size: 18px;
  font-weight: 600;
}

.team-withdraw-record__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.team-withdraw-record__grid span {
  min-width: 0;
  color: #111827;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.team-withdraw-record p {
  margin: 0;
  color: rgba(17, 24, 39, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.team-withdraw-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.1);
  color: #1877f2;
  font-size: 11px;
  font-weight: 700;
}

.team-withdraw-status.is-approved {
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
}

.team-withdraw-status.is-transferred {
  background: rgba(17, 24, 39, 0.08);
  color: #111827;
}

.direct-invite-list {
  display: grid;
  gap: 8px;
}

.direct-invite-panel {
  padding: 0;
  overflow: hidden;
}

.direct-invite-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: #111827;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.direct-invite-panel summary::-webkit-details-marker {
  display: none;
}

.direct-invite-panel summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
  color: #111827;
  font-size: 16px;
  line-height: 1;
}

.direct-invite-panel[open] summary::after {
  content: "-";
}

.direct-invite-rows {
  display: grid;
  max-height: 220px;
  overflow-y: auto;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.direct-invite-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

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

.direct-invite-row strong,
.direct-invite-row span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.direct-invite-row strong {
  color: #111827;
  font-size: 13px;
}

.direct-invite-row span {
  color: rgba(17, 24, 39, 0.62);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 420px) {
  .team-metric-row {
    grid-template-columns: 1fr;
  }

  .team-withdraw-balance-grid,
  .team-withdraw-record__grid {
    grid-template-columns: 1fr;
  }

  .direct-invite-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }
}

.customer-chat-toggle,
[class*="customer-chat"] {
  --chat-accent: var(--clean-primary-strong);
}

.customer-chat-toggle {
  right: 18px !important;
  bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  width: 44px !important;
  height: 44px !important;
  box-shadow: none !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-toggle,
.nara-body:not(.nara-shop-body) .customer-chat-widget,
.nara-body:not(.nara-shop-body) [class*="customer-chat"] {
  display: none !important;
}

.order-detail-hero {
  gap: 14px !important;
}

.order-detail-hero__head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.order-detail-hero__label,
.payment-proof-card__label,
.detail-line__label {
  color: var(--clean-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.order-detail-hero__number {
  margin-top: 4px !important;
  color: var(--clean-ink) !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  word-break: break-word !important;
}

.order-detail-hero__next {
  margin: 0 !important;
  color: var(--clean-muted) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.status-chip {
  flex: 0 0 auto !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.status-chip.is-paid {
  color: #146c43 !important;
  background: #eef8f1 !important;
  border-color: #d5ebdd !important;
}

.status-chip.is-pending {
  color: #8a5a12 !important;
  background: #fff8eb !important;
  border-color: #f2dfb8 !important;
}

.payment-task-card,
.payment-proof-form {
  display: grid !important;
  gap: 12px !important;
}

.payment-alert {
  display: grid !important;
  gap: 4px !important;
  border: 1px solid #f2dfb8 !important;
  border-radius: 10px !important;
  padding: 12px !important;
  background: #fff8eb !important;
  color: #6f4b11 !important;
  box-shadow: none !important;
}

.payment-alert strong {
  color: #3f2c09 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.payment-alert span {
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.payment-bank-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.payment-copy-row {
  margin-top: 2px !important;
}

.payment-proof-card {
  display: grid !important;
  gap: 8px !important;
  background: #fff !important;
}

.payment-proof-card__preview {
  width: 100% !important;
  max-height: 360px !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 10px !important;
  object-fit: contain !important;
  background: #fff !important;
  box-shadow: none !important;
}

@media (min-width: 720px) {
  .mobile-app {
    max-width: 960px !important;
    margin: 0 auto !important;
    box-shadow: none !important;
  }

  .nara-shop-body .mobile-app {
    max-width: none !important;
  }

  .bottom-tabs {
    display: none !important;
  }
}

@media (max-width: 719px) {
  .shop-hero__title {
    font-size: 30px !important;
  }

  .panel-card,
  .checkout-summary {
    padding: 18px !important;
  }

  .nara-body .mobile-app {
    padding: 14px 14px calc(104px + env(safe-area-inset-bottom)) !important;
  }

  .soft-header {
    margin: -14px -14px 14px !important;
    padding: 12px 14px !important;
  }

  .brand-title {
    font-size: 16px !important;
  }

  .field-row,
  .info-grid {
    grid-template-columns: 1fr !important;
  }

  .button-row > *,
  .primary-button,
  .secondary-button,
  .ghost-button {
    flex: 1 1 0;
  }

  .button-row .primary-button,
  .button-row .secondary-button,
  .button-row .ghost-button {
    min-width: 0 !important;
  }

  .profile-card {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  #logoutBtn {
    flex: 0 0 auto !important;
  }

  .order-detail-hero__head,
  .payment-bank-grid {
    grid-template-columns: 1fr !important;
  }

  .order-detail-hero__head {
    display: grid !important;
  }

  .status-chip {
    justify-self: flex-start !important;
  }

  .checkout-submitbar {
    flex-direction: row !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .checkout-submitbar:not(.checkout-submitbar--inline) {
    position: sticky !important;
    bottom: 0 !important;
    margin: 0 -14px -14px !important;
  }

  .checkout-submitbar--inline {
    position: static !important;
    margin: 0 !important;
    padding: 9px 10px !important;
  }

  .checkout-submitbar__button {
    min-width: 116px !important;
    flex: 0 0 auto !important;
  }

  .customer-chat-toggle {
    right: 12px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }
}

html,
body,
body.nara-body,
.nara-body,
.mobile-app {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

body::before,
body::after {
  display: none !important;
}

.customer-chat-launcher {
  display: inline-flex !important;
  right: max(14px, calc((100vw - 960px) / 2 + 18px)) !important;
  bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--clean-primary-strong) !important;
  box-shadow: 0 8px 24px rgba(47, 45, 42, 0.08) !important;
}

.customer-chat-launcher__icon {
  width: 25px !important;
  height: 25px !important;
}

.customer-chat-launcher__halo {
  fill: transparent !important;
}

.customer-chat-launcher__badge {
  top: -7px !important;
  right: -7px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  border: 2px solid #fff !important;
  background: #e34d4d !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.nara-shop-body .customer-chat-launcher__badge,
.customer-chat-launcher__badge--hint {
  position: absolute !important;
  top: -6px !important;
  right: -6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 5px !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  background: #ff3b30 !important;
  color: #fff !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  box-shadow: 0 4px 10px rgba(255, 59, 48, 0.28) !important;
}

.nara-shop-body .customer-chat-launcher__badge.hidden.customer-chat-launcher__badge--hint,
.customer-chat-launcher__badge--hint.hidden {
  display: inline-flex !important;
}

.landing-body .customer-chat-launcher {
  bottom: calc(146px + env(safe-area-inset-bottom)) !important;
}

.payment-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.payment-file-picker {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-height: 46px !important;
  padding: 10px 12px !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--clean-text) !important;
  cursor: pointer !important;
}

.payment-file-picker span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  background: var(--clean-primary) !important;
  color: #fff !important;
  font-size: 13px !important;
}

.payment-file-picker strong {
  min-width: 0 !important;
  color: var(--clean-muted) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  overflow-wrap: anywhere !important;
  text-align: right !important;
}

.customer-chat-panel {
  display: grid !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(47, 45, 42, 0.14) !important;
}

.customer-chat-panel.hidden {
  display: none !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-launcher {
  display: inline-flex !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-launcher__icon {
  display: inline-flex !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-launcher__badge {
  display: inline-flex !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-launcher__badge.hidden {
  display: none !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-panel {
  display: grid !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-panel.hidden {
  display: none !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-panel__head,
.nara-body:not(.nara-shop-body) .customer-chat-panel__messages,
.nara-body:not(.nara-shop-body) .customer-chat-panel__form,
.nara-body:not(.nara-shop-body) .customer-chat-message,
.nara-body:not(.nara-shop-body) .customer-chat-message__bubble {
  display: revert !important;
}

.nara-body:not(.nara-shop-body) .customer-chat-panel__head,
.nara-body:not(.nara-shop-body) .customer-chat-panel__form {
  display: flex !important;
}

.customer-chat-panel__head,
.customer-chat-panel__form {
  border-color: var(--clean-line) !important;
}

.customer-chat-panel__head strong {
  color: var(--clean-ink) !important;
}

.customer-chat-panel__head span,
.customer-chat-message time {
  color: var(--clean-muted) !important;
}

.customer-chat-panel__close,
.customer-chat-message__bubble {
  border: 1px solid var(--clean-line) !important;
  background: var(--clean-soft) !important;
  color: var(--clean-ink) !important;
}

.customer-chat-message--user .customer-chat-message__bubble,
.customer-chat-panel__send {
  border: 0 !important;
  background: var(--clean-primary-strong) !important;
  color: #fff !important;
}

.customer-chat-panel__input {
  border: 1px solid var(--clean-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--clean-ink) !important;
}

.profile-avatar--cartoon {
  position: relative !important;
  overflow: hidden !important;
  width: 52px !important;
  height: 52px !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 14px !important;
  background: var(--avatar-bg, #f6d8c7) !important;
  color: var(--clean-ink) !important;
  box-shadow: none !important;
}

.profile-avatar__face {
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 33px;
  height: 35px;
  transform: translateX(-50%);
  border-radius: 42% 42% 46% 46%;
  background: var(--avatar-skin, #f4c9a6);
}

.profile-avatar__hair {
  position: absolute;
  left: 1px;
  right: 1px;
  top: -5px;
  height: 16px;
  border-radius: 16px 16px 10px 10px;
  background: var(--avatar-hair, #2f2d2a);
}

.profile-avatar__hair::before,
.profile-avatar__hair::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 8px;
  height: 12px;
  border-radius: 999px;
  background: var(--avatar-hair, #2f2d2a);
}

.profile-avatar__hair::before {
  left: 2px;
  transform: rotate(16deg);
}

.profile-avatar__hair::after {
  right: 2px;
  transform: rotate(-16deg);
}

.profile-avatar__eyes {
  position: absolute;
  left: 9px;
  top: 17px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #2f2d2a;
  box-shadow: 11px 0 0 #2f2d2a;
}

.profile-avatar__smile {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 10px;
  height: 5px;
  transform: translateX(-50%);
  border-bottom: 2px solid #9b5f57;
  border-radius: 0 0 999px 999px;
}

.cartoon-aurora {
  --avatar-bg: #f9d6dc;
  --avatar-skin: #f3bd9a;
  --avatar-hair: #2f2d2a;
}

.cartoon-mint {
  --avatar-bg: #dff2e7;
  --avatar-skin: #f1c49d;
  --avatar-hair: #394536;
}

.cartoon-sun {
  --avatar-bg: #ffe7b8;
  --avatar-skin: #d99568;
  --avatar-hair: #6b3c25;
}

.cartoon-lilac {
  --avatar-bg: #e9ddf7;
  --avatar-skin: #f2c1ae;
  --avatar-hair: #40324f;
}

.cartoon-sky {
  --avatar-bg: #d9eef8;
  --avatar-skin: #e8aa86;
  --avatar-hair: #233849;
}

.cartoon-rose {
  --avatar-bg: #f7d9d2;
  --avatar-skin: #f0bc97;
  --avatar-hair: #7a3033;
}

.cartoon-leaf {
  --avatar-bg: #e4edcf;
  --avatar-skin: #c88763;
  --avatar-hair: #263f2e;
}

.cartoon-peach {
  --avatar-bg: #ffe0ca;
  --avatar-skin: #f4c8a7;
  --avatar-hair: #8c4b30;
}

.cartoon-moon {
  --avatar-bg: #e6e8ee;
  --avatar-skin: #d6a07d;
  --avatar-hair: #272a33;
}

.cartoon-cocoa {
  --avatar-bg: #ead8c7;
  --avatar-skin: #b97955;
  --avatar-hair: #3a2520;
}

.cartoon-coral {
  --avatar-bg: #ffd8cf;
  --avatar-skin: #efac89;
  --avatar-hair: #bf5a4d;
}

.cartoon-plum {
  --avatar-bg: #e3d7e8;
  --avatar-skin: #b97864;
  --avatar-hair: #4b2c49;
}

@media (max-width: 719px) {
  .customer-chat-launcher {
    right: 14px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }
}

body.nara-body:not(.admin-shell) {
  padding-bottom: calc(66px + env(safe-area-inset-bottom)) !important;
}

body.nara-shop-body:not(.admin-shell) {
  padding-bottom: 0 !important;
}

.nara-body .mobile-app,
.nara-shop-body .shop-main {
  padding-bottom: calc(58px + env(safe-area-inset-bottom)) !important;
}

.nara-body .soft-header__action,
.nara-body .soft-header__back,
.nara-shop-body .shop-actions,
.nara-shop-body #topLoginBtn {
  display: none !important;
}

.nara-body .soft-header,
.nara-shop-body .shop-header__inner {
  grid-template-columns: 1fr !important;
  justify-content: flex-start !important;
}

.nara-body .bottom-tabs,
.nara-shop-body .bottom-tabs {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 120 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: calc(58px + env(safe-area-inset-bottom)) !important;
  margin: 0 !important;
  padding: 7px 12px calc(7px + env(safe-area-inset-bottom)) !important;
  transform: none !important;
  border: 0 !important;
  border-top: 1px solid var(--clean-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.nara-body .bottom-tabs__link,
.nara-shop-body .bottom-tabs__link {
  display: inline-flex !important;
  min-height: 44px !important;
  padding: 0 4px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--clean-muted) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

.nara-body .bottom-tabs__link::before,
.nara-shop-body .bottom-tabs__link::before {
  width: 20px !important;
  height: 20px !important;
}

.nara-body .bottom-tabs__link.is-active,
.nara-shop-body .bottom-tabs__link.is-active {
  color: var(--clean-primary-strong) !important;
  background: transparent !important;
}

@media (min-width: 720px) {
  .nara-body .bottom-tabs,
  .nara-shop-body .bottom-tabs {
    display: grid !important;
  }
}

.campaign-section {
  display: grid !important;
  gap: 16px !important;
}

.campaign-section--coupons {
  border-top: 2px solid var(--clean-line) !important;
}

.campaign-card__button + .campaign-card__button {
  margin-top: 8px !important;
}

.coupon-list {
  display: grid !important;
  gap: 10px !important;
}

.coupon-card {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 14px !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.coupon-card__eyebrow,
.coupon-card p {
  color: var(--clean-muted) !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.coupon-card h3 {
  margin: 3px 0 !important;
  color: var(--clean-ink) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

.coupon-card__status {
  flex: 0 0 auto !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: var(--clean-soft) !important;
  color: var(--clean-primary-strong) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.campaign-wheel-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 220 !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
}

.campaign-wheel-modal.hidden {
  display: none !important;
}

.campaign-wheel-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(46, 39, 36, 0.38) !important;
}

.campaign-wheel-dialog {
  position: relative !important;
  z-index: 1 !important;
  width: min(388px, 100%) !important;
  padding: 16px 16px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff 0%, #fffaf7 100%) !important;
  box-shadow: 0 18px 46px rgba(74, 55, 45, 0.18) !important;
}

.campaign-wheel-dialog__close {
  position: absolute !important;
  top: -14px !important;
  right: -14px !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 999px !important;
  background: rgba(108, 99, 94, 0.42) !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

.campaign-wheel-dialog__head {
  margin-bottom: 12px !important;
  text-align: center !important;
}

.campaign-wheel-dialog__head span {
  color: #6f635c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.campaign-wheel-dialog__head h2 {
  margin: 4px 0 0 !important;
  color: #2f2a27 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
}

.campaign-wheel {
  position: relative !important;
  width: min(308px, 74vw) !important;
  aspect-ratio: 1 !important;
  margin: 0 auto !important;
  display: grid !important;
  place-items: center !important;
  perspective: 900px !important;
  transform-style: preserve-3d !important;
}

.campaign-wheel__canvas {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  filter: drop-shadow(0 12px 18px rgba(148, 120, 104, 0.14)) !important;
  transform: rotateX(11deg) translateY(5px) !important;
  transform-origin: 50% 56% !important;
}

.campaign-wheel__pointer {
  position: absolute !important;
  top: -2px !important;
  left: 50% !important;
  z-index: 3 !important;
  width: 0 !important;
  height: 0 !important;
  transform: translateX(-50%) !important;
  border-right: 13px solid transparent !important;
  border-left: 13px solid transparent !important;
  border-top: 24px solid #8f7a70 !important;
  filter: drop-shadow(0 3px 3px rgba(118, 88, 74, 0.18)) !important;
  transform: translateX(-50%) translateZ(22px) !important;
}

.campaign-wheel__button {
  position: absolute !important;
  z-index: 4 !important;
  width: 74px !important;
  height: 74px !important;
  border: 4px solid #fffaf7 !important;
  border-radius: 50% !important;
  background: radial-gradient(circle at 35% 28%, #fffaf7, #d6c4ba 64%, #a88f80) !important;
  color: #4d413b !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 18px rgba(126, 97, 82, 0.14) !important;
  transform: translateZ(28px) !important;
}

.campaign-wheel__button:disabled {
  opacity: 0.75 !important;
}

.campaign-wheel::after {
  position: absolute !important;
  right: 12% !important;
  bottom: 4% !important;
  left: 12% !important;
  height: 18px !important;
  content: "" !important;
  border-radius: 999px !important;
  background: radial-gradient(ellipse at center, rgba(120, 92, 48, 0.18), rgba(120, 92, 48, 0)) !important;
  transform: rotateX(68deg) !important;
  pointer-events: none !important;
}

.campaign-wheel-result {
  min-height: 42px !important;
  margin-top: 14px !important;
  padding: 11px 12px !important;
  border-radius: 8px !important;
  background: #fff7f2 !important;
  color: #4d413b !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.campaign-wheel-result__title {
  margin-bottom: 10px !important;
  color: #4d413b !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

.campaign-wheel-result__actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.campaign-wheel-result__actions--single {
  grid-template-columns: 1fr !important;
}

.campaign-wheel-result__button {
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  border-radius: 7px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

.campaign-wheel-result__button--ghost {
  border: 1px solid #d8ccc5 !important;
  background: #fff !important;
  color: #2f2d2a !important;
}

.campaign-wheel-result__button--primary {
  border: 1px solid #b99f91 !important;
  background: #b99f91 !important;
  color: #fff !important;
}

@media (max-width: 420px) {
  .campaign-wheel-dialog {
    padding: 16px 12px 18px !important;
  }

  .campaign-wheel {
    width: min(282px, 76vw) !important;
  }
}

/* Final mobile safe-area and readable type overrides */
@media (max-width: 719px) {
  .nara-body *,
  .nara-body *::before,
  .nara-body *::after,
  .nara-shop-body *,
  .nara-shop-body *::before,
  .nara-shop-body *::after {
    box-sizing: border-box !important;
  }

  .nara-body,
  .nara-shop-body {
    overflow-x: hidden !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .nara-body .mobile-app,
  .nara-shop-body .shop-shell,
  .nara-shop-body .shop-header__inner {
    width: 100% !important;
    max-width: 430px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .nara-body .mobile-app {
    padding-bottom: 82px !important;
  }

  .nara-shop-body .shop-main,
  .nara-shop-body .shop-shell {
    min-width: 0 !important;
  }

  .nara-shop-body .shop-shell {
    display: block !important;
  }

  .nara-body main,
  .nara-body section,
  .nara-body article,
  .nara-body header,
  .nara-body footer,
  .nara-body div,
  .nara-shop-body main,
  .nara-shop-body section,
  .nara-shop-body article,
  .nara-shop-body header,
  .nara-shop-body footer,
  .nara-shop-body div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .nara-body h1,
  .nara-body h2,
  .nara-body h3,
  .nara-body h4,
  .nara-body p,
  .nara-body span,
  .nara-body a,
  .nara-body button,
  .nara-shop-body h1,
  .nara-shop-body h2,
  .nara-shop-body h3,
  .nara-shop-body h4,
  .nara-shop-body p,
  .nara-shop-body span,
  .nara-shop-body a,
  .nara-shop-body button {
    max-width: 100% !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .soft-header__brand::after,
  .shop-brand::after {
    flex-basis: auto !important;
    width: auto !important;
    max-width: calc(100vw - 112px) !important;
    height: 30px !important;
    font-size: 18px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .brand-mark,
  .shop-brand__mark {
    width: 36px !important;
    height: 30px !important;
    font-size: 9px !important;
  }

  .shop-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px 0 16px !important;
  }

  .shop-hero__content {
    gap: 10px !important;
    padding-bottom: 10px !important;
  }

  .shop-hero__title {
    max-width: 100% !important;
    font-size: 20px !important;
    line-height: 1.24 !important;
    font-weight: 500 !important;
  }

  .shop-hero__subtitle,
  .shop-hero__desc {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.58 !important;
  }

  .shop-kicker,
  .shop-section__eyebrow,
  .section-heading__eyebrow {
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  .shop-price {
    font-size: 23px !important;
    line-height: 1.15 !important;
  }

  .shop-market-price {
    font-size: 12px !important;
  }

  .shop-hero__actions,
  .shop-price-row,
  .shop-mini-stats,
  .campaign-wheel-result__actions {
    width: 100% !important;
  }

  .shop-primary-btn,
  .shop-secondary-btn,
  .primary-button,
  .secondary-button,
  .ghost-button,
  .copy-button,
  .checkout-submitbar__button {
    min-width: 0 !important;
    min-height: 36px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .shop-mini-stats span {
    min-height: 30px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 11px !important;
  }

  .shop-section,
  .clean-copy-section,
  .campaign-section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .shop-section__head {
    align-items: flex-start !important;
    gap: 8px !important;
    margin-bottom: 12px !important;
  }

  .shop-section__head h2,
  .section-heading__title,
  .panel-card__title,
  .clean-text-panel h2,
  .campaign-section h2 {
    font-size: 18px !important;
    font-weight: 550 !important;
    line-height: 1.25 !important;
  }

  .nara-trust-grid {
    grid-template-columns: 1fr !important;
  }

  .nara-trust-grid article {
    min-height: 0 !important;
    padding: 14px !important;
  }

  .nara-order-panel {
    grid-template-columns: 1fr !important;
    padding: 15px !important;
  }

  .nara-order-actions {
    justify-content: stretch !important;
  }

  .nara-order-actions .shop-primary-btn,
  .nara-order-actions .shop-secondary-btn {
    width: 100% !important;
  }

  .shop-section__head a,
  .section-heading__desc,
  .panel-card__subtitle,
  .empty-card__desc,
  .clean-text-panel p,
  .campaign-card p,
  .coupon-card p,
  .shop-service-row span {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .panel-card,
  .glass-card,
  .info-box,
  .invite-card,
  .empty-card,
  .order-summary-card,
  .member-card,
  .reward-card,
  .level-item,
  .payment-proof-card,
  .order-card,
  .shop-service-row article,
  .clean-text-panel,
  .clean-product-visual,
  .campaign-card,
  .coupon-card {
    width: 100% !important;
    padding: 14px !important;
  }

  .campaign-card {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .campaign-card__image,
  .clean-product-visual img,
  .shop-product-card__image,
  .nara-shop-body .detail-card img,
  .nara-shop-body .detail-card__copy img {
    max-width: 100% !important;
  }

  .campaign-card h2,
  .coupon-card h3,
  .shop-product-card__name,
  .shop-service-row strong {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .campaign-card__badge,
  .campaign-card__meta,
  .coupon-card__eyebrow,
  .coupon-card__status,
  .shop-product-card__price,
  .shop-product-card__stock {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .coupon-card {
    align-items: flex-start !important;
  }

  .coupon-card__status {
    padding: 6px 8px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .bottom-tabs {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .bottom-tabs__link {
    font-size: 10.5px !important;
    line-height: 1.15 !important;
  }

  .campaign-wheel-modal {
    padding: 16px !important;
  }

  .campaign-wheel-dialog {
    width: min(350px, 100%) !important;
    padding: 14px 12px 16px !important;
  }

  .campaign-wheel-dialog__head h2 {
    font-size: 19px !important;
    line-height: 1.2 !important;
  }

  .campaign-wheel {
    width: min(254px, 69vw) !important;
  }

  .campaign-wheel__button {
    width: 66px !important;
    height: 66px !important;
    font-size: 14px !important;
  }

  .campaign-wheel-result,
  .campaign-wheel-result__title {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .campaign-wheel-result__button {
    min-height: 36px !important;
    font-size: 12px !important;
  }
}

/* Shared mobile rails - final override after the global mobile reset. */
@media (max-width: 719px) {
  .nara-body,
  .nara-shop-body {
    --mobile-safe-gutter: 64px;
    --mobile-safe-width: min(100% - var(--mobile-safe-gutter), 360px);
  }

  .nara-body .mobile-app {
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 12px 0 calc(86px + env(safe-area-inset-bottom)) !important;
  }

  .nara-body .soft-header {
    height: auto !important;
    min-height: 54px !important;
    margin: 0 0 14px !important;
    padding: 8px 0 10px !important;
    align-items: center !important;
  }

  .nara-body .soft-header__brand {
    width: 100% !important;
    gap: 8px !important;
  }

  .nara-body .soft-header__brand::after {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: calc(var(--mobile-safe-width) - 48px) !important;
    height: 28px !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
    font-size: 18px !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
  }

  .nara-body .brand-mark {
    width: 30px !important;
    height: 26px !important;
    border-radius: 7px !important;
    font-size: 7px !important;
  }

  .nara-body .page-section,
  .nara-body .panel-card,
  .nara-body .section-heading,
  .nara-body .auth-grid,
  .nara-body .stack-grid,
  .nara-body .order-list,
  .nara-body .member-list,
  .nara-body .reward-list,
  .nara-body .level-list,
  .nara-body .order-detail-layout,
  .nara-body .product-summary,
  .nara-body .delivery-list,
  .nara-body .summary-list,
  .nara-body .detail-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .nara-shop-body .shop-header__inner,
  .nara-shop-body .shop-shell,
  .nara-shop-body .shop-hero,
  .nara-shop-body .shop-section,
  .nara-shop-body .service-terms-section {
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .nara-shop-body .shop-main {
    display: grid !important;
    justify-items: center !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .nara-shop-body .shop-header__inner {
    height: auto !important;
    min-height: 74px !important;
    padding-top: 22px !important;
    padding-bottom: 12px !important;
  }

  .nara-shop-body .shop-brand {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  .nara-shop-body .shop-brand::after {
    flex: 0 1 auto !important;
    width: auto !important;
    max-width: calc(var(--mobile-safe-width) - 48px) !important;
    height: 28px !important;
    font-size: 18px !important;
    overflow: hidden !important;
    text-align: left !important;
    text-overflow: ellipsis !important;
  }

  .nara-shop-body .shop-brand__mark {
    width: 30px !important;
    height: 26px !important;
    border-radius: 7px !important;
    font-size: 7px !important;
  }

  .nara-shop-body .shop-hero {
    gap: 16px !important;
    padding-top: 14px !important;
    padding-bottom: 12px !important;
  }

  .nara-shop-body .clean-product-visual {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--clean-line) !important;
    border-radius: var(--clean-radius) !important;
    background: var(--clean-surface) !important;
    box-shadow: none !important;
  }

  .nara-shop-body .clean-product-visual__image {
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
    object-fit: cover !important;
    border: 0 !important;
    border-radius: calc(var(--clean-radius) - 1px) calc(var(--clean-radius) - 1px) 0 0 !important;
  }

  .nara-shop-body .clean-product-gallery {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    gap: 6px !important;
    padding: 6px !important;
    border: 0 !important;
    background: #fff !important;
  }

  .nara-shop-body .clean-product-gallery__item {
    aspect-ratio: 16 / 9 !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .nara-shop-body .product-detail-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 0 !important;
  }

  .nara-shop-body .product-detail-gallery__item {
    aspect-ratio: 16 / 9 !important;
    border-radius: 6px !important;
  }

  .nara-shop-body .shop-hero__content {
    width: 100% !important;
    gap: 8px !important;
    padding: 18px 20px !important;
  }

  .nara-shop-body .shop-kicker {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .nara-shop-body .shop-hero__title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.24 !important;
    overflow-wrap: anywhere !important;
  }

  .nara-shop-body .shop-hero__subtitle,
  .nara-shop-body .shop-hero__desc {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
  }

  .nara-shop-body .shop-price {
    font-size: 26px !important;
    line-height: 1.05 !important;
  }

  .nara-shop-body .shop-hero__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr) !important;
    gap: 8px !important;
  }

  .nara-shop-body .shop-primary-btn,
  .nara-shop-body .shop-secondary-btn {
    width: 100% !important;
    min-height: 34px !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  .nara-shop-body .shop-section__head {
    margin-bottom: 8px !important;
  }

  .nara-shop-body .shop-section__head h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
  }

  .nara-shop-body .clean-text-panel {
    width: 100% !important;
    padding: 14px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    line-height: 1.56 !important;
    overflow-wrap: anywhere !important;
  }

  .nara-shop-body .clean-text-panel ul {
    padding-left: 16px !important;
  }

  .nara-shop-body .clean-text-panel li {
    margin: 4px 0 !important;
  }

  .nara-shop-body .floating-buybar--fab {
    right: auto !important;
    left: 50% !important;
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    transform: translateX(-50%) !important;
  }

  .nara-shop-body .bottom-tabs {
    right: auto !important;
    left: 50% !important;
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    min-height: calc(58px + env(safe-area-inset-bottom)) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    transform: translateX(-50%) !important;
  }

  .nara-body .bottom-tabs {
    right: auto !important;
    left: 50% !important;
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    min-height: calc(58px + env(safe-area-inset-bottom)) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    transform: translateX(-50%) !important;
  }

  .nara-body .bottom-tabs__link,
  .nara-shop-body .bottom-tabs__link {
    min-width: 0 !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 720px) {
  .nara-body .mobile-app,
  .nara-shop-body .mobile-app {
    gap: 10px !important;
    padding-bottom: calc(68px + env(safe-area-inset-bottom)) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .nara-body .page-section,
  .nara-shop-body .page-section,
  .nara-body .campaign-section,
  .nara-shop-body .campaign-section,
  .nara-body .shop-section,
  .nara-shop-body .shop-section {
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    margin: 10px auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .nara-body .section-heading,
  .nara-shop-body .section-heading,
  .nara-body .panel-card__head,
  .nara-shop-body .panel-card__head,
  .nara-body .shop-section__head,
  .nara-shop-body .shop-section__head {
    gap: 5px !important;
    margin-bottom: 9px !important;
  }

  .nara-body .section-heading__title,
  .nara-shop-body .section-heading__title,
  .nara-body .panel-card__title,
  .nara-shop-body .panel-card__title,
  .nara-body .campaign-section h2,
  .nara-shop-body .campaign-section h2,
  .nara-body .shop-section__head h2,
  .nara-shop-body .shop-section__head h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
  }

  .nara-body .section-heading__eyebrow,
  .nara-shop-body .section-heading__eyebrow,
  .nara-body .campaign-card__badge,
  .nara-shop-body .campaign-card__badge,
  .nara-body .campaign-card__meta,
  .nara-shop-body .campaign-card__meta,
  .nara-body .coupon-card__eyebrow,
  .nara-shop-body .coupon-card__eyebrow,
  .nara-body .coupon-card__status,
  .nara-shop-body .coupon-card__status {
    font-size: 10.5px !important;
    line-height: 1.3 !important;
  }

  .nara-body .section-heading__desc,
  .nara-shop-body .section-heading__desc,
  .nara-body .panel-card__subtitle,
  .nara-shop-body .panel-card__subtitle,
  .nara-body .empty-card__desc,
  .nara-shop-body .empty-card__desc,
  .nara-body .campaign-card p,
  .nara-shop-body .campaign-card p,
  .nara-body .coupon-card p,
  .nara-shop-body .coupon-card p,
  .nara-body .detail-line,
  .nara-shop-body .detail-line {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .nara-body .panel-card,
  .nara-shop-body .panel-card,
  .nara-body .glass-card,
  .nara-shop-body .glass-card,
  .nara-body .info-box,
  .nara-shop-body .info-box,
  .nara-body .invite-card,
  .nara-shop-body .invite-card,
  .nara-body .empty-card,
  .nara-shop-body .empty-card,
  .nara-body .order-summary-card,
  .nara-shop-body .order-summary-card,
  .nara-body .member-card,
  .nara-shop-body .member-card,
  .nara-body .reward-card,
  .nara-shop-body .reward-card,
  .nara-body .level-item,
  .nara-shop-body .level-item,
  .nara-body .payment-proof-card,
  .nara-shop-body .payment-proof-card,
  .nara-body .order-card,
  .nara-shop-body .order-card,
  .nara-body .campaign-card,
  .nara-shop-body .campaign-card,
  .nara-body .coupon-card,
  .nara-shop-body .coupon-card,
  .nara-body .checkout-summary,
  .nara-shop-body .checkout-summary,
  .nara-body .product-summary,
  .nara-shop-body .product-summary,
  .nara-body .pickup-info-card,
  .nara-shop-body .pickup-info-card,
  .nara-body .payment-alert,
  .nara-shop-body .payment-alert,
  .nara-body .order-detail-hero,
  .nara-shop-body .order-detail-hero {
    padding: 12px !important;
    border-radius: 12px !important;
  }

  .nara-body .campaign-list,
  .nara-shop-body .campaign-list,
  .nara-body .coupon-list,
  .nara-shop-body .coupon-list,
  .nara-body .order-list,
  .nara-shop-body .order-list,
  .nara-body .reward-list,
  .nara-shop-body .reward-list,
  .nara-body .level-list,
  .nara-shop-body .level-list,
  .nara-body .delivery-list,
  .nara-shop-body .delivery-list,
  .nara-body .summary-list,
  .nara-shop-body .summary-list,
  .nara-body .detail-grid,
  .nara-shop-body .detail-grid,
  .nara-body .order-detail-layout,
  .nara-shop-body .order-detail-layout,
  .nara-body .team-grid,
  .nara-shop-body .team-grid {
    gap: 8px !important;
  }

  .nara-body .campaign-card,
  .nara-shop-body .campaign-card,
  .nara-body .coupon-card,
  .nara-shop-body .coupon-card,
  .nara-body .order-card,
  .nara-shop-body .order-card,
  .nara-body .member-card,
  .nara-shop-body .member-card,
  .nara-body .reward-card,
  .nara-shop-body .reward-card,
  .nara-body .invite-card,
  .nara-shop-body .invite-card {
    gap: 8px !important;
  }

  .nara-body .order-detail-layout,
  .nara-body .order-detail-hero,
  .nara-body .order-detail-items,
  .nara-body .order-detail-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .nara-body .order-detail-hero.order-card {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 10px !important;
  }

  .nara-body .order-detail-items {
    display: grid !important;
    justify-items: stretch !important;
  }

  .nara-body .product-summary__row,
  .nara-shop-body .product-summary__row,
  .nara-body .order-summary-card__body,
  .nara-shop-body .order-summary-card__body,
  .nara-body .order-detail-item,
  .nara-shop-body .order-detail-item {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .nara-body .product-summary__thumb,
  .nara-shop-body .product-summary__thumb,
  .nara-body .order-summary-card__thumb,
  .nara-shop-body .order-summary-card__thumb,
  .nara-body .order-detail-item__thumb,
  .nara-shop-body .order-detail-item__thumb {
    width: 56px !important;
    height: 56px !important;
    border-radius: 8px !important;
  }

  .nara-body .product-summary__name,
  .nara-shop-body .product-summary__name,
  .nara-body .order-summary-card__name,
  .nara-shop-body .order-summary-card__name,
  .nara-body .order-detail-item__name,
  .nara-shop-body .order-detail-item__name,
  .nara-body .campaign-card h2,
  .nara-shop-body .campaign-card h2,
  .nara-body .coupon-card h3,
  .nara-shop-body .coupon-card h3 {
    font-size: 12.5px !important;
    line-height: 1.34 !important;
  }

  .nara-body .product-summary__meta,
  .nara-shop-body .product-summary__meta,
  .nara-body .order-detail-item__meta,
  .nara-shop-body .order-detail-item__meta {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }

  .nara-body .product-summary__price,
  .nara-shop-body .product-summary__price,
  .nara-body .checkout-submitbar__price,
  .nara-shop-body .checkout-submitbar__price {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .nara-body .delivery-option,
  .nara-shop-body .delivery-option,
  .nara-body .summary-row,
  .nara-shop-body .summary-row,
  .nara-body .detail-line,
  .nara-shop-body .detail-line,
  .nara-body .address-note,
  .nara-shop-body .address-note,
  .nara-body .payment-copy-item,
  .nara-shop-body .payment-copy-item {
    min-height: 0 !important;
    padding: 9px 10px !important;
    border-radius: 9px !important;
  }

  .nara-body .input-control,
  .nara-shop-body .input-control,
  .nara-body .select-control,
  .nara-shop-body .select-control,
  .nara-body .textarea-control,
  .nara-shop-body .textarea-control {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 13px !important;
    border-radius: 9px !important;
  }

  .nara-body .textarea-control,
  .nara-shop-body .textarea-control {
    min-height: 78px !important;
  }

  .nara-body .primary-button,
  .nara-shop-body .primary-button,
  .nara-body .secondary-button,
  .nara-shop-body .secondary-button,
  .nara-body .ghost-button,
  .nara-shop-body .ghost-button,
  .nara-body .campaign-card__button,
  .nara-shop-body .campaign-card__button {
    min-height: 34px !important;
    padding: 8px 12px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .nara-body .qty-control,
  .nara-shop-body .qty-control {
    grid-template-columns: 36px minmax(0, 1fr) 36px !important;
    gap: 6px !important;
  }

  .nara-body .qty-control__button,
  .nara-shop-body .qty-control__button,
  .nara-body .qty-control__value,
  .nara-shop-body .qty-control__value {
    min-height: 34px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
  }

  .nara-body .qty-control__value,
  .nara-shop-body .qty-control__value {
    font-size: 16px !important;
  }

  .nara-body .order-detail-hero__head,
  .nara-shop-body .order-detail-hero__head,
  .nara-body .pickup-info-card__head,
  .nara-shop-body .pickup-info-card__head {
    gap: 8px !important;
  }

  .nara-body .order-detail-hero__number,
  .nara-shop-body .order-detail-hero__number {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .nara-body .order-detail-hero__next,
  .nara-shop-body .order-detail-hero__next {
    margin-top: 8px !important;
    padding: 8px 10px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
  }

  .nara-body .checkout-submitbar,
  .nara-shop-body .checkout-submitbar {
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    min-height: calc(54px + env(safe-area-inset-bottom)) !important;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  .nara-body .bottom-tabs,
  .nara-shop-body .bottom-tabs {
    width: var(--mobile-safe-width) !important;
    max-width: var(--mobile-safe-width) !important;
    min-height: calc(54px + env(safe-area-inset-bottom)) !important;
    padding-top: 5px !important;
    padding-bottom: calc(5px + env(safe-area-inset-bottom)) !important;
  }

  .nara-body .bottom-tabs__link,
  .nara-shop-body .bottom-tabs__link {
    gap: 3px !important;
    min-height: 42px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  .nara-body .bottom-tabs__link::before,
  .nara-shop-body .bottom-tabs__link::before {
    width: 18px !important;
    height: 18px !important;
    font-size: 13px !important;
  }

  .nara-body .mobile-app {
    width: min(calc(100vw - 48px), 384px) !important;
    max-width: min(calc(100vw - 48px), 384px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .nara-body .page-section,
  .nara-body .campaign-section,
  .nara-body .campaign-list,
  .nara-body .coupon-list,
  .nara-body .order-detail-layout {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .nara-body .campaign-section.panel-card,
  .nara-body .order-detail-layout > .order-card,
  .nara-body .order-detail-layout > .panel-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .nara-body .campaign-card,
  .nara-body .coupon-card,
  .nara-body .order-detail-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .nara-body .order-detail-hero.order-card {
    padding: 10px !important;
  }

  .nara-body .order-detail-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    justify-items: stretch !important;
    padding: 10px !important;
  }

  .nara-body .order-detail-item > div {
    min-width: 0 !important;
  }

}

@media (max-width: 719px) {
  .nara-body,
  .nara-shop-body {
    --nara-mobile-rail: min(calc(100vw - 48px), 384px) !important;
    --mobile-safe-width: var(--nara-mobile-rail) !important;
  }

  .nara-body .mobile-app,
  .nara-shop-body .shop-topline__inner,
  .nara-shop-body .shop-header__inner,
  .nara-shop-body .shop-shell,
  .nara-shop-body .shop-hero,
  .nara-shop-body .shop-section,
  .nara-shop-body .service-terms-section {
    width: var(--nara-mobile-rail) !important;
    max-width: var(--nara-mobile-rail) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  .nara-body .page-section,
  .nara-body .panel-card,
  .nara-body .campaign-section,
  .nara-body .campaign-list,
  .nara-body .coupon-list,
  .nara-body .order-detail-layout,
  .nara-body .order-detail-layout > .order-card,
  .nara-body .order-detail-layout > .panel-card,
  .nara-body .checkout-summary,
  .nara-body .product-summary,
  .nara-body .delivery-list,
  .nara-body .summary-list,
  .nara-body .detail-grid,
  .nara-body .order-list,
  .nara-body .member-list,
  .nara-body .reward-list,
  .nara-body .level-list,
  .nara-body .team-grid,
  .nara-shop-body .clean-product-visual,
  .nara-shop-body .clean-product-gallery,
  .nara-shop-body .clean-text-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  .nara-body .campaign-card,
  .nara-body .coupon-card,
  .nara-body .order-card,
  .nara-body .order-detail-item,
  .nara-body .member-card,
  .nara-body .reward-card,
  .nara-body .invite-card,
  .nara-body .level-item,
  .nara-body .info-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .nara-body .order-detail-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    justify-items: stretch !important;
    padding: 10px !important;
  }

  .nara-body .order-detail-item > div {
    min-width: 0 !important;
  }

  .nara-body .bottom-tabs,
  .nara-shop-body .bottom-tabs,
  .nara-body .checkout-submitbar,
  .nara-shop-body .checkout-submitbar,
  .nara-shop-body .floating-buybar--fab {
    right: auto !important;
    left: 50% !important;
    width: var(--nara-mobile-rail) !important;
    max-width: var(--nara-mobile-rail) !important;
    transform: translateX(-50%) !important;
    box-sizing: border-box !important;
  }
}

.nara-body .soft-header,
.nara-shop-body .shop-header__inner {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  z-index: 120 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: var(--nara-mobile-rail, min(calc(100vw - 48px), 384px)) !important;
  max-width: var(--nara-mobile-rail, min(calc(100vw - 48px), 384px)) !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom: 1px solid var(--clean-line) !important;
  transform: translateX(-50%) !important;
}

.nara-shop-body .shop-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 120 !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

.nara-body .mobile-app,
.nara-shop-body .shop-main {
  padding-top: 72px !important;
}

.nara-shop-body .shop-topline,
.nara-shop-body .shop-nav {
  display: none !important;
}

.nara-body .soft-header__brand,
.nara-shop-body .shop-brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: calc(100% - 142px) !important;
  min-width: 0 !important;
  gap: 8px !important;
}

.nara-body .brand-mark,
.nara-shop-body .shop-brand__mark {
  width: 34px !important;
  height: 34px !important;
  flex: 0 0 34px !important;
  border-radius: 8px !important;
  font-size: 8px !important;
  line-height: 1 !important;
}

.nara-body .soft-header__brand::after,
.nara-shop-body .shop-brand::after {
  content: "NARA" !important;
  display: block !important;
  height: 38px !important;
  width: auto !important;
  max-width: 154px !important;
  flex: 0 1 auto !important;
  overflow: hidden !important;
  color: #111 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.nara-messenger-cta {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 116px !important;
  width: 116px !important;
  max-width: 116px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 10px 0 7px !important;
  gap: 6px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  box-shadow: 0 8px 16px rgba(24, 119, 242, 0.2) !important;
  transform: none !important;
}

.nara-messenger-cta__icon {
  width: 25px !important;
  height: 25px !important;
  flex: 0 0 25px !important;
}

.nara-messenger-cta__text {
  display: block !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: 76px !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  word-break: keep-all !important;
}

.nara-body [hidden],
.nara-shop-body [hidden],
.nara-body .hidden,
.nara-shop-body .hidden {
  display: none !important;
}

.nara-groups-card__icon {
  display: inline-grid !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  place-items: center !important;
  overflow: hidden !important;
}

.nara-groups-card__icon img,
.nara-groups-card__icon .messenger-logo-img {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
}

.nara-groups-section {
  margin-top: 12px !important;
}

.nara-groups-card {
  display: grid !important;
  gap: 14px !important;
  padding: 16px !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.nara-groups-card__head {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.nara-groups-card__text {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.nara-groups-card__text strong {
  color: var(--clean-ink) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.nara-groups-card__text span {
  color: var(--clean-muted) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.nara-groups-bar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.nara-group-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(24, 119, 242, 0.18) !important;
  border-radius: 999px !important;
  background: #1877f2 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.nara-body .bottom-tabs,
.nara-shop-body .bottom-tabs {
  position: fixed !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  z-index: 110 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: var(--nara-mobile-rail, min(calc(100vw - 48px), 384px)) !important;
  max-width: var(--nara-mobile-rail, min(calc(100vw - 48px), 384px)) !important;
  min-height: calc(58px + env(safe-area-inset-bottom)) !important;
  padding: 5px 0 calc(5px + env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  border-top: 1px solid var(--clean-line) !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

@media (max-width: 720px) {
  .nara-shop-body .product-switch-section {
    margin-top: 6px !important;
    margin-bottom: 4px !important;
    padding-inline: 22px !important;
  }

  .nara-shop-body .product-switch-list {
    padding: 0 0 4px !important;
  }

  .nara-shop-body .clean-copy-section {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .nara-shop-body .clean-text-panel {
    padding: 12px !important;
  }

  .nara-shop-body .service-terms-section {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .nara-shop-body .service-terms-divider,
  .nara-shop-body .home-faq-divider {
    padding: 6px 0 8px !important;
  }

  .nara-shop-body .service-terms-card__summary {
    padding-top: 14px !important;
    padding-bottom: 44px !important;
  }

  .nara-shop-body .home-faq-section {
    margin-top: 4px !important;
  }

  .nara-shop-body .home-faq-title {
    margin-bottom: 8px !important;
  }
}

@media (max-width: 720px) {
  .nara-shop-body .shop-hero__content {
    gap: 6px !important;
    padding: 14px 18px 16px !important;
  }

  .nara-shop-body .shop-kicker {
    margin-bottom: 2px !important;
    color: #57514e !important;
    font-size: 9.5px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
  }

  .nara-shop-body .shop-hero__title {
    margin: 0 !important;
    color: #111 !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  .nara-shop-body .shop-hero__subtitle {
    margin-top: 3px !important;
    color: #3c3734 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.34 !important;
  }

  .nara-shop-body .shop-hero__desc {
    color: #6d6662 !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    line-height: 1.42 !important;
  }

  .nara-shop-body .shop-price-row {
    margin-top: 5px !important;
    margin-bottom: 3px !important;
  }

  .nara-shop-body .shop-price {
    color: #111 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .nara-shop-body .shop-hero__actions {
    margin-top: 3px !important;
    gap: 7px !important;
  }

  .nara-shop-body .shop-primary-btn,
  .nara-shop-body .shop-secondary-btn {
    min-height: 31px !important;
    border-radius: 7px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }

  .nara-shop-body .service-terms-card__summary {
    align-items: start !important;
    padding: 14px 14px 42px !important;
    gap: 10px !important;
  }

  .nara-shop-body .service-terms-card__head {
    gap: 7px !important;
  }

  .nara-shop-body .service-terms-card__head strong {
    font-size: 16px !important;
    line-height: 1.24 !important;
  }

  .nara-shop-body .service-terms-card__head span {
    max-height: 38px !important;
    color: #4f4946 !important;
    font-size: 11.5px !important;
    line-height: 1.42 !important;
    -webkit-line-clamp: 2 !important;
  }

  .nara-shop-body .service-terms-card[open] .service-terms-card__head span {
    max-height: 38px !important;
    -webkit-line-clamp: 2 !important;
  }

  .nara-shop-body .service-terms-card__toggle {
    min-height: 34px !important;
    color: #2f2d2a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}

.campaign-wheel-dialog {
  background: linear-gradient(180deg, #fff 0%, #fff4ee 100%) !important;
  box-shadow: 0 18px 46px rgba(126, 97, 82, 0.14) !important;
}

.campaign-wheel-dialog__close {
  background: rgba(127, 103, 93, 0.54) !important;
}

.campaign-wheel-dialog__head h2 {
  color: #3f332e !important;
  font-weight: 500 !important;
}

.campaign-wheel__canvas {
  filter: drop-shadow(0 12px 18px rgba(126, 97, 82, 0.14)) !important;
}

.campaign-wheel__pointer {
  border-top-color: #7f675d !important;
  filter: drop-shadow(0 3px 3px rgba(98, 73, 64, 0.18)) !important;
}

.campaign-wheel__button {
  border-color: #fff4ee !important;
  background: radial-gradient(circle at 35% 28%, #fffdfb, #dfc4b8 62%, #b89282) !important;
  color: #3f332e !important;
  box-shadow: 0 8px 18px rgba(126, 97, 82, 0.14) !important;
}

.campaign-wheel::after {
  background: radial-gradient(ellipse at center, rgba(126, 97, 82, 0.14), rgba(126, 97, 82, 0)) !important;
}

.campaign-wheel-result {
  background: #fff4ee !important;
  color: #3f332e !important;
}

.campaign-wheel-result__title {
  color: #3f332e !important;
}

.campaign-wheel-result__button--ghost {
  border-color: #d8ccc5 !important;
  color: #2f2d2a !important;
}

.campaign-wheel-result__button--primary {
  border-color: #a98778 !important;
  background: #a98778 !important;
}
