/* Expo inner pages, mapped to recovered Vue scope IDs.
   Reference: AnboCloud_UI_V1 P02–P12. Load after frontend.css.
   Layout and presentation only: existing fields, controls, images and Vue
   visibility/validation rules remain authoritative. */

html.expo-ui {
  --expo-page-card: var(--expo-surface, #fff);
  --expo-page-glass: color-mix(in srgb, var(--expo-surface, #fff) 92%, transparent);
  --expo-page-soft: color-mix(in srgb, var(--expo-blue, #2264df) 8%, var(--expo-surface, #fff));
  --expo-page-mint: color-mix(in srgb, #5eaa95 12%, var(--expo-surface, #fff));
  --expo-page-shadow: 0 16px 48px #28436f0c, 0 2px 6px #27457705;
  --expo-page-radius: 24px;
  --expo-page-on-blue: #fff;
}
html.expo-ui[data-theme="dark"] {
  --expo-page-shadow: 0 16px 48px #0002;
}

/* P02–P12 shared page width, spacing and existing controls. */
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page) {
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 1240px;
  min-width: 0;
  margin: 0 auto;
  padding: 24px 0 56px;
  color: var(--expo-ink);
}
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page,
  .exhibitor-info-section, .product-info-section, .company-intro-section) * { box-sizing: border-box; }
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page,
  .product-info-section, .el-dialog, .el-message-box) {
  --el-color-primary: var(--expo-blue);
  --el-color-primary-light-9: var(--expo-page-soft);
  --el-text-color-primary: var(--expo-ink);
  --el-text-color-regular: var(--expo-ink);
  --el-text-color-secondary: var(--expo-muted);
  --el-border-color: var(--expo-line);
  --el-border-color-light: var(--expo-line);
  --el-border-color-lighter: var(--expo-line);
  --el-fill-color-blank: var(--expo-page-card);
  --el-fill-color-light: var(--expo-page-soft);
  --el-bg-color: var(--expo-page-card);
  --el-bg-color-overlay: var(--expo-page-card);
}
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page,
  .product-info-section, .el-dialog, .el-message-box) .el-button {
  height: auto;
  min-height: 40px;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
html.expo-ui body :is(.zones-page, .product-details, .solution-detail-page, .personal-page,
  .product-info-section, .el-dialog, .el-message-box) .el-button--primary:not(.is-plain):not(.is-disabled) {
  color: var(--expo-page-on-blue);
  background: var(--expo-action, #2264df);
  border-color: var(--expo-action, #2264df);
  box-shadow: 0 5px 12px #2264df20;
}
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page,
  .product-info-section) :is(.view-all-btn, .back-btn, .view-detail-btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  max-width: 100%;
  margin: 12px 0;
  padding: 11px 23px;
  border: 1px solid var(--expo-action, #2264df);
  border-radius: 999px;
  background: var(--expo-action, #2264df);
  color: var(--expo-page-on-blue);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .18s ease, transform .18s ease;
}
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page,
  .product-info-section) :is(.view-all-btn, .back-btn, .view-detail-btn):hover {
  background: var(--expo-action, #2264df);
  box-shadow: 0 6px 18px #2264df24;
  transform: translateY(-1px);
}
html.expo-ui body :is(.zones-page, .product-info-section, .el-dialog, .personal-page) :is(.el-input__wrapper, .el-textarea__inner) {
  border-radius: 12px;
  color: var(--expo-ink);
  background: var(--expo-page-card);
  box-shadow: 0 0 0 1px var(--expo-line) inset;
}
html.expo-ui body :is(.zones-page, .el-dialog) .el-input__wrapper { min-height: 42px; padding: 2px 13px; }
html.expo-ui body :is(.zones-page, .el-dialog) .el-input__wrapper.is-focus { box-shadow: 0 0 0 1px var(--expo-blue) inset; }
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page) :is(.empty-state, .empty-content, .empty-history, .loading-state) {
  min-height: 160px;
  padding: 40px 20px;
  color: var(--expo-muted);
  text-align: center;
}
html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page,
  .product-details, .solution-detail-page, .personal-page) .no-more-tip {
  margin: 24px 0 0; color: var(--expo-muted); font-size: 13px; line-height: 1.8;
}

/* Existing HeaderBg: keep the real title/subtitle and original image as a
   compact illustration on the right instead of the old 45vh billboard. */
html.expo-ui body .commonHeader[data-v-b2d69b53] {
  width: calc(100% - 48px);
  max-width: 1240px;
  height: auto;
  min-height: 180px;
  max-height: none;
  margin: 16px auto 0;
  padding: 38px 350px 34px 0;
  background-size: 300px 130px;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 24px;
}
html.expo-ui body .commonHeader[data-v-b2d69b53] > div { min-width: 0; }
html.expo-ui body .commonHeader[data-v-b2d69b53] h1 {
  margin: 0; color: var(--expo-ink); font-family: inherit;
  font-size: clamp(28px, 3vw, 36px); font-weight: 600; line-height: 1.35; letter-spacing: -.03em;
  text-shadow: none; overflow-wrap: anywhere;
}
html.expo-ui body .commonHeader[data-v-b2d69b53] h3 {
  margin: 12px 0 0; color: var(--expo-muted); font-size: 14px; font-weight: 400; line-height: 1.9; text-shadow: none;
}

/* P02 catalog: existing filters become a rail, without removing any group. */
html.expo-ui body .zone-header[data-v-d1385ff5] {
  width: calc(100% - 48px); max-width: 1240px; height: auto; min-height: 180px;
  margin: 16px auto 0; padding: 34px 0;
  background-size: 280px 130px; background-position: right center; background-repeat: no-repeat;
  border-radius: 24px;
}
html.expo-ui body .header-overlay[data-v-d1385ff5] { position: relative; inset: auto; align-items: flex-start; gap: 22px; color: var(--expo-ink); }
html.expo-ui body .area-title[data-v-d1385ff5] { position: static; margin: 0; font-size: 36px; font-weight: 600; line-height: 1.35; letter-spacing: -.03em; text-shadow: none; }
html.expo-ui body .search-container[data-v-d1385ff5] { width: min(520px, calc(100% - 320px)); gap: 9px; }
html.expo-ui body .search-input[data-v-d1385ff5] { min-width: 0; }
html.expo-ui body .search-container[data-v-d1385ff5] .el-input__wrapper { padding: 5px 15px; border-radius: 14px; background: var(--expo-page-card); box-shadow: 0 0 0 1px var(--expo-line) inset; }
html.expo-ui body .search-btn[data-v-d1385ff5] { height: 46px; border-radius: 999px; padding: 0 22px; background: var(--expo-action, #2264df); border-color: var(--expo-action, #2264df); color: var(--expo-page-on-blue); }
html.expo-ui body :is(.zones-page, .news-page, .contact-page) :is(.tab-container, .area-tabs) {
  display: flex; align-items: center; gap: 6px; margin: 0 0 24px; padding: 0;
  border-bottom: 1px solid var(--expo-line); overflow-x: auto; scrollbar-width: thin;
}
html.expo-ui body :is(.zones-page, .news-page, .contact-page) :is(.tab-item, .area-tab-item) {
  flex: 0 0 auto; min-height: 48px; padding: 13px 18px; border-bottom: 2px solid transparent;
  font-size: 14px; font-weight: 400; line-height: 1.5; color: var(--expo-muted); background: transparent;
}
html.expo-ui body :is(.zones-page, .news-page, .contact-page) :is(.tab-item, .area-tab-item):hover { color: var(--expo-blue); background: var(--expo-page-soft); }
html.expo-ui body :is(.zones-page, .news-page, .contact-page) :is(.tab-item, .area-tab-item).active { color: var(--expo-blue); border-color: var(--expo-blue); font-weight: 600; }
html.expo-ui body .product-page-container[data-v-d1385ff5]:has(> .filter-section) { display: grid; grid-template-columns: 216px minmax(0, 1fr); gap: 24px; align-items: start; }
html.expo-ui body .filter-section[data-v-d1385ff5] {
  margin: 0; padding: 22px 18px; border: 1px solid var(--expo-line); border-radius: 24px;
  background: var(--expo-page-glass); box-shadow: var(--expo-page-shadow); backdrop-filter: blur(22px);
}
html.expo-ui body .filter-group[data-v-d1385ff5] { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin: 0; min-width: 0; }
html.expo-ui body .filter-group[data-v-d1385ff5] + .filter-group { border-top: 1px solid var(--expo-line); margin-top: 22px; padding-top: 20px; }
html.expo-ui body .filter-label[data-v-d1385ff5] { display: block; flex: none; width: auto; min-width: 0; margin: 0; color: var(--expo-ink); font-size: 13px; font-weight: 500; line-height: 1.7; }
/* The old horizontal row gave options flex:1 beside the expand button. Reset
   that basis so the 216px rail uses its full width and the control follows it. */
html.expo-ui body .filter-content[data-v-d1385ff5] { display: flex; flex: none; flex-direction: column; align-items: stretch; gap: 8px; min-width: 0; width: 100%; }
html.expo-ui body .filter-options[data-v-d1385ff5] { display: flex; flex: none; flex-wrap: wrap; align-content: flex-start; justify-content: flex-start; gap: 8px; min-width: 0; width: 100%; }
html.expo-ui body .filter-content[data-v-d1385ff5] > .expand-btn { flex: none; align-self: flex-start; width: auto; min-height: 30px; margin: 0; padding: 4px 0; color: var(--expo-blue); }
html.expo-ui body :is([data-v-d1385ff5], [data-v-31ea8899], [data-v-9e8baeee]).filter-btn {
  padding: 7px 12px; min-height: 34px; max-width: 100%; white-space: normal; text-align: left;
  border: 1px solid var(--expo-line); border-radius: 999px; color: var(--expo-muted);
  background: var(--expo-page-card); font-size: 12px; line-height: 1.5;
}
html.expo-ui body :is([data-v-d1385ff5], [data-v-31ea8899], [data-v-9e8baeee]).filter-btn:is(:hover, .active) { color: var(--expo-blue); border-color: var(--expo-blue); background: var(--expo-page-soft); }
html.expo-ui body .filter-options[data-v-d1385ff5] > .filter-btn { flex: 0 0 auto; width: max-content; max-width: 100%; min-width: 0; margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
html.expo-ui body .filter-content[data-v-d1385ff5] > .el-input { width: calc(50% - 4px) !important; min-width: 0; }
html.expo-ui body .filter-content[data-v-d1385ff5]:has(> .el-input) { gap: 8px; }
html.expo-ui body .filter-content[data-v-d1385ff5]:has(> .el-input) > span { flex: 0 0 100%; margin: -4px 0 !important; text-align: center; }
html.expo-ui body .filter-content[data-v-d1385ff5]:has(> .el-input) > .el-input { width: 100% !important; }
html.expo-ui body .main-content[data-v-d1385ff5] { display: flex; flex-direction: column; min-width: 0; min-height: 260px; gap: 22px; }
html.expo-ui body .product-list-section[data-v-d1385ff5] { padding: 0; min-width: 0; }
html.expo-ui body .compare-panel-placeholder[data-v-d1385ff5] { flex: 0; width: 0; height: 0; margin: 0; padding: 0; }
html.expo-ui body :is(.product-grid[data-v-d1385ff5], .product-grid[data-v-31ea8899]) { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
html.expo-ui body :is(.product-card[data-v-d1385ff5], .product-card[data-v-31ea8899]) {
  min-width: 0; border: 1px solid var(--expo-line); border-radius: 24px;
  background: var(--expo-page-card); text-align: left; box-shadow: none; transition: transform .18s, box-shadow .18s;
}
html.expo-ui body :is(.product-card[data-v-d1385ff5], .product-card[data-v-31ea8899]):hover { transform: translateY(-3px); border-color: var(--expo-line); box-shadow: var(--expo-page-shadow); }
html.expo-ui body :is(.product-image[data-v-d1385ff5], .product-image[data-v-31ea8899]) { height: 176px; padding: 32px 18px 14px; background: linear-gradient(140deg, var(--expo-bg), var(--expo-page-soft)); }
html.expo-ui body :is(.product-image[data-v-d1385ff5], .product-image[data-v-31ea8899]) img { width: 100%; height: 100%; object-fit: contain; }
html.expo-ui body :is(.product-info[data-v-d1385ff5], .product-info[data-v-31ea8899]) { padding: 19px; min-width: 0; flex: 1; }
html.expo-ui body :is(.product-name[data-v-d1385ff5], .product-name[data-v-31ea8899]) { margin: 0 0 7px; color: var(--expo-ink); font-size: 15px; font-weight: 600; line-height: 1.65; white-space: normal; overflow-wrap: anywhere; text-align: left; }
html.expo-ui body :is(.product-model[data-v-d1385ff5], .product-model[data-v-31ea8899]) { margin: 0 0 10px; color: var(--expo-muted); font-size: 12px; font-weight: 400; line-height: 1.6; white-space: normal; overflow-wrap: anywhere; text-align: left; }
html.expo-ui body .product-desc[data-v-d1385ff5] { margin: 0 0 12px; color: var(--expo-muted); line-height: 1.8; white-space: normal; text-align: left; overflow-wrap: anywhere; }
html.expo-ui body :is(.product-price[data-v-d1385ff5], .product-price[data-v-31ea8899]) { border-top: 1px solid var(--expo-line); margin: auto 0 0; padding-top: 12px; color: var(--expo-muted); font-size: 12px; font-weight: 500; line-height: 1.6; text-align: left; }
html.expo-ui body :is(.recommend-tag[data-v-d1385ff5], .recommend-tag[data-v-31ea8899]) { top: 12px; left: 12px; padding: 4px 8px; border-radius: 7px; background: var(--expo-page-card); color: var(--expo-blue); font-size: 10px; font-weight: 500; box-shadow: none; }
html.expo-ui body .compare-btn-container[data-v-d1385ff5] { top: 10px; right: 10px; padding: 5px 8px; border: 1px solid var(--expo-line); border-radius: 999px; background: var(--expo-page-glass); }
html.expo-ui body .compare-text[data-v-d1385ff5] { font-size: 11px; color: var(--expo-blue); }
html.expo-ui body .compare-panel[data-v-d1385ff5] { position: sticky; inset: auto; bottom: 24px; transform: none; width: 100%; padding: 18px; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-glass); box-shadow: var(--expo-page-shadow); backdrop-filter: blur(22px); z-index: 40; }
html.expo-ui body .compare-header[data-v-d1385ff5] { margin: 0 0 12px; padding: 0 0 10px; border-color: var(--expo-line); }
html.expo-ui body .compare-header[data-v-d1385ff5] h3 { color: var(--expo-ink); font-size: 13px; font-weight: 500; }
html.expo-ui body .compare-list[data-v-d1385ff5] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
html.expo-ui body .compare-item[data-v-d1385ff5] { min-width: 0; padding: 10px 18px 10px 8px; border: 1px solid var(--expo-line); border-radius: 12px; }
html.expo-ui body .compare-content[data-v-d1385ff5] { gap: 8px; }
html.expo-ui body .compare-image[data-v-d1385ff5] { width: 64px; height: 44px; }
html.expo-ui body .compare-image[data-v-d1385ff5] img { object-fit: contain; }
html.expo-ui body .compare-name[data-v-d1385ff5] { display: block; width: 100%; color: var(--expo-ink); font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; -webkit-line-clamp: unset; }
html.expo-ui body .compare-actions[data-v-d1385ff5] { display: flex; justify-content: flex-end; align-items: center; gap: 8px; flex-wrap: wrap; }
html.expo-ui body .compare-action-btn[data-v-d1385ff5] { width: auto; margin: 0 !important; }
html.expo-ui body .remove-btn[data-v-d1385ff5] { width: 28px; min-height: 28px; padding: 4px; }
html.expo-ui body .exhibitor-list[data-v-d1385ff5] { gap: 18px; }
html.expo-ui body .exhibitor-card[data-v-d1385ff5] { padding: 28px; gap: 24px; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: var(--expo-page-shadow); }
html.expo-ui body .exhibitor-avatar[data-v-d1385ff5] { width: 80px; height: 80px; padding: 10px; border-radius: 18px; background: var(--expo-page-soft); }
html.expo-ui body .exhibitor-info[data-v-d1385ff5] { min-width: 0; align-self: center; }
html.expo-ui body .exhibitor-name-row[data-v-d1385ff5] { flex-wrap: wrap; align-items: baseline; gap: 8px 18px; }
html.expo-ui body .exhibitor-name[data-v-d1385ff5] { flex: 1 1 240px; color: var(--expo-ink); font-size: 19px; line-height: 1.6; }
html.expo-ui body .exhibitor-product-count[data-v-d1385ff5] { color: var(--expo-muted); font-size: 12px; font-weight: 400; }
html.expo-ui body .exhibitor-intro[data-v-d1385ff5] { color: var(--expo-muted); font-size: 13px; line-height: 1.9; }

/* P03 real product gallery, parameter navigation and reviews. */
html.expo-ui body .product-details[data-v-5728aa33] { padding-top: 40px; }
html.expo-ui body .product-header[data-v-5728aa33] { padding: 0; margin: 0 0 36px; background: transparent; }
html.expo-ui body .product-header[data-v-5728aa33] > .el-row { row-gap: 24px; }
html.expo-ui body .img-group[data-v-5728aa33] { flex-direction: column-reverse; gap: 12px; }
html.expo-ui body .goods-image[data-v-5728aa33] { width: 100%; max-width: 100%; min-height: 300px; aspect-ratio: 1.25; border: 1px solid var(--expo-line); border-radius: 24px; background: linear-gradient(145deg, var(--expo-page-soft), var(--expo-bg)); }
/* Mouse sampling uses the middle box origin and img.offsetWidth together. */
html.expo-ui body .goods-image[data-v-5728aa33] .middle { border-radius: 24px; padding: 0; }
html.expo-ui body .thumb-list[data-v-5728aa33] { flex-direction: row; flex-wrap: wrap; width: 100%; gap: 10px; }
html.expo-ui body .thumb-item[data-v-5728aa33] { width: 66px; height: 60px; border: 1px solid var(--expo-line); border-radius: 12px; background: var(--expo-page-card); padding: 5px; }
html.expo-ui body .thumb-item.active[data-v-5728aa33] { border-color: var(--expo-blue); background: var(--expo-page-soft); }
html.expo-ui body .product-info[data-v-5728aa33] { padding-top: 14px; }
html.expo-ui body .product-title[data-v-5728aa33] { margin: 0 0 18px; font-size: clamp(25px, 2.8vw, 33px); font-weight: 600; letter-spacing: -.03em; color: var(--expo-ink); line-height: 1.5; }
html.expo-ui body .product-view-count[data-v-5728aa33] { color: var(--expo-muted); font-size: 12px; }
html.expo-ui body .product-detail-price[data-v-5728aa33] { margin: 20px 0; color: var(--expo-ink); font-size: 26px; font-weight: 600; }
html.expo-ui body .product-model[data-v-5728aa33] { margin: 20px 0; color: var(--expo-ink); font-size: 14px; padding-top: 20px; border-top: 1px solid var(--expo-line); }
html.expo-ui body .product-info[data-v-5728aa33] > div:last-child { color: var(--expo-ink); font-size: 14px; line-height: 1.9 !important; }
html.expo-ui body :is(.product-params[data-v-5728aa33], .product-reviews[data-v-5728aa33], .product-detail-section[data-v-5728aa33], .solution-reviews[data-v-764a66d5]) {
  max-width: 1240px; margin: 24px auto; padding: 28px !important; background: var(--expo-page-card);
  border: 1px solid var(--expo-line); border-radius: 24px; box-shadow: var(--expo-page-shadow);
}
html.expo-ui body :is(.product-reviews[data-v-5728aa33], .solution-reviews[data-v-764a66d5]) > div:first-child:empty { height: 0 !important; }
html.expo-ui body :is(.product-details[data-v-5728aa33], .solution-detail-page[data-v-764a66d5]) .section-title { margin: 0 0 24px; padding: 0; text-align: left; color: var(--expo-ink); font-size: 20px; font-weight: 600; line-height: 1.5; }
html.expo-ui body .product-params[data-v-5728aa33] > .el-row { display: grid; grid-template-columns: 190px minmax(0, 1fr); margin: 0 !important; gap: 24px; }
html.expo-ui body .product-params[data-v-5728aa33] > .el-row > .el-col { max-width: 100%; width: 100%; padding: 0 !important; }
html.expo-ui body .param-category-menu[data-v-5728aa33] { background: transparent; border: 0; }
html.expo-ui body .param-category-menu[data-v-5728aa33] .el-menu-item { height: auto; min-height: 46px; padding: 12px 16px !important; margin-bottom: 6px; border-radius: 12px; font-size: 13px; white-space: normal; line-height: 1.7; color: var(--expo-muted); background: transparent !important; }
html.expo-ui body .param-category-menu[data-v-5728aa33] .el-menu-item.is-active { color: var(--expo-blue); background: var(--expo-page-soft) !important; }
html.expo-ui body .param-content[data-v-5728aa33] { height: 520px; max-height: 70vh; padding: 0 16px; background: transparent; scrollbar-width: thin; }
html.expo-ui body .param-category-title[data-v-5728aa33] { margin: 0 0 10px; color: var(--expo-ink); font-size: 16px; font-weight: 600; }
html.expo-ui body .param-item[data-v-5728aa33] { padding: 15px 0; border-color: var(--expo-line); gap: 20px; }
html.expo-ui body .param-label[data-v-5728aa33] { width: 38%; white-space: normal; color: var(--expo-muted); font-size: 13px; font-weight: 400; line-height: 1.8; overflow-wrap: anywhere; }
html.expo-ui body .param-value[data-v-5728aa33] { margin: 0; min-width: 0; color: var(--expo-ink); font-size: 13px; line-height: 1.8; overflow-wrap: anywhere; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).title-button-container { position: static; flex-wrap: wrap; align-items: center; gap: 16px; margin: 0 0 20px; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).title-button-container .section-title { position: static; transform: none; margin: 0; font-size: 20px; color: var(--expo-ink); }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).review-header { flex-wrap: wrap; gap: 16px; font-size: 15px; font-weight: 500; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).score-wrap { flex-wrap: wrap; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).review-item { padding: 20px 0; border-color: var(--expo-line); }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).cached-review { padding: 20px; background: var(--expo-page-soft); border-radius: 16px; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).review-user { color: var(--expo-muted); margin-bottom: 10px; font-size: 12px; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).review-content { color: var(--expo-ink); margin-bottom: 12px; line-height: 1.9; overflow-wrap: anywhere; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).review-imgs { flex-wrap: wrap; gap: 12px; }
html.expo-ui body :is([data-v-5728aa33], [data-v-764a66d5]).review-img { width: 92px; height: 92px; border-radius: 12px; }

/* P04 comparison: preserve every column and use a contained scroll surface. */
html.expo-ui body .compare-page[data-v-4e82ba57] { padding-top: 12px; }
html.expo-ui body .compare-page[data-v-4e82ba57] .compare-content { min-width: 0; overflow-x: auto; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: var(--expo-page-shadow); }
html.expo-ui body .param-tables[data-v-4e82ba57] { margin: 0; }
html.expo-ui body .param-table-content[data-v-4e82ba57] { width: 100%; min-width: 720px; table-layout: fixed; margin: 0; border-collapse: collapse; }
html.expo-ui body .param-table-content[data-v-4e82ba57] :is(th, td) { padding: 20px 22px; border: 0; border-bottom: 1px solid var(--expo-line); text-align: left; font-size: 13px !important; line-height: 1.9; font-weight: 400; color: var(--expo-ink) !important; }
html.expo-ui body .param-table-content[data-v-4e82ba57] th { padding-top: 28px; padding-bottom: 24px; background: var(--expo-bg); vertical-align: top; }
html.expo-ui body .param-table-content[data-v-4e82ba57] :is(.param-name-th, .param-name) { width: 17% !important; min-width: 140px !important; max-width: none !important; color: var(--expo-muted) !important; background: var(--expo-bg); text-align: left; }
html.expo-ui body .param-table-content[data-v-4e82ba57] :is(th:not(.param-name-th), td:not(.param-name)) { width: auto !important; min-width: 160px !important; max-width: none !important; }
html.expo-ui body .param-table-content[data-v-4e82ba57] .category-title { background: var(--expo-page-soft); color: var(--expo-blue) !important; font-weight: 600; padding: 12px 22px; }
html.expo-ui body .param-table-content[data-v-4e82ba57] tr:last-child td { border-bottom: 0; }
html.expo-ui body .product-img[data-v-4e82ba57] { width: 96px; height: 78px; margin-bottom: 16px; }
html.expo-ui body .product-brand[data-v-4e82ba57] { white-space: normal; color: var(--expo-ink); font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
html.expo-ui body .compare-page[data-v-4e82ba57] .detail-actions { margin-top: 24px; text-align: right; }

/* P05 company home: original carousel, full company record and product grid. */
html.expo-ui body div[data-v-31ea8899]:has(> .exhibitor-info-section) { width: calc(100% - 48px) !important; max-width: 1240px; margin: 0 auto; }
html.expo-ui body .block[data-v-31ea8899] { width: calc(100% - 48px); max-width: 1240px; margin: 32px auto; border-radius: 24px; overflow: hidden; border: 1px solid var(--expo-line); }
html.expo-ui body .block[data-v-31ea8899] .el-carousel__container { height: clamp(200px, 26vw, 320px) !important; }
html.expo-ui body .carousel-empty[data-v-31ea8899] { height: 200px !important; background: var(--expo-page-soft); }
html.expo-ui body :is(.exhibitor-info-section[data-v-31ea8899], .company-intro-section[data-v-31ea8899]) { padding: 28px; margin: 0 0 32px; text-align: left; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: var(--expo-page-shadow); }
html.expo-ui body .section-title[data-v-31ea8899] { margin: 0 0 22px !important; padding: 0; text-align: left; color: var(--expo-ink); font-size: 23px; font-weight: 600; }
html.expo-ui body .info-grid[data-v-31ea8899] { margin-top: 0; row-gap: 6px; }
html.expo-ui body .exhibitor-info-section[data-v-31ea8899] p { margin: 0; padding: 13px 0; color: var(--expo-ink) !important; font-size: 13px; font-weight: 400 !important; line-height: 1.9; border-bottom: 1px solid var(--expo-line); overflow-wrap: anywhere; }
html.expo-ui body .info-label[data-v-31ea8899] { color: var(--expo-muted); font-size: 13px; font-weight: 400; margin-right: 8px; }
html.expo-ui body .product-info-section[data-v-31ea8899] { padding: 10px 0 36px; text-align: left; }
html.expo-ui body :is(.filter-section[data-v-31ea8899], .filter-section[data-v-9e8baeee]) { padding: 18px 0; margin: 0 0 20px; border-color: var(--expo-line); }
html.expo-ui body .filter-section[data-v-9e8baeee] { width: calc(100% - 48px); max-width: 1240px; margin: 0 auto 8px; }
html.expo-ui body :is(.filter-group[data-v-31ea8899], .filter-group[data-v-9e8baeee]) { gap: 12px; margin-bottom: 14px; }
html.expo-ui body :is(.filter-label[data-v-31ea8899], .filter-label[data-v-9e8baeee]) { margin: 0; color: var(--expo-muted); font-size: 13px; line-height: 34px; }
html.expo-ui body :is(.filter-content[data-v-31ea8899], .filter-content[data-v-9e8baeee]) { flex-wrap: wrap; min-width: 0; gap: 8px; }
html.expo-ui body :is(.filter-options[data-v-31ea8899], .filter-options[data-v-9e8baeee]) { gap: 8px; min-width: 0; }
html.expo-ui body .product-list-section[data-v-31ea8899] { padding: 0; }

/* P06/P08 solution and activity cards; P07 uses the real rich article below. */
html.expo-ui body .solutions-grid:is([data-v-9e8baeee], [data-v-fcde0d1f]) { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0 0 32px; }
html.expo-ui body .solutions-container .solution-card { min-width: 0; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: none; }
html.expo-ui body .solutions-container .solution-card:hover { box-shadow: var(--expo-page-shadow); transform: translateY(-3px); }
html.expo-ui body .solutions-container .solution-image { height: 190px; background: linear-gradient(140deg, var(--expo-page-soft), var(--expo-page-mint)); }
html.expo-ui body .solutions-container .solution-image img { width: 100%; height: 100%; object-fit: contain; }
html.expo-ui body .solutions-container .solution-content { padding: 24px; }
html.expo-ui body .solutions-container .solution-name { margin: 0 0 12px; color: var(--expo-ink); font-size: 17px; font-weight: 600; line-height: 1.6; }
html.expo-ui body .solutions-container .solution-desc { color: var(--expo-muted); font-size: 13px; line-height: 1.9; margin: 0 0 8px; }

/* P10/P11: a white editorial surface, genuine thumbnails retained. */
html.expo-ui body .news-page .content-area { min-height: 240px; }
html.expo-ui body .news-page .news-list-container { gap: 0; min-height: 0; padding: 8px 28px; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: var(--expo-page-shadow); }
html.expo-ui body .news-page .news-item { min-height: 176px; height: auto; padding: 25px 0; gap: 24px; border: 0; border-bottom: 1px solid var(--expo-line); border-radius: 0; background: transparent; box-shadow: none; align-items: center; cursor: pointer; }
html.expo-ui body .news-page .news-item:last-child { border-bottom: 0; }
html.expo-ui body .news-page .news-item:hover { transform: none; background: transparent; }
html.expo-ui body .news-page .news-item:hover .news-title { color: var(--expo-blue); }
html.expo-ui body .news-page .news-content { padding: 0; gap: 0; }
html.expo-ui body .news-page .news-title { color: var(--expo-ink); font-size: 17px; font-weight: 600; line-height: 1.65; margin: 0 0 10px; }
html.expo-ui body .news-page .news-meta { gap: 12px; flex-wrap: wrap; font-size: 12px; margin: 0 0 12px; }
html.expo-ui body .news-page .news-date { color: var(--expo-muted); }
html.expo-ui body .news-page .news-desc { color: var(--expo-muted); font-size: 13px; line-height: 1.9; margin: 0; }
html.expo-ui body .news-page .news-image { flex: 0 0 180px; max-width: 30%; height: 120px; border-radius: 14px; background: var(--expo-page-soft); }
html.expo-ui body .news-page .news-img { width: 100%; height: 100%; object-fit: cover; }
html.expo-ui body .news-page .view-all-container { margin-top: 24px; }
html.expo-ui body .news-page .pagination-container { margin-top: 24px; padding: 0; overflow-x: auto; }
html.expo-ui body .news-page .el-pagination { flex-wrap: wrap; justify-content: center; gap: 8px; }
html.expo-ui body .news-page .el-pagination :is(button, .el-pager li) { border: 1px solid var(--expo-line); border-radius: 10px; background: var(--expo-page-card); color: var(--expo-ink); }
html.expo-ui body .news-page .el-pagination .el-pager li.is-active { color: var(--expo-blue); background: var(--expo-page-soft); border-color: var(--expo-blue); }
html.expo-ui body .contact-content[data-v-8a03a302] { width: 100%; max-width: none; padding: 30px; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: var(--expo-page-shadow); }
html.expo-ui body .contact-content[data-v-8a03a302] .rich-text { color: var(--expo-ink); font-size: 14px; line-height: 2; }

/* Rich content remains complete; oversized tables scroll inside their page. */
html.expo-ui body :is(.news-detail-page, .solution-detail-page) { max-width: 1000px; padding-top: 36px; }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .detail-container { padding: 28px; min-width: 0; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: var(--expo-page-shadow); }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .detail-title { margin: 0 0 22px; color: var(--expo-ink); font-size: clamp(26px, 3vw, 34px); font-weight: 600; line-height: 1.5; letter-spacing: -.03em; overflow-wrap: anywhere; }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .detail-meta { flex-wrap: wrap; align-items: baseline; gap: 16px; margin-bottom: 26px; padding-bottom: 20px; border-color: var(--expo-line); }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .meta-left { min-width: 0; flex-wrap: wrap; gap: 12px; }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) :is(.meta-item, .font-size-label) { color: var(--expo-muted); font-size: 12px; }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .meta-right { gap: 5px; flex-shrink: 0; }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .font-size-btn { min-height: 34px; padding: 7px 12px; border: 1px solid var(--expo-line); border-radius: 999px; background: var(--expo-page-card); color: var(--expo-muted); }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .font-size-btn.active { background: var(--expo-page-soft); color: var(--expo-blue); border-color: var(--expo-blue); }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .detail-content { color: var(--expo-ink); line-height: 1.95; min-height: 160px; }
html.expo-ui body :is(.news-detail-page, .solution-detail-page) .detail-actions { margin: 24px 0 0; gap: 12px; flex-wrap: wrap; }
html.expo-ui body :is(.rich-content, .detail-description, .product-detail-section, .rich-text, .company-intro-section) { overflow-x: auto; overflow-wrap: anywhere; max-width: 100%; }
html.expo-ui body :is(.rich-content, .detail-description, .product-detail-section, .rich-text, .company-intro-section) :is(img, video, iframe) { max-width: 100% !important; }
html.expo-ui body :is(.rich-content, .detail-description, .product-detail-section, .rich-text, .company-intro-section) img { height: auto !important; border-radius: 12px; }
html.expo-ui body :is(.rich-content, .detail-description, .product-detail-section, .rich-text, .company-intro-section) table { max-width: 100%; border-collapse: collapse; }
html.expo-ui body :is(.rich-content, .detail-description, .product-detail-section, .rich-text, .company-intro-section) :is(th, td) { border: 1px solid var(--expo-line); padding: 10px 14px; line-height: 1.8; }
html.expo-ui body .solution-detail-page .content-wrapper { gap: 24px; }
html.expo-ui body .solution-detail-page .detail-media { border-radius: 20px; }

/* P12: existing identity card beside real browsing history; all actions stay. */
html.expo-ui body .personal-page[data-v-a8d9a6b6] { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 24px; align-items: start; padding-top: 44px; min-height: 65vh; }
html.expo-ui body :is(.info-card[data-v-a8d9a6b6], .history-card[data-v-a8d9a6b6]) { min-width: 0; margin: 0; padding: 26px; border: 1px solid var(--expo-line); border-radius: 24px; background: var(--expo-page-card); box-shadow: var(--expo-page-shadow); }
html.expo-ui body .info-list[data-v-a8d9a6b6] { flex-direction: column; gap: 0; }
html.expo-ui body .info-row[data-v-a8d9a6b6] { flex-direction: column; align-items: flex-start; gap: 5px; padding: 14px 0; border-bottom: 1px solid var(--expo-line); }
html.expo-ui body .info-label[data-v-a8d9a6b6] { color: var(--expo-muted); font-size: 12px; }
html.expo-ui body .info-value[data-v-a8d9a6b6] { color: var(--expo-ink); font-size: 14px; line-height: 1.8; overflow-wrap: anywhere; }
html.expo-ui body .info-actions[data-v-a8d9a6b6] { flex-direction: column; gap: 10px; padding-top: 20px; margin-top: 0; border: 0; }
html.expo-ui body .info-actions[data-v-a8d9a6b6] .el-button { width: 100%; margin-left: 0; }
html.expo-ui body .history-card[data-v-a8d9a6b6] { min-height: 420px; }
html.expo-ui body .history-card[data-v-a8d9a6b6] > .section-title { color: var(--expo-ink); font-size: 20px; font-weight: 600; margin-bottom: 22px; }
html.expo-ui body .history-list[data-v-a8d9a6b6] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
html.expo-ui body .history-item[data-v-a8d9a6b6] { min-width: 0; padding: 0; gap: 0; flex-direction: column; align-items: stretch; border: 1px solid var(--expo-line); border-radius: 20px; overflow: hidden; }
html.expo-ui body .history-item[data-v-a8d9a6b6]:hover { margin: 0; padding: 0; border-radius: 20px; background: var(--expo-page-soft); }
html.expo-ui body .history-img[data-v-a8d9a6b6] { width: 100%; height: 155px; padding: 20px; border-radius: 0; background: linear-gradient(140deg, var(--expo-bg), var(--expo-page-soft)); }
html.expo-ui body .history-info[data-v-a8d9a6b6] { padding: 18px; }
html.expo-ui body .history-name[data-v-a8d9a6b6] { color: var(--expo-ink); font-size: 14px; font-weight: 500; line-height: 1.7; white-space: normal; overflow-wrap: anywhere; }
html.expo-ui body .history-detail[data-v-a8d9a6b6] { flex-wrap: wrap; gap: 8px; margin: 9px 0; }
html.expo-ui body .history-model[data-v-a8d9a6b6] { color: var(--expo-muted); font-size: 12px; max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
html.expo-ui body .history-price[data-v-a8d9a6b6] { color: var(--expo-ink); font-size: 13px; }
html.expo-ui body .history-time[data-v-a8d9a6b6] { color: var(--expo-muted); font-size: 11px; padding-top: 10px; border-top: 1px solid var(--expo-line); }

/* Login/register/reset/profile/review dialogs are teleported outside pages. */
html.expo-ui body .el-overlay { background: #172b4840; backdrop-filter: blur(6px); }
html.expo-ui body .el-dialog { box-sizing: border-box; min-width: min(420px, calc(100vw - 32px)); max-width: calc(100vw - 32px); max-height: calc(100dvh - 40px); margin-top: 6vh; padding: 28px; overflow-y: auto; border: 1px solid var(--expo-line); border-radius: 24px; color: var(--expo-ink); background: var(--expo-page-glass); box-shadow: 0 28px 90px #172b4830; }
html.expo-ui body .el-dialog__header { padding: 0 30px 22px 0; margin: 0; }
html.expo-ui body .el-dialog__title { color: var(--expo-ink); font-size: 23px; font-weight: 600; line-height: 1.5; }
html.expo-ui body .el-dialog__headerbtn { top: 18px; right: 18px; width: 38px; height: 38px; border-radius: 50%; background: var(--expo-page-soft); }
html.expo-ui body .el-dialog__body { padding: 0; color: var(--expo-ink); }
html.expo-ui body .el-dialog__footer { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; padding: 24px 0 0; }
html.expo-ui body .el-dialog__footer .el-button { margin: 0; }
html.expo-ui body .el-dialog .el-form-item { margin-bottom: 23px; }
html.expo-ui body .el-dialog .el-form-item__label { color: var(--expo-muted); font-size: 13px; }
html.expo-ui body .el-dialog .el-form-item__content { min-width: 0; }
html.expo-ui body .el-dialog .el-form-item__error { line-height: 1.5; font-size: 12px; }
html.expo-ui body .el-dialog .el-textarea__inner { min-height: 110px; padding: 12px 14px; }
html.expo-ui body .el-dialog .captcha-row { width: 100%; gap: 10px; flex-wrap: wrap; align-items: center; }
html.expo-ui body .el-dialog .captcha-row .el-input { flex: 1 1 120px; min-width: 0; }
html.expo-ui body .el-dialog .captcha-img { max-width: 120px; height: 42px; border: 1px solid var(--expo-line); border-radius: 10px; background: #fff; object-fit: contain; }
html.expo-ui body .el-dialog .forgot-password a { color: var(--expo-blue); font-size: 12px; }
html.expo-ui body .el-dialog :is(.form-item, .score-section) { flex-wrap: wrap; gap: 12px; }
html.expo-ui body .el-dialog :is(.form-label, .score-label) { color: var(--expo-muted); font-size: 13px; }
html.expo-ui body .el-dialog .form-content { min-width: 0; margin-left: 0; }
html.expo-ui body .el-dialog .el-upload--picture-card { background: var(--expo-page-soft); border-color: var(--expo-line); border-radius: 14px; }
html.expo-ui body .el-message-box { border: 1px solid var(--expo-line); border-radius: 24px; padding: 25px; background: var(--expo-page-card); color: var(--expo-ink); max-width: calc(100vw - 32px); }
html.expo-ui body .el-message-box__title { color: var(--expo-ink); }
html.expo-ui body .el-message-box__content { color: var(--expo-muted); }

/* Dark rich content needs to override only the legacy hard-coded text colors;
   author-specified rich-text backgrounds stay intact for readability. */
html.expo-ui[data-theme="dark"] body :is(.product-info[data-v-5728aa33], .param-table-content[data-v-4e82ba57]) [style*="color"] { color: var(--expo-muted) !important; }
html.expo-ui[data-theme="dark"] body :is(.rich-content, .detail-description, .rich-text, .company-intro-section, .product-detail-section) { color: var(--expo-ink); }

@media (max-width: 1100px) {
  html.expo-ui body .product-page-container[data-v-d1385ff5]:has(> .filter-section) { grid-template-columns: 196px minmax(0, 1fr); gap: 20px; }
  html.expo-ui body .product-grid[data-v-d1385ff5] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html.expo-ui body .solutions-grid:is([data-v-9e8baeee], [data-v-fcde0d1f]) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html.expo-ui body .personal-page[data-v-a8d9a6b6] { grid-template-columns: 240px minmax(0, 1fr); gap: 20px; }
  html.expo-ui body .product-params[data-v-5728aa33] > .el-row { grid-template-columns: 150px minmax(0, 1fr); gap: 18px; }
}
@media (max-width: 768px) {
  html.expo-ui body :is(.news-page, .zones-page, .solutions-container, .contact-page, .news-detail-page, .solution-detail-page, .product-details, .compare-page, .personal-page) { width: calc(100% - 40px); padding-bottom: 40px; }
  html.expo-ui body .commonHeader[data-v-b2d69b53] { width: calc(100% - 40px); padding-right: 245px; background-size: 220px 110px; min-height: 165px; }
  html.expo-ui body .commonHeader[data-v-b2d69b53] h1 { font-size: 29px; }
  html.expo-ui body .zone-header[data-v-d1385ff5] { width: calc(100% - 40px); background-size: 220px 110px; }
  html.expo-ui body .search-container[data-v-d1385ff5] { width: calc(100% - 245px); min-width: 270px; }
  html.expo-ui body .product-page-container[data-v-d1385ff5]:has(> .filter-section) { grid-template-columns: minmax(0, 1fr); }
  html.expo-ui body .filter-section[data-v-d1385ff5] { padding: 20px; max-height: 360px; overflow-y: auto; overscroll-behavior-y: contain; scrollbar-width: thin; }
  html.expo-ui body .compare-panel[data-v-d1385ff5] { bottom: 84px; }
  html.expo-ui body .filter-group[data-v-d1385ff5] { gap: 10px; }
  html.expo-ui body .filter-content[data-v-d1385ff5]:has(> .el-input) { flex-direction: row; flex-wrap: nowrap; align-items: center; }
  html.expo-ui body .filter-content[data-v-d1385ff5]:has(> .el-input) > .el-input { width: calc(50% - 15px) !important; }
  html.expo-ui body .filter-content[data-v-d1385ff5]:has(> .el-input) > span { flex: 0 0 auto; }
  html.expo-ui body .product-grid[data-v-31ea8899] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html.expo-ui body .product-header[data-v-5728aa33] > .el-row > .el-col { width: 100%; max-width: 100%; flex: 0 0 100%; }
  html.expo-ui body .goods-image[data-v-5728aa33] { aspect-ratio: 1.6; min-height: 260px; }
  html.expo-ui body .personal-page[data-v-a8d9a6b6] { grid-template-columns: minmax(0, 1fr); padding-top: 28px; }
  html.expo-ui body .info-list[data-v-a8d9a6b6] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  html.expo-ui body .info-actions[data-v-a8d9a6b6] { flex-direction: row; flex-wrap: wrap; padding-top: 18px; }
  html.expo-ui body .info-actions[data-v-a8d9a6b6] .el-button { width: auto; }
  html.expo-ui body .news-page .news-list-container { padding: 4px 22px; }
  html.expo-ui body .news-page .news-item { gap: 20px; }
  html.expo-ui body .news-page .news-image { flex-basis: 150px; height: 110px; }
  html.expo-ui body .exhibitor-card[data-v-d1385ff5] { padding: 22px; flex-wrap: wrap; gap: 18px; }
  html.expo-ui body .exhibitor-info[data-v-d1385ff5] { flex: 1 1 calc(100% - 100px); }
  html.expo-ui body .view-homepage-btn[data-v-d1385ff5] { margin-left: auto; }
  html.expo-ui body .block[data-v-31ea8899], html.expo-ui body div[data-v-31ea8899]:has(> .exhibitor-info-section) { width: calc(100% - 40px) !important; }
  html.expo-ui body .filter-section[data-v-9e8baeee] { width: calc(100% - 40px); }
}
@media (max-width: 480px) {
  html.expo-ui body .commonHeader[data-v-b2d69b53] { min-height: 0; padding: 24px 0 120px; margin-top: 10px; background-size: 220px 96px; background-position: left bottom; border-radius: 16px; }
  html.expo-ui body .commonHeader[data-v-b2d69b53] h1 { font-size: 28px; }
  html.expo-ui body .commonHeader[data-v-b2d69b53] h3 { font-size: 12px; margin-top: 10px; }
  html.expo-ui body .zone-header[data-v-d1385ff5] { min-height: 0; padding: 24px 0 122px; background-size: 220px 96px; background-position: left bottom; }
  html.expo-ui body .area-title[data-v-d1385ff5] { font-size: 28px; }
  html.expo-ui body .search-container[data-v-d1385ff5] { width: 100%; min-width: 0; }
  html.expo-ui body .search-btn[data-v-d1385ff5] { padding: 0 16px; }
  html.expo-ui body :is(.zones-page, .news-page, .contact-page) :is(.tab-container, .area-tabs) { gap: 0; margin-bottom: 18px; }
  html.expo-ui body :is(.zones-page, .news-page, .contact-page) :is(.tab-item, .area-tab-item) { padding: 12px 13px; font-size: 12px; }
  html.expo-ui body .filter-section[data-v-d1385ff5] { padding: 18px 16px; }
  html.expo-ui body .filter-group[data-v-d1385ff5] { flex-direction: column; gap: 8px; }
  html.expo-ui body .filter-group[data-v-d1385ff5] + .filter-group { margin-top: 16px; padding-top: 16px; }
  html.expo-ui body :is(.product-grid[data-v-d1385ff5], .product-grid[data-v-31ea8899]) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  html.expo-ui body :is(.product-card[data-v-d1385ff5], .product-card[data-v-31ea8899]) { border-radius: 18px; }
  html.expo-ui body :is(.product-image[data-v-d1385ff5], .product-image[data-v-31ea8899]) { height: 135px; padding: 36px 12px 12px; }
  html.expo-ui body :is(.product-info[data-v-d1385ff5], .product-info[data-v-31ea8899]) { padding: 13px 11px; }
  html.expo-ui body :is(.product-name[data-v-d1385ff5], .product-name[data-v-31ea8899]) { font-size: 13px; }
  html.expo-ui body :is(.product-model[data-v-d1385ff5], .product-model[data-v-31ea8899], .product-price[data-v-d1385ff5], .product-price[data-v-31ea8899]) { font-size: 11px; }
  html.expo-ui body .product-desc[data-v-d1385ff5] { font-size: 11px; }
  html.expo-ui body .recommend-tag[data-v-d1385ff5] { top: 9px; left: 7px; padding: 4px 5px; font-size: 9px; }
  html.expo-ui body .compare-btn-container[data-v-d1385ff5] { top: 7px; right: 7px; padding: 5px; }
  html.expo-ui body .compare-list[data-v-d1385ff5] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html.expo-ui body .exhibitor-card[data-v-d1385ff5] { padding: 18px; gap: 14px; }
  html.expo-ui body .exhibitor-avatar[data-v-d1385ff5] { width: 60px; height: 60px; padding: 7px; border-radius: 14px; }
  html.expo-ui body .exhibitor-info[data-v-d1385ff5] { flex-basis: calc(100% - 74px); }
  html.expo-ui body .exhibitor-name[data-v-d1385ff5] { font-size: 16px; }
  html.expo-ui body .exhibitor-intro[data-v-d1385ff5] { font-size: 12px; }
  html.expo-ui body .product-info-section[data-v-31ea8899] .view-detail-btn { font-size: 11px; padding: 9px 15px; }
  html.expo-ui body :is(.product-params[data-v-5728aa33], .product-reviews[data-v-5728aa33], .product-detail-section[data-v-5728aa33], .solution-reviews[data-v-764a66d5]) { padding: 20px 16px !important; }
  html.expo-ui body .product-params[data-v-5728aa33] > .el-row { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  html.expo-ui body .param-category-menu[data-v-5728aa33] { display: flex; flex-wrap: wrap; gap: 6px; }
  html.expo-ui body .param-category-menu[data-v-5728aa33] .el-menu-item { min-height: 40px; margin: 0; padding: 9px 12px !important; font-size: 12px; }
  html.expo-ui body .param-content[data-v-5728aa33] { padding: 0 3px; max-height: 65vh; }
  html.expo-ui body .param-item[data-v-5728aa33] { gap: 12px; }
  html.expo-ui body .param-label[data-v-5728aa33] { width: 40%; }
  html.expo-ui body .goods-image[data-v-5728aa33] { min-height: 230px; }
  html.expo-ui body :is(.filter-group[data-v-31ea8899], .filter-group[data-v-9e8baeee]) { flex-direction: column; gap: 8px; }
  html.expo-ui body :is(.exhibitor-info-section[data-v-31ea8899], .company-intro-section[data-v-31ea8899]) { padding: 22px 18px; }
  html.expo-ui body .info-grid[data-v-31ea8899] > .el-col { width: 100%; max-width: 100%; flex-basis: 100%; }
  html.expo-ui body .solutions-grid:is([data-v-9e8baeee], [data-v-fcde0d1f]) { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  html.expo-ui body .solutions-container .solution-content { padding: 22px; }
  html.expo-ui body .solutions-container .solution-image { height: 175px; }
  html.expo-ui body .news-page .news-list-container { padding: 0 18px; }
  html.expo-ui body .news-page .news-item { flex-direction: column; align-items: stretch; padding: 24px 0; gap: 16px; }
  html.expo-ui body .news-page .news-title { font-size: 16px; }
  html.expo-ui body .news-page .news-image { flex: auto; width: 100%; max-width: 100%; height: 160px; }
  html.expo-ui body .contact-content[data-v-8a03a302] { padding: 22px 18px; }
  html.expo-ui body :is(.news-detail-page, .solution-detail-page) .detail-container { padding: 22px 18px; }
  html.expo-ui body :is(.news-detail-page, .solution-detail-page) .detail-meta { flex-direction: column; align-items: flex-start; }
  html.expo-ui body :is(.news-detail-page, .solution-detail-page) .meta-right { align-self: flex-start; }
  html.expo-ui body :is(.info-card[data-v-a8d9a6b6], .history-card[data-v-a8d9a6b6]) { padding: 22px 18px; }
  html.expo-ui body .history-list[data-v-a8d9a6b6] { grid-template-columns: minmax(0, 1fr); }
  html.expo-ui body .info-list[data-v-a8d9a6b6] { grid-template-columns: minmax(0, 1fr); }
  html.expo-ui body .el-dialog { padding: 23px 20px; margin-top: 20px; max-height: calc(100dvh - 40px); }
  html.expo-ui body .el-dialog .el-form-item { display: block; }
  html.expo-ui body .el-dialog .el-form-item__label { display: block; width: auto !important; height: auto; text-align: left; padding: 0 0 7px; line-height: 1.7; }
  html.expo-ui body .el-dialog .el-form-item__content { margin-left: 0 !important; }
  html.expo-ui body .el-dialog :is(.form-item, .score-section) { flex-direction: column; align-items: flex-start; }
  html.expo-ui body .el-dialog .form-content { width: 100%; }
}
@media (pointer: coarse) {
  html.expo-ui body .el-dialog :is(input, textarea), html.expo-ui body .zones-page input, html.expo-ui body .search-container input { font-size: 16px; }
  html.expo-ui body :is(.zones-page, .product-info-section, .solutions-container) .filter-btn { min-height: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  html.expo-ui body :is(.product-card, .news-item, .solution-card, .history-item, .view-all-btn, .back-btn) { transition: none; }
}
@media (prefers-reduced-transparency: reduce) {
  html.expo-ui body :is(.filter-section[data-v-d1385ff5], .compare-panel[data-v-d1385ff5], .el-dialog) { background: var(--expo-page-card); backdrop-filter: none; }
}
