:root {
  color-scheme: light;
  --canvas: #fbf8f3;
  --canvas: oklch(0.98 0.008 78);
  --surface: #fffdf9;
  --surface: oklch(0.995 0.004 78);
  --surface-soft: #f6eee3;
  --surface-soft: oklch(0.955 0.018 76);
  --text: #342d27;
  --text: oklch(0.25 0.025 55);
  --muted: #766c63;
  --muted: oklch(0.54 0.02 65);
  --border: #e5d9cb;
  --border: oklch(0.88 0.018 75);
  --border-subtle: #eee6dc;
  --border-subtle: oklch(0.92 0.012 76);
  --accent: #e66a25;
  --accent: oklch(0.68 0.18 48);
  --accent-hover: #c95018;
  --accent-hover: oklch(0.62 0.18 45);
  --accent-soft: #fae6d5;
  --accent-soft: oklch(0.94 0.045 60);
  --success: #278549;
  --success: oklch(0.58 0.13 145);
  --success-soft: #e8f5eb;
  --success-soft: oklch(0.94 0.04 145);
  --error: #c6382f;
  --error: oklch(0.58 0.2 28);
  --error-soft: #fbe9e6;
  --error-soft: oklch(0.95 0.035 28);
  --wechat: #1e9d55;
  --wechat: oklch(0.62 0.17 145);
  --alipay: #1677ff;
  --alipay: oklch(0.59 0.22 255);
  --alipay-hover: #0b63ce;
  --alipay-hover: oklch(0.53 0.2 255);
  --alipay-focus: #b8d8ff;
  --alipay-focus: oklch(0.86 0.08 250);
  --inverse-surface: #625e5a;
  --inverse-surface: oklch(0.46 0.012 65);
  --inverse-text: #fffaf3;
  --inverse-text: oklch(0.97 0.01 75);
  --inverse-muted: #ddd6ce;
  --inverse-muted: oklch(0.86 0.012 72);
  --inverse-border: #8b857e;
  --inverse-border: oklch(0.61 0.012 68);
  --shadow: 0 18px 48px rgb(65 48 34 / 8%);
  --shadow: 0 18px 48px oklch(0.32 0.04 50 / 0.08);
  --radius: 14px;
  --content: 1120px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--text); font-size: 16px; line-height: 1.65; }
body, button, input, textarea { font-family: inherit; }
button, input, textarea { font-size: 16px; }
a { color: inherit; text-underline-offset: 3px; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgb(232 135 69 / 55%); outline: 3px solid oklch(0.75 0.14 65 / 0.55); outline-offset: 3px; }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--text); color: var(--surface); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.store-header { position: sticky; top: 0; z-index: 50; background: rgb(255 253 249 / 96%); background: oklch(0.995 0.004 78 / 0.96); border-bottom: 1px solid var(--border); }
.store-header__inner { max-width: var(--content); min-height: 72px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.store-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.store-brand__logo { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; object-fit: contain; }
.store-brand strong, .store-brand small { display: block; line-height: 1.25; }
.store-brand strong { font-size: 17px; }
.store-brand small { margin-top: 2px; color: var(--muted); font-size: 12px; font-weight: 500; }
.store-nav { display: flex; align-items: stretch; gap: 28px; align-self: stretch; }
.store-nav a { position: relative; display: flex; align-items: center; color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.store-nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: transparent; }
.store-nav a:hover, .store-nav a.is-active { color: var(--text); }
.store-nav a.is-active::after { background: var(--accent); }
.store-nav__cart-count { position: absolute; top: 5px; right: -11px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border: 2px solid var(--surface); border-radius: 999px; background: var(--error); color: var(--surface); font-size: 9px; font-weight: 800; line-height: 1; }

body[data-store-page="landing"] .store-header { position: absolute; right: 0; left: 0; border-bottom: 0; background: transparent; pointer-events: none; }
body[data-store-page="landing"] .store-header__inner { position: relative; }
body[data-store-page="landing"] .store-brand, body[data-store-page="landing"] .store-nav { pointer-events: auto; }
body[data-store-page="landing"] .store-brand__logo { filter: drop-shadow(0 2px 7px rgb(52 45 39 / 28%)); }
body[data-store-page="landing"] .store-brand > span { position: absolute; left: 50%; width: max-content; text-align: center; transform: translateX(-50%); }
body[data-store-page="landing"] .store-brand strong { color: var(--surface); font-size: 18px; text-shadow: 0 1px 7px rgb(52 45 39 / 68%); }
body[data-store-page="landing"] .store-brand small { color: var(--surface); text-shadow: 0 1px 6px rgb(52 45 39 / 72%); }
body[data-store-page="landing"] .store-nav a { color: var(--surface); text-shadow: 0 1px 5px rgb(52 45 39 / 68%); }
body[data-store-page="landing"] .store-nav a:hover, body[data-store-page="landing"] .store-nav a.is-active { color: var(--surface); }

.store-main { min-height: 65vh; max-width: var(--content); margin: 0 auto; padding: 56px 24px 96px; }
.store-main--account-subpage { padding-top: 0; }
body[data-store-page="landing"] .store-main { padding-top: 0; }
.eyebrow { margin: 0 0 10px; color: var(--accent-hover); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: 42px; line-height: 1.14; letter-spacing: -0.03em; }
h2 { margin: 0; font-size: 24px; line-height: 1.28; letter-spacing: -0.018em; }
p { max-width: 72ch; }
.button { min-height: 46px; padding: 10px 18px; border: 1px solid transparent; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 760; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out; }
.button:active { transform: translateY(1px); }
.button:disabled { cursor: not-allowed; opacity: 0.52; transform: none; }
.button--primary { background: var(--accent); color: var(--surface); }
.button--primary:hover { background: var(--accent-hover); }
.button--secondary { border-color: var(--border); background: var(--surface); color: var(--text); }
.button--secondary:hover { border-color: var(--accent); color: var(--accent-hover); }
.button--wechat { background: var(--wechat); color: var(--surface); border: 0; }
.button--wechat:hover { background: #158247; background: oklch(0.56 0.17 145); }
.button--alipay { min-height: 54px; border-color: var(--alipay); background: var(--alipay); color: var(--inverse-text); font-size: 19px; font-weight: 800; letter-spacing: 0.01em; box-shadow: 0 8px 18px oklch(0.45 0.16 255 / 0.2); }
.button--alipay::before { width: 26px; height: 26px; flex: 0 0 26px; border-radius: 7px; display: grid; place-items: center; background: var(--inverse-text); color: var(--alipay); content: "支"; font-size: 16px; font-weight: 900; line-height: 1; }
.button--alipay:hover { border-color: var(--alipay-hover); background: var(--alipay-hover); box-shadow: 0 10px 22px oklch(0.42 0.16 255 / 0.24); }
.button--alipay:focus-visible { outline-color: var(--alipay-focus); }
.button--alipay:disabled { border-color: var(--border); background: var(--surface-soft); color: var(--muted); box-shadow: none; opacity: 1; }
.button--alipay:disabled::before { background: var(--surface); color: var(--muted); }
.button--alipay[aria-busy="true"] { border-color: var(--alipay); background: var(--alipay); color: var(--inverse-text); box-shadow: none; }
.button--alipay[aria-busy="true"]::before { border: 2px solid currentColor; border-top-color: transparent; border-radius: 50%; background: transparent; color: var(--inverse-text); content: ""; animation: spin 800ms linear infinite; }
.button--wide { width: 100%; }
.text-link { display: inline-block; margin-top: 18px; color: var(--muted); font-weight: 650; }

.store-slider { position: relative; margin-right: -24px; margin-left: -24px; border-bottom: 0; }
.store-slider__stage { min-height: 0; }
.store-slide { min-height: 0; }
.store-slide[hidden] { display: none; }
.store-slide__media { position: relative; display: block; border-radius: 0; overflow: hidden; background: var(--surface-soft); text-decoration: none; }
.store-slide__media .product-media { position: relative; aspect-ratio: 16 / 9; }
.store-slide__media .product-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.store-slide__title { position: absolute; left: 24px; bottom: 24px; max-width: calc(100% - 48px); margin: 0; padding: 9px 14px; border-radius: 10px; background: rgb(52 45 39 / 88%); background: oklch(0.25 0.025 55 / 0.88); color: var(--surface); font-size: 24px; line-height: 1.3; box-shadow: var(--shadow); }
.store-slide__media:hover .store-slide__title { background: var(--accent-hover); }
.store-slider__controls { position: absolute; z-index: 4; inset: 0; pointer-events: none; }
.store-slider__controls > button { position: absolute; top: 50%; width: 44px; height: 44px; padding: 0; border: 1px solid rgb(255 253 249 / 38%); border-radius: 50%; display: grid; place-items: center; background: rgb(52 45 39 / 62%); background: oklch(0.25 0.025 55 / 0.62); color: var(--surface); cursor: pointer; pointer-events: auto; transform: translateY(-50%); transition: background-color 180ms ease-out, border-color 180ms ease-out; }
.store-slider__controls > button[data-slide-prev] { left: 14px; }
.store-slider__controls > button[data-slide-next] { right: 14px; }
.store-slider__controls > button:hover { border-color: var(--surface); background: var(--accent-hover); }
.store-slider__controls > button:focus-visible { outline: 3px solid var(--accent-soft); color: var(--accent-hover); }
.store-slider__controls > button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.store-slider__dots { position: absolute; bottom: 12px; left: 50%; display: flex; align-items: center; pointer-events: auto; transform: translateX(-50%); }
.store-slider__dots button { width: 34px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.store-slider__dots span { width: 8px; height: 8px; border: 1px solid rgb(52 45 39 / 22%); border-radius: 50%; background: rgb(255 253 249 / 78%); background: oklch(0.995 0.004 78 / 0.78); box-shadow: 0 1px 4px rgb(52 45 39 / 22%); }
.store-slider__dots button[aria-current="true"] span { width: 10px; height: 10px; background: var(--accent); }
.home-products { padding: 72px 0 12px; }
.home-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 24px; }
.home-product { min-width: 0; }
.home-product__media { display: block; border-radius: var(--radius); overflow: hidden; background: var(--surface-soft); }
.home-product__media .product-media { aspect-ratio: 1 / 1; }
.home-product__body { padding-top: 13px; }
.home-product__title-row { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.home-product__body h3 { min-width: 0; margin: 0; flex: 1 1 auto; font-size: 18px; }
.home-product__body h3 a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }
.home-product__title-row > span { min-width: 0; max-width: 48%; flex: 0 1 auto; overflow: hidden; color: var(--muted); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.home-product__body .product-price { display: block; margin-top: 5px; font-size: 19px; }

.store-hero { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.75fr); align-items: center; gap: 72px; border-bottom: 1px solid var(--border); }
.store-hero__copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.business-facts { margin: 0; padding: 10px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.business-facts div { padding: 15px 0; display: grid; grid-template-columns: 88px 1fr; gap: 18px; border-bottom: 1px solid var(--border); }
.business-facts div:last-child { border-bottom: 0; }
.business-facts dt { color: var(--muted); font-size: 13px; }
.business-facts dd { margin: 0; font-size: 14px; font-weight: 700; }

.store-section { padding: 88px 0; border-bottom: 1px solid var(--border); }
.section-heading { margin-bottom: 36px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading > a { color: var(--accent-hover); font-size: 14px; font-weight: 750; }
.home-products__summary { max-width: 62ch; margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.featured-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.featured-product { min-width: 0; }
.featured-product > a { display: block; background: var(--surface-soft); border-radius: var(--radius); overflow: hidden; text-decoration: none; }
.featured-product .product-media { aspect-ratio: 1 / 1; }
.featured-product > div { padding-top: 13px; display: grid; gap: 4px; }
.featured-product__title { font-weight: 760; text-decoration: none; }
.featured-product .product-price { font-size: 18px; }

.purchase-steps { padding: 88px 0 12px; display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.35fr); gap: 72px; }
.purchase-steps ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.purchase-steps li { padding: 18px 0; display: grid; grid-template-columns: 46px 120px 1fr; gap: 12px; border-bottom: 1px solid var(--border); align-items: baseline; }
.purchase-steps li span { color: var(--accent-hover); font-size: 12px; font-weight: 800; }
.purchase-steps li p { margin: 0; color: var(--muted); font-size: 14px; }

.page-intro { margin-bottom: 52px; max-width: 760px; }
.page-intro > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.page-intro--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.65fr); gap: 72px; align-items: end; }
.goods-heading { margin-bottom: 26px; }
.product-list { border-top: 0; }
.product-row { padding: 28px 0; display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 32px; border-bottom: 1px solid var(--border-subtle); }
.product-row__media { align-self: start; background: var(--surface-soft); border-radius: var(--radius); overflow: hidden; }
.product-row__media .product-media { aspect-ratio: 1 / 1; }
.product-media { width: 100%; display: grid; place-items: center; background: var(--surface-soft); overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: contain; }
.product-row__body { min-width: 0; align-self: center; }
.product-row__heading { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; }
.product-row__identity { min-width: 0; }
.product-row__seller { margin: 0 0 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
.product-row h2 { min-width: 0; font-size: 27px; }
.product-row h2 a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }
.product-row h2 a:hover { color: var(--accent-hover); }
.product-row__heading .product-price { flex: none; padding-bottom: 2px; }
.product-row__description { max-width: 72ch; margin: 12px 0 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; }
.product-row__actions { margin-top: 16px; display: flex; justify-content: flex-end; }
.cart-add-button { min-height: 44px; padding: 8px 16px; border: 1px solid var(--accent-soft); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; background: var(--accent-soft); color: var(--accent-hover); cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; transition: background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out; }
.cart-add-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-add-button:hover { border-color: var(--accent); background: var(--surface); }
.cart-add-button:active { transform: scale(0.97); }
.cart-add-button:disabled { cursor: wait; opacity: 0.68; transform: none; }
.cart-add-button.is-added { border-color: var(--success-soft); background: var(--success-soft); color: var(--success); }
.goods-cart-stepper { min-height: 44px; display: inline-grid; grid-template-columns: 44px 28px 44px; align-items: center; background: transparent; }
.goods-cart-stepper__button { position: relative; isolation: isolate; width: 44px; height: 44px; padding: 0; border: 0; display: grid; place-items: center; background: transparent; color: var(--accent-hover); cursor: pointer; font: inherit; font-size: 20px; font-weight: 500; line-height: 1; transition: color 160ms ease-out, transform 160ms ease-out; }
.goods-cart-stepper__button::before { position: absolute; z-index: -1; width: 30px; height: 30px; border-radius: 50%; content: ""; transition: background-color 160ms ease-out, box-shadow 160ms ease-out, transform 160ms ease-out; }
.goods-cart-stepper__button--minus::before { background: var(--surface); box-shadow: inset 0 0 0 1px var(--border); }
.goods-cart-stepper__button--plus { color: var(--surface); }
.goods-cart-stepper__button--plus::before { background: var(--accent); box-shadow: 0 3px 10px oklch(0.48 0.12 48 / 0.16); }
.goods-cart-stepper__button--minus:hover::before { background: var(--accent-soft); box-shadow: inset 0 0 0 1px var(--accent); }
.goods-cart-stepper__button--plus:hover::before { background: var(--accent-hover); }
.goods-cart-stepper__button:active { transform: scale(0.94); }
.goods-cart-stepper__button:disabled { cursor: wait; opacity: 0.58; transform: none; }
.goods-cart-stepper__quantity { min-width: 28px; color: var(--text); font-size: 14px; font-weight: 750; line-height: 1; text-align: center; }
.product-row__actions[aria-busy="true"] { opacity: 0.72; }
.product-price { display: block; color: var(--accent-hover); font-size: 24px; line-height: 1.2; }
.list-loader { min-height: 70px; padding: 18px 0; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); text-align: center; }
.list-loader[hidden] { display: none; }
.list-loader__button { min-height: 44px; padding: 8px 22px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--text); cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; }
.list-loader__button:hover { border-color: var(--accent); color: var(--accent-hover); }
.list-loader__button:disabled { cursor: wait; opacity: 0.62; }
.list-loader__status { display: none; font-size: 12px; }
.list-loader.is-error .list-loader__status { display: inline; color: var(--error); }
.list-pagination { padding: 18px 0; text-align: center; }
.list-pagination a { color: var(--accent-hover); font-weight: 700; }

.breadcrumb { margin-bottom: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--text); font-weight: 700; }
.product-detail { min-width: 0; max-width: 100%; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.85fr); gap: 64px; align-items: start; }
.product-detail__media, .product-gallery, .product-detail__summary { min-width: 0; max-width: 100%; }
.product-detail__media { position: relative; }
.product-detail__media .product-media { min-height: 540px; border-radius: var(--radius); }
.product-gallery__viewport { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--surface-soft); }
.product-gallery__slides { min-width: 0; }
.product-gallery__slide { margin: 0; }
.product-gallery__slide[hidden] { display: none; }
.product-gallery__arrow { position: absolute; z-index: 3; top: 50%; width: 44px; height: 44px; padding: 0; border: 1px solid oklch(0.995 0.004 78 / 0.5); border-radius: 50%; display: grid; place-items: center; background: oklch(0.25 0.025 55 / 0.68); color: var(--surface); cursor: pointer; transform: translateY(-50%); transition: background-color 180ms ease-out, border-color 180ms ease-out; }
.product-gallery__arrow--prev { left: 12px; }
.product-gallery__arrow--next { right: 12px; }
.product-gallery__arrow:hover { border-color: var(--surface); background: var(--accent-hover); }
.product-gallery__arrow:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 2px; }
.product-gallery__arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-gallery__counter { position: absolute; z-index: 3; right: 12px; bottom: 12px; min-width: 54px; padding: 6px 10px; border-radius: 999px; background: oklch(0.25 0.025 55 / 0.76); color: var(--surface); font-size: 12px; font-weight: 750; text-align: center; }
.product-gallery__thumbs { margin-top: 12px; padding: 2px; display: flex; gap: 9px; overflow-x: auto; scrollbar-width: thin; }
.product-gallery__thumbs button { width: 66px; height: 66px; flex: 0 0 66px; padding: 3px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); cursor: pointer; transition: border-color 160ms ease-out, box-shadow 160ms ease-out; }
.product-gallery__thumbs button:hover { border-color: var(--accent); }
.product-gallery__thumbs button[aria-selected="true"] { border-color: var(--accent); box-shadow: 0 0 0 2px var(--accent-soft); }
.product-gallery__thumbs button:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 2px; }
.product-gallery__thumbs img { width: 100%; height: 100%; display: block; border-radius: 6px; object-fit: contain; }
.product-detail__seller { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 6px 10px; border-radius: 999px; background: rgb(52 45 39 / 88%); background: oklch(0.25 0.025 55 / 0.88); color: var(--surface); font-size: 12px; font-weight: 750; line-height: 1.2; box-shadow: 0 3px 12px rgb(52 45 39 / 16%); }
.product-detail__summary { padding-top: 10px; }
.product-detail__headline { min-width: 0; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.product-detail__headline h1 { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.product-detail__headline .product-price { flex: 0 0 auto; margin: 0; font-size: 28px; white-space: nowrap; }
.product-detail__description { margin: 20px 0; color: var(--muted); font-size: 17px; }
.detail-facts { margin: 28px 0 0; border-top: 0; }
.detail-facts div { padding: 13px 0; display: grid; grid-template-columns: 95px 1fr; gap: 18px; border-bottom: 1px solid var(--border); }
.detail-facts dt { color: var(--muted); font-size: 13px; }
.detail-facts dd { margin: 0; font-size: 14px; font-weight: 650; }
.detail-actions { margin-top: 24px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(132px, 0.9fr); gap: 9px; }
.detail-actions .button { min-height: 44px; padding: 8px 16px; border-radius: 12px; font-size: 14px; white-space: nowrap; }
.detail-actions .button--primary { box-shadow: 0 5px 14px oklch(0.48 0.12 48 / 0.13); }
.detail-actions .button--primary:hover { box-shadow: 0 6px 18px oklch(0.48 0.12 48 / 0.17); }
.product-description-media { max-width: 900px; margin: 84px auto 0; padding-top: 42px; border-top: 1px solid var(--border); }
.product-description-media header { margin-bottom: 28px; }
.product-description-media__images { display: grid; gap: 22px; }
.product-description-media figure { margin: 0; background: var(--surface-soft); border-radius: var(--radius); overflow: hidden; }
.product-description-media img { width: 100%; height: auto; display: block; object-fit: contain; }
.service-panel { margin-top: 84px; padding-top: 42px; display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.2fr); gap: 60px; border-top: 1px solid var(--border); }
.service-panel ul { margin: 0; padding-left: 20px; color: var(--muted); }
.service-panel li + li { margin-top: 8px; }
.service-panel > p { grid-column: 2; margin: -36px 0 0; }
.service-panel a { color: var(--accent-hover); font-weight: 700; }
.product-service-float { position: fixed; z-index: 40; right: max(24px, env(safe-area-inset-right)); bottom: max(28px, env(safe-area-inset-bottom)); width: 56px; height: 56px; padding: 0; border: 1px solid var(--border); border-radius: 50%; display: grid; place-items: center; background: var(--surface); color: var(--text); cursor: pointer; box-shadow: 0 8px 24px oklch(0.25 0.025 55 / 0.16); transition: border-color 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out; }
.product-service-float svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.product-service-float:hover { border-color: var(--accent); color: var(--accent-hover); box-shadow: 0 10px 28px oklch(0.48 0.12 48 / 0.2); }
.product-service-float:focus-visible { border-color: var(--accent); outline: 3px solid var(--accent-soft); outline-offset: 3px; color: var(--accent-hover); }
.product-service-float:active { transform: scale(0.96); }

.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.checkout-form { min-width: 0; padding: 6px 0 0; border: 0; border-radius: 0; background: transparent; }
.form-section { margin: 0; }
.form-section + .form-section { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--border); }
.form-section h2 { font-size: 17px; }
.form-section--quantity { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.checkout-section__head, .order-summary__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.checkout-section__head > a, .order-summary__head > a { color: var(--accent-hover); font-size: 12px; font-weight: 700; }
.checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
.checkout-field { min-width: 0; }
.checkout-field--wide { grid-column: 1 / -1; }
.checkout-form label:not(.check-row) { margin-top: 11px; }
.delivery-scope-note { margin: 12px 0 2px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--accent-soft); color: var(--text); font-size: 13px; line-height: 1.55; }
.delivery-scope-note strong, .delivery-scope-note span { display: block; }
.delivery-scope-note span { margin-top: 2px; color: var(--muted); font-weight: 500; }
.checkout-form input:not([type="checkbox"]), .checkout-form textarea, .checkout-form select { min-height: 44px; }
.checkout-form textarea { min-height: 68px; }
label { display: block; margin: 16px 0 6px; color: var(--text); font-size: 13px; font-weight: 700; }
input, textarea, select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--text); font: inherit; }
textarea { min-height: 108px; resize: vertical; line-height: 1.55; }
select { cursor: pointer; }
select:disabled { cursor: not-allowed; color: var(--muted); background: var(--canvas); opacity: 0.72; }
input:focus, textarea:focus, select:focus { border-color: var(--accent); outline: 3px solid var(--accent-soft); }
input[aria-invalid="true"], textarea[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--error); background: var(--error-soft); }
.region-picker { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 8px; }
.region-picker select { min-width: 0; padding-right: 6px; text-overflow: ellipsis; }
.quantity-control { width: max-content; display: grid; grid-template-columns: 48px 70px 48px; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; background: var(--surface); }
.quantity-control button { min-height: 48px; border: 0; background: transparent; color: var(--accent-hover); cursor: pointer; font-size: 21px; }
.quantity-control input { min-height: 48px; padding: 0; border: 0; border-right: 1px solid var(--border); border-left: 1px solid var(--border); border-radius: 0; text-align: center; }
.check-row { min-height: 44px; margin: 16px 0 0; display: flex; gap: 10px; align-items: center; font-weight: 500; line-height: 1.55; }
.check-row input { flex: 0 0 auto; width: 20px; min-height: 20px; margin-top: 2px; padding: 0; }
.check-row--policy { margin: 22px 0 14px; color: var(--muted); font-size: 12px; }
.checkout-form .form-section--shipping > .check-row { margin-top: 10px; }
.checkout-form .check-row--policy { margin: 10px 0 6px; }
.checkout-form .form-message { min-height: 18px; margin: 4px 0; font-size: 12px; }
.form-message { min-height: 24px; margin: 12px 0; color: var(--error); font-size: 14px; }
.form-message.is-success { color: var(--success); }
.order-summary { position: sticky; top: 24px; padding: 20px; border: 0; border-radius: var(--radius); background: var(--surface-soft); }
.order-summary h2 { font-size: 18px; }
.order-summary__product { margin: 14px 0; padding-bottom: 14px; display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 13px; align-items: center; border-bottom: 1px solid var(--border); }
.order-summary__product .product-media { width: 68px; height: 68px; border-radius: 9px; }
.order-summary__product strong, .order-summary__product span { display: block; }
.order-summary__product span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.order-summary__product em { display: block; margin-top: 5px; color: var(--accent-hover); font-size: 13px; font-style: normal; font-weight: 750; }
.order-summary dl { margin: 0; }
.order-summary dl div { padding: 8px 0; display: flex; justify-content: space-between; gap: 16px; }
.order-summary dt { color: var(--muted); }
.order-summary dd { margin: 0; font-weight: 700; }
.order-summary .order-summary__delivery { margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--border); font-size: 11px; }
.order-summary .order-summary__delivery div { padding: 5px 0; }
.order-summary .order-summary__delivery dd { max-width: 190px; text-align: right; line-height: 1.45; }
.order-summary__total { margin-top: 10px; padding-top: 16px !important; border-top: 1px solid var(--border); }
.order-summary__total dd { color: var(--accent-hover); font-size: 22px; }
.order-summary__pricing { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.order-summary__pricing span { color: var(--muted); font-size: 12px; }
.order-summary__pricing b { color: var(--text); }
.order-summary__pricing strong { color: var(--accent-hover); font-size: 21px; }
.order-summary > p { margin: 12px 0 0; color: var(--muted); font-size: 11px; }

.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 34px; align-items: start; }
.cart-list { min-width: 0; border-top: 0; }
.cart-item { min-width: 0; padding: 22px 0; display: grid; grid-template-columns: 104px minmax(0, 1fr) auto; gap: 18px; align-items: center; border-bottom: 1px solid var(--border-subtle); }
.cart-item__media { width: 104px; height: 104px; border-radius: 12px; overflow: hidden; background: var(--surface-soft); }
.cart-item__media img { width: 100%; height: 100%; display: block; object-fit: contain; }
.cart-item__body { min-width: 0; }
.cart-item__body h2 { overflow: hidden; margin: 0; font-size: 19px; white-space: nowrap; text-overflow: ellipsis; }
.cart-item__body h2 a { text-decoration: none; }
.cart-item__body > p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.cart-item__unit { margin-top: 9px; display: block; color: var(--accent-hover); font-size: 15px; font-weight: 750; }
.cart-item__aside { min-width: 130px; display: grid; justify-items: end; gap: 12px; }
.cart-item__aside > strong { color: var(--text); font-size: 18px; }
.cart-item__controls { display: grid; grid-template-columns: 40px 42px 40px; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; background: var(--surface); }
.cart-item__controls button { min-height: 40px; padding: 0; border: 0; background: transparent; color: var(--accent-hover); cursor: pointer; font-size: 19px; }
.cart-item__controls button:hover { background: var(--surface-soft); }
.cart-item__controls span { display: grid; place-items: center; border-right: 1px solid var(--border); border-left: 1px solid var(--border); font-size: 13px; font-weight: 750; }
.cart-item__remove { min-height: 44px; padding: 6px 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.cart-item__remove:hover { color: var(--error); }
.cart-item.is-unavailable { opacity: 0.72; }
.cart-summary { position: sticky; top: 24px; padding: 22px; border: 0; border-radius: var(--radius); background: var(--surface-soft); }
.cart-summary > div:first-child { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 12px; }
.cart-summary b { color: var(--text); }
.cart-summary__total { margin: 18px 0; padding-top: 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; border-top: 1px solid var(--border); }
.cart-summary__total span { color: var(--muted); font-size: 13px; }
.cart-summary__total strong { color: var(--accent-hover); font-size: 26px; }
.cart-summary .button[aria-disabled="true"] { pointer-events: none; opacity: 0.48; }
.cart-clear-button { width: 100%; min-height: 44px; margin-top: 8px; padding: 8px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.cart-clear-button:hover { color: var(--error); }
.cart-checkout-items { margin: 12px 0; border-top: 1px solid var(--border-subtle); }
.cart-checkout-item { padding: 12px 0; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--border-subtle); }
.cart-checkout-item img { width: 52px; height: 52px; border-radius: 8px; object-fit: contain; background: var(--surface-soft); }
.cart-checkout-item div { min-width: 0; }
.cart-checkout-item b, .cart-checkout-item small { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.cart-checkout-item b { font-size: 13px; }
.cart-checkout-item small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.cart-checkout-item > strong { color: var(--accent-hover); font-size: 13px; white-space: nowrap; }
.order-cart-items { margin: 16px 0 0; border-top: 1px solid var(--border-subtle); }
.order-cart-item { padding: 10px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--border-subtle); font-size: 13px; }
.order-cart-item span { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.order-cart-item strong { flex: none; color: var(--accent-hover); }

.single-task { max-width: 560px; margin: 24px auto; padding: 40px; border: 0; border-radius: 0; background: transparent; box-shadow: none; text-align: center; }
.single-task h1 { font-size: 30px; }
.single-task > p:not(.eyebrow):not(.form-message) { margin: 14px auto 24px; color: var(--muted); }
.pay-order { margin: 28px 0; padding: 18px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: left; }
.pay-order dl { margin: 0; }
.pay-order dl div { padding: 7px 0; display: flex; justify-content: space-between; gap: 20px; }
.pay-order dt { color: var(--muted); }
.pay-order dd { margin: 0; font-weight: 720; text-align: right; }
.pay-order .pay-total dd { color: var(--accent-hover); font-size: 22px; }
.pay-merchant { margin: 20px 0; padding: 14px; display: grid; gap: 2px; background: var(--surface-soft); border-radius: 10px; }
.pay-merchant span { color: var(--muted); font-size: 12px; }
.pay-methods { margin-top: 6px; display: grid; gap: 12px; }
.single-task .pay-security-note { margin: 10px auto 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.result-state__mark { width: 58px; height: 58px; margin: 0 auto 20px; border-radius: 50%; background: var(--surface-soft); position: relative; }
.result-state__mark::after { content: ""; position: absolute; inset: 17px; border: 3px solid var(--muted); border-top-color: transparent; border-radius: 50%; animation: spin 800ms linear infinite; }
.result-state.is-success .result-state__mark { background: var(--success-soft); }
.result-state.is-success .result-state__mark::after { inset: 15px 13px 17px 18px; border: 0; border-right: 3px solid var(--success); border-bottom: 3px solid var(--success); border-radius: 0; transform: rotate(45deg); animation: none; }
.result-state.is-error .result-state__mark { background: var(--error-soft); }
.result-state.is-error .result-state__mark::before, .result-state.is-error .result-state__mark::after { content: ""; position: absolute; left: 27px; top: 15px; width: 3px; height: 28px; border: 0; border-radius: 2px; background: var(--error); animation: none; transform: rotate(45deg); }
.result-state.is-error .result-state__mark::after { transform: rotate(-45deg); }
.result-actions { margin-top: 24px; display: flex; justify-content: center; gap: 10px; }

.store-auth-body { min-height: 100vh; background: var(--canvas); }
.store-main--minimal { width: 100%; max-width: none; min-height: 100vh; min-height: 100svh; padding: 32px 20px; }
.auth-layout { min-height: calc(100vh - 64px); min-height: calc(100svh - 64px); padding-top: clamp(44px, 10vh, 84px); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.auth-brand { display: block; margin-bottom: 20px; border-radius: 18px; text-decoration: none; }
.auth-brand__logo { width: 76px; height: 76px; border-radius: 18px; object-fit: contain; }
.auth-form { width: min(100%, 380px); text-align: center; }
.auth-methods { margin-bottom: 26px; padding: 4px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; border: 0; border-radius: 14px; background: var(--surface-soft); }
.auth-methods button { min-height: 44px; padding: 8px 12px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: var(--muted); cursor: pointer; font-weight: 720; transition: background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out; }
.auth-methods button:hover { color: var(--text); }
.auth-methods button:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 2px; }
.auth-methods button.is-active { border-color: transparent; background: var(--surface); color: var(--accent-hover); box-shadow: 0 2px 8px rgb(52 45 39 / 6%); }
.auth-panel h1 { margin-bottom: 24px; font-size: 27px; text-align: center; }
.auth-account-form { text-align: left; }
.auth-account-form label { margin-top: 14px; }
.auth-account-form .button { margin-top: 22px; }
.auth-captcha { margin-top: 14px; }
.auth-captcha__row { display: grid; grid-template-columns: minmax(0, 1fr) 132px; gap: 10px; align-items: stretch; }
.auth-captcha__image { min-height: 46px; padding: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 9px; background: var(--surface-soft); cursor: pointer; }
.auth-captcha__image img { width: 100%; height: 46px; display: block; object-fit: contain; }
.auth-captcha__image img:not([src]) { opacity: 0; }
.auth-mode-link { width: 100%; min-height: 44px; margin-top: 7px; padding: 8px; border: 0; background: transparent; color: var(--accent-hover); cursor: pointer; font-size: 13px; font-weight: 700; }
.auth-form .form-message { margin: 0 0 14px; }
.auth-form .form-message:empty { display: none; }
.auth-form a, .settings-form a { color: var(--accent-hover); font-weight: 700; }
.auth-consent { min-height: 44px; margin: 14px 0 0; display: flex; align-items: flex-start; justify-content: center; gap: 9px; color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.7; text-align: left; cursor: pointer; }
.auth-consent input { flex: 0 0 auto; width: 19px; height: 19px; min-height: 19px; margin: 4px 0 0; padding: 0; accent-color: var(--wechat); }
.settings-form { padding: 0; border: 0; border-radius: 0; background: transparent; }
.address-settings-form textarea { min-height: 72px; }
.address-manager { width: min(100%, 880px); margin: 0 auto; }
.address-manager__head { min-height: 62px; padding-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--border-subtle); }
.address-manager__head h2 { margin: 0; font-size: 22px; }
.address-manager__head p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.address-add-button { min-height: 40px; padding: 8px 15px; border: 0; border-radius: 10px; background: var(--accent); color: var(--surface); cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; }
.address-add-button:hover { background: var(--accent-hover); }
.address-add-button:disabled { background: var(--surface-soft); color: var(--muted); cursor: not-allowed; }
.address-list { min-height: 110px; }
.address-row { min-height: 112px; padding: 20px 2px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; border-bottom: 1px solid var(--border-subtle); }
.address-row__body { min-width: 0; }
.address-row__person { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; }
.address-row__person strong { font-size: 16px; }
.address-row__person span { color: var(--muted); font-size: 13px; }
.address-row__person b { padding: 2px 7px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-hover); font-size: 10px; line-height: 1.5; }
.address-row address { margin-top: 8px; color: var(--text); font-size: 14px; font-style: normal; line-height: 1.55; }
.address-row__actions { display: flex; align-items: center; gap: 17px; }
.address-row__actions button { min-height: 40px; padding: 7px 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }
.address-row__actions button:hover { color: var(--accent-hover); }
.address-row__actions button:last-child:hover { color: var(--error); }
.address-row__actions .address-row__select { min-width: 60px; padding-right: 12px; padding-left: 12px; border-radius: 9px; background: var(--accent); color: var(--surface); }
.address-row__actions .address-row__select:hover { background: var(--accent-hover); color: var(--surface); }
.address-manager.is-selecting .address-row { position: relative; padding-right: 92px; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 4px; cursor: default; }
.address-manager.is-selecting .address-row__actions { justify-content: flex-start; }
.address-manager.is-selecting .address-row__actions .address-row__select {
  position: absolute;
  top: 50%;
  right: 2px;
  min-width: 72px;
  min-height: 44px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 780;
  transform: translateY(-50%);
}
.address-manager.is-selecting .address-row__actions .address-row__select:active { background: var(--accent-hover); transform: translateY(-50%) scale(0.97); }
.address-empty { padding: 56px 16px; text-align: center; }
.address-empty h3 { margin: 0; font-size: 17px; }
.address-empty p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.address-editor { margin-top: 26px; padding: 22px 24px 24px; border-radius: 16px; background: var(--surface-soft); }
.address-editor[hidden] { display: none; }
.address-editor__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.address-editor__head h3 { margin: 0; font-size: 18px; }
.address-editor__head button { min-height: 40px; padding: 7px 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 12px; }
.address-default-row { margin-top: 12px; }
.address-editor__actions { margin-top: 8px; display: flex; gap: 10px; }
.address-editor__actions .button { min-width: 118px; min-height: 44px; margin-top: 0; }

.account-dashboard { width: min(100%, 900px); margin: 0 auto; display: grid; gap: 18px; }
.account-profile { min-height: 190px; padding: 30px 32px; display: grid; grid-template-columns: 76px minmax(0, 1fr) 46px; align-items: center; gap: 20px; border-radius: 20px; background: var(--inverse-surface); color: var(--inverse-text); }
.account-profile__avatar { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-hover); font-size: 30px; font-weight: 800; }
.account-profile__copy { min-width: 0; }
.account-profile__copy > p { margin: 0 0 4px; color: var(--inverse-muted); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; }
.account-profile__copy h1 { overflow: hidden; margin: 0; color: var(--inverse-text); font-size: 30px; white-space: nowrap; text-overflow: ellipsis; }
.account-profile__copy > span { display: block; overflow: hidden; margin-top: 6px; color: var(--inverse-muted); font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.account-profile__copy > b { width: max-content; min-height: 26px; margin-top: 12px; padding: 3px 9px; display: inline-flex; align-items: center; border-radius: 999px; background: rgb(255 250 243 / 14%); color: var(--inverse-text); font-size: 11px; font-weight: 700; }
.account-profile__settings { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--inverse-border); border-radius: 50%; color: var(--inverse-text); text-decoration: none; }
.account-profile__settings:hover { border-color: var(--accent); color: var(--accent-soft); }
.account-profile__settings svg, .account-nav-icon svg, .account-logout svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.account-panel { padding: 24px 26px 20px; border: 0; border-radius: 18px; background: var(--surface); box-shadow: 0 8px 24px rgb(65 48 34 / 3%); }
.account-panel__head { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.account-panel__head h2 { font-size: 21px; }
.account-panel__head > a { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.account-panel__head > a:hover { color: var(--accent-hover); }
.account-panel__head > a span { font-size: 21px; font-weight: 400; line-height: 1; }
.account-order-nav { margin-top: 8px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.account-order-nav a { position: relative; min-width: 0; min-height: 102px; padding: 12px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; color: var(--text); font-size: 13px; font-weight: 700; text-align: center; text-decoration: none; }
.account-order-nav a:hover { background: var(--surface-soft); color: var(--accent-hover); }
.account-nav-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: var(--accent-soft); color: var(--accent-hover); }
.account-order-nav b { position: absolute; top: 8px; left: calc(50% + 12px); min-width: 20px; height: 20px; padding: 0 5px; border: 2px solid var(--surface); border-radius: 999px; background: var(--error); color: var(--surface); font-size: 10px; line-height: 16px; }
.account-service-nav { margin-top: 8px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.account-service-nav a, .account-service-nav button { min-width: 0; min-height: 108px; padding: 12px 6px; border: 0; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; background: transparent; color: var(--text); cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; text-align: center; text-decoration: none; }
.account-service-nav a:hover, .account-service-nav button:hover { background: var(--surface-soft); color: var(--accent-hover); }
.account-logout { min-height: 52px; padding: 10px 20px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--surface-soft); color: var(--accent-hover); cursor: pointer; font: inherit; font-weight: 750; }
.account-logout:hover { border-color: var(--accent); background: var(--accent-soft); }
.account-logout svg { width: 20px; height: 20px; }

.account-subheader { position: relative; min-height: calc(58px + env(safe-area-inset-top)); margin: 0 -24px 30px; padding: env(safe-area-inset-top) 24px 0; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; border-bottom: 1px solid var(--border-subtle); background: var(--surface); }
.account-subheader::after { display: none; }
.account-subheader > a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--text); text-decoration: none; transition: background-color 180ms ease-out, color 180ms ease-out; }
.account-subheader > a:hover { background: var(--surface-soft); color: var(--accent-hover); }
.account-subheader svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.account-subheader h1 { min-width: 0; margin: 0; overflow: hidden; font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

.order-filters { margin-bottom: 20px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-bottom: 1px solid var(--border-subtle); }
.order-filters button { position: relative; min-width: 0; min-height: 64px; padding: 7px 2px 9px; border: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 13px; line-height: 1.25; white-space: nowrap; }
.order-filters button::after { content: ""; position: absolute; right: 24%; bottom: -1px; left: 24%; height: 2px; background: transparent; }
.order-filters button b { margin-top: 4px; color: var(--text); font-size: 14px; font-weight: 500; }
.order-filters button:hover, .order-filters button.is-active { color: var(--text); font-weight: 750; }
.order-filters button.is-active::after { right: 31%; left: 31%; background: var(--text); }
.order-list { border-top: 0; }
.order-row { padding: 22px 0; display: grid; grid-template-columns: 1fr auto; gap: 12px 30px; border-bottom: 1px solid var(--border-subtle); }
.order-row__main { min-width: 0; }
.order-row__main a { font-size: 18px; font-weight: 760; text-decoration: none; }
.order-row__meta { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.order-row__aside { text-align: right; }
.order-row__aside strong { display: block; color: var(--accent-hover); font-size: 18px; }
.status-tag { display: inline-flex; min-height: 28px; margin-top: 6px; padding: 3px 9px; align-items: center; border-radius: 999px; background: var(--surface-soft); color: var(--muted); font-size: 12px; font-weight: 750; }
.status-tag.is-success { background: var(--success-soft); color: var(--success); }
.status-tag.is-error { background: var(--error-soft); color: var(--error); }
.order-row__action { grid-column: 1 / -1; justify-self: start; color: var(--accent-hover); font-size: 13px; font-weight: 700; }
.empty-state { padding: 56px 18px; text-align: center; }
.empty-state h2 { font-size: 20px; }
.empty-state p { margin-right: auto; margin-left: auto; color: var(--muted); }

.order-detail { max-width: 760px; }
.order-detail__head { margin-bottom: 24px; display: flex; justify-content: space-between; gap: 24px; align-items: start; }
.order-detail__head h2 { font-size: 30px; }
.order-detail__facts { border-top: 0; }
.order-detail__facts div { padding: 14px 0; display: grid; grid-template-columns: 120px 1fr; gap: 24px; border-bottom: 1px solid var(--border); }
.order-detail__facts dt { color: var(--muted); }
.order-detail__facts dd { margin: 0; font-weight: 650; }
.order-detail__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }

.settings-layout { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr); gap: 80px; align-items: start; }
.settings-copy { position: sticky; top: 110px; }
.settings-copy p:last-child { color: var(--muted); }
.settings-form .button { margin-top: 10px; }

.shop-info { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); gap: 72px; }
.shop-info__main { min-width: 0; }
.shop-info__section + .shop-info__section { margin-top: 44px; }
.shop-info__section h2 { margin: 0 0 4px; font-size: 21px; }
.shop-info dl { margin: 0; border-top: 0; }
.shop-info dl div { padding: 16px 0; display: grid; grid-template-columns: 110px 1fr; gap: 24px; border-bottom: 1px solid var(--border); }
.shop-info dt { color: var(--muted); }
.shop-info dd { margin: 0; font-weight: 650; }
.shop-info__code { overflow-wrap: anywhere; letter-spacing: 0.02em; }
.shop-info dd.shop-info__scope { font-weight: 500; line-height: 1.8; }
.shop-service { padding: 24px; align-self: start; border: 0; border-radius: var(--radius); background: var(--surface-soft); }
.shop-service h2 { font-size: 21px; }
.shop-service p { color: var(--muted); font-size: 14px; }
.shop-service a { color: var(--accent-hover); font-weight: 700; }

.legal-page { width: min(100%, 800px); margin: 0 auto; padding: 32px 24px 80px; }
.legal-back { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.legal-back:hover { color: var(--accent-hover); }
.legal-document { padding-top: 18px; }
.legal-document__head { margin-bottom: 34px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.legal-document__head h1 { margin-top: 7px; font-size: 32px; }
.legal-document__meta { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.legal-document__intro { margin: 0 0 26px; padding: 16px 18px; border-radius: 12px; background: var(--surface-soft); color: var(--text); }
.legal-document section { padding: 22px 0; border-bottom: 1px solid var(--border-subtle); }
.legal-document section:last-of-type { border-bottom: 0; }
.legal-document h2 { margin-bottom: 10px; font-size: 19px; }
.legal-document p { max-width: 72ch; margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.legal-document p:last-child { margin-bottom: 0; }
.legal-document ul { max-width: 72ch; margin: 0; padding-left: 1.25em; color: var(--muted); font-size: 14px; }
.legal-document li + li { margin-top: 7px; }
.legal-document a { color: var(--accent-hover); font-weight: 700; }
.legal-document__note { color: var(--text) !important; }
.legal-document__foot { margin-top: 30px; color: var(--muted); font-size: 12px; }
.legal-table-wrap { overflow-x: auto; }
.legal-table { width: 100%; border-collapse: collapse; color: var(--muted); font-size: 13px; }
.legal-table th, .legal-table td { padding: 11px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.legal-table th { color: var(--text); font-weight: 750; }

.skeleton { position: relative; overflow: hidden; background: var(--surface-soft); border-radius: 8px; }
.skeleton::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.5), transparent); transform: translateX(-100%); animation: shimmer 1.4s infinite; }
.skeleton--line { height: 22px; margin: 12px 0; }
.skeleton--block { height: 116px; margin: 14px 0; }
.store-toast { position: fixed; z-index: 100; right: 20px; bottom: 24px; max-width: min(360px, calc(100vw - 40px)); padding: 12px 16px; border-radius: 10px; background: var(--text); color: var(--surface); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 180ms ease-out, transform 180ms ease-out; }
.store-toast.is-show { opacity: 1; transform: translateY(0); }

.store-footer { padding: 22px max(24px, calc((100vw - var(--content)) / 2)); background: var(--inverse-surface); color: var(--inverse-muted); }
.store-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.store-footer__inner > strong { color: var(--inverse-text); font-size: 14px; }
.store-footer__actions { display: flex; align-items: center; gap: 22px; }
.store-footer__actions a, .store-footer__actions button { min-height: 44px; padding: 8px 0; border: 0; display: inline-flex; align-items: center; background: transparent; color: var(--inverse-muted); cursor: pointer; font: inherit; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.store-footer__actions a:hover, .store-footer__actions button:hover { color: var(--inverse-text); }
.store-footer__actions a:focus-visible, .store-footer__actions button:focus-visible { outline-color: var(--accent-soft); }
.store-footer__legal { margin-top: 10px; padding-top: 10px; display: flex; flex-wrap: wrap; gap: 5px 18px; border-top: 1px solid var(--inverse-border); color: var(--inverse-muted); font-size: 11px; }
.store-footer__legal a { color: inherit; }

.store-dialog { width: min(430px, calc(100vw - 32px)); max-height: calc(100vh - 48px); padding: 0; overflow: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); color: var(--text); box-shadow: 0 24px 70px rgb(30 22 16 / 24%); }
.store-dialog::backdrop { background: rgb(36 28 22 / 48%); }
.store-dialog__inner { padding: 24px; }
.store-dialog__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.store-dialog__head h2 { font-size: 22px; }
.store-dialog__head button { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; font-size: 26px; line-height: 1; }
.store-dialog__head button:hover { background: var(--surface-soft); color: var(--text); }
.store-dialog__facts { margin: 18px 0 0; border-top: 1px solid var(--border); }
.store-dialog__facts div { padding: 14px 0; display: grid; grid-template-columns: 80px 1fr; gap: 18px; border-bottom: 1px solid var(--border); }
.store-dialog__facts dt { color: var(--muted); font-size: 13px; }
.store-dialog__facts dd { margin: 0; font-size: 14px; font-weight: 650; }
.store-dialog__facts a { color: var(--accent-hover); }
.store-dialog__links { margin-top: 8px; display: grid; }
.store-dialog__links a { min-height: 44px; padding: 10px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); color: var(--accent-hover); font-size: 14px; font-weight: 700; text-decoration: none; }
.store-dialog__links a::after { content: "›"; color: var(--muted); font-size: 20px; font-weight: 400; }
.mobile-nav { display: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shimmer { to { transform: translateX(100%); } }

@media (max-width: 820px) {
  .store-header__inner { min-height: 62px; padding: 0 16px; }
  .store-brand__logo { width: 38px; height: 38px; flex-basis: 38px; border-radius: 11px; }
  .store-nav { display: none; }
  .store-main { padding: 28px 18px 100px; }
  .store-main.store-main--account-subpage { padding-top: 0; }
  .store-main.store-main--minimal { padding: 20px 16px; }
  h1 { font-size: 26px; }
  h2 { font-size: 20px; }
  .store-slider__stage { min-height: 0; }
  .store-slider { margin-right: -18px; margin-left: -18px; }
  .store-slide__media .product-media { aspect-ratio: 1 / 1; }
  .store-slide__title { left: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 7px 11px; font-size: 18px; }
  .store-slider__controls { margin: 0; }
  .store-slider__controls > button[data-slide-prev] { left: 10px; }
  .store-slider__controls > button[data-slide-next] { right: 10px; }
  .store-slider__dots { bottom: 8px; }
  .home-products { padding-top: 52px; }
  .section-heading > a { font-size: 13px; }
  .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .home-product__body h3 { font-size: 16px; }
  .home-product__title-row { gap: 7px; }
  .home-product__title-row > span { max-width: 46%; font-size: 12px; }
  .home-product__body .product-price { margin-top: 6px; font-size: 17px; }
  .store-hero, .page-intro--split, .purchase-steps, .product-detail, .checkout-layout, .auth-layout, .settings-layout, .shop-info, .service-panel { grid-template-columns: 1fr; gap: 36px; }
  .store-hero { min-height: auto; padding: 32px 0 54px; }
  .store-hero__copy > p:not(.eyebrow) { font-size: 16px; }
  .business-facts { margin-top: 6px; }
  .store-section { padding: 54px 0; }
  .featured-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
  .purchase-steps { padding: 54px 0 0; }
  .purchase-steps li { grid-template-columns: 38px 92px 1fr; }
  .page-intro { margin-bottom: 36px; }
  .legal-page { padding: 16px 18px 96px; }
  .legal-document { padding-top: 8px; }
  .legal-document__head { margin-bottom: 24px; }
  .legal-document__head h1 { font-size: 27px; }
  .goods-heading { margin-bottom: 18px; }
  .product-row { grid-template-columns: 116px minmax(0, 1fr); gap: 16px; padding: 18px 0; }
  .product-row__heading { gap: 12px; }
  .product-row h2 { font-size: 20px; }
  .product-row__heading .product-price { font-size: 19px; }
  .product-row__description { margin-top: 8px; font-size: 13px; line-height: 1.55; -webkit-line-clamp: 1; line-clamp: 1; }
  .product-row__actions { margin-top: 10px; justify-content: flex-end; }
  .cart-add-button { min-height: 44px; padding: 7px 13px; font-size: 12px; }
  .list-loader { min-height: 64px; padding: 14px 0 20px; }
  .list-loader__button { display: none; }
  .list-loader__status { display: inline; }
  .list-loader.is-error { flex-direction: column; gap: 5px; }
  .list-loader.is-error .list-loader__button { display: inline-flex; align-items: center; justify-content: center; }
  .product-detail__media .product-media { min-height: 0; aspect-ratio: 1 / 1; }
  .product-gallery__arrow { width: 44px; height: 44px; }
  .product-gallery__arrow--prev { left: 8px; }
  .product-gallery__arrow--next { right: 8px; }
  .product-gallery__counter { right: 9px; bottom: 9px; }
  .product-gallery__thumbs { width: 100%; max-width: 100%; margin-right: 0; padding-right: 2px; overscroll-behavior-inline: contain; }
  .product-gallery__thumbs button { width: 58px; height: 58px; flex-basis: 58px; }
  .product-detail__summary { padding: 0; }
  .product-detail__seller { top: 12px; right: 12px; font-size: 11px; }
  .product-detail__headline { gap: 12px; }
  .product-detail__headline h1 { font-size: 24px; }
  .product-detail__headline .product-price { font-size: 21px; }
  .detail-actions { position: sticky; z-index: 20; bottom: 66px; margin: 22px -18px -4px; padding: 8px 18px 9px; grid-template-columns: minmax(0, 1.35fr) minmax(118px, 0.9fr); gap: 8px; background: rgb(255 253 249 / 97%); background: oklch(0.995 0.004 78 / 0.97); border-top: 1px solid var(--border); }
  .product-description-media { margin-top: 58px; padding-top: 30px; }
  .product-description-media header { margin-bottom: 20px; }
  .product-description-media__images { gap: 14px; }
  .service-panel { margin-top: 58px; padding-top: 30px; }
  .service-panel > p { grid-column: auto; margin: -18px 0 0; }
  .product-service-float { right: max(14px, env(safe-area-inset-right)); bottom: calc(142px + env(safe-area-inset-bottom)); width: 52px; height: 52px; }
  .product-service-float svg { width: 25px; height: 25px; }
  .checkout-layout { gap: 14px; }
  .cart-layout { grid-template-columns: 1fr; gap: 18px; }
  .cart-item { grid-template-columns: 86px minmax(0, 1fr); gap: 13px; padding: 16px 0; }
  .cart-item__media { width: 86px; height: 86px; }
  .cart-item__body h2 { font-size: 16px; }
  .cart-item__aside { min-width: 0; grid-column: 2; grid-template-columns: auto 1fr auto; align-items: center; justify-items: start; gap: 10px; }
  .cart-item__aside > strong { justify-self: end; font-size: 16px; }
  .cart-item__remove { justify-self: end; padding: 4px 0; }
  .cart-item__controls { grid-template-columns: 36px 38px 36px; }
  .cart-item__controls button { min-height: 36px; }
  .cart-summary { position: sticky; z-index: 20; bottom: 66px; top: auto; margin: 0 -18px -34px; padding: 12px 18px; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
  .cart-summary > div:first-child { display: none; }
  .cart-summary__total { margin: 0 0 9px; padding: 0; border: 0; }
  .cart-summary__total strong { font-size: 22px; }
  .cart-clear-button { display: none; }
  .checkout-layout--cart .order-summary { order: 1; }
  .checkout-layout--cart .checkout-form { order: 2; }
  .order-summary { position: static; order: -1; padding: 16px; }
  .checkout-form { order: 2; padding: 15px 14px 16px; }
  .checkout-fields { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 0 10px; }
  .checkout-field--wide { grid-column: 1 / -1; }
  .checkout-form textarea { min-height: 64px; }
  .checkout-form label:not(.check-row) { margin-top: 9px; }
  .region-picker { gap: 6px; }
  .region-picker select { min-height: 44px; padding: 8px 5px; font-size: 13px; }
  .check-row { font-size: 12px; }
  .checkout-form .form-section--shipping > .check-row { margin-top: 7px; }
  .checkout-form .check-row--policy { margin: 7px 0 3px; }
  .auth-layout { min-height: calc(100vh - 40px); min-height: calc(100svh - 40px); padding-top: clamp(24px, 5vh, 42px); }
  .auth-brand { margin-bottom: 18px; }
  .auth-brand__logo { width: 76px; height: 76px; border-radius: 18px; }
  .account-subheader { min-height: calc(54px + env(safe-area-inset-top)); margin: 0 -18px 22px; padding-right: 18px; padding-left: 18px; }
  .account-subheader h1 { font-size: 18px; }
  .settings-form { padding: 0; }
  .address-settings-form .checkout-fields { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
  .address-manager__head { min-height: 56px; padding-bottom: 14px; }
  .address-manager__head h2 { font-size: 18px; }
  .address-add-button { min-height: 38px; padding: 7px 12px; }
  .address-row { min-height: 0; padding: 17px 0; grid-template-columns: 1fr; gap: 9px; }
  .address-row__person strong { font-size: 15px; }
  .address-row address { margin-top: 6px; font-size: 13px; }
  .address-row__actions { gap: 20px; }
  .address-row__actions button { min-height: 34px; padding: 4px 0; }
  .address-editor { margin: 20px -4px 0; padding: 18px 14px 20px; border-radius: 14px; }
  .address-editor__head h3 { font-size: 16px; }
  .address-editor__actions { display: grid; grid-template-columns: 1fr auto; }
  .address-editor__actions .button { min-width: 0; }
  .account-profile { min-height: 164px; padding: 24px; }
  body[data-store-page="me"] .account-profile { min-height: calc(164px + env(safe-area-inset-top)); margin: 0 -18px; padding-top: calc(24px + env(safe-area-inset-top)); border-radius: 0 0 18px 18px; }
  .order-row { padding: 18px 0; grid-template-columns: minmax(0, 1fr) auto; }
  .settings-copy { position: static; }
  .shop-service { padding: 20px; }
  .single-task { margin: 8px 0; padding: 30px 20px; box-shadow: none; }
  .result-actions { display: grid; }
  .store-footer { padding: 18px 18px calc(82px + env(safe-area-inset-bottom)); }
  .store-footer__inner { display: grid; gap: 4px; }
  .store-footer__actions { gap: 20px; }
  .store-footer__legal { margin-top: 7px; padding-top: 9px; }
  .store-dialog__inner { padding: 20px; }
  .mobile-nav { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; min-height: 66px; padding: 3px max(8px, env(safe-area-inset-right)) env(safe-area-inset-bottom) max(8px, env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(5, 1fr); background: rgb(255 253 249 / 98%); background: oklch(0.995 0.004 78 / 0.98); border-top: 1px solid var(--border-subtle); }
  .mobile-nav a { position: relative; min-width: 0; min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.2; text-decoration: none; }
  .mobile-nav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-nav a.is-active { color: var(--accent-hover); }
  .cart-count-badge { position: absolute; top: 3px; left: calc(50% + 9px); min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border: 2px solid var(--surface); border-radius: 999px; background: var(--error); color: var(--surface); font-size: 9px; font-weight: 800; line-height: 1; }
  .cart-count-badge[hidden],
  .store-nav__cart-count[hidden] { display: none; }
  .store-toast { right: 16px; bottom: 82px; }
}

@media (max-width: 480px) {
  .featured-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-product__title { font-size: 14px; }
  .purchase-steps li { grid-template-columns: 34px 1fr; }
  .purchase-steps li p { grid-column: 2; }
  .product-row { grid-template-columns: 102px minmax(0, 1fr); gap: 14px; }
  .product-row__heading { gap: 8px; }
  .product-row__seller { margin-bottom: 3px; font-size: 12px; }
  .product-row h2 { font-size: 18px; }
  .product-row__heading .product-price { font-size: 17px; }
  .detail-facts div, .shop-info dl div, .order-detail__facts div { grid-template-columns: 92px 1fr; gap: 14px; }
  .detail-actions { grid-template-columns: minmax(0, 1.35fr) minmax(118px, 0.9fr); }
  .account-dashboard { gap: 14px; }
  .account-profile { grid-template-columns: 58px minmax(0, 1fr) 44px; gap: 14px; padding: 20px 18px; border-radius: 18px; }
  .account-profile__avatar { width: 58px; height: 58px; font-size: 24px; }
  .account-profile__copy h1 { font-size: 22px; }
  .account-profile__copy > span { margin-top: 3px; font-size: 12px; }
  .account-profile__copy > b { margin-top: 8px; }
  .account-profile__settings { width: 44px; height: 44px; }
  .account-panel { padding: 16px 10px 12px; border-radius: 16px; }
  .account-panel__head { padding: 0 8px; }
  .account-panel__head h2 { font-size: 18px; }
  .account-order-nav { margin-top: 3px; }
  .account-order-nav a { min-height: 92px; padding: 10px 2px; gap: 6px; font-size: 11px; }
  .account-nav-icon { width: 40px; height: 40px; border-radius: 12px; }
  .account-nav-icon svg { width: 22px; height: 22px; }
  .account-order-nav b { top: 5px; left: calc(50% + 10px); }
  .account-service-nav { margin-top: 2px; }
  .account-service-nav a, .account-service-nav button { min-height: 92px; padding: 8px 2px; gap: 7px; font-size: 12px; }
  .account-logout { min-height: 50px; }
  .order-filters button { min-height: 60px; font-size: 12px; }
  .order-filters button b { margin-top: 3px; font-size: 13px; }
  .order-row__aside strong { font-size: 16px; }
}

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