:root {
  color-scheme: light;
  --ink: #0b0c0e;
  --ink-soft: #1b1e23;
  --paper: #f5f6f7;
  --white: #ffffff;
  --surface: #f7f8fa;
  --text: #14161a;
  --muted: #686d76;
  --line: #dfe2e7;
  --green: #f39a25;
  --blue: #4c8bf5;
  --amber: #e8b33d;
  --coral: #ff6b57;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 18px 50px rgba(13, 16, 22, 0.09);
  --content: 1200px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(76, 139, 245, 0.55);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--white);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  min-height: 34px;
  padding: 8px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--green);
  color: #07170f;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.02em;
  text-align: center;
}

.announcement > span {
  min-width: 0;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(11, 12, 14, 0.96);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(var(--content), calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.catalog-trigger {
  min-height: 44px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #363941;
  border-radius: 999px;
  background: #16181c;
  color: var(--white);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.catalog-trigger:hover,
.catalog-trigger[aria-expanded="true"] {
  border-color: var(--green);
  color: var(--green);
}

.catalog-trigger-icon {
  font-size: 18px;
  line-height: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand img {
  border-radius: 12px;
  object-fit: cover;
}

.brand span {
  display: grid;
  gap: 0;
}

.brand strong {
  font-family: Sora, Inter, ui-sans-serif, sans-serif;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.brand small {
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a {
  min-height: 44px;
  display: grid;
  place-items: center;
  color: #c8cbd1;
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav a:hover {
  color: var(--white);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-picker select {
  min-width: 54px;
  min-height: 44px;
  padding: 0 8px;
  border: 1px solid #363941;
  border-radius: 999px;
  background: #16181c;
  color: var(--white);
  font: inherit;
  font-size: 11px;
  font-weight: 850;
}

.account-button {
  min-height: 44px;
  padding: 0 12px 0 7px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #363941;
  border-radius: 999px;
  color: #d9dce2;
  font-size: 12px;
  font-weight: 750;
}

.account-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #07150e;
  font-size: 12px;
  font-weight: 900;
}

.text-button,
.footer-install {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 700;
}

.text-button {
  padding: 0 10px;
  color: #c8cbd1;
}

.cart-button {
  min-height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #363941;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.cart-count {
  min-width: 23px;
  height: 23px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--coral);
  color: #190401;
  font-size: 11px;
}

#app {
  min-height: calc(100vh - 97px);
  min-height: calc(100dvh - 97px);
}

.section,
.page-shell {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
}

.page-shell {
  padding: 54px 0 88px;
}

.section {
  padding: 78px 0;
}

.section-tight {
  padding-top: 30px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.green {
  color: var(--green);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Sora, Inter, ui-sans-serif, sans-serif;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 6vw, 5.5rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
}

h3 {
  font-size: 18px;
  line-height: 1.15;
}

.lede {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
}

.hero {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-inner {
  width: min(1320px, calc(100% - 40px));
  min-height: 660px;
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 70px;
}

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

html:lang(ja) .hero h1 span,
html:lang(zh-CN) .hero h1 span {
  display: block;
}

.hero-copy .lede {
  color: #b7bbc3;
}

.hero-search {
  max-width: 680px;
  margin-top: 30px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #343841;
  border-radius: 18px;
  background: #15171b;
}

.hero-search label {
  flex: 1;
}

.hero-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  outline: 0;
}

.hero-search input::placeholder {
  color: #777c86;
}

.button,
.button-secondary,
.button-dark,
.button-danger {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover,
.button-secondary:hover,
.button-dark:hover {
  transform: translateY(-1px);
}

.button {
  background: var(--green);
  color: #1b0d02;
}

.button-secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--text);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-danger {
  background: #fff0ed;
  color: #9f2817;
}

.button[disabled],
.button-secondary[disabled],
.button-dark[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.hero-links {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #a8adb6;
  font-size: 13px;
  font-weight: 650;
}

.hero-links span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--green);
}

.hero-visual {
  display: grid;
  align-content: center;
  gap: 14px;
}

.panda-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #22262d;
}

.panda-panel img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-stock-card {
  position: relative;
  width: 100%;
  padding: 22px;
  border: 1px solid #343841;
  border-radius: 20px;
  background: rgba(20, 22, 26, 0.94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.hero-stock-card header,
.product-meta,
.summary-row,
.line-row,
.section-heading,
.result-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.hero-stock-card header + header {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #343841;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(62, 207, 142, 0.13);
}

.live-dot.china {
  color: var(--blue);
}

.live-dot.china::before {
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(76, 139, 245, 0.14);
}

.hero-stock-card strong {
  font-size: 30px;
}

.hero-stock-card p {
  margin: 10px 0 0;
  color: #a8adb6;
  font-size: 13px;
  line-height: 1.5;
}

.trust-bar {
  background: var(--ink-soft);
  color: var(--white);
}

.trust-grid {
  width: min(var(--content), calc(100% - 40px));
  min-height: 104px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.catalog-is-open {
  overflow: hidden;
}

.catalog-backdrop {
  position: fixed;
  z-index: 220;
  inset: 0;
  display: flex;
  background: rgba(4, 5, 7, 0.7);
  backdrop-filter: blur(5px);
}

.catalog-drawer {
  width: min(440px, 94vw);
  height: 100%;
  padding: max(24px, env(safe-area-inset-top)) 22px max(24px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background: #101216;
  color: var(--white);
  box-shadow: 28px 0 90px rgba(0, 0, 0, 0.38);
}

.catalog-drawer-header {
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #30343b;
}

.catalog-drawer-header h2,
.catalog-drawer-header p {
  margin: 0;
}

.catalog-drawer-header h2 {
  margin-top: 5px;
  font-size: 25px;
}

.catalog-drawer-header button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid #383c44;
  border-radius: 50%;
  background: #1b1e23;
  color: var(--white);
  font-size: 25px;
}

.catalog-tree {
  padding: 14px 0 24px;
}

.catalog-tree > a,
.catalog-brand > summary,
.catalog-styles details > summary {
  min-height: 54px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #292c32;
  cursor: pointer;
  color: #e6e8ec;
  font-weight: 760;
  list-style: none;
}

.catalog-tree summary::-webkit-details-marker {
  display: none;
}

.catalog-tree summary::after {
  content: "+";
  margin-left: auto;
  color: var(--green);
  font-size: 20px;
}

.catalog-tree details[open] > summary::after {
  content: "−";
}

.catalog-tree summary strong,
.catalog-tree > a strong {
  min-width: 27px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #25282e;
  color: #aeb3bc;
  font-size: 10px;
  text-align: center;
}

.catalog-tree .catalog-latest {
  color: var(--green);
}

.catalog-styles {
  padding-left: 14px;
}

.catalog-styles details > summary {
  min-height: 48px;
  color: #c7cbd2;
  font-size: 13px;
}

.catalog-batches {
  padding: 4px 0 10px 14px;
  display: grid;
}

.catalog-batches a {
  min-height: 42px;
  display: flex;
  align-items: center;
  color: #9da3ad;
  font-size: 12px;
  font-weight: 700;
}

.catalog-batches a:hover,
.catalog-tree > a:hover {
  color: var(--green);
}

.catalog-drawer footer {
  margin-top: auto;
  padding-top: 18px;
  display: grid;
  gap: 8px;
  border-top: 1px solid #30343b;
  color: #959ba5;
  font-size: 12px;
}

.catalog-drawer footer a {
  color: var(--green);
  font-weight: 800;
}

.catalog-path {
  margin: 22px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.catalog-path a {
  color: var(--blue);
  font-weight: 750;
}

.trust-item {
  padding: 22px 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid #343841;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-number {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 22px;
  font-weight: 800;
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  font-size: 14px;
}

.trust-item small {
  margin-top: 3px;
  color: #9fa4ae;
  font-size: 11px;
}

.section-heading {
  align-items: flex-end;
  margin-bottom: 30px;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-weight: 800;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card.is-sold-out .product-image img {
  filter: grayscale(1);
  opacity: .58;
}

.stock-unavailable {
  display: grid;
  gap: .45rem;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: var(--surface);
}

.stock-unavailable strong { font-size: 1rem; }
.stock-unavailable span { color: var(--muted); }
.stock-unavailable a { color: var(--ink); font-weight: 800; }

.inquiry-available {
  border-color: color-mix(in srgb, var(--amber) 32%, var(--line));
  background: color-mix(in srgb, var(--amber) 8%, var(--surface));
}

.inquiry-available .detail-actions { margin-top: 18px; }

.catalog-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .catalog-more { flex-direction: column; }
}

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

.product-image {
  position: relative;
  aspect-ratio: 1 / 0.82;
  overflow: hidden;
  background: #eef0f3;
}

.product-image img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.badge {
  min-height: 27px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.product-image .badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
}

.product-body {
  flex: 1;
  padding: 17px;
  display: flex;
  flex-direction: column;
}

.product-kicker,
.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.product-kicker {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-trust-badges {
  min-height: 22px;
  margin-bottom: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-trust-badges span {
  padding: 4px 7px;
  border: 1px solid color-mix(in srgb, var(--green) 24%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--green) 7%, var(--surface));
  color: color-mix(in srgb, var(--green) 78%, var(--text));
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
}

.warehouse-chip {
  min-height: 20px;
  padding: 3px 7px;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.warehouse-chip.us {
  border-color: rgba(243, 154, 37, 0.34);
  background: rgba(243, 154, 37, 0.1);
  color: #a65b00;
}

.warehouse-chip.china {
  border-color: rgba(76, 139, 245, 0.32);
  background: rgba(76, 139, 245, 0.1);
  color: #184b9c;
}

.product-body h3 {
  margin-bottom: 16px;
}

.product-meta {
  margin-top: auto;
  align-items: flex-end;
}

.product-price {
  font-size: 20px;
  font-weight: 850;
}

.product-price small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 650;
}

.round-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--white);
  font-size: 18px;
}

.verification-section {
  background: var(--ink);
  color: var(--white);
}

.verification-intro {
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: end;
}

.verification-intro p {
  color: #afb4bd;
  line-height: 1.7;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  overflow: hidden;
  border-radius: 24px;
  background: #30333a;
}

.proof-card {
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: var(--ink-soft);
}

.proof-index {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #4a4e57;
  border-radius: 50%;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
}

.proof-card h3 {
  margin: auto 0 10px;
  font-size: 24px;
}

.proof-card p {
  margin-bottom: 0;
  color: #aeb3bc;
  font-size: 14px;
  line-height: 1.55;
}

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

.fulfillment-card,
.info-card,
.empty-state,
.checkout-card,
.summary-card,
.order-card,
.qc-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.fulfillment-card {
  min-height: 250px;
  padding: 28px;
}

.fulfillment-card .big-number {
  margin-bottom: 68px;
  color: var(--coral);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 800;
}

.fulfillment-card p {
  color: var(--muted);
  line-height: 1.55;
}

.page-header {
  margin-bottom: 34px;
}

.page-header h1 {
  max-width: 900px;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
}

.filters {
  margin-bottom: 24px;
  padding: 16px;
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(125px, 0.55fr)) auto;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.field {
  display: grid;
  gap: 7px;
}

.field > span,
.field label,
.field-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
  color: var(--text);
  outline: 0;
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(76, 139, 245, 0.12);
}

.field input[readonly] {
  background: #f0f2f5;
  color: #555b65;
}

.filters .field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.result-summary {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}

.result-summary strong {
  color: var(--text);
}

.empty-state {
  padding: 54px 24px;
  text-align: center;
}

.empty-state p {
  max-width: 510px;
  margin: 0 auto 22px;
  color: var(--muted);
  line-height: 1.6;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
  gap: 50px;
  align-items: start;
}

.detail-gallery {
  min-width: 0;
}

.detail-media {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #e9ebef;
}

.detail-media img {
  width: 92%;
  height: min(42vw, 520px);
  max-height: 560px;
  object-fit: contain;
}

.detail-gallery-counter {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(15, 18, 22, 0.76);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  backdrop-filter: blur(12px);
}

.detail-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 2px 2px 9px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.detail-thumbnail {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  padding: 4px;
  overflow: hidden;
  scroll-snap-align: center;
  border: 2px solid transparent;
  border-radius: 15px;
  background: #eef0f3;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.detail-thumbnail:hover {
  transform: translateY(-2px);
}

.detail-thumbnail.is-active {
  border-color: var(--text);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--text);
}

.detail-thumbnail:focus-visible {
  outline: 3px solid var(--focus, #2f6fed);
  outline-offset: 2px;
}

.detail-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.detail-copy {
  position: sticky;
  top: 110px;
  min-width: 0;
}

.detail-copy h1 {
  margin-bottom: 14px;
  max-width: 620px;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.03;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.detail-subtitle {
  color: var(--muted);
  font-size: 13px;
}

.detail-trust-badges {
  margin-top: 13px;
}

.detail-trust-badges .product-trust-badges {
  margin: 0;
}

.inquiry-response {
  margin-top: 10px;
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.detail-price {
  margin: 26px 0 6px;
  font-size: 34px;
  font-weight: 850;
}

.detail-price small {
  margin-top: 4px;
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.landed-note {
  margin-bottom: 25px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.size-grid {
  margin: 10px 0 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.size-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.size-option span {
  min-height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font-size: 13px;
  font-weight: 750;
}

.size-option input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.size-option input:focus-visible + span {
  outline: 3px solid rgba(76, 139, 245, 0.55);
  outline-offset: 2px;
}

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

.detail-actions .button {
  min-height: 56px;
}

.detail-facts {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-fact {
  padding: 18px 12px 18px 0;
}

.detail-fact strong,
.detail-fact small {
  display: block;
}

.detail-fact strong {
  font-size: 13px;
}

.detail-fact small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 10px;
}

.detail-proof {
  margin-top: 54px;
}

.detail-proof .proof-strip {
  border: 1px solid var(--line);
  background: var(--line);
}

.detail-proof .proof-card {
  min-height: 210px;
  background: var(--white);
  color: var(--text);
}

.detail-proof .proof-card p {
  color: var(--muted);
}

.detail-proof .proof-index {
  border-color: var(--line);
  color: var(--blue);
}

.detail-proof a {
  margin-top: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.cart-lines,
.checkout-card,
.summary-card {
  padding: 24px;
}

.cart-lines {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.cart-line {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.cart-line:first-child {
  padding-top: 0;
}

.cart-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  padding: 8px;
  border-radius: 13px;
  background: #eef0f3;
  object-fit: contain;
}

.cart-line h3 {
  margin-bottom: 7px;
}

.cart-line p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.quantity-control button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
}

.quantity-control span {
  min-width: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 750;
}

.remove-button {
  min-height: 40px;
  margin-left: 10px;
  border: 0;
  background: transparent;
  color: #a93a2b;
  font-size: 12px;
  font-weight: 750;
}

.summary-card {
  position: sticky;
  top: 110px;
}

.summary-card h2,
.checkout-card h2 {
  font-size: 24px;
}

.summary-row {
  padding: 12px 0;
  color: var(--muted);
  font-size: 14px;
}

.summary-row.total {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: 18px;
  font-weight: 850;
}

.summary-note {
  margin: 14px 0 20px;
  padding: 13px;
  border-radius: 10px;
  background: #ecfbf4;
  color: #13653f;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.summary-card .button,
.checkout-card .button {
  width: 100%;
}

.demo-banner {
  margin-bottom: 24px;
  padding: 14px 18px;
  border: 1px solid #f0cd76;
  border-radius: 12px;
  background: #fff8e6;
  color: #78520a;
  font-size: 13px;
  font-weight: 750;
}

.payment-fieldset {
  min-width: 0;
  margin: 30px 0 0;
  padding: 28px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.international-quote {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid #d9b45b;
  border-radius: 16px;
  background: #fff8e8;
}

.international-quote[hidden] {
  display: none;
}

.international-quote h3,
.international-quote p {
  margin: 0;
}

.international-quote h3 {
  margin-top: 4px;
  font-size: 20px;
}

.international-quote p:not(.eyebrow) {
  margin-top: 10px;
  color: #67552e;
  line-height: 1.6;
}

.international-quote .button-dark {
  margin-top: 16px;
}

.shipping-guide-link {
  display: block;
  width: fit-content;
  margin-top: 12px;
  color: #6a4a00;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shipping-guide-link[hidden] {
  display: none;
}

.wallet-mark {
  width: fit-content;
  margin: 18px auto;
  padding: 12px 22px;
  border-radius: 10px;
  background: #050505;
  color: #fff;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.payment-fieldset legend {
  padding: 0;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.payment-intro {
  margin: 8px 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.payment-methods {
  display: grid;
  gap: 10px;
}

.payment-method {
  position: relative;
  min-height: 76px;
  padding: 15px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.payment-method:hover:not(.disabled) {
  border-color: #a7bddf;
}

.payment-method.selected {
  border-color: var(--blue);
  background: #f5f9ff;
  box-shadow: 0 0 0 3px rgba(76, 139, 245, 0.1);
}

.payment-method:has(input:focus-visible) {
  outline: 3px solid rgba(76, 139, 245, 0.35);
  outline-offset: 2px;
}

.payment-method.disabled {
  background: #f6f7f9;
  color: #8d949f;
  cursor: not-allowed;
}

.payment-method > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.payment-radio {
  width: 18px;
  height: 18px;
  border: 1.5px solid #a8afb8;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--white);
}

.payment-method.selected .payment-radio {
  border-color: var(--blue);
  background: var(--blue);
}

.payment-copy,
.payment-copy strong,
.payment-copy small {
  min-width: 0;
  display: block;
}

.payment-copy strong {
  font-size: 14px;
}

.payment-copy small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.payment-badge {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-brands {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.card-brands b {
  padding: 4px 6px;
  border: 1px solid #d8dce3;
  border-radius: 5px;
  background: var(--white);
  color: #313844;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.payment-detail {
  margin-top: 12px;
  padding: 14px;
  border-radius: 12px;
  background: #f3f6fa;
}

.payment-detail.active {
  display: flex;
  gap: 10px;
  align-items: center;
}

.payment-detail-grid.active {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: end;
}

.payment-detail p,
.payment-detail strong,
.payment-detail small {
  display: block;
}

.payment-detail p {
  margin: 0;
}

.payment-detail strong {
  font-size: 12px;
}

.payment-detail small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.secure-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #dfeaff;
  color: var(--blue);
  font-weight: 900;
}

.payment-legal {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

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

.field.full {
  grid-column: 1 / -1;
}

.checkout-card .button {
  margin-top: 22px;
}

.timeline {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  min-height: 66px;
  padding-left: 36px;
  color: var(--muted);
  font-size: 13px;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--line);
  box-shadow: 0 0 0 1px var(--line);
}

.timeline li::after {
  content: "";
  position: absolute;
  top: 19px;
  bottom: -2px;
  left: 11px;
  width: 1px;
  background: var(--line);
}

.timeline li:last-child::after {
  display: none;
}

.timeline li.done::before {
  background: var(--green);
  box-shadow: 0 0 0 1px var(--green);
}

.timeline li.active {
  color: var(--text);
  font-weight: 800;
}

.timeline li.active::before {
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(76, 139, 245, 0.15);
}

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

.order-source-section { display: grid; gap: 18px; margin-bottom: 32px; }
.order-source-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.order-source-heading h2 { margin: 0; font-size: clamp(24px, 4vw, 38px); }
.live-order-card, .live-qc-card { border-top: 2px solid #f39a25; }
.oms-tracking { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 14px 0; border-top: 1px solid var(--line); }
.oms-tracking span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.oms-tracking small { color: var(--muted); }
.empty-state.compact { min-height: 0; padding: 20px; margin-bottom: 20px; }

.order-card,
.qc-card {
  min-width: 0;
  padding: 24px;
}

.order-card h2,
.qc-card h2 {
  overflow-wrap: anywhere;
}

.order-card header,
.qc-card header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.order-card header p,
.qc-card header p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.order-payment {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfcfe;
}

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

.order-payment small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.order-payment strong {
  font-size: 12px;
}

.payment-resume {
  margin-left: auto;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.cashier-page {
  min-height: 680px;
  display: grid;
  place-items: center;
}

.cashier-card {
  width: min(100%, 540px);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 22px 70px rgba(24, 35, 52, 0.11);
}

.cashier-provider {
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.cashier-provider span,
.cashier-provider strong,
.cashier-provider small {
  display: block;
}

.cashier-provider small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.cashier-shield {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #e7f0ff;
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
}

.cashier-card > .cashier-shield {
  margin-bottom: 22px;
}

.cashier-card h1 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 7vw, 54px);
  letter-spacing: -0.055em;
}

.cashier-summary {
  margin: 26px 0 12px;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.cashier-summary span {
  color: var(--muted);
}

.cashier-brands {
  margin-bottom: 22px;
}

.cashier-card .button {
  width: 100%;
}

.cashier-cancel {
  margin-top: 16px;
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

.status-pill {
  height: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #2259a8;
  font-size: 10px;
  font-weight: 850;
  text-align: center;
}

.line-items {
  margin: 18px 0;
  display: grid;
  gap: 12px;
}

.line-row {
  justify-content: flex-start;
  padding: 12px;
  border-radius: 12px;
  background: var(--surface);
}

.line-row img {
  width: 66px;
  height: 50px;
  object-fit: contain;
}

.line-row strong,
.line-row small {
  display: block;
}

.line-row small {
  margin-top: 4px;
  color: var(--muted);
}

.line-price {
  margin-left: auto;
  font-weight: 850;
}

.qc-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.countdown {
  margin: 18px 0;
  padding: 16px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--white);
}

.countdown small,
.countdown strong {
  display: block;
}

.countdown small {
  color: #aeb3bc;
  font-size: 10px;
  text-transform: uppercase;
}

.countdown strong {
  margin-top: 4px;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 25px;
}

.how-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 60px;
}

.how-steps {
  display: grid;
  gap: 12px;
}

.how-step {
  padding: 24px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}

.how-step .proof-index {
  color: var(--coral);
}

.how-step h3 {
  margin-bottom: 7px;
}

.how-step p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.site-footer {
  padding: 64px 0 120px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid,
.footer-bottom {
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
}

.footer-grid > div:first-child p {
  max-width: 420px;
  margin: 20px 0 0;
  color: #9da2ac;
  line-height: 1.6;
}

.footer-grid h2 {
  margin: 0 0 16px;
  color: #737985;
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-grid a,
.footer-install {
  color: #c8cbd2;
  font-size: 13px;
}

.footer-install {
  min-height: auto;
  padding: 0;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #2c2f35;
  color: #747984;
  font-size: 10px;
}

.mobile-nav {
  display: none;
}

.toast {
  position: fixed;
  z-index: 100;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  padding: 15px 18px;
  border-radius: 13px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
  font-size: 13px;
  font-weight: 700;
}

.modal-backdrop {
  position: fixed;
  z-index: 200;
  inset: 0;
  padding: 20px;
  display: grid;
  place-items: center;
  background: rgba(4, 5, 7, 0.7);
}

.modal {
  width: min(470px, 100%);
  padding: 28px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
}

.modal h2 {
  font-size: 28px;
}

.modal p {
  color: var(--muted);
  line-height: 1.6;
}

.modal-actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.auth-shell,
.account-gate-shell {
  min-height: 670px;
  display: grid;
  place-items: center;
}

.auth-card,
.account-gate {
  width: min(620px, 100%);
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.auth-card h1,
.account-gate h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.auth-card form {
  display: grid;
  gap: 16px;
}

.auth-card form .button {
  width: 100%;
  margin-top: 4px;
}

.auth-benefits {
  margin-top: 24px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  border-top: 1px solid var(--line);
  color: #276f4d;
  font-size: 12px;
  font-weight: 750;
}

.privacy-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.demo-code {
  margin: 24px 0;
  padding: 20px;
  display: grid;
  gap: 5px;
  border: 1px dashed #d1a22c;
  border-radius: 14px;
  background: #fff9e9;
  text-align: center;
}

.demo-code span,
.demo-code small {
  color: #7a5a12;
  font-size: 10px;
  font-weight: 750;
}

.demo-code strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 28px;
  letter-spacing: 0.18em;
}

.auth-back {
  min-height: 44px;
  margin: 14px auto 0;
  display: block;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
}

.account-gate {
  text-align: center;
}

.account-gate .lede {
  margin-inline: auto;
}

.account-gate-mark {
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--ink);
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 28px;
  font-weight: 900;
}

.account-dashboard {
  display: grid;
  gap: 18px;
}

.account-profile-card {
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.account-profile-avatar {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #07150e;
  font-size: 26px;
  font-weight: 900;
}

.account-profile-card small,
.account-profile-card p {
  color: var(--muted);
}

.account-profile-card h2 {
  margin: 4px 0;
  font-size: clamp(1.25rem, 3vw, 2rem);
  overflow-wrap: anywhere;
}

.account-profile-card p {
  margin-bottom: 0;
  font-size: 12px;
}

.account-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.account-stats div {
  min-height: 120px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
}

.account-stats strong {
  font-size: 30px;
}

.account-stats span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

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

.chat-launcher {
  position: fixed;
  z-index: 91;
  right: 24px;
  bottom: 24px;
  min-height: 52px;
  padding: 0 18px 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #2d3036;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  font-size: 13px;
  font-weight: 800;
}

.chat-launcher-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f09a24;
  color: #111216;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.chat-unread-badge {
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  place-items: center;
  border-radius: 999px;
  background: #ff9f0a;
  color: #111;
  font-size: 11px;
  line-height: 1;
}

.support-chat {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 88px;
  width: min(420px, calc(100vw - 32px));
  height: min(700px, calc(100vh - 130px));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  border: 1px solid #2c2e33;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.28);
}

.chat-header {
  min-height: 92px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #101114;
  color: var(--white);
}

.chat-identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-brand-avatar {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  overflow: visible;
  display: grid;
  place-items: center;
  border: 1px solid #3c3e44;
  border-radius: 15px;
  background: #202126;
}

.chat-brand-avatar img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.chat-connection-status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border: 2px solid #101114;
  border-radius: 50%;
  background: #7b808a;
}

.chat-connection-status.is-connected { background: #37bf72; }
.chat-connection-status.is-reconnecting { background: #e8b33d; }
.chat-connection-status.is-offline { background: #ff6b57; }

.chat-private-label {
  display: block;
  color: #efa13f;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chat-header h2 {
  margin: 3px 0 1px;
  font-size: 18px;
  line-height: 1.15;
}

.chat-header small {
  display: block;
  overflow: hidden;
  color: #a5a8b0;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-connection-label {
  display: block;
  margin-top: 2px;
  color: #a5a8b0;
  font-size: 10px;
  font-weight: 700;
}

.chat-connection-label.is-connected { color: #82d9a5; }
.chat-connection-label.is-reconnecting { color: #e8c475; }
.chat-connection-label.is-offline { color: #ff9a8c; }

.chat-header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
}

.chat-header .chat-close-button {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid #3a3e46;
  border-radius: 50%;
  background: #202329;
  color: var(--white);
  font-size: 22px;
}

.chat-header .chat-notification-button {
  min-width: 0;
  height: 34px;
  padding: 0 11px 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #3a3e46;
  border-radius: 999px;
  background: #202329;
  color: #d9dce2;
}

.chat-notification-button > span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #efa13f;
  box-shadow: 0 0 0 3px rgba(239, 161, 63, 0.12);
}

.chat-notification-button b {
  font-size: 10px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.chat-notification-button.active {
  border-color: rgba(55, 191, 114, 0.42);
  background: rgba(55, 191, 114, 0.11);
  color: #e5f8ec;
}

.chat-notification-button.active > span {
  background: #37bf72;
  box-shadow: 0 0 0 3px rgba(55, 191, 114, 0.13);
}

.chat-notification-button:disabled {
  cursor: default;
  opacity: 0.52;
}

.chat-messages {
  overflow-y: auto;
  padding: 14px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #f3f3f1;
  scrollbar-color: #c7c8cc transparent;
}

.chat-history-note {
  align-self: center;
  margin-bottom: 2px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e0ded8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #74767d;
  font-size: 9px;
  font-weight: 700;
}

.chat-history-note span {
  color: #c17b20;
  font-size: 13px;
}

.chat-load-earlier {
  display: block;
  margin: 0 auto 10px;
  padding: 7px 13px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: #4b5563;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.chat-load-earlier:disabled { cursor: wait; opacity: .62; }

.chat-typing-indicator {
  align-self: flex-start;
  margin: 1px 0 3px 35px;
  padding: 7px 10px;
  border: 1px solid #e1e1df;
  border-radius: 12px 12px 12px 5px;
  background: rgba(255, 255, 255, 0.82);
  color: #777980;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.chat-date-separator {
  width: 100%;
  margin: 6px 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-date-separator span {
  padding: 5px 10px;
  border-radius: 999px;
  background: #dedfdf;
  color: #6e7075;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.chat-message {
  max-width: 88%;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.chat-avatar {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid #d5d6d8;
  border-radius: 10px;
  background: #18191d;
}

.chat-avatar img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.chat-avatar.is-placeholder {
  visibility: hidden;
}

.chat-message-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.chat-author {
  padding-left: 3px;
  color: #777980;
  font-size: 9px;
  font-weight: 800;
}

.chat-bubble {
  padding: 10px 12px;
  border: 1px solid #e1e1df;
  border-radius: 15px 15px 15px 5px;
  background: var(--white);
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}

.chat-bubble > p {
  margin: 0;
  white-space: pre-wrap;
}

.chat-bubble > p + .chat-link-card,
.chat-bubble > p + .chat-media-placeholder,
.chat-bubble > p + .chat-pending-file,
.chat-link-card + .chat-media-placeholder,
.chat-media-placeholder + .chat-media-placeholder {
  margin-top: 8px;
}

.chat-pending-file {
  max-width: 230px;
  padding: 4px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(152, 94, 19, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  overflow: hidden;
}

.chat-pending-preview {
  width: 100%;
  max-height: 260px;
  display: block;
  border-radius: 7px;
  background: #dedbd5;
  object-fit: cover;
}

.chat-pending-file-copy {
  min-width: 0;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.chat-pending-file b {
  color: #985e13;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.chat-pending-file-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-link-card {
  min-width: 210px;
  padding: 10px 11px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(45, 79, 63, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.chat-link-card span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.chat-link-card strong {
  color: var(--blue);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.chat-product-card {
  width: min(290px, 72vw);
  margin-top: 8px;
  padding: 7px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(45, 79, 63, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
}

.chat-product-card > img {
  width: 62px;
  height: 54px;
  border-radius: 8px;
  background: #f2f1ed;
  object-fit: cover;
}

.chat-product-card > span { min-width: 0; display: grid; gap: 2px; }
.chat-product-card small { color: var(--green); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.chat-product-card strong { overflow: hidden; color: var(--text); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.chat-product-card span span { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }

.chat-media-placeholder {
  width: min(270px, 64vw);
  min-height: 120px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #d9dde4;
  color: #646a74;
  font-size: 10px;
}

.chat-media-preview {
  width: 100%;
  max-height: 280px;
  display: block;
  object-fit: contain;
  border-radius: 9px;
  background: #111318;
}

.chat-meta {
  min-height: 12px;
  padding: 0 3px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.chat-meta time {
  color: #878c96;
  font-size: 9px;
}

.chat-delivery {
  color: #c47b1e;
  font-size: 11px;
  font-weight: 900;
}

.chat-delivery.is-read { color: #0a84ff; letter-spacing: -3px; padding-right: 3px; }
.chat-delivery.is-sending { color: #777c86; font-size: 10px; font-weight: 750; }
.chat-delivery.is-failed { color: #b43a28; font-size: 10px; font-weight: 850; }

.chat-retry-button {
  min-height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(180, 58, 40, 0.32);
  border-radius: 999px;
  background: #fff;
  color: #a32f20;
  font-size: 10px;
  font-weight: 850;
}

.chat-message.is-sending .chat-bubble { opacity: 0.72; }
.chat-message.is-failed .chat-bubble { border-color: rgba(180, 58, 40, 0.42); }

.chat-message.customer {
  align-self: flex-end;
  justify-content: flex-end;
}

.chat-message.customer .chat-message-main {
  align-items: flex-end;
}

.chat-message.customer .chat-author {
  padding-right: 3px;
}

.chat-message.customer .chat-bubble {
  border-color: #f0c98e;
  border-radius: 15px 15px 5px 15px;
  background: #fff0d9;
}

.chat-message.continued {
  margin-top: -4px;
}

.chat-message.continued .chat-bubble {
  border-top-left-radius: 7px;
}

.chat-message.customer.continued .chat-bubble {
  border-top-left-radius: 15px;
  border-top-right-radius: 7px;
}

.chat-message.system {
  max-width: 94%;
  align-self: center;
  justify-content: center;
}

.chat-message.system .chat-bubble {
  padding: 8px 11px;
  border: 1px solid #e0e2e6;
  border-radius: 999px;
  background: #eceef1;
  color: #646a74;
  font-size: 10px;
  text-align: center;
}

.chat-prompts {
  padding: 9px 12px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  background: #fbfbfa;
}

.chat-prompts button {
  min-height: 32px;
  padding: 0 11px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #985e13;
  font-size: 10px;
  font-weight: 750;
}

.chat-composer {
  padding: 9px 10px 8px;
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.chat-composer-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

.chat-attach {
  width: 42px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8f8f7;
  color: #a56416;
  cursor: pointer;
  font-size: 23px;
  font-weight: 500;
}

.chat-attach input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.chat-file-tray {
  padding: 9px 12px 0;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.chat-file-tray > span {
  width: 224px;
  max-width: min(224px, calc(100vw - 64px));
  min-height: 58px;
  padding: 5px 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  border: 1px solid #e2dfd9;
  border-radius: 11px;
  background: #f8f7f4;
  font-size: 10px;
  overflow: hidden;
}

.chat-file-thumbnail {
  width: 46px;
  height: 46px;
  display: block;
  flex: 0 0 46px;
  border-radius: 8px;
  background: #dedbd5;
  object-fit: cover;
}

.chat-file-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  flex: 1;
}

.chat-file-kind {
  color: #aa6818;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.chat-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-file-tray button {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: #dedbd5;
}

.chat-upload-status {
  min-height: 0;
  padding: 0 12px;
  background: var(--white);
  color: #9b5e14;
  font-size: 10px;
  font-weight: 750;
}

.chat-upload-status:not(:empty) {
  padding-top: 8px;
}

.chat-composer-row textarea {
  min-height: 46px;
  max-height: 112px;
  padding: 12px;
  resize: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
}

.chat-composer-row textarea:focus {
  border-color: #d38a2b;
  box-shadow: 0 0 0 3px rgba(211, 138, 43, 0.12);
}

.chat-composer-row > button {
  min-width: 70px;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  background: #f09a24;
  color: #111216;
  font-size: 12px;
  font-weight: 850;
}

.chat-composer-row > button:disabled {
  opacity: 0.55;
}

.chat-composer-hint {
  min-width: 0;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #8b8d93;
  font-size: 9px;
  line-height: 1.35;
}

.chat-composer-hint span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-signin {
  padding: 18px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.chat-signin p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.chat-signin .button {
  width: 100%;
}

@media (max-width: 720px) and (max-height: 650px) {
  .support-chat:focus-within .chat-header {
    min-height: 72px;
    padding: 8px 12px;
  }

  .support-chat:focus-within .chat-brand-avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .support-chat:focus-within .chat-private-label,
  .support-chat:focus-within .chat-prompts,
  .support-chat:focus-within .chat-composer-hint span:first-child {
    display: none;
  }

  .support-chat:focus-within .chat-header h2 {
    margin-top: 0;
    font-size: 16px;
  }

  .support-chat:focus-within .chat-composer {
    padding-block: 6px;
  }

  .support-chat:focus-within .chat-composer-hint {
    justify-content: flex-end;
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .text-button {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr 0.75fr;
    gap: 36px;
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .verification-intro,
  .detail-grid,
  .how-grid {
    gap: 34px;
  }

  .cart-layout,
  .checkout-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .filters {
    grid-template-columns: 1fr 1fr;
  }

  .filters .search-field,
  .filters .button-dark {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1180px) {
  .announcement-detail {
    display: none;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .announcement {
    padding-inline: 16px;
    justify-content: center;
    text-align: center;
  }

  .header-inner,
  .section,
  .page-shell,
  .footer-grid,
  .footer-bottom,
  .trust-grid {
    width: min(100% - 28px, var(--content));
  }

  .header-inner {
    min-height: 64px;
    gap: 10px;
  }

  .catalog-trigger {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .catalog-trigger > span:last-child {
    display: none;
  }

  .language-picker select {
    min-width: 44px;
    width: 44px;
    padding-inline: 7px;
  }

  .brand strong {
    font-size: 15px;
  }

  .cart-button > span:first-child {
    display: none;
  }

  .cart-button {
    min-width: 46px;
    padding: 0 10px;
    justify-content: center;
  }

  .cart-count {
    min-width: 24px;
  }

  .account-button {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .account-button > span:last-child {
    display: none;
  }

  .hero-inner {
    width: min(100% - 28px, 1320px);
    min-height: auto;
    padding: 48px 0 36px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.1rem);
  }

  .hero-search {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-search .button {
    width: 100%;
  }

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

  .trust-item {
    padding: 18px 14px;
    border-bottom: 1px solid #343841;
    border-right: 0;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .trust-number {
    font-size: 17px;
  }

  .section {
    padding: 56px 0;
  }

  .page-shell {
    padding: 38px 0 62px;
  }

  .section-heading {
    align-items: flex-start;
  }

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

  .product-body {
    padding: 13px;
  }

  .product-body h3 {
    min-height: 35px;
    font-size: 15px;
  }

  .product-price {
    font-size: 18px;
  }

  .round-arrow {
    width: 38px;
    height: 38px;
  }

  .verification-intro,
  .detail-grid,
  .cart-layout,
  .checkout-layout,
  .how-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .fulfillment-grid {
    grid-template-columns: 1fr;
  }

  .proof-card {
    min-height: 210px;
  }

  .detail-media {
    min-height: 360px;
  }

  .detail-media img {
    height: 300px;
  }

  .detail-gallery-counter {
    right: 12px;
    bottom: 12px;
  }

  .detail-thumbnail {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
    border-radius: 13px;
  }

  .detail-copy,
  .summary-card {
    position: static;
  }

  .size-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .cart-line {
    grid-template-columns: 86px 1fr;
  }

  .cart-line > strong {
    grid-column: 2;
    justify-self: start;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }

  .payment-fieldset {
    margin-top: 26px;
    padding-top: 24px;
  }

  .payment-method {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .payment-badge {
    display: none;
  }

  .payment-detail-grid.active {
    grid-template-columns: 1fr;
  }

  .order-payment {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .payment-resume {
    width: 100%;
    margin-left: 0;
  }

  .cashier-page {
    min-height: 600px;
  }

  .cashier-card {
    padding: 26px 20px;
    border-radius: var(--radius);
  }

  .auth-shell,
  .account-gate-shell {
    min-height: 570px;
  }

  .auth-card,
  .account-gate {
    padding: 26px 22px;
    border-radius: var(--radius);
  }

  .account-profile-card {
    padding: 20px;
    align-items: flex-start;
  }

  .account-profile-avatar {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .account-stats div {
    min-height: 104px;
    padding: 16px 12px;
  }

  .account-stats strong {
    font-size: 24px;
  }

  .account-actions .button,
  .account-actions .button-secondary {
    flex: 1 1 150px;
  }

  .chat-launcher {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .support-chat {
    inset: env(safe-area-inset-top) 0 calc(68px + env(safe-area-inset-bottom));
    width: 100vw;
    height: auto;
    border: 0;
    border-radius: 0;
  }

  .chat-header {
    padding-top: 14px;
  }

  .chat-header .chat-notification-button {
    padding-inline: 9px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-nav {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(68px + env(safe-area-inset-bottom));
    padding: 7px 8px env(safe-area-inset-bottom);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(11, 12, 14, 0.97);
    color: #8f949e;
    backdrop-filter: blur(18px);
  }

  .mobile-nav a {
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 750;
  }

  .mobile-nav a span {
    font-size: 20px;
    line-height: 1;
  }

  .mobile-nav a b {
    font: inherit;
  }

  .mobile-nav a.active {
    background: #1e2127;
    color: var(--green);
  }

  .toast {
    right: 14px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    left: 14px;
    max-width: none;
  }
}

@media (max-width: 350px) {
  .chat-notification-button b { display: none; }
  .chat-header .chat-notification-button { width: 34px; justify-content: center; }

  .brand > span {
    display: none;
  }

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

  .product-body h3 {
    min-height: auto;
  }

  .trust-item {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }
}

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