:root {
  --brand: #0068b7;
  --brand-dark: #063f69;
  --brand-soft: #e9f3fc;
  --green: #078867;
  --green-soft: #e8f7f1;
  --ink: #142a38;
  --muted: #627584;
  --line: #dce5eb;
  --bg: #f5f8fb;
  --paper: #fff;
  --danger: #c1483c;
  --shadow: 0 9px 28px rgba(10, 47, 71, .08);
  --content-width: 1760px;
  font-family: "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; color: var(--ink); background: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.header {
  display: flex; align-items: center; gap: clamp(18px, 3vw, 40px);
  min-height: 76px; padding: 12px clamp(20px, 4vw, 56px); background: var(--paper); border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 20;
}
.member-quickbar { min-height: 38px; background: #f1f5f7; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.member-quick-inner { max-width: var(--content-width); margin: 0 auto; padding: 10px clamp(20px, 3vw, 46px); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.member-quick-inner div { display: flex; flex-wrap: wrap; gap: 18px; }
.member-quick-inner a:hover { color: var(--brand); }
.member-quick-inner b { font-weight: normal; }
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-mark { display: block; width: 50px; height: 42px; object-fit: contain; flex-shrink: 0; }
.logo strong { display: block; font-size: 20px; color: var(--brand-dark); }
.logo small { color: var(--muted); font-size: 12px; }
.admin-side .logo-mark { filter: invert(1); }
.head-search { display: flex; min-width: 260px; flex: 1; max-width: 480px; }
.head-search input { border-radius: 6px 0 0 6px; margin: 0; border-right: 0; }
.head-search button { border-radius: 0 6px 6px 0; padding-inline: 20px; }
nav { display: flex; gap: clamp(14px, 2vw, 28px); margin-left: auto; white-space: nowrap; font-size: 14px; }
nav a:hover, nav a.active { color: var(--brand); }
.home-page .header nav { gap: clamp(13px, 1.35vw, 22px); font-size: 13px; }
.home-page .header nav .cart-link {
  display: inline-flex; align-items: center; gap: 4px; color: var(--brand-dark); font-weight: 700;
}
.home-page .header nav .cart-link b { color: var(--green); font-size: 12px; }
.language-picker { width: auto; min-width: 94px; margin: 0; padding: 8px; flex-shrink: 0; }
.seo-header {
  display: grid; grid-template-columns: auto minmax(330px, 540px) minmax(0, 1fr) auto;
  gap: 16px; min-height: 72px; align-items: center;
}
.seo-header nav {
  width: auto; margin-left: 0; justify-content: flex-start; gap: 16px; overflow-x: auto;
  white-space: nowrap; scrollbar-width: none; font-size: 13px;
}
.seo-header nav::-webkit-scrollbar { display: none; }
.seo-header .language-picker { margin-left: 0; }
.header.service-header {
  gap: clamp(16px, 2.4vw, 28px);
  min-height: 72px;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom-color: #d7e4ec;
}
.header.service-header nav {
  gap: clamp(12px, 1.4vw, 18px);
  font-size: 13px;
}
.header.service-header .logo strong { font-size: 19px; }
.header.service-header .logo small {
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.service-bar {
  display: flex; justify-content: center; gap: clamp(16px, 4.8vw, 52px);
  padding: 10px 20px; background: var(--brand-dark); color: #d9edf9; font-size: 12px;
}
.home-quickbar {
  background: #0a0f14; border-bottom: 0; color: #d8e5ee;
}
.home-quickbar .member-quick-inner { min-height: 34px; padding-block: 8px; }
.home-quickbar a { color: #edf7ff; }
.home-quickbar a:hover { color: #70c8ff; }
.home-quickbar b { color: #ffbf4d; font-weight: 800; }
.service-bar span::before { content: "✓ "; color: #5bd6ae; }
.home-search-panel {
  max-width: var(--content-width); margin: 0 auto; padding: 24px clamp(20px, 3vw, 46px);
  display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: center; gap: 10px 20px;
  background: #fff; border-bottom: 1px solid var(--line);
}
.home-search-copy strong { display: block; font-size: 23px; color: var(--brand-dark); margin-bottom: 5px; }
.home-search-copy span { color: var(--muted); font-size: 13px; }
.home-search-main {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: stretch;
}
.home-search-form {
  display: flex; height: 62px; padding: 4px; border: 2px solid var(--brand); border-radius: 7px;
  background: #fff; box-shadow: 0 8px 22px rgba(0, 104, 183, .12);
}
.home-search-form input { margin: 0; height: 50px; border: 0; font-size: 17px; padding-left: 18px; }
.home-search-form input:focus { outline: none; }
.home-search-form button { border-radius: 5px; min-width: 142px; font-size: 16px; }
.hot-searches { grid-column: 2 / 3; display: flex; flex-wrap: wrap; gap: 9px; align-items: center; font-size: 12px; color: var(--muted); margin-top: -12px; }
.hot-searches-label { color: var(--muted); font-weight: 600; }
.hot-searches a {
  display: inline-flex; align-items: center; min-height: 26px; padding: 4px 9px;
  border: 1px solid #d4e3ed; border-radius: 4px; background: #f8fbfd; color: var(--brand-dark);
}
.hot-searches a:hover { border-color: #9cc7ea; color: var(--brand); background: #fff; }
.hot-searches a.hot-search-more-chip { display: none; }
.home-search-actions {
  display: grid;
  grid-template-columns: 150px 108px;
  gap: 8px;
  justify-items: stretch;
}
.home-search-more {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 62px; padding: 8px 12px; border: 1px solid #d4e5ef; border-radius: 7px;
  background: #f8fbfd; color: var(--brand); font-size: 12px; font-weight: 800; text-align: center;
  white-space: nowrap;
}
.home-search-more:hover { border-color: #9cc7ea; background: #fff; }
.home-cart-shortcut { gap: 5px; color: var(--brand-dark); }
.home-cart-shortcut b {
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  background: #eef7ff;
  color: var(--green);
  font-size: 11px;
  line-height: 1;
}
.home-bom-upload {
  position: relative;
  min-height: 62px;
}
.home-bom-toggle {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon meta";
  align-items: center;
  min-height: 62px;
  padding: 8px 12px;
  border: 1px solid #8ec5ea;
  border-radius: 7px;
  background: #fff;
  color: var(--brand);
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 104, 183, .06);
}
.home-bom-toggle:hover,
.home-bom-upload.is-open .home-bom-toggle { border-color: var(--brand); background: #f5fbff; }
.home-bom-upload.is-dragging .home-bom-toggle { border-color: var(--brand); background: #edf8ff; }
.home-bom-upload.is-loaded .home-bom-toggle { border-color: #9ed8c3; background: #f5fffb; color: var(--green); }
.home-bom-upload input[type="file"] {
  display: none;
}
.home-bom-upload-icon {
  grid-area: icon;
  position: relative;
  width: 19px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 4px;
}
.home-bom-upload-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}
.home-bom-upload-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 2px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}
.home-bom-toggle strong {
  grid-area: title;
  min-width: 0;
  font-size: 14px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-bom-toggle small {
  grid-area: meta;
  min-width: 0;
  margin-top: 2px;
  color: #5b7283;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-bom-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 44;
  width: min(560px, calc(100vw - 32px));
  display: grid;
  gap: 11px;
  padding: 14px;
  border: 1px solid #cfe3ef;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(6, 47, 78, .16);
}
.home-bom-popover::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 42px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #cfe3ef;
  border-top: 1px solid #cfe3ef;
  background: #fff;
  transform: rotate(45deg);
}
.home-bom-popover-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.home-bom-popover-head strong { display: block; color: var(--brand-dark); font-size: 17px; }
.home-bom-popover-head span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.home-bom-template-link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #d4e3ed;
  border-radius: 5px;
  background: #f8fbfd;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.home-bom-template-link:hover { border-color: #8fc1e3; background: #fff; }
.home-bom-popover-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.home-bom-popover-status span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 7px;
  border: 1px solid #dce9f1;
  border-radius: 5px;
  background: #f8fbfd;
  color: #557083;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.home-bom-popover-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
.home-bom-popover-mode button {
  min-width: 0;
  min-height: 46px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid #d4e3ed;
  border-radius: 7px;
  background: #f8fbfd;
  color: var(--brand-dark);
  text-align: left;
}
.home-bom-popover-mode button:hover,
.home-bom-popover-mode button:focus-visible {
  border-color: #8fc1e3;
  background: #fff;
}
.home-bom-popover-mode b { font-size: 13px; line-height: 1.15; }
.home-bom-popover-mode span {
  min-width: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-bom-file-pick {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 92px;
  padding: 16px;
  border: 1px dashed #8ec5ea;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fcff 0%, #f1f8fd 100%);
  color: var(--brand);
  cursor: pointer;
  text-align: center;
}
.home-bom-file-pick:hover { border-color: var(--brand); background: #f2f9ff; }
.home-bom-file-pick b { font-size: 16px; }
.home-bom-file-pick span { color: var(--muted); font-size: 12px; }
.home-bom-popover textarea {
  width: 100%;
  margin: 0;
  min-height: 88px;
  resize: vertical;
  border: 1px solid #d5e3ec;
  border-radius: 7px;
  padding: 9px 10px;
  color: var(--ink);
  background: #fbfdff;
  font-size: 12px;
  line-height: 1.45;
}
.home-bom-popover textarea:focus {
  outline: 2px solid rgba(0,104,183,.18);
  border-color: #8fc1e3;
  background: #fff;
}
.home-bom-popover-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, .82fr));
  gap: 7px;
  align-items: center;
}
.home-bom-popover-actions a,
.home-bom-popover-actions button {
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 12px;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.home-bom-upload-panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin-top: -2px;
  padding: 12px;
  border: 1px solid #cfe3ef;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(4, 48, 80, .05);
}
.home-bom-upload-panel.is-hydrated {
  border-color: #b9ddcf;
  background: #fbfffd;
}
.home-bom-upload-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.home-bom-upload-panel-title {
  min-width: 0;
}
.home-bom-upload-panel-head strong {
  display: block;
  color: var(--brand-dark);
  font-size: 15px;
  line-height: 1.25;
}
.home-bom-upload-panel-head span {
  display: block;
  margin-top: 3px;
  color: #557083;
  font-size: 12px;
  line-height: 1.45;
}
.home-bom-upload-panel-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.home-bom-upload-panel-progress {
  --home-bom-progress: 0%;
  min-width: 72px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-areas:
    "ring value"
    "ring label";
  gap: 1px 7px;
  align-items: center;
  padding: 5px 7px;
  border: 1px solid #dce9f1;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
}
.home-bom-upload-panel-progress i {
  grid-area: ring;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: conic-gradient(var(--brand) var(--home-bom-progress), #e8f0f5 0);
}
.home-bom-upload-panel-progress i::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background: #fff;
}
.home-bom-upload-panel-progress strong {
  grid-area: value;
  color: var(--brand-dark);
  font-size: 12px;
  line-height: 1.1;
  white-space: nowrap;
}
.home-bom-upload-panel-progress span {
  grid-area: label;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}
.home-bom-upload-panel-head .primary,
.home-bom-upload-panel-head .secondary {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 5px;
  white-space: nowrap;
}
.home-bom-upload-panel-head .secondary:disabled {
  opacity: .54;
  cursor: not-allowed;
}
.home-bom-upload-panel-metrics,
.home-bom-upload-panel-match,
.home-bom-upload-panel-steps,
.home-bom-upload-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.home-bom-upload-panel-steps span {
  min-width: 0;
  flex: 1 1 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #dce9f1;
  border-radius: 4px;
  background: #fff;
  color: #557083;
  font-size: 11px;
  font-weight: 800;
}
.home-bom-upload-panel-steps span.done {
  border-color: #bfe4d4;
  background: #f4fff9;
  color: var(--green);
}
.home-bom-upload-panel-steps span.active {
  border-color: #a9d2ef;
  background: #f2f9ff;
  color: var(--brand);
  box-shadow: inset 0 -2px 0 var(--brand);
}
.home-bom-upload-panel-metrics span,
.home-bom-upload-panel-match span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #dce9f1;
  border-radius: 4px;
  background: #fff;
  color: #557083;
  font-size: 11px;
}
.home-bom-upload-panel-metrics b {
  margin-right: 5px;
  color: var(--green);
  font-size: 14px;
}
.home-bom-upload-panel-match b {
  margin-right: 5px;
  color: var(--brand);
  font-size: 14px;
}
.home-bom-upload-panel-metrics em,
.home-bom-upload-panel-match em,
.home-bom-upload-panel-row em {
  font-style: normal;
}
.home-bom-upload-panel-table {
  display: grid;
  overflow: hidden;
  border: 1px solid #dce9f1;
  border-radius: 5px;
  background: #fff;
}
.home-bom-upload-panel-table-head,
.home-bom-upload-panel-row {
  display: grid;
  grid-template-columns: minmax(132px, 1fr) minmax(108px, .72fr) minmax(164px, 1.12fr) minmax(148px, .95fr) 86px;
  gap: 6px;
  align-items: center;
}
.home-bom-upload-panel-table-head {
  padding: 7px 9px;
  border-bottom: 1px solid #edf3f7;
  background: #f7fbff;
  color: #557083;
  font-size: 11px;
  font-weight: 800;
}
.home-bom-upload-panel-rows {
  display: grid;
}
.home-bom-upload-panel-row {
  min-width: 0;
  padding: 8px 9px;
  border-bottom: 1px solid #edf3f7;
  color: #557083;
  font-size: 11px;
}
.home-bom-upload-panel-row:last-child { border-bottom: 0; }
.home-bom-upload-panel-row b {
  min-width: 0;
  color: var(--brand-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-bom-upload-panel-row a,
.home-bom-upload-panel-row button {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid #cfe3ef;
  border-radius: 5px;
  background: #f7fbff;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
.home-bom-upload-panel-row a:hover,
.home-bom-upload-panel-row button:hover { border-color: #8fc1e3; background: #fff; }
.home-bom-upload-panel-row em,
.home-bom-upload-panel-row small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-bom-row-match {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.home-bom-row-match small {
  display: block;
  color: #557083;
  font-size: 10px;
  line-height: 1.25;
}
.home-bom-upload-panel-row i {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 3px 7px;
  border: 1px solid #dce9f1;
  border-radius: 4px;
  background: #f7fbff;
  color: var(--brand);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.home-bom-upload-panel-row.is-ready i { border-color: #bfe4d4; background: #f3fff9; color: var(--green); }
.home-bom-upload-panel-row.is-ready .home-bom-row-action { border-color: #77caa4; background: var(--green); color: #fff; }
.home-bom-upload-panel-row.is-ready .home-bom-row-action:hover { border-color: #58b98f; background: #009b68; }
.home-bom-upload-panel-row.is-in-cart .home-bom-row-action { border-color: #bfe4d4; background: #f3fff9; color: var(--green); }
.home-bom-upload-panel-row.is-candidate i { border-color: #cfe2f5; background: #f4f9ff; color: var(--brand); }
.home-bom-upload-panel-row.is-manual i { border-color: #ffe0a8; background: #fff9ed; color: #986a00; }
.home-bom-upload-panel-row.is-pending i { border-color: #dce9f1; background: #f7fbff; color: #557083; }
.home-bom-upload-panel-row.is-slow i { border-color: #cfe2f5; background: #f4f9ff; color: var(--brand); }
.home-bom-upload-panel-note {
  margin: 0;
  color: #557083;
  font-size: 12px;
  line-height: 1.55;
}
.home-bom-upload-panel-actions {
  justify-content: flex-end;
}
.home-bom-upload-panel-actions a,
.home-bom-upload-panel-actions button {
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .home-bom-popover {
    position: static;
    width: 100%;
    margin-top: 7px;
    box-shadow: 0 10px 24px rgba(4, 48, 80, .08);
  }
  .home-bom-popover::before { display: none; }
  .home-bom-popover-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-bom-file-pick { min-height: 78px; padding: 12px; }
  .home-bom-popover-mode { grid-template-columns: 1fr; }
  .home-bom-popover-actions { grid-template-columns: 1fr 1fr; }
  .home-bom-popover-actions .primary { grid-column: 1 / -1; }
  .home-bom-upload-panel {
    grid-column: 1 / -1;
    gap: 8px;
    margin-top: 0;
    padding: 10px;
  }
  .home-bom-upload-panel-head {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .home-bom-upload-panel-head-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .home-bom-upload-panel-progress {
    width: 100%;
    min-height: 42px;
  }
  .home-bom-upload-panel-head .primary,
  .home-bom-upload-panel-head .secondary {
    width: 100%;
    justify-content: center;
  }
  .home-bom-upload-panel-metrics,
  .home-bom-upload-panel-match {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-bom-upload-panel-match {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .home-bom-upload-panel-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }
  .home-bom-upload-panel-steps span {
    min-height: 24px;
    padding: 4px 5px;
    font-size: 10px;
  }
  .home-bom-upload-panel-metrics span,
  .home-bom-upload-panel-match span {
    justify-content: center;
    min-width: 0;
  }
  .home-bom-upload-panel-rows {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-bom-upload-panel-table-head {
    display: none;
  }
  .home-bom-upload-panel-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "mpn status"
      "demand status"
      "stock stock"
      "action action";
    gap: 5px 8px;
    padding: 8px;
    font-size: 10px;
  }
  .home-bom-row-mpn { grid-area: mpn; }
  .home-bom-row-demand { grid-area: demand; }
  .home-bom-row-match {
    grid-area: status;
    justify-items: end;
    max-width: 142px;
  }
  .home-bom-row-match small {
    max-width: 142px;
    text-align: right;
  }
  .home-bom-row-stock { grid-area: stock; text-align: left; }
  .home-bom-row-action { grid-area: action; }
  .home-bom-upload-panel-row i {
    min-height: 20px;
    padding: 2px 4px;
    font-size: 10px;
  }
  .home-bom-upload-panel-row a,
  .home-bom-upload-panel-row button {
    min-height: 24px;
    padding: 4px 6px;
    font-size: 10px;
  }
  .home-bom-upload-panel-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }
  .home-bom-upload-panel-actions a,
  .home-bom-upload-panel-actions button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.search-suggest-host { position: relative; }
.search-suggest-panel {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 42;
  background: #fff; border: 1px solid #bcd6e8; border-radius: 8px; box-shadow: 0 18px 46px rgba(5, 39, 65, .18);
  overflow: hidden; color: var(--ink); text-align: left;
}
.search-suggest-panel[hidden] { display: none; }
.search-suggest-head {
  display: flex; justify-content: space-between; gap: 14px; padding: 10px 13px;
  background: #f1f7fb; border-bottom: 1px solid #dce9f1; font-size: 12px;
}
.search-suggest-head strong { color: var(--brand-dark); }
.search-suggest-head span { color: var(--muted); white-space: nowrap; }
.search-suggest-list { max-height: 376px; overflow-y: auto; }
.search-suggest-row {
  display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; align-items: center;
  min-height: 58px; padding: 9px 13px; border-bottom: 1px solid #edf3f7; background: #fff;
}
.search-suggest-row:hover { background: #f6fbff; }
.search-suggest-row.reference { background: #fbfdff; }
.search-suggest-row img { width: 38px; height: 38px; object-fit: contain; border: 1px solid #edf2f5; border-radius: 4px; background: #fff; }
.search-suggest-row strong { display: block; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggest-row small { display: block; color: var(--muted); margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggest-row em { color: var(--green); font-style: normal; font-weight: 700; white-space: nowrap; font-size: 12px; }
.search-suggest-empty { padding: 16px 14px; color: var(--muted); font-size: 13px; }
.search-suggest-empty strong { display: block; color: var(--brand-dark); margin-bottom: 5px; }
.search-suggest-intents {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px;
  padding: 10px 12px; border-top: 1px solid #e5eef4; background: #f8fbfd;
}
.search-suggest-intents a {
  display: flex; flex-direction: column; gap: 3px; min-width: 0; padding: 9px 8px;
  border: 1px solid #d7e7f0; border-radius: 7px; background: #fff; color: var(--text);
}
.search-suggest-intents a:hover { border-color: #8fc5eb; background: #f4fbff; }
.search-suggest-intents strong { color: var(--brand-dark); font-size: 13px; overflow-wrap: anywhere; }
.search-suggest-intents span { color: var(--muted); font-size: 11px; line-height: 1.35; overflow-wrap: anywhere; }
.search-suggest-boundary {
  display: flex; justify-content: space-between; gap: 10px; align-items: center;
  padding: 8px 12px; border-top: 1px solid #e5eef4; color: #5d7280; font-size: 11px; line-height: 1.45;
}
.search-suggest-boundary a { color: var(--brand); font-weight: 700; white-space: nowrap; }
.search-suggest-actions {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 10px 12px; background: #f8fbfd;
}
.search-suggest-actions a, .search-suggest-actions button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 34px;
  border: 1px solid #c9deeb; border-radius: 5px; color: var(--brand); font-size: 13px; background: #fff;
  padding: 7px 8px; line-height: 1.2; text-align: center; cursor: pointer;
}
.search-suggest-actions button:disabled { color: #97a7b3; background: #eef3f6; cursor: not-allowed; }
.search-suggest-actions .primary-action { background: var(--brand); border-color: var(--brand); color: #fff; }
.market-workbench {
  width: 100%; max-width: none; margin: 0; padding: 34px max(28px, calc((100vw - var(--content-width)) / 2)) 36px;
  scroll-margin-top: 96px;
  background:
    linear-gradient(120deg, rgba(69, 204, 160, .13), transparent 34%),
    linear-gradient(260deg, rgba(255, 191, 77, .13), transparent 31%),
    linear-gradient(180deg, #f5fbff 0%, #fafdff 100%);
  border: 1px solid rgba(201, 222, 235, .82); border-top: 0; border-left: 0; border-right: 0; border-radius: 0;
  box-shadow: 0 18px 42px rgba(5, 39, 65, .05);
}
.workbench-head {
  display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 20px;
}
.workbench-head h2 { margin: 0; color: var(--brand-dark); font-size: 28px; }
.workbench-actions {
  display: flex; gap: 10px; flex-wrap: nowrap; justify-content: flex-end; max-width: min(980px, 58vw);
  overflow-x: auto; padding: 2px 0 8px; scrollbar-width: thin; scrollbar-color: #b7cad6 transparent;
}
.workbench-actions::-webkit-scrollbar { height: 7px; }
.workbench-actions::-webkit-scrollbar-thumb { background: #b7cad6; border-radius: 99px; }
.workbench-actions .primary, .workbench-actions .secondary { padding: 10px 16px; border-radius: 5px; font-size: 14px; }
.workbench-actions .primary, .workbench-actions .secondary { flex: 0 0 auto; white-space: nowrap; }
.workbench-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(255px, 330px);
  grid-template-areas:
    "flow topics";
  gap: 15px;
  align-items: stretch;
}
.home-visual-showcase {
  max-width: var(--content-width);
  margin: 26px auto 0;
  padding-inline: clamp(20px, 3vw, 46px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
  align-items: stretch;
}
.home-visual-showcase .sourcing-flow,
.home-visual-showcase .stock-topics {
  grid-area: auto;
  min-width: 0;
}
.home-illustration-showcase { margin-top: 18px; }
.home-illustration-showcase .workbench-illustration {
  min-height: 220px; margin-top: 0; background-color: #fff;
  box-shadow: 0 12px 28px rgba(5, 39, 65, .06);
}
.category-rail, .sourcing-flow, .stock-topics {
  background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 16px; box-shadow: 0 8px 24px rgba(10, 47, 71, .05);
}
.category-rail { grid-area: categories; }
.sourcing-flow { grid-area: flow; }
.stock-topics { grid-area: topics; }
.workbench-visual-card {
  grid-area: visual; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 8px;
  background: #fff; box-shadow: 0 8px 24px rgba(10, 47, 71, .05);
  display: flex; flex-direction: column; gap: 12px;
}
.visual-card-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.visual-card-head strong { color: var(--brand-dark); font-size: 17px; }
.visual-card-head span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.visual-card-links {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.visual-card-links a {
  min-height: 34px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #cfe1ec; border-radius: 5px; background: #f8fbfd; color: var(--brand-dark);
  font-size: 13px; font-weight: 700;
}
.visual-card-links a:hover { color: var(--brand); border-color: #9bc9e7; background: #fff; }
.buyer-desk {
  grid-area: flow; min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px;
  background: #fff; box-shadow: 0 8px 24px rgba(10, 47, 71, .05);
}
.buyer-desk-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 13px;
}
.buyer-desk-head strong { color: var(--brand-dark); font-size: 17px; }
.buyer-desk-head span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.buyer-action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.buyer-action {
  min-width: 0; min-height: 74px; display: flex; flex-direction: column; justify-content: center; gap: 6px;
  padding: 13px; border: 1px solid #dce8f1; border-radius: 7px;
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 191, 77, .24), transparent 28%),
    linear-gradient(180deg, #fff, #f8fbfd);
  transition: border-color .15s, background .15s, transform .15s;
}
.buyer-action:hover { border-color: #92c5e7; background: #f4fbff; transform: translateY(-1px); }
.buyer-action strong { color: var(--brand-dark); font-size: 17px; }
.buyer-action span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.buyer-action.primary-action {
  border-color: #95c9e9; background: linear-gradient(135deg, #eaf7ff 0%, #fff 72%);
  box-shadow: inset 3px 0 0 var(--brand);
}
.desk-order-flow {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
  margin-top: 11px; border: 1px solid #d9e8f1; border-radius: 7px; overflow: hidden;
  background: #fbfdff;
}
.desk-order-flow a {
  min-width: 0; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 3px 9px;
  padding: 11px 12px; border-right: 1px solid #d9e8f1; color: inherit;
}
.desk-order-flow a:last-child { border-right: 0; }
.desk-order-flow a:hover { background: #f2f9ff; }
.desk-order-flow b {
  grid-row: span 2; display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 13px;
}
.desk-order-flow span { min-width: 0; color: var(--brand-dark); font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.desk-order-flow small { min-width: 0; color: var(--muted); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.desk-quick-row {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;
}
.desk-quick-row a {
  min-height: 30px; display: inline-flex; align-items: center; padding: 6px 10px;
  border: 1px solid #d4e4ee; border-radius: 4px; background: #f8fbfd; color: var(--brand-dark); font-size: 12px;
}
.desk-quick-row a:hover { color: var(--brand); border-color: #9bc9e7; background: #fff; }
.rail-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.rail-title strong { color: var(--brand-dark); font-size: 16px; }
.rail-title a { color: var(--brand); font-size: 12px; white-space: nowrap; }
.rail-links { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.rail-links a {
  min-width: 0; display: flex; justify-content: space-between; gap: 8px; padding: 8px 9px;
  background: #f6fafc; border: 1px solid #e3edf3; border-radius: 5px; font-size: 12px;
}
.rail-links a:hover, .topic-links a:hover, .flow-step:hover { border-color: #9cc7ea; background: var(--brand-soft); }
.rail-links span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--brand-dark); }
.rail-links small { color: var(--muted); flex-shrink: 0; }
.rail-links .rail-more-link { background: linear-gradient(135deg, #eff7fd, #f7fbff); border-style: dashed; }
.rail-links .rail-more-link span { color: var(--brand); font-weight: 800; }
.rail-links .rail-more-link small { color: var(--green); font-weight: 800; }
.sourcing-flow {
  display: grid; grid-template-columns: 1fr; gap: 14px; overflow: hidden; min-height: 352px; padding: 16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(246, 251, 255, .98)),
    linear-gradient(220deg, rgba(255, 191, 77, .15), transparent 38%);
}
.flow-copy {
  min-width: 0; display: flex; flex-direction: column; gap: 10px;
}
.flow-copy-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.flow-copy-head strong { color: var(--brand-dark); font-size: 15px; }
.flow-copy-head span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.flow-steps {
  flex: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px;
}
.flow-mobile-strip { display: none; }
.flow-mobile-strip a {
  min-width: 0; display: grid; gap: 3px; padding: 9px 10px;
  border: 1px solid #dce8f1; border-radius: 7px;
  background: linear-gradient(180deg, #fff, #f8fbfd); color: inherit;
}
.flow-mobile-strip a:hover { border-color: #9cc7ea; background: #f7fbff; }
.flow-mobile-strip strong { color: var(--brand-dark); font-size: 13px; line-height: 1.2; }
.flow-mobile-strip span { color: var(--muted); font-size: 10px; line-height: 1.35; }
.flow-step {
  min-width: 0; min-height: 152px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; align-content: start; gap: 6px 9px;
  padding: 10px 10px; border: 1px solid #e1ebf1; border-radius: 7px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 191, 77, .2), transparent 32%),
    linear-gradient(235deg, rgba(0, 143, 211, .12), transparent 34%),
    linear-gradient(180deg, #fff, #f8fbfd);
  transition: border-color .15s, background .15s, transform .15s;
}
.flow-step:hover { transform: translateY(-2px); }
.flow-step strong { display: block; color: var(--green); font-size: 17px; }
.flow-step span { display: block; color: var(--brand-dark); font-weight: 700; }
.flow-step small { grid-column: 2 / 3; display: block; color: var(--muted); line-height: 1.38; font-size: 11px; }
.step-visual {
  grid-column: 1 / -1; position: relative; align-self: stretch; min-height: 76px; height: 100%; border-radius: 7px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 191, 77, .28), transparent 22%),
    linear-gradient(rgba(0, 104, 183, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 104, 183, .1) 1px, transparent 1px),
    linear-gradient(135deg, #e7f7ff 0%, #effff8 54%, #fff2cc 100%);
  background-size: 18px 18px, 18px 18px, auto;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.66), 0 10px 22px rgba(0, 104, 183, .08);
  overflow: hidden;
}
.step-visual::before {
  content: ""; position: absolute; left: 14%; right: 14%; top: 50%; height: 3px; border-radius: 999px;
  background: linear-gradient(90deg, #008fd3, #45cca0, #ffbf4d);
  box-shadow: 0 0 0 3px rgba(255,255,255,.74);
}
.step-visual i, .step-visual b, .step-visual em { position: absolute; display: block; z-index: 1; }
.visual-search i {
  left: 11px; top: 13px; width: 26px; height: 26px; border: 5px solid #008fd3; border-radius: 50%;
  background: rgba(255,255,255,.8);
}
.visual-search b { left: 34px; top: 39px; width: 22px; height: 5px; border-radius: 999px; background: #008fd3; transform: rotate(42deg); }
.visual-search em {
  right: 10px; top: 16px; width: 33px; height: 33px; border-radius: 8px;
  background: linear-gradient(135deg, #043b61, #0068b7); border: 4px solid #d9f0fb;
}
.visual-bom i {
  left: 11px; width: 52%; height: 7px; border-radius: 999px; background: #cfe3f0;
}
.visual-bom i:nth-child(1) { top: 16px; background: #45cca0; }
.visual-bom i:nth-child(2) { top: 31px; width: 64%; background: #8bc8f0; }
.visual-bom i:nth-child(3) { top: 46px; width: 45%; background: #ffce62; }
.visual-bom b {
  right: 10px; top: 17px; width: 31px; height: 31px; border-radius: 50%;
  background: #fff; border: 5px solid #45cca0; box-shadow: inset 0 0 0 6px #eafbf5;
}
.visual-quote i {
  left: 10px; top: 22px; width: 42px; height: 30px; border-radius: 7px; background: #fff;
  border: 1px solid rgba(0, 104, 183, .22); box-shadow: 0 9px 18px rgba(0, 104, 183, .09);
}
.visual-quote b {
  left: 31px; top: 12px; width: 27px; height: 27px; display: grid; place-items: center;
  border-radius: 50%; background: #fff1c7; color: #d46b00; font-size: 16px;
}
.visual-quote b::before { content: "¥"; }
.visual-quote em {
  right: 9px; bottom: 18px; width: 36px; height: 13px; border-radius: 999px;
  background: linear-gradient(90deg, #45cca0 0 38%, #ffbf4d 38% 66%, #008fd3 66%);
}
.visual-qc i {
  left: 11px; top: 16px; width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #00a47d, #59d99c); box-shadow: inset 0 0 0 9px rgba(255,255,255,.28);
}
.visual-qc i::before {
  content: ""; position: absolute; left: 10px; top: 10px; width: 13px; height: 8px;
  border-left: 4px solid #fff; border-bottom: 4px solid #fff; transform: rotate(-45deg);
}
.visual-qc b {
  right: 9px; bottom: 17px; width: 41px; height: 22px; border-radius: 6px 9px 6px 6px;
  background: linear-gradient(135deg, #ff9f43, #ffbf4d);
}
.visual-qc em {
  right: 16px; bottom: 11px; width: 10px; height: 10px; border-radius: 50%; background: #17435c;
  box-shadow: -22px 0 0 #17435c;
}
.workbench-illustration {
  position: relative; min-height: 196px; margin-top: 0;
  border: 1px solid #d5e8ef; border-radius: 9px;
  background:
    linear-gradient(125deg, rgba(69, 204, 160, .24), transparent 36%),
    linear-gradient(215deg, rgba(0, 143, 211, .16), transparent 34%),
    linear-gradient(320deg, rgba(255, 186, 73, .2), transparent 36%),
    linear-gradient(135deg, #eff9ff 0%, #f8fff8 48%, #fff8ec 100%);
  overflow: hidden;
}
.workbench-illustration::before {
  content: ""; position: absolute; inset: 18px; border-radius: 8px;
  background-image:
    linear-gradient(rgba(0, 104, 183, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 104, 183, .07) 1px, transparent 1px);
  background-size: 26px 26px;
}
.workbench-illustration::after {
  content: ""; position: absolute; left: 7%; right: 6%; top: 50%; height: 9px; border-radius: 999px;
  background: linear-gradient(90deg, #008fd3 0 22%, #45cca0 22% 50%, #ffbf4d 50% 76%, #008fd3 76%);
  box-shadow: 0 0 0 6px rgba(255,255,255,.66), 0 12px 24px rgba(18, 72, 105, .08);
}
.illustration-card, .illustration-node, .illustration-chip, .illustration-truck, .illustration-line, .illustration-rack, .illustration-pack, .illustration-reel, .illustration-tag, .illustration-wave {
  position: absolute; z-index: 1;
}
.illustration-caption {
  position: absolute; z-index: 2; display: inline-flex; align-items: center; justify-content: center;
  min-height: 24px; padding: 4px 9px; border-radius: 999px;
  background: rgba(255,255,255,.88); border: 1px solid rgba(0, 104, 183, .14);
  color: #17435c; font-size: 10px; font-weight: 800; box-shadow: 0 9px 18px rgba(18, 72, 105, .08);
}
.caption-bom { left: 5%; top: 18px; }
.caption-match { left: 25%; top: 153px; background: #eef9ff; color: #0068b7; }
.caption-quote { right: 27%; top: 153px; background: #fff8e7; color: #a95c00; }
.caption-qc { right: 6%; bottom: 96px; background: #effbf6; color: #078867; }
.illustration-card {
  width: 96px; min-height: 88px; padding: 13px; border-radius: 8px;
  background: #fff; border: 1px solid rgba(0, 104, 183, .2); box-shadow: 0 12px 25px rgba(18, 72, 105, .11);
}
.illustration-card span { display: block; color: var(--brand-dark); font-weight: 800; margin-bottom: 9px; }
.illustration-card i { display: block; height: 7px; margin-top: 8px; border-radius: 10px; background: #cfe3f0; }
.illustration-card i:nth-child(3) { width: 74%; background: #9bd8c4; }
.illustration-card i:nth-child(4) { width: 55%; background: #ffd27a; }
.bom-sheet { left: 5%; top: 36px; transform: rotate(-3deg); }
.illustration-rack {
  left: 13%; bottom: 28px; width: 116px; height: 74px; padding: 10px;
  border-radius: 9px; background: rgba(255,255,255,.9); border: 1px solid rgba(0, 104, 183, .18);
  box-shadow: 0 12px 23px rgba(18, 72, 105, .11);
}
.illustration-rack i {
  display: inline-block; width: 27px; height: 18px; margin: 3px;
  border-radius: 4px; background: linear-gradient(135deg, #e8f4fb, #c8e5f5);
  border-bottom: 4px solid #008fd3;
}
.illustration-rack i:nth-child(2), .illustration-rack i:nth-child(5) { border-bottom-color: #45cca0; }
.illustration-rack i:nth-child(3), .illustration-rack i:nth-child(6) { border-bottom-color: #ffbf4d; }
.illustration-reel {
  left: 20%; bottom: 104px; width: 70px; height: 70px; border-radius: 50%;
  background: linear-gradient(135deg, #fff, #eaf7ff);
  border: 9px solid #8bc8f0; box-shadow: 0 13px 25px rgba(18, 72, 105, .13);
}
.illustration-reel i, .illustration-reel b, .illustration-reel em {
  position: absolute; display: block; border-radius: 50%; background: #fff; border: 5px solid rgba(0, 104, 183, .18);
}
.illustration-reel i { width: 16px; height: 16px; left: 18px; top: 18px; }
.illustration-reel b { width: 12px; height: 12px; right: 12px; top: 15px; }
.illustration-reel em { width: 12px; height: 12px; left: 20px; bottom: 10px; }
.illustration-tag {
  min-width: 58px; min-height: 26px; display: grid; place-items: center; padding: 4px 9px;
  border-radius: 999px; color: #063f69; background: #fff8e7; border: 1px solid #ffd27a;
  box-shadow: 0 9px 18px rgba(175, 95, 0, .08); font-size: 11px; font-weight: 800;
}
.tag-brand { left: 28%; top: 37px; }
.tag-lot { right: 24%; bottom: 36px; background: #effbf6; border-color: #9bd8c4; color: #078867; }
.illustration-node {
  width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; font-weight: 800; box-shadow: 0 11px 24px rgba(4, 77, 119, .16);
}
.search-node { left: 24%; top: 88px; background: linear-gradient(135deg, #008fd3, #3cc4e8); }
.qc-node { right: 18%; top: 55px; background: linear-gradient(135deg, #00a47d, #59d99c); }
.illustration-line {
  height: 4px; border-radius: 999px; background: linear-gradient(90deg, #34b6e3, #45cca0, #ffbf4d);
  box-shadow: 0 0 0 5px rgba(255,255,255,.65);
}
.line-one { left: 18%; top: 121px; width: 8%; transform: rotate(6deg); }
.line-two { left: 49%; top: 82px; width: 10%; transform: rotate(4deg); }
.line-three { right: 29%; top: 84px; width: 8%; transform: rotate(-3deg); }
.illustration-chip {
  left: 38%; top: 53px; width: 104px; height: 104px; display: grid; place-items: center;
  border-radius: 14px; background: linear-gradient(135deg, #043b61, #0068b7); color: #fff;
  border: 7px solid #d9f0fb; box-shadow: 0 15px 30px rgba(1, 49, 83, .22);
}
.illustration-chip strong { font-size: 24px; letter-spacing: 0; }
.illustration-chip i, .illustration-chip em {
  position: absolute; display: block; width: 5px; height: 15px; border-radius: 4px; background: #ffce62;
}
.illustration-chip i:nth-child(1) { left: -13px; top: 18px; }
.illustration-chip i:nth-child(2) { left: -13px; top: 42px; }
.illustration-chip i:nth-child(3) { left: -13px; top: 66px; }
.illustration-chip i:nth-child(4) { right: -13px; top: 18px; }
.illustration-chip em:nth-of-type(1) { right: -13px; top: 42px; }
.illustration-chip em:nth-of-type(2) { right: -13px; top: 66px; }
.illustration-chip em:nth-of-type(3) { left: 28px; top: -16px; transform: rotate(90deg); }
.illustration-chip em:nth-of-type(4) { left: 56px; bottom: -16px; transform: rotate(90deg); }
.illustration-wave {
  left: 35%; bottom: 40px; width: 178px; height: 50px; padding: 8px 13px;
  border-radius: 999px; background: rgba(255,255,255,.86); border: 1px solid rgba(0, 104, 183, .16);
  box-shadow: 0 12px 22px rgba(18, 72, 105, .1);
}
.illustration-wave i {
  display: inline-block; width: 18px; margin: 0 5px; border-radius: 999px; vertical-align: bottom;
  background: linear-gradient(180deg, #008fd3, #45cca0);
}
.illustration-wave i:nth-child(1) { height: 14px; }
.illustration-wave i:nth-child(2) { height: 27px; background: linear-gradient(180deg, #ffbf4d, #ff9f43); }
.illustration-wave i:nth-child(3) { height: 20px; }
.illustration-wave i:nth-child(4) { height: 32px; background: linear-gradient(180deg, #45cca0, #078867); }
.illustration-wave i:nth-child(5) { height: 17px; }
.quote-card { right: 28%; top: 43px; width: 108px; min-height: 96px; }
.quote-card b { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #fff1c7; color: #d46b00; }
.quote-card small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.illustration-pack {
  right: 12%; bottom: 35px; width: 76px; height: 60px; border-radius: 8px;
  background: linear-gradient(135deg, #fff9eb, #ffe0a1);
  border: 1px solid rgba(196, 122, 7, .19); box-shadow: 0 11px 23px rgba(175, 95, 0, .14);
}
.illustration-pack i {
  position: absolute; inset: 0 34px 0 33px; display: block; background: rgba(255,255,255,.45);
}
.illustration-pack b {
  position: absolute; left: 14px; right: 14px; top: 16px; height: 7px; border-radius: 999px; background: #ff9f43;
}
.illustration-pack em {
  position: absolute; left: 18px; right: 18px; top: 31px; height: 7px; border-radius: 999px; background: #45cca0;
}
.illustration-truck {
  right: 5%; bottom: 34px; width: 112px; height: 54px; border-radius: 9px 13px 9px 9px;
  background: linear-gradient(135deg, #ff9f43, #ffbf4d); box-shadow: 0 13px 25px rgba(175, 95, 0, .17);
}
.illustration-truck span {
  position: absolute; right: 9px; top: 10px; width: 34px; height: 20px; border-radius: 4px;
  background: rgba(255,255,255,.7);
}
.illustration-truck b {
  position: absolute; bottom: -8px; width: 18px; height: 18px; border-radius: 50%; background: #17435c; border: 4px solid #fff;
}
.illustration-truck b:nth-of-type(1) { left: 17px; }
.illustration-truck b:nth-of-type(2) { right: 17px; }
.topic-links { display: grid; gap: 8px; }
.topic-links a {
  display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 11px 12px;
  border: 1px solid #e1ebf1; border-radius: 6px; background: #fff;
}
.topic-links strong { color: var(--brand-dark); white-space: nowrap; }
.topic-links span { color: var(--muted); font-size: 12px; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topic-links-expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.topic-links-expanded a {
  min-height: 54px; align-items: flex-start; flex-direction: column; gap: 4px; padding: 9px 10px;
  background: #fdfefe;
}
.topic-links-expanded a:nth-child(1),
.topic-links-expanded a:nth-child(2),
.topic-links-expanded a:nth-child(3) {
  border-color: #bfdceb; background: linear-gradient(135deg, #f3fbff 0%, #ffffff 68%);
}
.topic-links-expanded strong {
  max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.topic-links-expanded span { width: 100%; text-align: left; font-size: 11px; }
.home-continue-panel {
  margin-top: 15px; padding: 16px; border: 1px solid #d6e8f2; border-radius: 8px; background: #fff;
  box-shadow: 0 10px 26px rgba(5, 39, 65, .06);
}
.home-page .market-workbench .home-continue-panel { padding-right: 130px; }
.home-continue-panel:empty { display: none; }
.home-continue-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 13px;
}
.home-continue-head h3, .home-continue-empty h3 { margin: 3px 0 0; color: var(--brand-dark); font-size: 20px; }
.home-continue-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.home-continue-actions .primary, .home-continue-actions .secondary, .home-continue-empty .secondary {
  padding: 8px 12px; font-size: 12px; border-radius: 5px;
}
.home-task-summary {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: 14px; align-items: center;
  margin-bottom: 14px; padding: 13px; border: 1px solid #c9e2d8; border-radius: 7px;
  background:
    radial-gradient(circle at 98% 15%, rgba(255, 191, 77, .2), transparent 28%),
    linear-gradient(135deg, #f7fffb 0%, #fbfdff 100%);
}
.home-task-summary-copy strong { display: block; color: var(--brand-dark); font-size: 16px; }
.home-task-summary-copy span { display: block; margin-top: 5px; color: #45687e; font-size: 12px; line-height: 1.55; }
.home-task-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.home-task-metrics span {
  min-width: 0; padding: 8px 7px; border: 1px solid #d9e8f1; border-radius: 6px;
  background: rgba(255,255,255,.86); color: var(--muted); font-size: 11px; text-align: center;
}
.home-task-metrics span.done { border-color: #bde2d4; background: #f5fffa; color: var(--green); }
.home-task-metrics b { display: block; color: var(--brand-dark); font-size: 17px; line-height: 1.1; }
.home-continue-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.home-continue-grid section {
  min-width: 0; padding: 13px; border: 1px solid #e2edf4; border-radius: 7px; background: #fbfdff;
}
.home-continue-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.home-continue-title strong { color: var(--brand-dark); }
.home-continue-title a { color: var(--brand); font-size: 12px; white-space: nowrap; }
.home-continue-item {
  display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 10px;
  padding: 8px 9px; border: 1px solid #dce9f1; border-radius: 6px; background: #fff;
}
.home-continue-item + .home-continue-item { margin-top: 8px; }
.home-continue-item.image-missing { grid-template-columns: minmax(0, 1fr); }
.home-continue-item.priority { border-color: #b8dccd; background: #f8fffb; }
.home-continue-item img { width: 42px; height: 42px; object-fit: contain; border: 1px solid #eef3f6; border-radius: 4px; background: #fff; }
.home-continue-item strong { display: block; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-continue-item small { display: block; margin-top: 3px; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-continue-searches { display: grid; gap: 8px; }
.home-continue-searches a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 9px;
  border: 1px solid #d7e6ef; border-radius: 5px; background: #fff; line-height: 1.2;
}
.home-continue-searches strong { max-width: 150px; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-continue-searches span { color: var(--muted); font-size: 12px; }
.home-search-task {
  display: grid; gap: 8px; padding: 10px; border: 1px solid #d7e6ef; border-radius: 7px;
  background:
    radial-gradient(circle at 96% 15%, rgba(69, 204, 160, .17), transparent 32%),
    linear-gradient(135deg, #fff, #f8fcff);
}
.home-search-task strong { display: block; max-width: none; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-search-task span { display: block; margin-top: 3px; color: #557083; line-height: 1.45; }
.home-search-task nav {
  display: flex; flex-wrap: wrap; gap: 6px; margin-left: 0; white-space: normal; font-size: 12px;
}
.home-search-task nav a {
  min-height: 28px; padding: 5px 8px; border-color: #cae1ef; color: var(--brand);
  background: rgba(255,255,255,.88);
}
.home-search-task nav a:hover { border-color: #8fc1e3; background: var(--brand-soft); }
.home-continue-filters { display: grid; gap: 8px; }
.home-continue-filter {
  display: grid; gap: 4px; padding: 9px 10px; border: 1px solid #d7e6ef; border-radius: 6px; background: #fff;
}
.home-continue-filter strong { color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-continue-filter span { color: var(--green); font-size: 12px; font-weight: 700; }
.home-continue-filter.demand span { color: var(--brand); }
.home-continue-filter.rfq { border-color: #c9e2f3; background: linear-gradient(135deg, #fff, #f5fbff); }
.home-continue-filter.rfq span { color: #008fd3; }
.home-continue-filter.bom { border-color: #ffe1a8; background: linear-gradient(135deg, #fff, #fffaf0); }
.home-continue-filter.bom span { color: #a26600; }
.home-continue-filter small { color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-continue-filter.task { gap: 6px; }
.home-continue-filter em { color: var(--brand); font-size: 12px; font-style: normal; font-weight: 700; }
.home-core-entry {
  max-width: var(--content-width);
  margin: 14px auto 18px;
  padding: 0 clamp(20px, 3vw, 46px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.home-core-entry a {
  min-width: 0;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid #d8e6ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(8, 45, 68, .045);
}
.home-core-entry a:hover { border-color: #91c6e8; background: #f8fcff; }
.home-core-entry strong { color: var(--brand-dark); font-size: 16px; line-height: 1.25; }
.home-core-entry span { color: #557083; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.home-intent-router {
  padding: 18px max(calc((100vw - 1760px) / 2), 28px);
  border-top: 1px solid #dce9f1;
  border-bottom: 1px solid #dce9f1;
  background: linear-gradient(135deg, #f8fcff 0%, #f6fffb 100%);
}
.home-intent-head {
  display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 12px;
}
.home-intent-head h2 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 22px; line-height: 1.25; }
.home-intent-head p:not(.eyebrow) { margin: 0; max-width: 760px; color: #45687e; font-size: 13px; line-height: 1.58; }
.home-intent-head .secondary { flex-shrink: 0; min-height: 34px; padding: 8px 12px; border-radius: 5px; font-size: 12px; }
.home-intent-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.home-intent-grid a {
  display: grid; gap: 5px; min-width: 0; min-height: 112px; padding: 12px;
  border: 1px solid #d7e6ef; border-radius: 7px; background: rgba(255,255,255,.86);
  box-shadow: 0 8px 18px rgba(3, 54, 92, .04);
}
.home-intent-grid a:hover { border-color: #91c6e8; background: #fff; box-shadow: 0 10px 20px rgba(3, 54, 92, .07); }
.home-intent-grid strong { color: var(--brand-dark); font-size: 15px; overflow-wrap: anywhere; }
.home-intent-grid span { color: var(--brand); font-size: 12px; font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.home-intent-grid small { color: var(--muted); font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.stock-plan-router, .quote-order-router {
  max-width: var(--content-width); margin: 0 auto; padding: 18px clamp(20px, 3vw, 46px);
  display: grid; grid-template-columns: minmax(230px, 330px) minmax(0, 1fr) auto; gap: 14px; align-items: center;
  background: #fff; border-top: 1px solid #e2edf4; border-bottom: 1px solid #d8e8f1;
}
.quote-order-router { background: linear-gradient(135deg, #fff 0%, #fbfdff 54%, #fffdf7 100%); }
.stock-plan-router h2, .quote-order-router h2 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 22px; line-height: 1.25; }
.stock-plan-router p:not(.eyebrow), .quote-order-router p:not(.eyebrow) { margin: 0; color: #496b7e; font-size: 13px; line-height: 1.58; }
.stock-plan-steps, .quote-order-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.stock-plan-steps a, .quote-order-steps a {
  min-height: 74px; display: flex; flex-direction: column; justify-content: center; gap: 5px;
  padding: 12px 13px; border: 1px solid #d5e6f0; border-radius: 7px; background: #f8fbfd;
}
.quote-order-steps a { background: #fff; border-color: #d8e8ec; }
.stock-plan-steps a:hover, .quote-order-steps a:hover { border-color: #8fc4e7; background: #fff; box-shadow: 0 9px 20px rgba(3, 54, 92, .06); }
.stock-plan-steps strong, .quote-order-steps strong { color: var(--brand-dark); font-size: 14px; }
.stock-plan-steps span, .quote-order-steps span { color: var(--muted); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.stock-plan-router > .secondary, .quote-order-router > .secondary { justify-self: end; min-height: 34px; padding: 8px 12px; border-radius: 5px; font-size: 12px; white-space: nowrap; }
.hero {
  display: grid; grid-template-columns: 1fr minmax(345px, 420px); gap: clamp(30px, 5vw, 72px);
  padding: 58px max(calc((100vw - 1640px) / 2), 28px) 62px;
  background: linear-gradient(90deg, rgba(2, 25, 48, .94) 0%, rgba(2, 35, 66, .86) 43%, rgba(2, 38, 70, .55) 100%), url("/assets/hero-electronics-original.png") right center / cover no-repeat;
  color: #fff;
}
.procurement-hero {
  grid-template-columns: 248px minmax(0, 1fr) minmax(320px, 360px);
  gap: 16px;
  align-items: stretch;
  padding: 26px max(calc((100vw - 1760px) / 2), 28px);
  background:
    linear-gradient(90deg, rgba(2, 25, 48, .96) 0%, rgba(2, 35, 66, .83) 46%, rgba(2, 38, 70, .58) 100%),
    url("/assets/hero-electronics-original.png") right center / cover no-repeat;
}
.procurement-hero .hero-copy {
  display: flex; flex-direction: column; justify-content: center;
  min-height: 332px; padding: 4px 6px;
}
.procurement-hero h1 { font-size: clamp(32px, 3.1vw, 44px); margin-bottom: 12px; }
.procurement-hero .hero-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 18px; line-height: 1.66; }
.procurement-hero .hero-stats { margin-top: 22px; gap: 10px; }
.procurement-hero .lead-card {
  align-self: stretch; padding: 18px; border-radius: 8px; box-shadow: 0 16px 34px rgba(0, 18, 40, .24);
}
.procurement-hero .lead-card h2 { margin-bottom: 13px; font-size: 19px; }
.procurement-hero input, .procurement-hero textarea { margin-bottom: 9px; padding: 10px 11px; }
.hero-category-rail {
  grid-area: auto;
  align-self: stretch; min-height: 360px; display: flex; flex-direction: column;
  border-radius: 8px; padding: 13px; box-shadow: 0 16px 34px rgba(0, 18, 40, .18);
  background: rgba(255,255,255,.96);
}
.hero-category-rail .rail-links { grid-template-columns: 1fr; gap: 6px; }
.hero-category-rail .rail-links a {
  min-height: 33px; align-items: center; background: #fbfdff;
}
.hero-category-actions {
  display: grid; grid-template-columns: 1fr; gap: 6px; margin-top: auto; padding-top: 10px;
  border-top: 1px solid #e4eef5;
}
.hero-category-actions a {
  display: flex; align-items: center; justify-content: space-between; min-height: 32px;
  padding: 7px 9px; border-radius: 5px; background: var(--brand-soft); color: var(--brand-dark);
  font-size: 12px; font-weight: 700;
}
.hero-category-actions a::after { content: ">"; color: var(--brand); font-weight: 800; }
.hero-category-actions a:hover { background: #dff0fb; }
.eyebrow { color: #7ce3dd; letter-spacing: .18em; font-size: 12px; font-weight: bold; margin: 0 0 10px; }
.eyebrow.dark { color: var(--brand); }
.hero h1 { font-size: clamp(38px, 4.5vw, 54px); line-height: 1.2; margin: 0 0 17px; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; line-height: 1.8; color: #dbeaf4; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 12px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.hero-stats span {
  display: grid; gap: 3px; padding: 11px 12px; border: 1px solid rgba(198, 217, 231, .18);
  border-radius: 8px; background: rgba(255,255,255,.05); color: #c6d9e7; font-size: 11px;
}
.hero-stats strong { color: white; font-size: 21px; margin-bottom: 0; }
.primary, button {
  display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 6px;
  padding: 12px 23px; background: var(--brand); color: #fff; cursor: pointer; transition: background .15s;
}
.primary:hover, button:hover { background: #005899; }
.outline { border: 1px solid rgba(255,255,255,.68); padding: 12px 23px; border-radius: 6px; color: #fff; }
.outline:hover { background: rgba(255,255,255,.08); }
.secondary { background: var(--brand-soft); color: var(--brand); }
.secondary:hover { background: #d7eaf9; }
.wide { width: 100%; }
.lead-card, .form-card {
  background: var(--paper); color: var(--ink); padding: 25px; border-radius: 12px; box-shadow: var(--shadow);
}
.hero .lead-card { background: rgba(255,255,255,.97); box-shadow: 0 18px 42px rgba(0, 18, 40, .28); }
.lead-card h2, .form-card h2 { margin: 0 0 17px; font-size: 21px; }
input, textarea, select {
  width: 100%; border: 1px solid #cad7df; border-radius: 6px; background: #fff;
  padding: 11px 12px; margin: 0 0 11px; color: var(--ink);
}
input:focus, textarea:focus, select:focus { outline: 2px solid #9acbf1; border-color: var(--brand); }
.fields { display: grid; gap: 10px; }
.fields.two { grid-template-columns: 1fr 1fr; }
.result { margin: 11px 0 0; color: var(--green); font-size: 13px; min-height: 18px; }
.bom-source-note {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin: -4px 0 16px; padding: 12px 13px; border: 1px solid #cfe4f2; border-radius: 7px;
  background: #f3f9fe; color: var(--brand-dark); font-size: 13px; line-height: 1.55;
}
.bom-source-note strong { font-weight: normal; }
.bom-source-note button { flex-shrink: 0; padding: 8px 12px; font-size: 12px; }
.bom-source-context {
  margin: -4px 0 16px; padding: 14px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 95% 12%, rgba(255, 191, 77, .2), transparent 28%),
    linear-gradient(135deg, #f7fffb, #fbfdff);
  box-shadow: 0 8px 20px rgba(3, 54, 92, .05);
}
.bom-source-context-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.bom-source-context-head strong { display: block; margin: 3px 0 5px; color: var(--brand-dark); font-size: 16px; }
.bom-source-context-head span { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; }
.bom-source-context-summary {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; color: #537082; font-size: 11px; line-height: 1.4;
}
.bom-source-context-summary i {
  width: 4px; height: 4px; margin-block: auto; border-radius: 50%; background: #c1d6e6;
}
.bom-source-context-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(88px, 1fr)); gap: 7px; }
.bom-source-context-metrics span {
  min-width: 0; padding: 9px 8px; border: 1px solid #dbe9ef; border-radius: 7px; background: rgba(255,255,255,.84);
  color: var(--muted); font-size: 11px; text-align: center;
}
.bom-source-context-metrics b { display: block; color: var(--green); font-size: 18px; line-height: 1.1; }
.bom-source-context-actions { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.bom-source-context-actions button, .bom-source-context-actions a {
  min-width: 124px; justify-content: center; padding: 8px 10px; font-size: 12px; border-radius: 5px; text-align: center;
}
.bom-entry-mode {
  display: grid; grid-template-columns: repeat(2, minmax(0, 128px)) minmax(0, 1fr); gap: 8px; align-items: center;
  margin: 0 0 10px; padding: 10px; border: 1px solid #dbe9f1; border-radius: 8px; background: #fbfdff;
}
.bom-entry-mode span,
.bom-entry-mode button {
  min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 34px;
  border: 1px solid #d6e6ef; border-radius: 6px; background: #fff; color: var(--brand-dark); font-size: 12px; font-weight: 800;
  cursor: pointer;
}
.bom-entry-mode span.active,
.bom-entry-mode button.active { border-color: #9fcde9; background: #f1f8ff; color: var(--brand); }
.bom-entry-mode b {
  display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%;
  background: #eaf4fb; color: var(--brand); font-size: 11px;
}
.bom-entry-mode em { min-width: 0; color: var(--muted); font-size: 12px; line-height: 1.45; font-style: normal; }
.bom-upload-dropzone {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, auto); gap: 10px; align-items: stretch;
  margin: 0 0 12px; padding: 12px; border: 1px dashed #a9cfe8; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 10%, rgba(69, 204, 160, .18), transparent 28%),
    linear-gradient(135deg, #f8fcff 0%, #ffffff 70%);
}
.bom-upload-dropzone.is-dragging { border-color: var(--brand); background: #f2faff; }
.bom-upload-dropzone.is-loaded { border-style: solid; border-color: #abdcca; background: #f7fffb; }
.bom-upload-dropzone input[type="file"] {
  position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none;
}
.bom-upload-dropzone label {
  min-width: 0; display: grid; gap: 4px; margin: 0; cursor: pointer;
}
.bom-upload-dropzone label strong { color: var(--brand-dark); font-size: 16px; }
.bom-upload-dropzone label span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.bom-upload-dropzone label small {
  width: fit-content; max-width: 100%; min-height: 24px; display: inline-flex; align-items: center;
  padding: 4px 8px; border-radius: 999px; background: #edf6fc; color: var(--brand); font-size: 11px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.bom-upload-format {
  display: grid; align-content: center; gap: 3px; min-width: 0; padding: 9px 10px;
  border: 1px solid #dce9f1; border-radius: 7px; background: rgba(255,255,255,.76);
}
.bom-upload-format b { color: var(--green); font-size: 12px; }
.bom-upload-format span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.bom-upload-steps {
  grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px;
}
.bom-upload-steps span {
  min-width: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 28px;
  padding: 5px 7px; border: 1px solid #d8e7ef; border-radius: 6px; background: #fff;
  color: #547084; font-size: 11px; font-weight: 800; white-space: nowrap;
}
.bom-form-card.is-bom-mode-file [data-bom-input-panel="manual"],
.bom-form-card.is-bom-mode-manual [data-bom-input-panel="file"] { display: none; }
.bom-form-card.is-bom-empty:not(.bom-form-prefilled) .bom-contact-panel { display: none; }
.bom-form-card.has-bom-lines .bom-manual-actions {
  border-color: #cfe6f6;
  background: #f7fbff;
}
.bom-form-card.is-bom-imported .bom-source-note,
.bom-form-card.is-bom-imported .bom-form-shell-head,
.bom-form-card.is-bom-imported .bom-entry-mode,
.bom-form-card.is-bom-imported .bom-upload-dropzone,
.bom-form-card.is-bom-imported .bom-manual-input,
.bom-form-card.is-bom-imported .bom-manual-actions,
.bom-form-card.is-bom-imported .bom-preview-head,
.bom-form-card.is-bom-imported .bom-preview-metrics { display: none; }
.bom-form-card.is-bom-imported .bom-flow-actions { display: none; }
.bom-form-card.is-bom-imported > .bom-preview-panel {
  margin-top: 0;
  padding-top: 10px;
}
.bom-form-card.is-bom-imported .bom-source-context.is-imported {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-color: #cfe2ef;
  background: linear-gradient(135deg, #fbfeff 0%, #f7fcff 100%);
  box-shadow: none;
  scroll-margin-top: 92px;
}
.bom-form-card.is-bom-imported .bom-source-context.is-imported .eyebrow { display: none; }
.bom-form-card.is-bom-imported .bom-source-context.is-imported .bom-source-context-head {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.bom-form-card.is-bom-imported .bom-source-context.is-imported .bom-source-context-head strong {
  margin: 0 0 4px;
  font-size: 15px;
}
.bom-form-card.is-bom-imported .bom-source-context.is-imported .bom-source-context-head span {
  font-size: 12px;
}
.bom-form-card.has-bom-lines .bom-contact-panel {
  border-top-color: #cfe5dc;
}
.bom-manual-input { display: grid; gap: 7px; margin-bottom: 0; color: var(--brand-dark); font-weight: 800; }
.bom-manual-input textarea { margin-bottom: 0; font-weight: normal; }
.bom-manual-actions {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: center;
  margin: 0 0 12px; padding: 10px; border: 1px solid #dbe9f1; border-radius: 7px; background: #fbfdff;
}
.bom-manual-actions button { min-height: 34px; padding: 8px 13px; border-radius: 6px; font-size: 12px; white-space: nowrap; }
.bom-manual-actions span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.bom-contact-panel {
  display: grid; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #e2edf4;
}
.bom-contact-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.bom-contact-head strong { color: var(--brand-dark); font-size: 15px; }
.bom-contact-head span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.bom-history-panel {
  margin: -4px 0 16px; padding: 14px; border: 1px solid #d7e8f0; border-radius: 8px;
  background:
    radial-gradient(circle at 95% 10%, rgba(0, 143, 211, .12), transparent 30%),
    linear-gradient(135deg, #fbfdff, #f6fffb);
  box-shadow: 0 8px 18px rgba(3, 54, 92, .05);
}
.bom-history-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px;
}
.bom-history-head strong { display: block; margin: 3px 0 4px; color: var(--brand-dark); font-size: 17px; }
.bom-history-head span { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; }
.bom-history-head .secondary { flex-shrink: 0; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.bom-history-list { display: grid; gap: 8px; }
.bom-history-card {
  min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center;
  padding: 10px; border: 1px solid #dce9f1; border-radius: 7px; background: rgba(255,255,255,.84);
}
.bom-history-card span { color: var(--muted); font-size: 11px; }
.bom-history-card strong { display: block; margin: 3px 0; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-history-card small { display: block; color: #45687e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-history-actions { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.bom-history-actions a, .bom-history-actions button {
  padding: 7px 10px; border: 1px solid #cfe0eb; border-radius: 5px; background: #fff; color: var(--brand); font-size: 12px;
}
.bom-template-panel {
  margin: -4px 0 16px; padding: 14px; border: 1px solid #d7e6ef; border-radius: 8px;
  background: #fbfdff; box-shadow: 0 8px 18px rgba(3, 54, 92, .04);
}
.bom-template-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.bom-template-head strong { color: var(--brand-dark); }
.bom-template-head span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.bom-template-head button,
.bom-template-head a.secondary { flex-shrink: 0; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.bom-template-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.bom-template-grid button {
  min-width: 0; padding: 10px; border: 1px solid #dbe7ef; border-radius: 7px; background: #fff; color: var(--brand-dark);
  text-align: left; box-shadow: none;
}
.bom-template-grid button:hover { border-color: #9cc7ea; background: #f4faff; }
.bom-template-grid strong { display: block; font-size: 13px; margin-bottom: 5px; }
.bom-template-grid span { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }
.bom-draft-note {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin: -4px 0 16px; padding: 14px; border: 1px solid #bfe0d8; border-radius: 8px;
  background: linear-gradient(135deg, #f2fffb 0%, #f7fbff 100%); color: var(--brand-dark);
  box-shadow: 0 8px 18px rgba(3, 54, 92, .05);
}
.bom-draft-note strong { display: block; margin-bottom: 4px; }
.bom-draft-note span, .bom-draft-note small { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.bom-draft-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.bom-draft-actions button { padding: 8px 12px; font-size: 12px; }
.bom-readiness-panel {
  margin: -4px 0 16px; padding: 15px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 8%, rgba(255, 191, 77, .18), transparent 30%),
    linear-gradient(135deg, #f7fffb 0%, #f8fcff 100%);
  box-shadow: 0 8px 18px rgba(3, 54, 92, .05);
}
.bom-readiness-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px;
}
.bom-readiness-head strong { display: block; margin-top: 3px; color: var(--brand-dark); font-size: 17px; }
.bom-readiness-head span {
  flex-shrink: 0; padding: 6px 9px; border: 1px solid #cfe5dc; border-radius: 999px;
  background: #fff; color: var(--green); font-size: 12px; font-weight: 800;
}
.bom-readiness-meter { height: 8px; border-radius: 999px; background: #e6eef4; overflow: hidden; }
.bom-readiness-meter i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #55bde9, #ffbf4d); }
.bom-readiness-checks {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; margin-top: 10px;
}
.bom-readiness-checks button {
  min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 4px 6px;
  align-items: center; padding: 8px; border: 1px solid #dce9f1; border-radius: 6px;
  background: rgba(255,255,255,.84); color: inherit; text-align: left;
}
.bom-readiness-checks article {
  min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 4px 6px;
  align-items: center; padding: 8px; border: 1px solid #dce9f1; border-radius: 6px;
  background: rgba(255,255,255,.84); color: inherit;
}
.bom-readiness-checks b {
  grid-row: span 2; display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: #e8f0f5; color: #557083; font-size: 11px;
}
.bom-readiness-checks .done b { color: #fff; background: var(--green); }
.bom-readiness-checks strong { color: var(--brand-dark); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-readiness-checks small { color: var(--muted); font-size: 11px; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-format-example {
  margin-top: 12px; padding-top: 12px; border-top: 1px solid #dbe9ef;
}
.bom-format-example.compact {
  padding: 12px;
  border: 1px solid #dbe9ef;
  border-radius: 7px;
  background: rgba(255,255,255,.82);
}
.bom-format-example > div {
  display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 9px;
}
.bom-format-example strong { color: var(--brand-dark); }
.bom-format-example span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.bom-format-lines {
  display: grid; gap: 7px;
}
.bom-format-lines span {
  display: block; padding: 9px 10px; border: 1px solid var(--line); border-radius: 6px;
  background: #fff; color: #415c6d; font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
}
.bom-format-example table {
  width: 100%; border-collapse: collapse; table-layout: fixed; border: 1px solid var(--line); background: #fff;
}
.bom-format-example th, .bom-format-example td {
  padding: 9px 10px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
  color: #415c6d; font-size: 12px; text-align: left; overflow-wrap: anywhere;
}
.bom-format-example th { color: var(--brand-dark); background: #f2f7fa; }
.bom-format-example tr:last-child td { border-bottom: 0; }
.bom-readiness-next {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 11px; padding-top: 10px; border-top: 1px solid #dbe9ef;
}
.bom-readiness-next span { color: #45687e; font-size: 12px; line-height: 1.55; }
.bom-readiness-next div { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.bom-readiness-next button, .bom-readiness-next a { padding: 8px 10px; font-size: 12px; border-radius: 5px; white-space: nowrap; text-align: center; }
.bom-smart-precheck {
  margin: 18px 0 22px; padding: 18px; border: 1px solid #cfe2ee; border-radius: 8px;
  background:
    linear-gradient(135deg, #f8fcff 0%, #f7fff8 100%);
  box-shadow: 0 10px 22px rgba(3, 54, 92, .05);
}
.bom-smart-precheck-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: start; margin-bottom: 13px;
}
.bom-smart-precheck-head h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 20px; line-height: 1.25; }
.bom-smart-precheck-head p { margin: 0; color: #466678; font-size: 13px; line-height: 1.65; }
.bom-smart-precheck-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.bom-smart-precheck-actions a, .bom-smart-precheck-actions button { padding: 9px 12px; border-radius: 6px; font-size: 12px; white-space: nowrap; }
.bom-smart-note-shell { min-width: 0; }
.bom-smart-note-shell > summary { display: none; }
.bom-smart-note-shell > :not(summary) { display: block; }
.bom-smart-note-shell:not([open]) > :not(summary) { display: block; }
.bom-smart-precheck-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.bom-side-column .bom-smart-precheck-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bom-smart-precheck-grid article {
  min-width: 0; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 5px 8px;
  padding: 11px; border: 1px solid #dce9f1; border-radius: 7px; background: #fff;
}
.bom-smart-precheck-grid b {
  grid-row: span 2; display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 50%; background: #e9f5ef; color: var(--green); font-size: 12px;
}
.bom-smart-precheck-grid strong { color: var(--brand-dark); font-size: 13px; overflow-wrap: anywhere; }
.bom-smart-precheck-grid span { color: var(--muted); font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.bom-smart-precheck-example {
  margin-top: 12px; padding: 12px; border: 1px dashed #bfd8e8; border-radius: 7px; background: rgba(255,255,255,.78);
}
.bom-smart-precheck-example strong { display: block; margin-bottom: 7px; color: var(--brand-dark); }
.bom-smart-precheck-example pre {
  margin: 0; max-width: 100%; overflow-x: auto; white-space: pre-wrap; word-break: break-word;
  padding: 10px; border-radius: 6px; background: #f2f7fa; color: #315165; font-size: 12px; line-height: 1.55;
}
.rfq-note-preview {
  box-sizing: border-box; max-width: 100%; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
  padding: 10px; border-radius: 6px; background: #f2f7fa; color: #315165; font-size: 12px; line-height: 1.55;
}
.bom-smart-note-shell .rfq-note-preview { margin: 0; }
.bom-smart-precheck-example p { margin: 8px 0 0; color: #805800; font-size: 12px; line-height: 1.55; }
.bom-preview-panel {
  margin: -4px 0 16px; padding: 15px; border: 1px solid #d8e5ee; border-radius: 8px;
  background: #fbfdff; box-shadow: 0 8px 18px rgba(3, 54, 92, .05);
  scroll-margin-top: 86px;
}
.bom-entry-strip {
  margin: -4px 0 14px; padding: 14px; border: 1px solid #d7e6ef; border-radius: 9px; background:
    radial-gradient(circle at 7% 10%, rgba(0, 166, 118, .10), transparent 24%),
    radial-gradient(circle at 96% 18%, rgba(0, 103, 177, .08), transparent 24%),
    linear-gradient(135deg, #ffffff, #f8fcff);
  box-shadow: 0 10px 24px rgba(3, 54, 92, .05);
}
.bom-entry-strip-head h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 20px; line-height: 1.28; }
.bom-entry-strip-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.bom-entry-metrics {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 10px;
}
.bom-entry-metrics span {
  min-width: 0; padding: 9px 10px; border: 1px solid #dce8f0; border-radius: 7px; background: rgba(255,255,255,.88);
  color: var(--muted); font-size: 11px; text-align: center;
}
.bom-entry-metrics b { display: block; color: var(--brand-dark); font-size: 16px; line-height: 1.12; }
.bom-entry-mini-steps { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.bom-entry-mini-steps span {
  display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border-radius: 999px;
  background: #eef6fc; color: #5c7587; font-size: 11px; font-weight: 700;
}
.bom-entry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.bom-entry-card {
  min-width: 0; display: grid; gap: 6px; padding: 12px; border: 1px solid #dce9f1; border-radius: 8px;
  background: rgba(255,255,255,.9); color: var(--brand-dark);
}
.bom-entry-card strong { color: var(--brand-dark); font-size: 14px; }
.bom-entry-card span { color: var(--muted); font-size: 11px; line-height: 1.45; }
.bom-preview-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 12px;
}
.bom-preview-head strong { display: block; color: var(--brand-dark); font-size: 17px; }
.bom-preview-head span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.bom-preview-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.bom-preview-actions button { padding: 8px 11px; font-size: 12px; }
.bom-preview-metrics {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 11px;
}
.bom-preview-metrics span {
  min-width: 0; padding: 9px 10px; background: white; border: 1px solid var(--line); border-radius: 6px;
  color: var(--muted); font-size: 12px;
}
.bom-preview-metrics b { color: var(--brand); font-size: 18px; margin-right: 5px; }
.bom-image-upload-note {
  display: grid; gap: 8px; margin: 0 0 11px; padding: 11px; border: 1px solid #cfe3f1; border-radius: 7px;
  background: #f7fbff; color: var(--brand-dark);
}
.bom-image-upload-note strong { display: block; font-size: 13px; }
.bom-image-upload-note span,
.bom-image-upload-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.bom-field-map,
.bom-match-preferences {
  display: grid; gap: 10px; margin: 0 0 11px; padding: 11px; border: 1px solid #d9e8f0; border-radius: 7px;
  background: #fff;
}
.bom-field-map-head,
.bom-match-preferences > div:first-child {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.bom-field-map-head strong,
.bom-match-preferences strong { color: var(--brand-dark); font-size: 13px; }
.bom-field-map-head span,
.bom-match-preferences span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.bom-field-map-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px;
}
.bom-field-map-grid span {
  min-width: 0; display: grid; gap: 3px; padding: 8px 9px; border: 1px solid #e1edf4; border-radius: 6px;
  background: #fbfdff;
}
.bom-field-map-grid span.done { border-color: #c8e6d8; background: #f7fffb; }
.bom-field-map-grid b { color: #557084; font-size: 11px; }
.bom-field-map-grid em { color: var(--brand-dark); font-size: 12px; font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-match-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px;
}
.bom-match-grid button {
  min-width: 0; min-height: 34px; justify-content: center; padding: 7px 9px; border: 1px solid #cfe1ec; border-radius: 6px;
  background: #f7fbff; color: var(--brand-dark); font-size: 12px; font-weight: 800;
}
.bom-match-grid button.active { border-color: #a8d9c6; background: #f3fff9; color: var(--green); }
.bom-match-board {
  display: grid; gap: 9px; margin: 0 0 11px; padding: 10px; border: 1px solid #dbe8f0; border-radius: 6px;
  background: #fff;
  scroll-margin-top: 86px;
}
.bom-match-board-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
}
.bom-match-board-head strong { display: block; color: var(--brand-dark); font-size: 14px; }
.bom-match-board-head span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.bom-import-summary {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  padding: 8px;
  border: 1px solid #e1ebf2;
  border-radius: 7px;
  background: #f8fbfd;
}
.bom-import-summary span {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 7px 8px;
  border: 1px solid #e8f0f5;
  border-radius: 6px;
  background: #fff;
}
.bom-import-summary b {
  color: #557084;
  font-size: 11px;
  line-height: 1;
}
.bom-import-summary em {
  min-width: 0;
  color: var(--brand-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-board-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; flex-shrink: 0; }
.bom-match-board-actions a,
.bom-match-board-actions button,
.bom-match-board-more > summary { min-height: 31px; padding: 7px 10px; border-radius: 5px; font-size: 12px; }
.bom-match-board-more {
  position: relative;
  min-width: 0;
}
.bom-match-board-more > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfe1ec;
  background: #f7fbff;
  color: var(--brand);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.bom-match-board-more > summary::-webkit-details-marker,
.bom-match-row-more > summary::-webkit-details-marker { display: none; }
.bom-match-board-more > summary::after,
.bom-match-row-more > summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.bom-match-board-more[open] > summary::after,
.bom-match-row-more[open] > summary::after {
  transform: translateY(1px) rotate(225deg);
}
.bom-match-board-more > div {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 6px;
  min-width: 260px;
  padding: 8px;
  border: 1px solid #d7e6ef;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(5, 45, 75, .12);
}
.bom-match-board-more > div button {
  width: 100%;
  min-height: 30px;
  padding: 6px 8px;
  font-size: 12px;
}
.bom-match-commercebar {
  min-width: 0; display: grid; gap: 8px; padding: 9px; border: 1px solid #e1ebf2; border-radius: 6px;
  background: #fff;
}
.bom-match-commercebar-head {
  min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .54fr); gap: 10px; align-items: center;
}
.bom-match-commercebar-head strong { display: block; color: var(--brand-dark); font-size: 15px; }
.bom-match-commercebar-head span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.bom-match-result-tools {
  min-width: 0; display: grid; grid-template-columns: minmax(122px, .38fr) minmax(240px, 1fr); gap: 8px; align-items: center;
}
.bom-match-set-count {
  min-width: 0; display: grid; grid-template-columns: auto minmax(48px, 1fr); gap: 6px; align-items: center; margin: 0;
  padding: 5px 6px 5px 9px; border: 1px solid #d8e6ef; border-radius: 6px; background: #fff;
  color: #557084; font-size: 11px; font-weight: 800;
}
.bom-match-set-count input {
  min-width: 0; width: 100%; height: 26px; padding: 0 6px; border: 1px solid #d7e6ef; border-radius: 5px;
  color: var(--brand-dark); background: #fbfdff; font-size: 12px; text-align: center;
}
.bom-match-commercebar-search {
  min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 6px; align-items: center; margin: 0;
  padding: 5px 6px 5px 9px; border: 1px solid #d8e6ef; border-radius: 6px; background: #fff;
  color: #557084; font-size: 11px; font-weight: 800;
}
.bom-match-commercebar-search input {
  min-width: 0; width: 100%; height: 26px; padding: 0 4px; border: 0; outline: 0; background: transparent;
  color: var(--brand-dark); font-size: 12px;
}
.bom-match-commercebar-search button {
  min-height: 24px; padding: 0 8px; border: 1px solid #d6e6ef; border-radius: 5px; background: #f7fbff;
  color: var(--brand); font-size: 11px; font-weight: 800;
}
.bom-match-commercebar-metrics {
  display: none; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px;
}
.bom-match-commercebar-metrics span {
  min-width: 0; display: grid; gap: 2px; padding: 7px 8px; border: 1px solid #e6eef4; border-radius: 6px; background: #fff;
  color: var(--muted); font-size: 11px;
}
.bom-match-commercebar-metrics b {
  min-width: 0;
  color: var(--brand);
  font-size: 15px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-commercebar-metrics em { min-width: 0; font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-match-next-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.bom-match-next-strip button {
  min-width: 0;
  display: grid;
  gap: 3px;
  min-height: 42px;
  padding: 7px 9px;
  border: 1px solid #dce8f1;
  border-radius: 6px;
  background: #fff;
  color: #557084;
  text-align: left;
}
.bom-match-next-strip button.is-active {
  border-color: #b8d7ed;
  background: #f5fbff;
}
.bom-match-next-strip button:disabled {
  cursor: default;
  opacity: .72;
}
.bom-match-next-strip b,
.bom-match-next-strip span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-next-strip b { color: var(--brand-dark); font-size: 12px; }
.bom-match-next-strip span { color: var(--muted); font-size: 11px; }
.bom-match-cart-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid #b9e2d0;
  border-radius: 8px;
  background: #f3fff8;
}
.bom-match-cart-summary > div:first-child {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.bom-match-cart-summary strong {
  color: #006b4f;
  font-size: 14px;
}
.bom-match-cart-summary span {
  color: #4b6476;
  font-size: 12px;
}
.bom-match-cart-summary > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.bom-match-commercebar-actions {
  min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; align-items: center;
}
.bom-match-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.bom-match-workflow span {
  min-width: 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 1px 7px;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid #e1ebf2;
  border-radius: 6px;
  background: #fbfdff;
}
.bom-match-workflow span.done {
  border-color: #bfe4d4;
  background: #f6fffb;
}
.bom-match-workflow span.active {
  border-color: #a9d2ef;
  background: #f2f9ff;
  box-shadow: inset 0 -2px 0 var(--brand);
}
.bom-match-workflow b {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eef5f9;
  color: #557084;
  font-size: 12px;
}
.bom-match-workflow .done b { background: var(--green); color: #fff; }
.bom-match-workflow .active b { background: var(--brand); color: #fff; }
.bom-match-workflow strong,
.bom-match-workflow em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-workflow strong { color: var(--brand-dark); font-size: 12px; line-height: 1.15; }
.bom-match-workflow em { color: var(--muted); font-size: 11px; font-style: normal; line-height: 1.2; }
.bom-match-overview {
  display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 7px; align-items: stretch;
}
.bom-match-score {
  --match-rate: 0;
  min-width: 0; display: grid; place-items: center; align-content: center; gap: 2px; min-height: 58px;
  border: 1px solid #dbeaf2; border-radius: 7px; background: #fbfdff; color: var(--brand-dark); text-align: center;
}
.bom-match-score i {
  width: 25px; height: 25px; border-radius: 999px;
  background: conic-gradient(var(--green) var(--match-rate), #e6eef4 0);
  position: relative;
}
.bom-match-score i::after {
  content: ""; position: absolute; inset: 5px; border-radius: inherit; background: #fff;
}
.bom-match-score strong { color: var(--green); font-size: 14px; line-height: 1; }
.bom-match-score span { color: var(--muted); font-size: 11px; }
.bom-match-summary {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px;
}
.bom-match-summary span {
  min-width: 0; display: grid; gap: 1px; padding: 6px 8px; border: 1px solid #e1ebf2; border-radius: 6px; background: #fbfdff;
  color: var(--muted); font-size: 11px; line-height: 1.35;
}
.bom-match-summary b { color: var(--brand); font-size: 14px; line-height: 1; }
.bom-match-toolbar {
  min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .74fr); gap: 7px; align-items: stretch;
}
.bom-match-status-tabs {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px;
}
.bom-match-status-tabs button {
  min-width: 0; min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 6px;
  padding: 6px 8px; border: 1px solid #dbe8f0; border-radius: 4px; background: #f8fbfd;
  color: #557084; font-size: 12px; font-weight: 800;
}
.bom-match-status-tabs button.active {
  border-color: #8fc7ee; background: #f1f8ff; color: var(--brand);
  box-shadow: inset 0 -2px 0 var(--brand);
}
.bom-match-status-tabs span {
  min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.bom-match-status-tabs b {
  flex-shrink: 0; min-width: 22px; color: var(--brand-dark); text-align: right;
}
.bom-match-submit-plan {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center;
  padding: 7px 8px; border: 1px solid #dbeaf2; border-radius: 7px; background: #fbfdff;
}
.bom-match-submit-plan strong { display: block; color: var(--brand-dark); font-size: 13px; }
.bom-match-submit-plan span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.bom-match-submit-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.bom-match-submit-actions .primary,
.bom-match-submit-actions .secondary {
  min-height: 28px; padding: 5px 9px; border-radius: 6px; font-size: 12px; white-space: nowrap;
}
.bom-match-table {
  min-width: 0; display: grid; border: 1px solid #edf2f6; border-radius: 5px; overflow: hidden; background: #fff;
}
.bom-match-table-head {
  display: grid; grid-template-columns: 46px minmax(176px, .9fr) minmax(260px, 1.4fr) minmax(126px, .58fr) minmax(124px, .58fr) minmax(124px, .5fr);
  gap: 6px; align-items: center; padding: 8px 9px; background: #f7fafc; border-bottom: 1px solid #edf2f6;
  color: #557084; font-size: 11px; font-weight: 800;
}
.bom-match-list { display: grid; }
.bom-match-row {
  display: grid;
  grid-template-columns: 46px minmax(176px, .9fr) minmax(260px, 1.4fr) minmax(126px, .58fr) minmax(124px, .58fr) minmax(124px, .5fr);
  grid-template-areas: "index main result price stock actions";
  gap: 8px; align-items: start; min-width: 0; padding: 8px 9px; border-bottom: 1px solid #edf2f6;
}
.bom-match-row.is-checked { background: #fbfffd; }
.bom-match-row.is-ready { box-shadow: inset 3px 0 0 #18a873; }
.bom-match-row.is-candidate { box-shadow: inset 3px 0 0 var(--brand); }
.bom-match-row.is-manual { box-shadow: inset 3px 0 0 #ffbf4d; }
.bom-match-row.is-slow { box-shadow: inset 3px 0 0 #8fc7ee; }
.bom-match-row.is-in-cart {
  background: linear-gradient(90deg, #f5fff9 0%, #fff 72%);
  box-shadow: inset 3px 0 0 #18a873;
}
.bom-match-row:last-child { border-bottom: 0; }
.bom-match-filter-empty {
  display: grid; gap: 4px; padding: 18px 12px; color: var(--muted); font-size: 12px; text-align: center;
}
.bom-match-filter-empty strong { color: var(--brand-dark); font-size: 13px; }
.bom-match-index { min-width: 0; display: grid; gap: 5px; align-content: start; }
.bom-match-index { grid-area: index; }
.bom-match-main { grid-area: main; }
.bom-match-result { grid-area: result; }
.bom-match-price { grid-area: price; }
.bom-match-stock { grid-area: stock; }
.bom-match-actions { grid-area: actions; }
.bom-match-index b { color: var(--brand-dark); font-size: 13px; line-height: 1.1; }
.bom-match-select {
  display: inline-grid;
  grid-template-columns: 16px auto;
  gap: 4px;
  align-items: center;
  color: #557084;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}
.bom-match-select input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: var(--brand);
}
.bom-match-main,
.bom-match-result,
.bom-match-stock { min-width: 0; }
.bom-match-result-body {
  min-width: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 8px; align-items: center;
}
.bom-match-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 6px;
}
.bom-match-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  max-width: 100%;
  padding: 3px 6px;
  border: 1px solid #dbeaf2;
  border-radius: 4px;
  background: #f7fbff;
  color: #40708d;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-candidates {
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 5px; margin-top: 8px;
}
.bom-match-candidates button {
  min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 2px 5px; align-items: center;
  padding: 6px 7px; border: 1px solid #dce8f1; border-radius: 6px; background: #fbfdff; text-align: left;
  color: var(--brand-dark);
}
.bom-match-candidates button:not(.active):hover,
.bom-match-candidates button:not(.active):focus-visible {
  border-color: #b7d7ec;
  background: #f3f9ff;
}
.bom-match-candidates button.active { border-color: #9dd8c0; background: #f3fff9; box-shadow: inset 3px 0 0 var(--green); }
.bom-match-candidates b { color: var(--green); font-size: 10px; line-height: 1; white-space: nowrap; }
.bom-match-candidates span,
.bom-match-candidates small { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-match-candidates span { color: var(--brand-dark); font-size: 11px; font-weight: 800; }
.bom-match-candidates small { grid-column: 2; color: var(--muted); font-size: 10px; line-height: 1.2; }
.bom-match-candidates-more {
  display: flex; align-items: center; padding: 5px 7px; border: 1px dashed #dce8f1; border-radius: 6px;
  color: var(--muted); font-size: 10px;
}
.bom-match-thumb {
  width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #e1ebf2; border-radius: 6px;
  background: #f8fbfd; color: var(--brand); font-size: 12px; font-weight: 900; overflow: hidden;
}
.bom-match-thumb img { width: 100%; height: 100%; object-fit: contain; }
.bom-match-thumb.text { background: #eef7ff; }
.bom-match-main strong,
.bom-match-result strong { display: block; color: var(--brand-dark); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-match-main span,
.bom-match-result small,
.bom-match-stock small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-match-decision {
  margin: 7px 0 0;
  padding: 5px 7px;
  border: 1px solid #e2edf3;
  border-radius: 4px;
  background: #fbfdff;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
.bom-match-row.is-ready .bom-match-decision {
  border-color: #c9e8d9;
  background: #f5fff9;
  color: #08734f;
}
.bom-match-row.is-candidate .bom-match-decision {
  border-color: #cfe2f5;
  background: #f4f9ff;
  color: var(--brand);
}
.bom-match-row.is-manual .bom-match-decision {
  border-color: #ffe0a8;
  background: #fff9ed;
  color: #805800;
}
.bom-match-demand-edit {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(58px, 70px) minmax(50px, 60px);
  gap: 6px;
  align-items: end;
}
.bom-match-row-field {
  min-width: 0;
  display: grid;
  gap: 3px;
  margin: 0;
}
.bom-match-row-field span {
  display: block;
  margin: 0;
  color: #557084;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-row-field input {
  width: 100%;
  min-width: 0;
  height: 28px;
  padding: 0 7px;
  border: 1px solid #d7e6ef;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
  outline: 0;
}
.bom-match-row-field input:focus {
  border-color: #8fc7ee;
  box-shadow: 0 0 0 2px rgba(0, 103, 177, .10);
}
.bom-match-note-field { margin-top: 6px; }
.bom-match-note-field input { font-weight: 600; }
.bom-match-loss-field input {
  color: #986a00;
  background: #fffdf7;
}
.bom-match-demand {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.bom-match-demand-total {
  display: block; margin-top: 5px; color: var(--green); font-size: 11px; font-weight: 800; line-height: 1.35;
}
.bom-match-purchase-plan {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-top: 6px;
}
.bom-match-purchase-plan span {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 5px 6px;
  border: 1px solid #edf3f7;
  border-radius: 6px;
  background: #f8fbfd;
}
.bom-match-purchase-plan b {
  color: #557084;
  font-size: 10px;
  line-height: 1;
}
.bom-match-purchase-plan em {
  min-width: 0;
  color: var(--brand-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-purchase-plan span:last-child {
  border-color: #cfe8fb;
  background: #f2f9ff;
}
.bom-match-state {
  display: inline-flex; align-items: center; justify-content: center; max-width: 100%; margin-bottom: 4px; padding: 4px 7px; border-radius: 4px; border: 1px solid #d7e6ef;
  background: #f7fbff; color: #557084; font-size: 11px; font-weight: 800; text-align: center; white-space: nowrap;
}
.bom-match-row.is-ready .bom-match-state { border-color: #bfe4d4; background: #f3fff9; color: var(--green); }
.bom-match-row.is-candidate .bom-match-state { border-color: #cfe2f5; background: #f4f9ff; color: var(--brand); }
.bom-match-row.is-manual .bom-match-state { border-color: #ffe0a8; background: #fff9ed; color: #986a00; }
.bom-match-row.is-slow .bom-match-state { border-color: #cfe2f5; background: #f4f9ff; color: var(--brand); }
.bom-match-row.is-in-cart .bom-match-state { border-color: #a8d9c6; background: #eafff4; color: var(--green); }
.bom-match-stock,
.bom-match-price {
  display: grid; grid-template-columns: 1fr; gap: 7px; align-items: start;
  padding: 0; border: 0; border-radius: 0; background: transparent;
}
.bom-match-stock-main { min-width: 0; }
.bom-match-stock b { display: block; color: var(--brand-dark); font-size: 13px; }
.bom-match-line-options {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.bom-match-line-options label {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  margin: 0;
  color: #557084;
  font-size: 10px;
  font-weight: 800;
}
.bom-match-line-options select,
.bom-match-line-options input {
  min-width: 0;
  width: 100%;
  height: 26px;
  padding: 0 22px 0 7px;
  border: 1px solid #d7e6ef;
  border-radius: 6px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 11px;
}
.bom-match-row-more .bom-match-line-options {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5eef4;
}
.bom-match-price small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}
.bom-match-price-tiers {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.bom-match-price-tiers span {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 4px;
  align-items: baseline;
  min-width: 0;
  color: #557084;
  font-size: 11px;
  line-height: 1.2;
}
.bom-match-price-tiers b {
  color: var(--brand);
  font-size: 11px;
  white-space: nowrap;
}
.bom-match-price-tiers em {
  min-width: 0;
  color: var(--brand-dark);
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bom-match-actions,
.bom-match-action-main,
.bom-match-action-tools,
.bom-match-row-more > div {
  min-width: 0;
  display: grid;
  justify-content: stretch;
  gap: 6px;
}
.bom-match-actions { grid-template-columns: 1fr; }
.bom-match-action-main { grid-template-columns: 1fr 1fr; }
.bom-match-action-tools,
.bom-match-row-more > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding-top: 2px;
}
.bom-match-row-more {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.bom-match-row-more > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 4px 6px;
  border: 1px solid #edf3f7;
  border-radius: 6px;
  background: #f8fbfd;
  color: #6c8292;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.bom-match-row-more[open] > summary {
  border-color: #d6e6ef;
  background: #f1f7fb;
  color: var(--brand);
}
.bom-match-actions a,
.bom-match-actions button { width: 100%; min-width: 0; min-height: 27px; padding: 5px 5px; border-radius: 5px; font-size: 11px; white-space: nowrap; text-align: center; justify-content: center; }
.bom-match-actions .primary.in-cart {
  background: var(--green);
  box-shadow: none;
}
.bom-match-cart-note {
  display: block;
  margin: -2px 0 0;
  color: #08734f;
  font-size: 10px;
  line-height: 1.35;
}
.bom-match-actions .bom-match-action-muted {
  min-height: 24px;
  padding: 4px 5px;
  border-color: #edf3f7;
  background: #f8fbfd;
  color: #6c8292;
}
.bom-match-actions .bom-match-action-muted:hover {
  border-color: #d6e6ef;
  background: #f1f7fb;
  color: var(--brand);
}
.bom-match-footer {
  display: flex; justify-content: space-between; gap: 10px; padding: 8px 9px; border: 1px solid #e1ebf2; border-radius: 6px;
  background: #fbfdff; color: #557084; font-size: 12px; line-height: 1.45;
}
.bom-match-footer span:last-child { text-align: right; color: var(--muted); }
.bom-match-sticky-submit {
  position: sticky;
  bottom: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #cfe3ef;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 -12px 28px rgba(5, 45, 75, .09);
  backdrop-filter: blur(8px);
}
.bom-match-sticky-submit strong {
  display: block;
  color: var(--brand-dark);
  font-size: 14px;
}
.bom-match-sticky-submit span {
  display: block;
  margin-top: 3px;
  color: #557084;
  font-size: 12px;
  line-height: 1.4;
}
.bom-match-sticky-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}
.bom-match-sticky-actions a,
.bom-match-sticky-actions button {
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
}
.bom-match-sticky-actions button:disabled {
  cursor: default;
  opacity: .48;
}
@media (min-width: 721px) {
  .bom-match-sticky-submit {
    position: static;
    bottom: auto;
    z-index: auto;
    margin-top: 10px;
    box-shadow: none;
    backdrop-filter: none;
  }
}
.bom-match-detail {
  display: grid; gap: 10px; padding: 11px; border: 1px solid #cfe2f0; border-radius: 7px; background: linear-gradient(180deg, #fafdff, #fff);
  box-shadow: 0 10px 28px rgba(5, 45, 75, .08);
}
.bom-match-detail-head,
.bom-match-detail-body,
.bom-match-detail-actions { display: flex; gap: 10px; }
.bom-match-detail-head { justify-content: space-between; align-items: flex-start; }
.bom-match-detail-head span { display: block; color: var(--muted); font-size: 11px; }
.bom-match-detail-head strong { display: block; margin-top: 3px; color: var(--brand-dark); font-size: 15px; }
.bom-match-detail-media {
  flex: 0 0 128px; display: grid; place-items: center; min-height: 112px; border: 1px solid #edf2f6; border-radius: 7px; background: #fff; overflow: hidden;
  color: var(--muted); font-size: 12px;
}
.bom-match-detail-media img { max-width: 100%; max-height: 112px; object-fit: contain; }
.bom-match-detail-copy { min-width: 0; display: grid; gap: 8px; flex: 1; }
.bom-match-detail-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.bom-match-detail-facts span {
  min-width: 0; display: grid; gap: 2px; padding: 7px 8px; border: 1px solid #e1ebf2; border-radius: 6px; background: #fbfdff;
}
.bom-match-detail-facts b { color: #557084; font-size: 11px; }
.bom-match-detail-facts em { color: var(--brand-dark); font-size: 12px; font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bom-match-detail-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.bom-match-detail-actions { flex-wrap: wrap; justify-content: flex-end; }
.bom-match-detail-actions a,
.bom-match-detail-actions button { min-height: 30px; padding: 7px 10px; border-radius: 6px; font-size: 12px; }
.bom-match-more { margin: 0; color: var(--muted); font-size: 12px; }
.bom-flow-actions {
  display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin: 0 0 11px;
}
.bom-flow-actions a,
.bom-flow-actions button { padding: 8px 11px; font-size: 12px; border-radius: 6px; }
.bom-qty-assist {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto auto; gap: 8px; align-items: center;
  margin: 0 0 11px; padding: 10px; border: 1px solid #cfe4f2; border-radius: 7px; background: #f5fbff;
}
.bom-qty-assist strong { color: var(--brand-dark); font-size: 13px; }
.bom-qty-assist span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.bom-qty-assist button { padding: 7px 10px; font-size: 12px; white-space: nowrap; }
.bom-preview-warnings {
  display: grid; gap: 7px; margin-bottom: 11px;
}
.bom-preview-warnings p {
  margin: 0; padding: 9px 10px; border: 1px solid #ffd99c; border-radius: 6px;
  background: #fff8e9; color: #805800; font-size: 13px; line-height: 1.5;
}
.bom-preview-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px;
}
.bom-preview-item {
  min-width: 0; display: grid; gap: 8px; padding: 11px; border: 1px solid #dce8f0; border-radius: 7px;
  background: rgba(255,255,255,.92);
}
.bom-preview-item-head { min-width: 0; }
.bom-preview-item-head strong,
.bom-preview-item-head span,
.bom-preview-item-meta small,
.bom-preview-item-state span {
  display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.bom-preview-item-head strong { color: var(--brand-dark); font-size: 14px; }
.bom-preview-item-head span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.bom-preview-item-meta {
  display: flex; flex-wrap: wrap; gap: 6px;
}
.bom-preview-item-meta small,
.bom-preview-item-state b {
  padding: 4px 7px; border-radius: 999px; background: #f3f8fc; color: #557084; font-size: 11px;
}
.bom-preview-item-state {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.bom-preview-item-state b {
  color: var(--brand);
  background: #edf7ff;
}
.bom-preview-item-state span {
  color: var(--muted); font-size: 11px; text-align: right;
}
.bom-repair-panel {
  margin: 0 0 11px; padding: 11px; border: 1px solid #d8e7f0; border-radius: 7px;
  background: linear-gradient(135deg, #f7fbff 0%, #f7fff9 100%);
}
.bom-repair-head { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin-bottom: 8px; }
.bom-repair-head strong { color: var(--brand-dark); font-size: 14px; }
.bom-repair-head span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.bom-repair-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.bom-repair-grid article {
  min-width: 0; display: grid; gap: 8px; padding: 10px; border: 1px solid #dce9f1; border-radius: 7px; background: #fff;
}
.bom-repair-grid article > div { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.bom-repair-grid strong { color: var(--brand-dark); font-size: 13px; }
.bom-repair-grid b { color: var(--green); font-size: 12px; white-space: nowrap; }
.bom-repair-grid span { min-height: 32px; color: var(--muted); font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.bom-repair-grid button { width: 100%; padding: 8px 10px; font-size: 12px; }
.bom-raw-preview {
  margin-top: 10px;
  border: 1px solid #dbe8f0;
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
}
.bom-raw-preview > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  cursor: pointer;
  list-style: none;
}
.bom-raw-preview > summary::-webkit-details-marker { display: none; }
.bom-raw-preview > summary strong { color: var(--brand-dark); font-size: 13px; }
.bom-raw-preview > summary span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
.bom-raw-preview > summary::after {
  content: "展开";
  flex-shrink: 0;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #d3e4ef;
  border-radius: 999px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
}
.bom-raw-preview[open] > summary::after { content: "收起"; }
.bom-raw-preview .bom-preview-table-wrap { border-top: 1px solid #edf2f6; }
.bom-preview-table-wrap { overflow-x: auto; }
.bom-preview-table {
  width: 100%; border-collapse: collapse; table-layout: fixed; background: white; border: 1px solid var(--line);
}
.bom-preview-table th, .bom-preview-table td {
  padding: 10px 11px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top;
  font-size: 13px; line-height: 1.45; word-break: break-word;
}
.bom-preview-table th { background: #eef4f8; color: #486276; font-weight: 600; }
.bom-preview-table th:first-child, .bom-preview-table td:first-child { width: 58px; color: var(--muted); }
.bom-preview-table th:nth-child(2), .bom-preview-table td:nth-child(2) { width: 38%; }
.bom-preview-table th:nth-child(3), .bom-preview-table td:nth-child(3) { width: 82px; }
.bom-preview-table th:nth-child(4), .bom-preview-table td:nth-child(4) { width: 214px; }
.bom-preview-table tr.is-duplicate td { background: #fffaf0; }
.bom-table-mpn { display: block; color: var(--brand-dark); font-size: 13px; overflow-wrap: anywhere; }
.bom-table-note { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; overflow-wrap: anywhere; }
.bom-row-repair {
  display: grid; grid-template-columns: minmax(72px, 1fr) auto auto; gap: 6px; align-items: center;
}
.bom-row-repair input {
  width: 100%; min-height: 32px; margin: 0; padding: 7px 8px; border: 1px solid #cfe0ea; border-radius: 6px;
  background: #fff; color: var(--brand-dark); font-size: 12px; line-height: 1.2;
}
.bom-row-repair button {
  min-height: 32px; padding: 7px 9px; white-space: nowrap; font-size: 12px;
}
.bom-preview-more { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.bom-submit-receipt {
  margin-top: 18px; padding: 20px; background: #fff; border: 1px solid #bfe0d8; border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 89, 69, .08);
}
.bom-receipt-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 14px;
}
.bom-receipt-head h2 { margin: 3px 0 8px; color: var(--brand-dark); font-size: 22px; }
.bom-receipt-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; }
.bom-receipt-head .secondary { white-space: nowrap; padding: 8px 12px; font-size: 12px; }
.bom-receipt-metrics {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 12px;
}
.bom-receipt-metrics span {
  padding: 10px 12px; background: #f4fbf8; border: 1px solid #d4ebe3; border-radius: 7px; color: var(--muted); font-size: 13px;
}
.bom-receipt-metrics b { color: var(--green); font-size: 20px; margin-right: 5px; }
.bom-receipt-followup {
  margin: 0 0 14px; padding: 11px 12px; border: 1px solid #d9e7ef; border-radius: 8px;
  background: #fbfdff; color: var(--muted); font-size: 13px; line-height: 1.6;
}
.bom-receipt-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.bom-receipt-checks article { background: #fbfdff; border: 1px solid var(--line); border-radius: 8px; padding: 13px; }
.bom-receipt-checks strong { color: var(--brand-dark); }
.bom-receipt-checks p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.bom-receipt-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.bom-receipt-actions a, .bom-receipt-actions button { padding: 9px 12px; font-size: 12px; }
.bom-seo-panel {
  grid-column: 1 / -1; padding: 22px; border: 1px solid #d7e6ef; border-radius: 10px; background:
    radial-gradient(circle at 6% 10%, rgba(0, 166, 118, .12), transparent 24%),
    linear-gradient(135deg, #fff, #f8fcff);
  box-shadow: 0 10px 24px rgba(3, 54, 92, .05);
}
.bom-seo-copy {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 440px); gap: 18px; align-items: end;
  margin-bottom: 16px;
}
.bom-seo-copy h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 24px; line-height: 1.3; }
.bom-seo-copy p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.72; }
.bom-service-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.bom-service-steps article {
  min-width: 0; padding: 15px; border: 1px solid #e0edf3; border-radius: 8px; background: rgba(255,255,255,.86);
}
.bom-service-steps strong { color: var(--green); font-size: 18px; }
.bom-service-steps h3 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 16px; }
.bom-service-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.bom-flow-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.bom-flow-links a {
  display: inline-flex; align-items: center; min-height: 32px; padding: 7px 10px; border: 1px solid #d3e5ef;
  border-radius: 999px; background: #fff; color: var(--brand); font-size: 12px; font-weight: 700;
}
.bom-seo-faq { margin-top: 15px; border-top: 1px solid #e3edf3; }
.bom-seo-faq details { padding: 13px 0; border-bottom: 1px solid #e8f0f5; }
.bom-seo-faq summary { cursor: pointer; color: var(--brand-dark); font-weight: 700; }
.bom-seo-faq p { margin: 9px 0 0; color: var(--muted); line-height: 1.7; }
.bom-mobile-disclosure { border: 0; background: transparent; }
@media (min-width: 721px) {
  .bom-mobile-disclosure > summary { display: none !important; }
  .bom-mobile-disclosure > .detail-disclosure-body { padding: 0 !important; }
  .bom-empty-page .bom-mobile-disclosure > summary { display: flex !important; }
  .bom-empty-page .bom-mobile-disclosure > .detail-disclosure-body { padding: 0 12px 12px !important; }
}
.bom-mobile-disclosure > .detail-disclosure-body > section,
.bom-mobile-disclosure > .detail-disclosure-body > div { margin: 0; }
.recovery-bg {
  align-items: start;
  grid-template-columns: minmax(280px, .58fr) minmax(540px, .92fr);
  gap: clamp(22px, 3.2vw, 38px);
  padding-top: 38px;
}
.recovery-copy {
  position: sticky;
  top: 96px;
  align-self: start;
  min-width: 0;
}
.recovery-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(32px, 3.4vw, 42px);
  line-height: 1.16;
}
.recovery-copy > p:not(.eyebrow) {
  max-width: 520px;
  line-height: 1.68;
}
.recovery-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}
.recovery-primary-actions a {
  min-height: 36px;
  padding: 9px 13px;
  font-size: 13px;
  justify-content: center;
}
.recovery-process.process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 0;
}
.recovery-process.process span {
  min-width: 0;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid #d8e7ef;
  border-radius: 7px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.recovery-eval-panel {
  margin-top: 16px; padding: 13px; border: 1px solid #d8e9e4; border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(240,250,247,.92));
}
.recovery-eval-panel strong { display: block; margin-bottom: 11px; color: var(--brand-dark); }
.recovery-eval-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.recovery-eval-grid span {
  min-width: 0; padding: 9px 10px; border: 1px solid #dcece7; border-radius: 6px; background: #fff;
  color: #315263; font-size: 12px; text-align: center;
}
.recovery-page .form-card {
  padding: 18px;
  border-color: #d5e5ee;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(3, 54, 92, .07);
}
.recovery-form-summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  padding: 11px 12px;
  border: 1px solid #d8e8f2;
  border-radius: 8px;
  background: #f8fcff;
}
.recovery-form-summary strong {
  color: var(--brand-dark);
  font-size: 14px;
  white-space: nowrap;
}
.recovery-form-summary span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
.recovery-template-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  padding: 11px 12px;
  border: 1px solid #d8e8f2;
  border-radius: 8px;
  background: #fff;
}
.recovery-template-tools strong {
  display: block;
  color: var(--brand-dark);
  font-size: 14px;
}
.recovery-template-tools span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.recovery-template-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}
.recovery-template-actions button {
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid #cfe0eb;
  border-radius: 6px;
  background: #f8fbfd;
  color: var(--brand-dark);
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}
.recovery-template-actions button:hover {
  border-color: var(--brand);
  background: #f3f9ff;
  color: var(--brand);
}
.recovery-form-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}
.recovery-form-head h2 {
  margin: 3px 0 0;
  color: var(--brand-dark);
  font-size: 22px;
}
.recovery-form-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.recovery-form-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #d7e5ee;
  border-radius: 999px;
  background: #f7fbfe;
  color: #45687e;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.recovery-manual-entry {
  margin: 0 0 12px;
  padding: 12px;
  border: 1px solid #d8e8f2;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #f8fcff);
}
.recovery-manual-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 9px;
}
.recovery-manual-head strong { color: var(--brand-dark); font-size: 14px; }
.recovery-manual-head span {
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}
.recovery-manual-grid {
  display: grid;
  grid-template-columns: minmax(150px, 1.35fr) minmax(86px, .75fr) minmax(76px, .65fr);
  gap: 7px;
  align-items: center;
  max-width: 100%;
}
.recovery-manual-grid input {
  min-width: 0;
  min-height: 35px;
  margin: 0;
  padding: 8px 9px;
  border-color: #cfe0ea;
  border-radius: 6px;
  font-size: 12px;
}
.recovery-manual-grid button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 35px;
  padding: 8px 11px;
  font-size: 12px;
  justify-content: center;
  white-space: nowrap;
}
.recovery-manual-grid input[data-recovery-manual-package] { grid-column: span 2; }
.recovery-note-assist {
  margin: -2px 0 14px; padding: 12px; border: 1px solid #d8e8f2; border-radius: 8px; background: #fff;
}
.recovery-note-assist strong { display: block; margin-bottom: 9px; color: var(--brand-dark); font-size: 14px; }
.recovery-note-assist div { display: flex; flex-wrap: wrap; gap: 7px; }
.recovery-note-assist button {
  padding: 7px 9px; border: 1px solid #cfe0eb; border-radius: 5px; background: #f8fbfd;
  color: var(--brand-dark); font-size: 12px; line-height: 1.2;
}
.recovery-note-assist button:hover { border-color: var(--green); background: var(--green-soft); color: var(--green); }
.recovery-contact-panel {
  display: grid;
  gap: 10px;
  margin: 0 0 12px;
  padding: 13px;
  border: 1px solid #d6e7ef;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #f7fbff);
}
.recovery-contact-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}
.recovery-contact-head strong { color: var(--brand-dark); font-size: 14px; }
.recovery-contact-head span {
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
.recovery-preview-panel,
.recovery-submit-receipt {
  margin: 0 0 12px; padding: 14px; border: 1px solid #d7e8f0; border-radius: 8px;
  background: #fbfdff; box-shadow: 0 8px 18px rgba(3, 54, 92, .05);
}
.recovery-preview-panel > strong { display: block; color: var(--brand-dark); font-size: 16px; }
.recovery-preview-panel > span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.recovery-preview-head {
  display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 10px;
}
.recovery-preview-head strong { display: block; color: var(--brand-dark); font-size: 16px; }
.recovery-preview-head span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.recovery-preview-head a { flex-shrink: 0; padding: 8px 10px; font-size: 12px; }
.recovery-preview-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  flex-shrink: 0;
}
.recovery-preview-actions button {
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
}
.recovery-source-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(110px, .78fr) minmax(0, 1fr) auto;
  gap: 8px;
  align-items: stretch;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #d7e8f0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,252,255,.98));
}
.recovery-source-strip > div:not(.recovery-source-strip-actions) {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 8px 9px;
  border: 1px solid #e2edf3;
  border-radius: 7px;
  background: #fff;
}
.recovery-source-strip span {
  color: #6a8291;
  font-size: 11px;
  font-weight: 800;
}
.recovery-source-strip strong {
  color: var(--brand-dark);
  font-size: 14px;
  line-height: 1.18;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recovery-source-strip em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recovery-source-strip-actions {
  display: grid;
  grid-template-columns: minmax(78px, auto);
  gap: 7px;
  align-content: center;
  min-width: 98px;
}
.recovery-source-strip-actions a {
  min-height: 31px;
  justify-content: center;
  padding: 7px 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.recovery-preview-metrics,
.recovery-receipt-metrics {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-bottom: 10px;
}
.recovery-preview-metrics span,
.recovery-receipt-metrics span {
  min-width: 0; padding: 8px; border: 1px solid #e0ebf2; border-radius: 6px; background: #fff; color: var(--muted); font-size: 11px; text-align: center;
}
.recovery-preview-metrics b,
.recovery-receipt-metrics b { display: block; color: var(--green); font-size: 17px; line-height: 1.1; overflow-wrap: anywhere; }
.recovery-format-hint {
  display: grid; gap: 5px; margin-top: 11px; padding: 10px; border: 1px solid #e0ebf2; border-radius: 7px; background: #fff;
}
.recovery-format-hint b { color: var(--brand-dark); font-size: 12px; }
.recovery-format-hint code {
  display: block; padding: 7px 9px; border-radius: 5px; background: #f2f7fa; color: #315263;
  font-size: 12px; white-space: normal; overflow-wrap: anywhere;
}
.recovery-format-hint small { color: var(--muted); line-height: 1.45; }
.recovery-readiness {
  display: grid; gap: 8px; margin: 0 0 10px; padding: 11px; border: 1px solid #dcebf1; border-radius: 8px; background: #fff;
}
.recovery-readiness strong { display: block; color: var(--brand-dark); font-size: 14px; }
.recovery-readiness span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.recovery-readiness i {
  display: block; height: 7px; border-radius: 999px; background: #e7eff4; overflow: hidden;
}
.recovery-readiness i b {
  display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #50bde8, #ffbf4d);
}
.recovery-photo-upload-note {
  display: grid; gap: 5px; margin: 0 0 11px; padding: 11px; border: 1px solid #cfe4f0; border-radius: 7px;
  background: #f7fbff; color: var(--brand-dark);
}
.recovery-photo-upload-note strong { font-size: 13px; }
.recovery-photo-upload-note span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.recovery-evaluation-board {
  display: grid; gap: 10px; margin: 0 0 10px; padding: 11px; border: 1px solid #d9e8f0; border-radius: 8px; background: #fff;
}
.recovery-evaluation-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
}
.recovery-evaluation-head strong { display: block; color: var(--brand-dark); font-size: 14px; }
.recovery-evaluation-head span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.recovery-evaluation-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; flex-shrink: 0; }
.recovery-evaluation-actions button { min-height: 30px; padding: 7px 9px; border-radius: 6px; font-size: 12px; }
.recovery-evaluation-overview {
  display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 8px; align-items: stretch;
}
.recovery-evaluation-score {
  --recovery-score: 0%;
  display: grid; place-items: center; align-content: center; gap: 2px; min-height: 82px; border: 1px solid #e0ebf2; border-radius: 7px;
  background: #fbfdff; text-align: center;
}
.recovery-evaluation-score i {
  width: 34px; height: 34px; border-radius: 999px; background: conic-gradient(var(--green) var(--recovery-score), #e7eff4 0);
  position: relative;
}
.recovery-evaluation-score i::after { content: ""; position: absolute; inset: 7px; border-radius: inherit; background: #fff; }
.recovery-evaluation-score strong { color: var(--green); font-size: 16px; line-height: 1; }
.recovery-evaluation-score span { color: var(--muted); font-size: 11px; }
.recovery-evaluation-metrics {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px;
}
.recovery-evaluation-metrics span {
  min-width: 0; display: grid; gap: 2px; padding: 8px 9px; border: 1px solid #e0ebf2; border-radius: 6px; background: #fbfdff;
  color: var(--muted); font-size: 11px; line-height: 1.35;
}
.recovery-evaluation-metrics b { color: var(--brand); font-size: 16px; line-height: 1; }
.recovery-evaluation-queue {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px;
}
.recovery-evaluation-queue article {
  min-width: 0; display: grid; gap: 4px; padding: 9px; border: 1px solid #e0ebf2; border-radius: 7px; background: #fbfdff;
}
.recovery-evaluation-queue b,
.recovery-priority {
  justify-self: start; display: inline-flex; align-items: center; min-height: 22px; padding: 4px 7px; border: 1px solid #d7e6ef; border-radius: 999px;
  background: #f7fbff; color: #557084; font-size: 11px; font-weight: 800; line-height: 1;
}
.recovery-evaluation-queue article.is-priority b,
.recovery-preview-list article.is-priority .recovery-priority { border-color: #bfe4d4; background: #f3fff9; color: var(--green); }
.recovery-evaluation-queue article.is-review b,
.recovery-preview-list article.is-review .recovery-priority { border-color: #cfe2f5; background: #f4f9ff; color: var(--brand); }
.recovery-evaluation-queue article.is-missing b,
.recovery-preview-list article.is-missing .recovery-priority { border-color: #ffe0a8; background: #fff9ed; color: #986a00; }
.recovery-evaluation-queue strong,
.recovery-evaluation-queue span,
.recovery-evaluation-queue small {
  display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.recovery-evaluation-queue strong { color: var(--brand-dark); font-size: 13px; }
.recovery-evaluation-queue span,
.recovery-evaluation-queue small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.recovery-disposition-plan {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 10px;
}
.recovery-disposition-plan button {
  min-width: 0;
  display: grid;
  gap: 4px;
  min-height: 54px;
  padding: 9px;
  border: 1px solid #dce8f1;
  border-radius: 7px;
  background: #fff;
  color: #557084;
  text-align: left;
}
.recovery-disposition-plan button.is-active {
  border-color: #b8d7ed;
  background: #f5fbff;
}
.recovery-disposition-plan button:disabled {
  cursor: default;
  opacity: .72;
}
.recovery-disposition-plan b,
.recovery-disposition-plan span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recovery-disposition-plan b { color: var(--brand-dark); font-size: 12px; }
.recovery-disposition-plan b em { color: var(--brand); font-style: normal; }
.recovery-disposition-plan span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.recovery-next-step {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0 0 10px;
  padding: 11px;
  border: 1px solid #cfe5d9;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7fffb, #fbfdff);
}
.recovery-next-step strong {
  display: block;
  color: var(--brand-dark);
  font-size: 14px;
}
.recovery-next-step span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.recovery-next-step > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  flex-shrink: 0;
}
.recovery-next-step a {
  min-height: 31px;
  padding: 7px 10px;
  font-size: 12px;
}
.recovery-submit-plan {
  display: grid;
  gap: 9px;
  margin: 0 0 10px;
  padding: 11px;
  border: 1px solid #d8e8f2;
  border-radius: 8px;
  background: #fbfdff;
}
.recovery-submit-plan-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.recovery-submit-plan-head strong {
  display: block;
  color: var(--brand-dark);
  font-size: 14px;
}
.recovery-submit-plan-head span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.recovery-submit-plan-head > b {
  flex-shrink: 0;
  min-width: 50px;
  padding: 7px 8px;
  border: 1px solid #c9e8dc;
  border-radius: 7px;
  background: #f5fffb;
  color: var(--green);
  font-size: 16px;
  text-align: center;
}
.recovery-submit-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.recovery-submit-plan-grid span {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 8px;
  border: 1px solid #e0ebf2;
  border-radius: 6px;
  background: #fff;
}
.recovery-submit-plan-grid b {
  color: var(--brand);
  font-size: 14px;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recovery-submit-plan-grid em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
}
.recovery-submit-plan-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 7px;
}
.recovery-submit-plan-actions a,
.recovery-submit-plan-actions button {
  width: 100%;
  min-height: 31px;
  justify-content: center;
  padding: 7px 9px;
  font-size: 12px;
  text-align: center;
}
.recovery-field-map {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin: 0 0 10px;
}
.recovery-field-map span {
  min-width: 0; padding: 9px; border: 1px solid #e0ebf2; border-radius: 7px; background: #fff;
}
.recovery-field-map span.done { border-color: #c8e6d8; background: #f7fffb; }
.recovery-field-map b { display: block; color: #557084; font-size: 11px; }
.recovery-field-map em {
  display: block; margin-top: 4px; color: var(--brand-dark); font-size: 12px; font-style: normal;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.recovery-repair-panel {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 0 0 10px;
}
.recovery-repair-disclosure {
  margin: 0 0 10px;
  border: 1px solid #d8e8f2;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.recovery-repair-disclosure > summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 11px;
  cursor: pointer;
  list-style: none;
}
.recovery-repair-disclosure > summary::-webkit-details-marker { display: none; }
.recovery-repair-disclosure > summary span {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.recovery-repair-disclosure > summary strong {
  color: var(--brand-dark);
  font-size: 14px;
}
.recovery-repair-disclosure > summary small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.recovery-repair-disclosure > summary b {
  flex-shrink: 0;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #cfe0eb;
  border-radius: 999px;
  background: #f7fbff;
  color: var(--brand);
  font-size: 12px;
  line-height: 1;
}
.recovery-repair-disclosure[open] > summary {
  border-bottom: 1px solid #e3edf3;
  background: #f8fcff;
}
.recovery-repair-disclosure .recovery-repair-panel {
  margin: 0;
  padding: 10px;
}
.recovery-repair-panel article {
  min-width: 0; padding: 10px; border: 1px solid #e3edf3; border-radius: 7px; background: #fff;
}
.recovery-repair-panel article > div { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.recovery-repair-panel strong { color: var(--brand-dark); font-size: 13px; }
.recovery-repair-panel b { color: var(--green); font-size: 12px; white-space: nowrap; }
.recovery-repair-panel span {
  display: block; min-height: 32px; margin: 7px 0; color: var(--muted); font-size: 12px; line-height: 1.45;
  overflow-wrap: anywhere;
}
.recovery-repair-panel button { width: 100%; padding: 8px 10px; font-size: 12px; }
.recovery-preview-warnings {
  margin: 0 0 10px; padding: 9px 10px; border: 1px solid #ffe2aa; border-radius: 7px;
  background: #fffaf0; color: #8a6100; font-size: 12px; line-height: 1.45;
}
.recovery-preview-list { display: grid; gap: 7px; }
.recovery-preview-list article {
  display: grid; gap: 3px; padding: 9px 10px; border: 1px solid #e1ebf1; border-radius: 7px; background: #fff;
}
.recovery-preview-item-head { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; min-width: 0; }
.recovery-preview-item-head small {
  flex-shrink: 0; color: var(--muted); font-size: 11px; white-space: nowrap;
}
.recovery-preview-list strong { color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recovery-preview-list article.is-duplicate { border-color: #ffe2aa; background: #fffaf0; }
.recovery-priority { margin: 2px 0; }
.recovery-disposition {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 2px 0;
  padding: 4px 7px;
  border: 1px solid #cfe2f5;
  border-radius: 999px;
  background: #f4f9ff;
  color: var(--brand);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.recovery-preview-list span,
.recovery-preview-list small { color: var(--muted); font-size: 12px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recovery-row-editor {
  margin-top: 7px;
  border-top: 1px dashed #dbe8ef;
}
.recovery-row-editor > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding-top: 7px;
  cursor: pointer;
  list-style: none;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}
.recovery-row-editor > summary::-webkit-details-marker { display: none; }
.recovery-row-editor > summary b {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.recovery-row-editor[open] > summary {
  color: var(--brand-dark);
}
.recovery-row-repair {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-top: 8px;
  padding-top: 0;
}
.recovery-row-repair label { display: grid; gap: 3px; min-width: 0; color: #557084; font-size: 11px; line-height: 1.2; }
.recovery-row-repair label span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recovery-row-repair input {
  width: 100%; min-height: 31px; margin: 0; padding: 7px 8px; border: 1px solid #cfe0ea; border-radius: 6px;
  background: #fff; color: var(--brand-dark); font-size: 12px; line-height: 1.2;
}
.recovery-row-actions {
  grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end;
}
.recovery-row-actions button { min-height: 31px; padding: 7px 10px; font-size: 12px; }
.recovery-preview-more { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.recovery-submit-receipt {
  grid-column: 2;
  margin-top: 16px; background:
    radial-gradient(circle at 95% 12%, rgba(255, 191, 77, .18), transparent 30%),
    linear-gradient(135deg, #f7fffb, #fbfdff);
}
.recovery-submit-receipt h1,
.recovery-submit-receipt h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 22px; }
.recovery-submit-receipt p:not(.eyebrow) { margin: 0 0 12px; color: #45687e; line-height: 1.65; }
.recovery-receipt-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.recovery-receipt-actions a { min-width: 132px; justify-content: center; padding: 9px 12px; font-size: 13px; text-align: center; }
.recovery-seo-panel {
  grid-column: 1 / -1; padding: 18px; border: 1px solid #dce8ef; border-radius: 10px; background: #fff;
  box-shadow: none;
}
.recovery-seo-copy {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 460px); gap: 18px; align-items: end;
  margin-bottom: 16px;
}
.recovery-seo-copy h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 24px; line-height: 1.3; }
.recovery-seo-copy p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.72; }
.recovery-service-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.recovery-service-steps article {
  min-width: 0; padding: 15px; border: 1px solid #e0edf3; border-radius: 8px; background: rgba(255,255,255,.86);
}
.recovery-service-steps strong { color: var(--green); font-size: 18px; }
.recovery-service-steps h3 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 16px; }
.recovery-service-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.recovery-seo-faq { margin-top: 15px; border-top: 1px solid #e3edf3; }
.recovery-seo-faq details { padding: 13px 0; border-bottom: 1px solid #e8f0f5; }
.recovery-seo-faq summary { cursor: pointer; color: var(--brand-dark); font-weight: 700; }
.recovery-seo-faq p { margin: 9px 0 0; color: var(--muted); line-height: 1.7; }
body.recovery-page.has-recovery-stock .recovery-bg {
  grid-template-columns: minmax(0, 1080px);
  justify-content: center;
  padding-top: 26px;
}
body.recovery-page.has-recovery-stock .recovery-copy,
body.recovery-page.has-recovery-stock .recovery-form-summary,
body.recovery-page.has-recovery-stock .recovery-template-tools,
body.recovery-page.has-recovery-stock .recovery-manual-entry,
body.recovery-page.has-recovery-stock .recovery-upload-dropzone {
  display: none;
}
body.recovery-page.has-recovery-stock .recovery-page .form-card,
body.recovery-page.has-recovery-stock .form-card {
  width: 100%;
  max-width: 1080px;
  padding: 16px;
}
body.recovery-page.has-recovery-stock .recovery-form-head {
  margin-bottom: 10px;
}
body.recovery-page.has-recovery-stock #stockTextInput {
  min-height: 82px;
  max-height: 104px;
  margin-bottom: 10px;
  font-size: 12px;
}
body.recovery-page.has-recovery-stock .recovery-seo-panel {
  display: none;
}
@media (max-width: 720px) {
  .recovery-bg {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 18px 24px;
  }
  body.recovery-page.has-recovery-stock .recovery-bg {
    padding-top: 12px;
  }
  body.recovery-page.has-recovery-stock .recovery-copy {
    display: none;
  }
  body.recovery-page.has-recovery-stock .recovery-form-summary,
  body.recovery-page.has-recovery-stock .recovery-template-tools,
  body.recovery-page.has-recovery-stock .recovery-manual-entry,
  body.recovery-page.has-recovery-stock .recovery-upload-dropzone {
    display: none;
  }
  body.recovery-page.has-recovery-stock #stockTextInput {
    min-height: 96px;
    max-height: 120px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .recovery-copy {
    position: static;
  }
  .recovery-copy h1 {
    margin: 5px 0 8px;
    font-size: 26px;
  }
  .recovery-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.55;
  }
  .recovery-primary-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 12px;
  }
  .recovery-primary-actions a {
    width: 100%;
    min-height: 34px;
    padding: 8px 9px;
    font-size: 12px;
  }
  .recovery-primary-actions a:first-child {
    grid-column: 1 / -1;
  }
  .recovery-process.process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    margin-top: 12px;
  }
  .recovery-process.process span {
    min-height: 28px;
    padding: 5px 4px;
    font-size: 10px;
  }
  .recovery-eval-panel {
    display: none;
  }
  .recovery-page .form-card {
    padding: 14px;
    border-radius: 9px;
  }
  .recovery-form-head {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 11px;
  }
  .recovery-form-head h2 {
    font-size: 18px;
  }
  .recovery-form-steps {
    justify-content: flex-start;
  }
  .recovery-form-steps span {
    min-height: 24px;
    padding: 4px 7px;
    font-size: 10px;
  }
  .recovery-form-summary {
    display: grid;
    gap: 3px;
  }
  .recovery-form-summary strong {
    white-space: normal;
  }
  .recovery-form-summary span {
    text-align: left;
  }
  .recovery-template-tools {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px;
  }
  .recovery-template-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
  .recovery-template-actions button {
    width: 100%;
    min-height: 34px;
    justify-content: center;
  }
  .recovery-preview-head {
    align-items: stretch;
    flex-direction: column;
  }
  .recovery-preview-actions {
    justify-content: flex-start;
  }
  .recovery-source-strip {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 8px;
  }
  .recovery-source-strip > div:not(.recovery-source-strip-actions) {
    padding: 8px;
  }
  .recovery-source-strip > div:nth-child(3),
  .recovery-source-strip-actions {
    grid-column: 1 / -1;
  }
  .recovery-source-strip-actions {
    min-width: 0;
    grid-template-columns: 1fr 1fr;
  }
  .recovery-source-strip-actions a {
    width: 100%;
    min-height: 32px;
    padding: 7px 8px;
  }
  .recovery-disposition-plan {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .recovery-disposition-plan button {
    min-height: 44px;
    padding: 8px;
  }
  .recovery-repair-disclosure > summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .recovery-repair-disclosure > summary b {
    width: 100%;
  }
  .recovery-next-step {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }
  .recovery-next-step > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }
  .recovery-next-step a {
    width: 100%;
    justify-content: center;
  }
  .recovery-submit-receipt {
    grid-column: 1;
  }
  .recovery-manual-entry { padding: 10px; }
  .recovery-manual-head {
    display: grid;
    gap: 3px;
    margin-bottom: 8px;
  }
  .recovery-manual-head span {
    text-align: left;
    font-size: 11px;
  }
  .recovery-manual-grid {
    grid-template-columns: minmax(0, 1fr) minmax(88px, .45fr);
    gap: 6px;
  }
  .recovery-manual-grid input[data-recovery-manual-brand],
  .recovery-manual-grid input[data-recovery-manual-lot],
  .recovery-manual-grid input[data-recovery-manual-package],
  .recovery-manual-grid button {
    grid-column: 1 / -1;
  }
  .recovery-manual-grid input,
  .recovery-manual-grid button {
    min-height: 34px;
    font-size: 12px;
  }
}
main { max-width: var(--content-width); margin: 0 auto; }
.block { margin: 54px clamp(22px, 4vw, 55px); }
.block-head {
  display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px;
}
.block-head h2, .quality h2 { font-size: 30px; margin: 0; color: var(--brand-dark); }
.block-head > a { color: var(--brand); font-size: 14px; }
.categories { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.category {
  border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 21px 16px;
  transition: border-color .15s, box-shadow .15s;
}
.category:hover { border-color: #8ebde2; box-shadow: var(--shadow); }
.category strong { display: block; margin-bottom: 9px; font-size: 16px; color: var(--brand-dark); }
.category p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(210px, 1fr)); gap: 14px; }
.home-more-card {
  display: flex; flex-direction: column; justify-content: space-between; gap: 10px;
  border: 1px dashed #b9d2e3; border-radius: 8px;
  background:
    radial-gradient(circle at top right, rgba(255, 186, 72, .15), transparent 34%),
    linear-gradient(145deg, #f8fcff, #f4f9fd);
  color: var(--brand-dark);
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.home-more-card:hover { border-color: #8ebde2; box-shadow: 0 10px 24px rgba(5, 47, 78, .08); transform: translateY(-1px); }
.home-more-card-kicker {
  align-self: start; padding: 4px 8px; border-radius: 999px;
  background: rgba(7, 112, 181, .08); color: var(--brand); font-size: 11px; letter-spacing: .08em;
}
.home-more-card strong { display: block; margin: 0; color: var(--brand-dark); }
.home-more-card p { margin: 0; color: #587082; line-height: 1.7; font-size: 12px; }
.category.home-more-card { padding: 21px 16px; }
.product {
  display: flex; flex-direction: column; min-height: 211px; background: white; border: 1px solid var(--line);
  border-radius: 8px; padding: 18px; transition: box-shadow .15s, border-color .15s;
}
.product.home-more-card { min-height: 211px; padding: 18px; }
.product-visual {
  display: block; width: calc(100% + 36px); height: 126px; object-fit: contain; padding: 10px;
  margin: -18px -18px 14px; border-radius: 8px 8px 0 0; background: #fff;
}
.product:hover { border-color: #9cc7ea; box-shadow: var(--shadow); }
.badge {
  align-self: start; background: var(--green-soft); color: var(--green);
  border-radius: 18px; font-size: 12px; padding: 4px 9px; margin-bottom: 13px;
}
.product h3 { margin: 0 0 5px; font-size: 17px; color: var(--brand-dark); }
.package-chip {
  align-self: start; display: inline-flex; color: var(--brand); background: #edf5fb;
  border: 1px solid #d2e5f4; border-radius: 3px; padding: 3px 8px; font-size: 12px; margin-bottom: 10px;
}
.product .desc { margin: 0 0 12px; color: var(--muted); font-size: 13px; min-height: 34px; line-height: 1.5; }
.product .stock { color: var(--muted); font-size: 12px; margin-top: auto; }
.product .price { margin: 10px 0 0; font-size: 20px; font-weight: bold; color: var(--brand); }
body.home-page .categories {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
body.home-page .category {
  position: relative;
  min-height: 92px;
  padding: 15px 13px 13px;
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 191, 77, .12), transparent 24%),
    linear-gradient(180deg, #fff, #f8fbfd);
}
body.home-page .category::after {
  content: ">";
  position: absolute;
  top: 14px;
  right: 13px;
  color: #7eaed1;
  font-size: 12px;
  font-weight: 800;
}
body.home-page .category strong {
  margin-bottom: 10px;
  padding-right: 16px;
  font-size: 15px;
  line-height: 1.28;
}
body.home-page .category p {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f1f7fb;
  color: #5a7385;
  font-size: 11px;
  line-height: 1.2;
}
body.home-page .category.home-more-card {
  justify-content: center;
  gap: 8px;
}
body.home-page .home-brands {
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 8px;
}
body.home-page .home-brands a {
  min-height: 74px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 12px 10px;
}
body.home-page .home-brands strong {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
  white-space: normal;
}
body.home-page .home-brands span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 22px;
  max-width: 100%;
  padding: 2px 7px;
  border-radius: 999px;
  background: #f1f7fb;
  color: #60798a;
  font-size: 10px;
  line-height: 1.2;
}
body.home-page .home-brands .home-more-card {
  justify-content: center;
  gap: 8px;
}
body.home-page #featured {
  align-items: stretch;
}
body.home-page #featured .featured-home-card {
  min-height: 262px;
  padding: 14px 14px 15px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 191, 77, .12), transparent 24%),
    linear-gradient(180deg, #fff, #f9fcfe);
}
body.home-page #featured .featured-home-card .product-visual {
  width: calc(100% + 28px);
  height: 104px;
  padding: 8px;
  margin: -14px -14px 12px;
  background: linear-gradient(180deg, #fff, #f4f9fd);
}
body.home-page #featured .featured-home-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
body.home-page #featured .featured-home-card .package-chip {
  margin-bottom: 0;
}
body.home-page #featured .featured-home-brand {
  min-width: 0;
  color: #587082;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.home-page #featured .featured-home-card h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.22;
}
body.home-page #featured .featured-home-card .desc {
  margin: 0 0 10px;
  min-height: 38px;
  font-size: 12px;
  line-height: 1.48;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.home-page #featured .featured-home-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 10px;
}
body.home-page #featured .featured-home-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f3f8fb;
  color: #496173;
  font-size: 11px;
}
body.home-page #featured .featured-home-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
body.home-page #featured .featured-home-card .price {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
}
body.home-page #featured .featured-home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
body.home-page #featured .featured-home-card:hover .featured-home-cta {
  background: #005899;
}
.home-brands {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
}
.home-brands a {
  padding: 17px 15px; background: white; border: 1px solid var(--line); border-radius: 7px;
  transition: border-color .15s, background .15s;
}
.home-brands a:hover { border-color: #9cc7ea; background: #f6fbff; }
.home-brands strong { display: block; color: var(--brand-dark); margin-bottom: 7px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-brands span { color: var(--muted); font-size: 12px; }
.home-brands .home-more-card { padding: 17px 15px; }
.brand-index-page { padding: 28px clamp(20px, 3vw, 46px) 20px; }
.brand-index-hero {
  display: grid; grid-template-columns: minmax(260px, 390px) minmax(320px, 1fr); gap: 26px; align-items: center;
  padding: 24px 28px; background: linear-gradient(105deg, #073f68, #0670b5); color: #fff; border-radius: 10px;
}
.brand-index-hero h1 { margin: 0 0 8px; font-size: 31px; line-height: 1.16; }
.brand-index-hero p { margin: 0; color: #dbeaf5; line-height: 1.62; }
.brand-search { display: flex; height: 50px; background: #fff; padding: 4px; border-radius: 6px; box-shadow: 0 8px 23px rgba(1, 31, 55, .2); }
.brand-search input { border: 0; margin: 0; height: 42px; font-size: 14px; padding-left: 15px; }
.brand-search input:focus { outline: none; }
.brand-search button { min-width: 104px; border-radius: 5px; }
.brand-alias-strip {
  display: grid; grid-template-columns: minmax(220px, 310px) minmax(0, 1fr); gap: 18px; align-items: start;
  margin-top: 18px; padding: 19px; border: 1px solid #cfe2ef; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 18%, rgba(253, 174, 55, .16), transparent 24%),
    linear-gradient(135deg, #f8fcff, #f9fffb);
}
.brand-alias-strip h2 { margin: 3px 0 8px; color: var(--brand-dark); font-size: 20px; }
.brand-alias-strip p:not(.eyebrow) { margin: 0; color: #526d7e; line-height: 1.65; font-size: 13px; }
.brand-alias-links { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.brand-alias-links a {
  min-width: 0; padding: 12px; border: 1px solid #d7e7f1; border-radius: 6px; background: #fff;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.brand-alias-links a:hover { border-color: #94bed8; box-shadow: 0 8px 18px rgba(5, 47, 78, .08); transform: translateY(-1px); }
.brand-alias-links strong { display: block; color: var(--brand); font-size: 18px; line-height: 1.2; }
.brand-alias-links span, .brand-alias-links small {
  display: block; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.brand-alias-links span { color: var(--brand-dark); font-size: 12px; font-weight: 700; }
.brand-alias-links small { color: var(--muted); font-size: 11px; }
.directory-top-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 10px;
  align-items: start;
}
.category-index-page .directory-top-strip,
.brand-index-page:not(.category-index-page) .directory-top-strip {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .94fr);
  gap: 10px;
}
.directory-compact-box {
  padding: 11px;
  border: 1px solid #d6e7f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfeff 0%, #ffffff 100%);
  box-shadow: 0 8px 20px rgba(5, 47, 78, .04);
}
.directory-compact-head h2 {
  margin: 3px 0 5px;
  color: var(--brand-dark);
  font-size: 16px;
  line-height: 1.28;
}
.directory-compact-head p:not(.eyebrow) {
  margin: 0;
  color: #587488;
  font-size: 11px;
  line-height: 1.45;
}
.category-index-page .directory-compact-box,
.brand-index-page:not(.category-index-page) .directory-compact-box {
  padding: 10px;
}
.category-index-page .directory-compact-head h2,
.brand-index-page:not(.category-index-page) .directory-compact-head h2 {
  margin-bottom: 5px;
  font-size: 16px;
}
.category-index-page .directory-compact-head p:not(.eyebrow),
.brand-index-page:not(.category-index-page) .directory-compact-head p:not(.eyebrow) {
  font-size: 11px;
  line-height: 1.45;
}
.directory-chip-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}
.directory-chip-link,
.directory-quick-card {
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid #d9e8f1;
  border-radius: 7px;
  background: #fff;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.directory-chip-link:hover,
.directory-quick-card:hover {
  border-color: #98bfd8;
  box-shadow: 0 8px 18px rgba(5, 47, 78, .08);
  transform: translateY(-1px);
}
.directory-chip-link strong,
.directory-chip-link span,
.directory-chip-link small,
.directory-quick-card span,
.directory-quick-card strong,
.directory-quick-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directory-chip-link strong,
.directory-quick-card span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}
.directory-chip-link span,
.directory-quick-card strong {
  margin-top: 4px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
}
.directory-chip-link small,
.directory-quick-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}
.directory-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 8px;
}
.category-index-page .directory-quick-grid,
.brand-index-page:not(.category-index-page) .directory-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.category-index-page .directory-quick-card,
.brand-index-page:not(.category-index-page) .directory-quick-card {
  padding: 8px 9px;
}
.category-index-page .directory-quick-card small,
.brand-index-page:not(.category-index-page) .directory-quick-card small {
  white-space: normal;
  line-height: 1.35;
}
.directory-representative-shelf { margin-top: 10px; }
.directory-representative-shelf-compact { margin-top: 10px; }
.directory-representative-head { align-items: start; }
.directory-representative-head p:not(.eyebrow) {
  margin: 6px 0 0;
  color: #587488;
  font-size: 12px;
  line-height: 1.48;
}
.directory-representative-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.directory-representative-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.directory-representative-actions .primary,
.directory-representative-actions .secondary {
  min-height: 34px;
  padding: 8px 11px;
  font-size: 12px;
  white-space: nowrap;
}
.directory-representative-shelf .stock-row,
.directory-representative-shelf-compact .stock-row { min-height: 0; }
.directory-representative-card {
  min-width: 0;
  min-height: 214px;
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 12px;
  border: 1px solid #d9e8f0;
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 191, 77, .12), transparent 30%),
    linear-gradient(135deg, #fff, #f8fcff);
  box-shadow: 0 10px 24px rgba(6, 49, 78, .04);
}
.directory-representative-card:hover {
  border-color: #9cc7ea;
  box-shadow: 0 12px 26px rgba(6, 49, 78, .07);
}
.directory-representative-card .top-candidate-main { align-items: center; }
.directory-representative-card .top-candidate-main strong {
  font-size: 18px;
  overflow-wrap: break-word;
  word-break: normal;
}
.directory-representative-card .top-candidate-main small { font-size: 12px; }
.directory-representative-summary {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.directory-representative-card .stock-meta-strip { margin-top: 0; }
.directory-representative-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.directory-representative-facts span {
  min-width: 0;
  display: grid;
  gap: 3px;
  padding: 8px 9px;
  border: 1px solid #e1edf4;
  border-radius: 7px;
  background: rgba(255,255,255,.92);
}
.directory-representative-facts b {
  color: #557083;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.directory-representative-facts strong {
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directory-representative-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, .9fr));
  gap: 6px;
  margin-top: auto;
}
.directory-representative-card-actions .primary,
.directory-representative-card-actions .secondary {
  min-width: 0;
  justify-content: center;
  text-align: center;
}
.directory-commerce-path {
  margin-top: 14px; padding: 14px; border: 1px solid #cfe3df; border-radius: 8px;
  background: linear-gradient(135deg, #fbfefe, #f6fbff);
}
.directory-commerce-head { margin-bottom: 10px; }
.directory-commerce-head h2 { margin: 4px 0 0; color: var(--brand-dark); font-size: 20px; line-height: 1.24; }
.brand-index-rfq-router {
  margin-top: 18px; padding: 18px; border: 1px solid #cfe3df; border-radius: 8px;
  background: linear-gradient(135deg, #fbfefe, #f6fbff);
}
.brand-index-rfq-head {
  display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 18px; align-items: start;
}
.brand-index-rfq-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; line-height: 1.28; }
.brand-index-rfq-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.66; }
.brand-index-rfq-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.brand-index-rfq-actions .primary,
.brand-index-rfq-actions .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.brand-index-rfq-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.brand-index-rfq-grid article {
  min-width: 0; padding: 13px; border: 1px solid #d9ebe8; border-radius: 7px; background: #fff;
}
.brand-index-rfq-grid span { color: var(--green); font-size: 12px; font-weight: 900; }
.brand-index-rfq-grid strong { display: block; margin: 7px 0 6px; color: var(--brand-dark); font-size: 14px; }
.brand-index-rfq-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.brand-index-rfq-examples {
  display: grid; grid-template-columns: minmax(150px, 220px) minmax(0, 1fr); gap: 12px;
  margin-top: 12px; padding-top: 12px; border-top: 1px solid #dbeae7;
}
.brand-index-rfq-examples > strong { padding-top: 7px; color: var(--brand-dark); font-size: 13px; }
.brand-index-rfq-examples > div { display: flex; flex-wrap: wrap; gap: 8px; }
.brand-index-rfq-examples a {
  display: grid; min-width: 0; max-width: 220px; padding: 9px 11px; border: 1px solid #d9ebe8; border-radius: 6px; background: #fff;
}
.brand-index-rfq-examples span,
.brand-index-rfq-examples small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand-index-rfq-examples span { font-size: 12px; font-weight: 900; }
.brand-index-rfq-examples small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.brand-highlights { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.brand-highlight, .brand-card {
  min-width: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 13px;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.brand-highlight:hover, .brand-card:hover { border-color: #9cc7ea; box-shadow: var(--shadow); transform: translateY(-1px); }
.brand-highlight strong, .brand-card strong { display: block; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand-count {
  display: inline-flex; align-items: center; min-height: 22px; margin-top: 7px; padding: 2px 8px;
  border-radius: 999px; background: #f1f7fb; color: #5f788a; font-size: 11px;
}
.directory-card-tip {
  display: block;
  margin-top: 5px;
  color: #5a7486;
  font-size: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand-logo {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 42px;
  margin-bottom: 9px; border: 1px solid #edf2f6; border-radius: 6px; background: #fbfdff;
}
.brand-logo img { max-width: 94%; max-height: 28px; object-fit: contain; }
.brand-logo-text { color: var(--brand); font-weight: 800; font-size: 18px; background: var(--brand-soft); border-color: #d7e8f6; }
.category-tree-block { margin: 28px 0 34px; }
.category-tree-head a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 0 0 13px; border-bottom: 1px solid var(--line);
}
.category-tree-head h2 { margin: 0; color: var(--brand-dark); font-size: 22px; }
.category-tree-head span { color: var(--muted); font-size: 13px; white-space: nowrap; }
.category-card strong { white-space: normal; line-height: 1.45; min-height: 40px; }
.directory-section-grid-categories .directory-section-summary { min-height: 120px; }
.directory-section-grid-categories .directory-section-summary span { min-height: 64px; }
.directory-section-grid-categories .category-grid-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.directory-section-grid-categories .category-card { padding: 11px; }
.directory-section-grid-categories .category-card strong { min-height: 38px; }
.category-card-root {
  border-color: #cfe2ee;
  background: linear-gradient(135deg, #f8fcff 0%, #fbfffd 100%);
}
.category-card-root strong { color: var(--brand); }
.brand-letter-nav { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.brand-letter-nav a {
  display: inline-flex; align-items: center; justify-content: center; min-width: 32px; height: 32px;
  border: 1px solid #cfe0eb; border-radius: 4px; background: #fff; color: var(--brand-dark); font-weight: 700;
}
.brand-letter-nav a:hover { color: var(--brand); background: var(--brand-soft); }
.directory-index-note {
  margin: -6px 0 14px;
  color: #557487;
  font-size: 12px;
  line-height: 1.5;
}
.directory-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.directory-section-grid .directory-section-shell { margin: 0; }
.directory-section-grid .directory-section-summary {
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: start;
  min-height: 102px;
  padding: 13px 14px;
}
.directory-section-grid .directory-section-summary span {
  align-content: start;
  min-height: 56px;
}
.directory-section-grid .directory-section-summary strong { font-size: 17px; }
.directory-section-grid .directory-section-summary small {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.directory-section-grid .directory-section-summary em {
  min-height: 26px;
  padding-inline: 8px;
  font-size: 11px;
}
.directory-section-grid .directory-section-summary b {
  min-width: 48px;
  padding: 6px 8px;
}
.directory-section-grid .directory-section-body { padding: 0 15px 15px; }
.directory-section-grid .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.directory-section-grid .brand-card { padding: 11px; }
.directory-section-grid .brand-card strong {
  white-space: normal;
  line-height: 1.35;
  min-height: 38px;
}
.brand-letter-block { margin: 26px 0; }
.brand-letter-block h2 { margin: 0 0 13px; color: var(--brand-dark); font-size: 22px; }
.directory-section-shell {
  margin: 16px 0;
  border: 1px solid #d7e6ef;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.directory-section-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  cursor: pointer;
  list-style: none;
}
.directory-section-summary::-webkit-details-marker { display: none; }
.directory-section-summary span { display: grid; gap: 4px; min-width: 0; }
.directory-section-summary strong { color: var(--brand-dark); font-size: 18px; }
.directory-section-summary small { color: #557487; font-size: 12px; line-height: 1.45; }
.directory-section-summary em,
.site-map-section-summary em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef6fb;
  color: var(--brand);
  font-style: normal;
  font-size: 12px;
  white-space: nowrap;
}
.directory-section-summary b,
.site-map-section-summary b {
  min-width: 52px;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid #cfe0eb;
  color: var(--brand);
  font-size: 12px;
  text-align: center;
}
.directory-section-shell[open] .directory-section-summary b,
.site-map-section-shell[open] .site-map-section-summary b {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
  font-size: 0;
}
.directory-section-shell[open] .directory-section-summary b::before,
.site-map-section-shell[open] .site-map-section-summary b::before {
  content: "收起";
  font-size: 12px;
}
.directory-section-body { padding: 0 18px 18px; }
.directory-more-grid { display: grid; gap: 12px; }
.brand-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.site-map-page { padding: 35px clamp(20px, 3vw, 46px) 28px; }
.site-map-hero {
  display: grid; grid-template-columns: minmax(280px, 520px) minmax(320px, 1fr); gap: 32px; align-items: center;
  padding: 34px; border: 1px solid #cfe2ef; border-radius: 10px;
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 191, 77, .2), transparent 26%),
    linear-gradient(135deg, #f7fbff 0%, #f5fff9 100%);
}
.site-map-hero h1 { margin: 0 0 12px; color: var(--brand-dark); font-size: 38px; line-height: 1.22; }
.site-map-hero p:not(.eyebrow) { margin: 0; color: #405766; line-height: 1.78; }
.site-map-section { margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 22px; }
.site-map-section-shell { padding: 0; overflow: hidden; }
.site-map-section-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}
.site-map-section-summary::-webkit-details-marker { display: none; }
.site-map-section-summary span { display: grid; gap: 4px; min-width: 0; }
.site-map-section-summary small { color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.site-map-section-summary strong { color: var(--brand-dark); font-size: 19px; }
.site-map-section-summary i { color: #557487; font-style: normal; font-size: 12px; line-height: 1.45; }
.site-map-section-summary a { color: var(--brand); white-space: nowrap; font-size: 12px; font-weight: 700; }
.site-map-section-body { padding: 0 22px 22px; }
.site-map-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.site-map-grid.compact { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.site-map-grid a {
  min-width: 0; display: block; padding: 14px; border: 1px solid #dce9f1; border-radius: 7px; background: #fbfdff;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.site-map-grid a:hover { border-color: #9cc7ea; box-shadow: var(--shadow); transform: translateY(-1px); }
.site-map-grid strong { display: block; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-map-grid span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.45; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mpn-index-page { padding: 35px clamp(20px, 3vw, 46px) 28px; }
.mpn-index-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; align-items: stretch;
  padding: 28px; border: 1px solid #cfe2ee; border-radius: 9px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 191, 77, .18), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #f9fffb 100%);
}
.mpn-index-hero h1 { margin: 6px 0 12px; color: var(--brand-dark); font-size: 36px; line-height: 1.2; }
.mpn-index-hero p:not(.eyebrow) { max-width: 860px; margin: 0; color: #3d5261; line-height: 1.75; }
.mpn-index-stats { display: grid; gap: 10px; align-content: center; }
.mpn-index-stats span {
  display: grid; gap: 3px; padding: 15px; border: 1px solid #d8e8f1; border-radius: 8px; background: rgba(255,255,255,.82);
}
.mpn-index-stats strong { color: var(--green); font-size: 25px; }
.mpn-index-stats small { color: var(--muted); }
.mpn-index-panel, .mpn-index-guide { margin-top: 20px; }
.mpn-index-panel { padding: 20px; border: 1px solid #d6e5ee; border-radius: 8px; background: #fff; }
.mpn-index-grid { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 9px; }
.mpn-index-symbol {
  min-height: 76px; display: grid; align-content: center; justify-items: center; gap: 5px;
  border: 1px solid #d7e8f2; border-radius: 8px; background: #f8fcff; color: var(--brand-dark);
}
.mpn-index-symbol:hover { border-color: #97bfd8; box-shadow: var(--shadow); transform: translateY(-1px); }
.mpn-index-symbol strong { font-size: 24px; color: var(--brand-dark); }
.mpn-index-symbol span { color: var(--muted); font-size: 12px; }
.mpn-index-symbol.empty { opacity: .58; background: #f5f7f9; }
.mpn-index-guide { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }
.mpn-index-guide article { min-width: 0; padding: 18px; border: 1px solid #d7e7f0; border-radius: 8px; background: #fff; }
.mpn-index-guide strong { color: var(--green); font-size: 22px; }
.mpn-index-guide h2 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 18px; }
.mpn-index-guide p { margin: 0; color: var(--muted); line-height: 1.65; }
.empty {
  grid-column: 1 / -1; padding: 42px; text-align: center; background: white;
  border: 1px dashed #cfdce4; border-radius: 8px; color: var(--muted);
}
.business {
  margin: 42px clamp(22px, 4vw, 55px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.business-card {
  position: relative; min-height: 150px; padding: 22px; border-radius: 8px; color: white; overflow: hidden;
  isolation: isolate;
}
.business-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.22), transparent 24%);
  background-size: 26px 26px, 26px 26px, auto;
  opacity: .48;
}
.business-card::after {
  content: ""; position: absolute; right: -34px; bottom: -42px; width: 132px; height: 132px;
  border: 18px solid rgba(255,255,255,.13); border-radius: 50%;
}
.business-card p { font-size: 12px; letter-spacing: .15em; opacity: .75; margin: 0 0 13px; }
.business-card h2 { margin: 0 0 14px; font-size: 23px; line-height: 1.25; }
.business-card span { color: rgba(255,255,255,.82); font-size: 14px; }
.business-card.blue { background: linear-gradient(115deg, #1266b1, #178bb7); }
.business-card.green { background: linear-gradient(115deg, #077c62, #11a27b); }
.business-card.navy { background: linear-gradient(115deg, #253d64, #244d78); }
.business-card.teal { background: linear-gradient(115deg, #006d83, #0b9a9d); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 14px; }
.ecosystem-card {
  position: relative; min-height: 190px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 9px;
  overflow: hidden; isolation: isolate;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.ecosystem-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .68;
  background:
    linear-gradient(rgba(4, 87, 132, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4, 87, 132, .05) 1px, transparent 1px),
    radial-gradient(circle at 86% 15%, rgba(255,255,255,.72), transparent 26%);
  background-size: 24px 24px, 24px 24px, auto;
}
.ecosystem-card::after {
  content: ""; position: absolute; right: -40px; bottom: -50px; width: 140px; height: 140px;
  border-radius: 50%; border: 18px solid rgba(255,255,255,.42); z-index: -1;
}
.ecosystem-card:hover { border-color: #99c8e9; box-shadow: var(--shadow); transform: translateY(-2px); }
.ecosystem-card p { margin: 0 0 14px; font-size: 11px; letter-spacing: .14em; color: var(--brand); font-weight: bold; }
.ecosystem-card h3 { margin: 0 0 14px; color: var(--brand-dark); font-size: 22px; }
.ecosystem-card span { color: var(--muted); line-height: 1.75; font-size: 13px; }
.ecosystem-card.supplier { background: linear-gradient(135deg, #f3faff 0%, #ffffff 52%, #eef7ff 100%); border-color: #cfe5f2; }
.ecosystem-card.supplier p { color: #0876b4; }
.ecosystem-card.domestic { background: linear-gradient(135deg, #effaf5 0%, #f9fffc 52%, #e8f7ef 100%); border-color: #ccebdd; }
.ecosystem-card.domestic p { color: var(--green); }
.ecosystem-card.recovery { background: linear-gradient(135deg, #f1fbf6 0%, #ffffff 50%, #e9f7ef 100%); border-color: #bfe7d2; }
.ecosystem-card.recovery p { color: var(--green); }
.ecosystem-card.selection { background: linear-gradient(135deg, #fffaf0 0%, #ffffff 50%, #fff1d2 100%); border-color: #f0dfb9; }
.ecosystem-card.selection p { color: #c07500; }
.ecosystem-card.factory { background: linear-gradient(135deg, #06446f 0%, #083f63 52%, #0b6a76 100%); border-color: #075579; }
.ecosystem-card.factory p { color: #71ddd2; }
.ecosystem-card.factory h3 { color: #fff; }
.ecosystem-card.factory span { color: #d5e5ef; }
.ecosystem-card.factory::before { opacity: .34; filter: brightness(1.5); }
.ecosystem-card.factory::after { border-color: rgba(255,255,255,.14); }
.supplier-line-rfq {
  min-width: 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) minmax(118px, auto); gap: 14px; align-items: center;
  margin-top: 14px; padding: 16px; border: 1px solid #cfe4df; border-radius: 8px;
  background: linear-gradient(135deg, #f8fffb 0%, #fbfdff 56%, #fffaf0 100%);
  box-shadow: 0 9px 22px rgba(6, 49, 78, .05);
}
.supplier-line-copy h3 { margin: 3px 0 7px; color: var(--brand-dark); font-size: 19px; line-height: 1.28; }
.supplier-line-copy p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.supplier-line-checks { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; }
.supplier-line-checks span {
  min-width: 0; display: grid; gap: 5px; padding: 9px 8px; border: 1px solid #dce9f1; border-radius: 7px;
  background: #fff; color: #3f6075; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere;
}
.supplier-line-checks b { color: var(--green); font-size: 13px; }
.supplier-line-actions { display: grid; grid-template-columns: 1fr; gap: 8px; min-width: 118px; }
.supplier-line-actions a { min-height: 36px; padding: 9px 10px; border-radius: 5px; font-size: 12px; text-align: center; justify-content: center; }
.supplier-line-rfq pre {
  grid-column: 1 / -1; margin: 0; padding: 13px; border: 1px solid #dce9f1; border-radius: 7px;
  background: #fff; color: #244255; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
  font-size: 12px; line-height: 1.65;
}
.supplier-line-card-tool { min-width: 0; }
.supplier-line-card-tool .supplier-line-rfq {
  margin-top: 12px; box-shadow: none; grid-template-columns: minmax(0, 1fr); align-items: stretch;
}
.supplier-line-card-tool .supplier-line-checks { grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); }
.supplier-line-card-tool .supplier-line-actions { grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); }
.supplier-doc-grid a {
  display: grid; gap: 7px; padding: 15px; border: 1px solid #dce8f0; border-radius: 8px;
  background: #fff; color: inherit; text-decoration: none;
}
.supplier-doc-grid a strong { color: var(--brand-dark); }
.supplier-doc-grid a span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.quality {
  background: white; border: 1px solid var(--line); padding: 38px; border-radius: 10px;
  display: grid; grid-template-columns: .9fr 1.4fr; gap: 45px; align-items: center;
}
.muted { color: var(--muted); line-height: 1.75; }
.quality-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.quality-items article { border-left: 2px solid #d9eaf7; padding-left: 18px; }
.quality-items strong { font-size: 28px; color: #b8d8ee; }
.quality-items h3 { margin: 8px 0; color: var(--brand-dark); }
.quality-items p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.footer {
  margin-top: 65px; background: #062f4c; color: #d5e3ed; padding: 40px max(calc((100vw - 1640px) / 2), 28px) 25px;
  display: grid; grid-template-columns: 255px 1fr; align-items: start; gap: 30px;
}
.footer-brand { min-width: 0; }
.footer-brand-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.footer strong { font-size: 21px; color: #fff; }
.footer p { color: #adbfcc; margin: 8px 0 0; font-size: 13px; }
.footer-tagline { margin-top: 8px; }
.footer-mobile-note { display: none; }
.footer-meta { display: grid; gap: 8px; margin-top: 10px; color: #adbfcc; font-size: 13px; }
.footer-contact-link {
  display: inline-flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 999px;
  border: 1px solid rgba(213, 227, 237, .22); color: #d5e3ed; font-size: 12px; line-height: 1;
}
.footer-contact-link:hover { color: #fff; border-color: rgba(255,255,255,.38); }
.footer-mobile-nav { display: none; }
.footer-groups { display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 22px 18px; font-size: 13px; }
.footer-groups section { min-width: 0; }
.footer-groups h3 { margin: 0 0 14px; color: #fff; font-size: 15px; font-weight: normal; }
.footer-group-links { display: grid; gap: 0; }
.footer-groups a { display: block; color: #adbfcc; line-height: 1.7; }
.footer-groups a:hover { color: #fff; }
.footer-mobile-nav > a,
.footer-mobile-nav > button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 0;
  border: 1px solid rgba(213, 227, 237, .14); border-radius: 999px; background: rgba(255,255,255,.03);
  color: #adbfcc; line-height: 1.2; text-align: center; font-size: 10px; white-space: nowrap; letter-spacing: .02em;
}
.footer-mobile-nav > button {
  appearance: none;
  cursor: pointer;
}
.footer-mobile-nav > a.is-active,
.footer-mobile-nav > a[aria-current="page"],
.footer-mobile-nav > button.is-active,
.footer-mobile-nav > button[aria-expanded="true"] {
  color: #fff;
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.12);
}
.footer-mobile-nav > a:hover,
.footer-mobile-nav > button:hover { color: #17384d; border-color: #b8cad7; background: #fff; }
.copyright { grid-column: 1 / -1; width: 100%; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.copyright-short { display: none; }
.catalog-page .header.seo-header {
  position: sticky;
  top: 0;
  z-index: 24;
  box-shadow: 0 10px 28px rgba(6, 47, 76, .06);
}
.catalog-page .header.seo-header nav a.active {
  color: var(--brand-dark);
  font-weight: 800;
}
.catalog-page .header.seo-header .catalog-header-search {
  min-width: 260px;
  max-width: 440px;
}
.catalog-page .header.seo-header nav {
  gap: 12px;
  font-size: 12px;
}
.catalog-page .header.seo-header nav a {
  flex: 0 0 auto;
}
.catalog-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 22px; padding: 24px clamp(20px, 3vw, 46px) 35px; }
.catalog-layout.catalog-layout-focus { grid-template-columns: minmax(0, 1fr); }
.catalog-layout.catalog-layout-focus > .catalog-filters { display: none; }
.catalog-layout.catalog-layout-focus .catalog-banner-notes { display: none; }
.seo-listing.catalog-layout {
  display: block; max-width: var(--content-width); margin: 0 auto; padding: 35px clamp(20px, 3vw, 46px);
}
.catalog-search-banner {
  position: relative; overflow: hidden;
  max-width: 1440px; margin: 18px auto 0; padding: 24px clamp(20px, 3vw, 42px);
  display: grid; grid-template-columns: minmax(280px, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 24px;
  border: 1px solid #cfe0eb; border-radius: 16px;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 191, 77, .26), transparent 24%),
    radial-gradient(circle at 10% 20%, rgba(6, 104, 183, .08), transparent 30%),
    linear-gradient(135deg, #fbfeff 0%, #f3f9fe 54%, #eef7ff 100%);
  box-shadow: 0 16px 38px rgba(6, 47, 76, .06);
  color: var(--ink);
}
.catalog-search-banner::after {
  content: "";
  position: absolute;
  right: -62px;
  bottom: -88px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 28px solid rgba(6, 104, 183, .08);
  pointer-events: none;
}
.catalog-search-banner-copy { position: relative; z-index: 1; }
.catalog-search-banner-copy .eyebrow { color: var(--brand); }
.catalog-search-banner h1 { font-size: 34px; line-height: 1.14; margin: 5px 0 8px; color: var(--brand-dark); }
.catalog-search-banner p { margin: 0; color: #446073; font-size: 14px; line-height: 1.66; max-width: 680px; }
.catalog-layout.catalog-layout-exact .catalog-search-banner {
  margin-top: 14px;
  padding: 15px clamp(16px, 2vw, 26px);
  gap: 12px;
  grid-template-columns: minmax(240px, .86fr) minmax(300px, .78fr);
  border-radius: 14px;
}
.catalog-layout.catalog-layout-exact .catalog-search-banner::after {
  right: -48px;
  bottom: -78px;
  width: 176px;
  height: 176px;
  border-width: 22px;
}
.catalog-layout.catalog-layout-exact .catalog-search-banner h1 {
  font-size: 26px;
  margin-bottom: 4px;
}
.catalog-layout.catalog-layout-exact .catalog-search-banner p {
  max-width: 440px;
  font-size: 13px;
  line-height: 1.55;
}
.catalog-layout.catalog-layout-exact .catalog-banner-notes { display: none; }
.catalog-layout.catalog-layout-exact .catalog-search {
  height: 50px;
  max-width: 640px;
  margin-left: auto;
  padding: 3px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(5, 39, 65, .08);
}
.catalog-layout.catalog-layout-exact .catalog-search input {
  height: 42px;
  padding-left: 16px;
  font-size: 14px;
}
.catalog-layout.catalog-layout-exact .catalog-search button {
  min-width: 104px;
  border-radius: 10px;
}
.catalog-layout.catalog-layout-broad .catalog-search-banner {
  margin-top: 10px;
  padding: 16px clamp(16px, 2vw, 26px);
  gap: 14px;
  grid-template-columns: minmax(260px, .92fr) minmax(320px, .9fr);
  border-radius: 14px;
}
.catalog-layout.catalog-layout-broad .catalog-search-banner h1 {
  font-size: 27px;
  margin-bottom: 4px;
}
.catalog-layout.catalog-layout-broad .catalog-search-banner p {
  max-width: 520px;
  font-size: 12px;
  line-height: 1.5;
}
.catalog-layout.catalog-layout-broad .catalog-search {
  height: 48px;
  padding: 3px;
}
.catalog-layout.catalog-layout-broad .catalog-search input {
  height: 40px;
  padding-left: 14px;
}
.catalog-layout.catalog-layout-broad .catalog-search button {
  min-width: 98px;
}
.catalog-facet-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 14px; border-bottom: 1px solid #edf2f5; background: linear-gradient(180deg, #fbfdff, #f7fbff);
}
.catalog-facet-head strong { display: block; margin-top: 3px; color: var(--brand-dark); font-size: 15px; }
.catalog-facet-steps { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.catalog-facet-steps span {
  display: inline-flex; align-items: center; min-height: 24px; padding: 3px 8px; border-radius: 999px;
  background: #eef6fc; color: #5b7486; font-size: 11px; font-weight: 700; white-space: nowrap;
}
.direct-filter-rail {
  display: grid; gap: 8px; padding: 10px 12px; border-bottom: 1px solid #e8f0f5;
  background: #fff;
}
.direct-filter-rail[hidden] { display: none; }
.direct-filter-rail.is-advanced-open {
  gap: 0;
  padding: 10px 14px;
  background: #fff;
}
.direct-filter-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center;
}
.direct-filter-rail.is-advanced-open .direct-filter-head {
  grid-template-columns: minmax(0, 1fr) auto;
}
.direct-filter-head p { margin: 0 0 3px; }
.direct-filter-head strong { display: block; color: var(--brand-dark); font-size: 14px; }
.direct-filter-head span { display: block; margin-top: 4px; color: #5d788b; font-size: 12px; line-height: 1.45; }
.direct-filter-head-actions {
  display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 7px;
}
.direct-filter-head-actions a,
.direct-filter-head-actions button {
  min-height: 32px; padding: 7px 10px; border-radius: 6px; font-size: 12px; white-space: nowrap;
}
.facet-panel.advanced-facet-collapsed {
  box-shadow: 0 10px 26px rgba(13, 58, 86, .05);
}
.facet-panel.advanced-facet-collapsed .facet-row,
.facet-panel.advanced-facet-collapsed #parameterFacets,
.facet-panel.advanced-facet-collapsed .facet-hint {
  display: none;
}
.direct-filter-groups {
  display: grid; grid-template-columns: 1fr; gap: 0;
}
.direct-filter-group {
  min-width: 0; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 10px; align-items: center;
}
.direct-filter-group > strong { padding-top: 0; color: #557084; font-size: 12px; }
.direct-filter-group > div { display: flex; flex-wrap: wrap; gap: 6px; min-width: 0; }
.direct-filter-group a,
.direct-filter-group button {
  min-width: 0; display: inline-flex; align-items: center; gap: 5px; min-height: 28px;
  padding: 5px 8px; border: 1px solid #d7e5ee; border-radius: 6px; background: #fff;
  color: var(--brand-dark); font-size: 12px; line-height: 1.2;
}
.direct-filter-group a:hover,
.direct-filter-group button:hover,
.direct-filter-group button.active {
  border-color: #a7cee9; background: var(--brand-soft); color: var(--brand);
}
.direct-filter-group span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.direct-filter-group small { color: var(--muted); font-size: 11px; }
.catalog-banner-notes {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px;
}
.catalog-banner-notes span {
  display: inline-flex; align-items: center; min-height: 30px; padding: 5px 11px;
  border: 1px solid #d6e6f0; border-radius: 999px; background: rgba(255,255,255,.8);
  color: var(--brand-dark); font-size: 12px; line-height: 1.2;
}
.catalog-search {
  position: relative; z-index: 1;
  display: flex; height: 54px; width: 100%; max-width: none; background: rgba(255,255,255,.94); padding: 4px;
  border: 1px solid #c7dce9; border-radius: 15px;
  box-shadow: 0 14px 34px rgba(5, 39, 65, .1);
}
.catalog-search input { border: 0; margin: 0; height: 44px; font-size: 15px; padding-left: 18px; background: transparent; }
.catalog-search input:focus { outline: none; }
.catalog-search button { min-width: 116px; font-size: 14px; border-radius: 11px; }
.spot-layout { align-items: start; grid-template-columns: 1fr; max-width: 1400px; }
.spot-layout > .catalog-filters { display: none; }
.catalog-content { min-width: 0; }
.filters {
  background: white; border: 1px solid var(--line); padding: 21px; border-radius: 8px; align-self: start;
  position: sticky; top: 98px;
}
.filters h2 { font-size: 19px; margin: 0 0 21px; color: var(--brand-dark); }
.filters label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 17px; }
.filters select { margin: 7px 0 0; }
.catalog-filters { padding: 0; overflow: hidden; }
.catalog-filters h2 { margin: 0; padding: 18px 18px 13px; border-bottom: 1px solid var(--line); }
.category-filter { max-height: 430px; overflow-y: auto; padding: 8px 0; }
.category-filter button {
  width: 100%; background: transparent; color: var(--ink); border-radius: 0; justify-content: space-between;
  font-size: 13px; padding: 9px 18px; text-align: left;
}
.category-filter button:hover, .category-filter button.active { color: var(--brand); background: var(--brand-soft); }
.category-filter small { color: var(--muted); font-size: 11px; }
.category-tree { border-bottom: 1px solid var(--line); padding: 4px 0; }
.category-tree:last-child { border-bottom: 0; }
.category-root { font-weight: 700; color: var(--brand-dark); }
.category-child { padding-left: 30px !important; font-size: 12px !important; color: var(--muted); }
.category-children { max-height: 260px; overflow: auto; }
.filter-title { margin-top: 6px !important; border-top: 1px solid var(--line); }
.catalog-filters select { width: calc(100% - 36px); margin: 12px 18px 9px; }
.popular-brands { padding: 0 18px 15px; display: flex; flex-wrap: wrap; gap: 7px; }
.popular-brands button {
  background: #f4f7fa; color: var(--muted); font-size: 12px; padding: 6px 9px; border-radius: 4px;
}
.popular-brands button:hover, .popular-brands button.active { background: var(--brand-soft); color: var(--brand); }
.catalog-filters > .secondary { width: calc(100% - 36px); margin: 0 18px 18px; }
.catalog-filters .support-box { margin: 0; border-radius: 0; }
.support-box { background: #f0f7fd; margin-top: 27px; padding: 17px; border-radius: 7px; }
.support-box p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.catalog-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 13px; }
.catalog-title h1, .catalog-title h2 { margin: 0; color: var(--brand-dark); }
.catalog-intent-panel {
  margin: -7px 0 12px; padding: 13px 14px; border: 1px solid #cfe2ef; border-radius: 8px;
  background: linear-gradient(135deg, #f8fcff, #fff); box-shadow: 0 8px 22px rgba(6, 49, 78, .05);
}
.catalog-layout.catalog-layout-broad .catalog-intent-panel {
  margin-top: -3px;
  padding: 11px 12px;
}
.catalog-intent-panel:empty { display: none; }
.catalog-intent-main {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.catalog-intent-main-compact h3 { font-size: 18px; }
.catalog-intent-main-compact p { font-size: 13px; }
.catalog-intent-main h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 19px; }
.catalog-intent-main p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.45; font-size: 13px; }
.catalog-intent-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.catalog-intent-actions .primary, .catalog-intent-actions .secondary {
  min-height: 36px; padding: 7px 12px; font-size: 12px; border-radius: 999px; white-space: nowrap;
}
.catalog-intent-panel .catalog-decision-strip {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 10px;
}
.catalog-intent-panel.compact .catalog-decision-strip {
  grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
}
.catalog-intent-stats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 12px;
}
.catalog-intent-stats article {
  min-width: 0; padding: 10px 11px; border: 1px solid #d8e7f0; border-radius: 7px; background: rgba(255,255,255,.84);
}
.catalog-intent-stats span {
  display: block; color: #557083; font-size: 11px; font-weight: 700; letter-spacing: .04em;
}
.catalog-intent-stats strong {
  display: block; margin-top: 6px; color: var(--brand-dark); font-size: 15px; line-height: 1.3;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.catalog-intent-shortcuts {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 10px;
}
.catalog-intent-shortcut {
  min-width: 0; display: grid; gap: 4px; align-content: start; min-height: 82px;
  padding: 10px 11px; border: 1px solid #d9e8f0; border-radius: 7px;
  background:
    radial-gradient(circle at 90% 14%, rgba(255, 191, 77, .18), transparent 34%),
    linear-gradient(135deg, #fff, #f7fcff);
  box-shadow: 0 8px 18px rgba(6, 49, 78, .04);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.catalog-intent-shortcut.primary {
  border-color: #bdd8ec;
  background:
    radial-gradient(circle at 90% 14%, rgba(0, 102, 179, .12), transparent 36%),
    linear-gradient(135deg, #f7fbff, #eef7ff);
}
.catalog-intent-shortcut:hover {
  transform: translateY(-1px);
  border-color: #9cc7ea;
  background: var(--brand-soft);
  box-shadow: 0 12px 24px rgba(6, 49, 78, .08);
}
.catalog-intent-shortcut span {
  color: #557083; font-size: 11px; font-weight: 700; letter-spacing: .04em;
}
.catalog-intent-shortcut strong {
  color: var(--brand-dark); font-size: 14px; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.catalog-intent-shortcut small {
  color: var(--muted); font-size: 11px; line-height: 1.35; overflow-wrap: anywhere;
  display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.catalog-intent-panel.compact .catalog-intent-shortcuts { gap: 8px; }
.catalog-intent-panel.compact .catalog-intent-shortcut {
  min-height: 84px; gap: 4px; padding: 10px 11px;
}
.catalog-intent-panel.compact .catalog-intent-shortcut small {
  display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.catalog-intent-panel.compact .catalog-intent-note { display: none; }
.catalog-intent-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.catalog-intent-chip {
  display: inline-flex; align-items: center; gap: 8px; min-height: 30px; padding: 5px 11px;
  border: 1px solid #d6e6f0; border-radius: 999px; background: #fff; color: var(--brand-dark); font-size: 12px;
}
.catalog-intent-chip span {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.catalog-intent-chip b {
  color: var(--brand); font-size: 11px; font-weight: 700;
}
.catalog-intent-chip:hover {
  background: var(--brand-soft); border-color: #b9d6ea; color: var(--brand);
}
.inventory-ready-panel {
  margin: 12px 0; padding: 13px; border: 1px solid #d7e7ef; border-radius: 7px;
  background: linear-gradient(135deg, #ffffff, #f7fbfd);
}
.inventory-ready-panel:empty { display: none; }
.inventory-ready-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 11px; }
.inventory-ready-head h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 18px; }
.inventory-ready-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.inventory-ready-head .primary { padding: 8px 11px; white-space: nowrap; font-size: 12px; }
.inventory-ready-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.inventory-ready-actions .primary,
.inventory-ready-actions .secondary { min-height: 34px; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.inventory-ready-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.inventory-ready-grid article {
  min-width: 0; display: grid; gap: 6px; align-content: start;
  padding: 10px; border: 1px solid #e1edf4; border-radius: 6px; background: #fff;
}
.inventory-ready-grid article > a:first-child { display: grid; gap: 4px; min-width: 0; }
.inventory-ready-grid strong { color: var(--brand-dark); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.inventory-ready-grid span, .inventory-ready-grid small { color: var(--muted); font-size: 11px; line-height: 1.4; overflow-wrap: anywhere; }
.inventory-ready-grid b { color: var(--green); font-size: 15px; }
.inventory-ready-grid .secondary { justify-content: center; text-align: center; padding: 7px 9px; font-size: 12px; }
.taxonomy-ready-panel {
  border-color: #cfe2ed;
  border-radius: 10px;
  background:
    radial-gradient(circle at 95% 9%, rgba(245, 158, 11, .14), transparent 24%),
    radial-gradient(circle at 6% 14%, rgba(0, 166, 118, .10), transparent 26%),
    linear-gradient(135deg, #fbfeff 0%, #f7fbff 56%, #fbfffb 100%);
  box-shadow: 0 10px 24px rgba(6, 49, 78, .055);
}
.taxonomy-ready-panel .inventory-ready-grid article {
  min-height: 128px;
  border-color: #d8e8f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
}
.taxonomy-ready-panel .inventory-ready-grid article:hover {
  border-color: #9fcdea;
  box-shadow: 0 8px 18px rgba(6, 49, 78, .06);
}
.catalog-decision-strip {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 12px;
}
.catalog-decision-strip a {
  min-width: 0; display: grid; gap: 4px; align-content: start; min-height: 80px;
  padding: 10px 11px; border: 1px solid #d9e8f0; border-radius: 7px;
  background:
    radial-gradient(circle at 90% 14%, rgba(255, 191, 77, .2), transparent 34%),
    linear-gradient(135deg, #fff, #f7fcff);
  box-shadow: 0 8px 18px rgba(6, 49, 78, .04);
}
.catalog-decision-strip a:hover { border-color: #9cc7ea; background: var(--brand-soft); }
.catalog-decision-strip span {
  color: #557083; font-size: 11px; font-weight: 700; letter-spacing: .04em;
}
.catalog-decision-strip strong {
  color: var(--brand-dark); font-size: 14px; line-height: 1.24; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.catalog-decision-strip small {
  color: var(--muted); font-size: 11px; line-height: 1.42;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-rfq-fields {
  margin-top: 12px; padding: 13px; border: 1px solid #d7e7ef; border-radius: 7px;
  background: linear-gradient(135deg, #ffffff, #f8fcfb);
}
.catalog-rfq-head {
  display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 11px;
}
.catalog-rfq-head h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 17px; }
.catalog-rfq-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.catalog-rfq-head .primary, .catalog-rfq-head .secondary { padding: 8px 11px; white-space: nowrap; }
.catalog-rfq-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.catalog-rfq-grid article {
  min-width: 0; min-height: 92px; padding: 10px; border: 1px solid #e1edf4; border-radius: 6px;
  background: #fbfdff;
}
.catalog-rfq-grid article.done { border-color: #b9dfd1; background: #f4fbf7; }
.catalog-rfq-grid span {
  display: inline-flex; padding: 3px 6px; border-radius: 999px; background: #eef6fb; color: #4f7084; font-size: 11px; font-weight: 700;
}
.catalog-rfq-grid article.done span { background: #dff4eb; color: #08734f; }
.catalog-rfq-grid strong { display: block; margin-top: 8px; color: var(--brand-dark); font-size: 13px; }
.catalog-rfq-grid p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.catalog-rfq-template {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; align-items: center;
  margin-top: 10px; padding: 10px; border: 1px dashed #bed6e4; border-radius: 6px; background: #fff;
}
.catalog-rfq-template strong { color: var(--brand-dark); font-size: 13px; white-space: nowrap; }
.catalog-rfq-template pre {
  margin: 0; color: #3d5261; font: 12px/1.45 Consolas, "Courier New", monospace; white-space: pre-wrap; overflow-wrap: anywhere;
}
.catalog-rfq-template button { padding: 7px 10px; font-size: 12px; white-space: nowrap; }
.catalog-intent-note {
  margin-top: 11px; padding: 9px 11px; border-radius: 6px; background: #f3f9fe; color: #3d6077; font-size: 13px; line-height: 1.6;
}
.catalog-intent-note.warn { background: #fff8e9; color: #805800; }
.catalog-facet-summary { display: none; }
.focused-facet-panel .catalog-facet-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex: 1 1 auto;
}
.catalog-facet-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.catalog-facet-summary-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid #d6e6f0;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 11px;
  line-height: 1.2;
}
.focused-facet-panel.is-collapsed .facet-row,
.focused-facet-panel.is-collapsed #parameterFacets,
.focused-facet-panel.is-collapsed .facet-hint {
  display: none;
}
#catalogFiltersPanel .facet-row[hidden],
#catalogFiltersPanel #parameterFacets[hidden] {
  display: none !important;
}
.saved-filter-hub { margin: -4px 0 16px; }
.saved-filter-hub:empty { display: none; }
.saved-filter-hub {
  padding: 15px; border: 1px solid #d3e8ef; border-radius: 8px;
  background:
    radial-gradient(circle at 4% 12%, rgba(0, 102, 179, .12), transparent 28%),
    radial-gradient(circle at 96% 0%, rgba(0, 166, 118, .14), transparent 24%),
    linear-gradient(135deg, #fbfdff, #f7fcfa);
  box-shadow: 0 10px 26px rgba(5, 39, 65, .05);
}
.saved-filter-hub-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 12px; }
.saved-filter-hub-head h3 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 18px; }
.saved-filter-hub-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.62; font-size: 13px; }
.saved-filter-hub-stats { display: flex; gap: 8px; flex-shrink: 0; }
.saved-filter-hub-stats span {
  min-width: 72px; padding: 8px 10px; border: 1px solid #dcebf1; border-radius: 7px; background: rgba(255,255,255,.84);
  color: var(--muted); font-size: 11px; text-align: center;
}
.saved-filter-hub-stats strong { display: block; color: var(--green); font-size: 20px; line-height: 1.1; }
.saved-filter-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.saved-filter-card {
  min-width: 0; padding: 12px; border: 1px solid #dce9f1; border-radius: 7px; background: rgba(255,255,255,.9);
}
.saved-filter-card-top { display: flex; justify-content: space-between; gap: 10px; align-items: start; margin-bottom: 9px; }
.saved-filter-card-top strong {
  display: block; color: var(--brand-dark); font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.saved-filter-card-top span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.saved-filter-card-top button {
  flex: 0 0 auto; width: 24px; height: 24px; border: 1px solid #d8e7ef; border-radius: 50%; background: #fff;
  color: var(--muted); cursor: pointer;
}
.saved-filter-labels { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 9px; }
.saved-filter-labels span {
  min-width: 0; max-width: 100%; padding: 5px 8px; border: 1px solid #d6e7ef; border-radius: 999px; background: #f8fbfd;
  color: #3d6075; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.saved-filter-card .saved-filter-progress { margin: 8px 0 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.saved-filter-card-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.saved-filter-card-actions .primary, .saved-filter-card-actions .secondary, .saved-filter-card-actions button {
  min-height: 34px; padding: 8px 9px; font-size: 12px; text-align: center; justify-content: center;
}
.search-refinement-coach { margin: -8px 0 16px; }
.search-refinement-coach:empty { display: none; }
.search-refinement-coach {
  padding: 15px; border: 1px solid #d6e8f2; border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 191, 77, .22), transparent 28%),
    linear-gradient(135deg, #fbfeff, #f5fbff);
  box-shadow: 0 10px 26px rgba(5, 39, 65, .05);
}
.search-refinement-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.search-refinement-head h3 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 18px; }
.search-refinement-head p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.search-refinement-head .secondary { padding: 8px 12px; white-space: nowrap; font-size: 12px; }
.search-refinement-active { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.search-refinement-active span {
  min-width: 0;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid #d6e8f1;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #3c6078;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-refinement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.search-refinement-grid section { min-width: 0; padding: 12px; border: 1px solid #e0edf4; border-radius: 7px; background: #fff; }
.search-refinement-grid strong { display: block; margin-bottom: 9px; color: var(--brand-dark); }
.search-refinement-grid div { display: grid; gap: 7px; }
.search-refinement-grid a {
  min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 9px; border: 1px solid #e2edf4; border-radius: 5px; background: #f9fcfe;
}
.search-refinement-grid a:hover { border-color: #9cc7ea; background: var(--brand-soft); }
.search-refinement-grid span { min-width: 0; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-refinement-grid small { flex-shrink: 0; color: var(--muted); font-size: 12px; }
.search-route-map {
  margin: -4px 0 16px; padding: 16px; border: 1px solid #d6e6ef; border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,252,255,.98)),
    radial-gradient(circle at 96% 14%, rgba(0, 156, 150, .12), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(253, 174, 55, .16), transparent 24%);
  box-shadow: 0 8px 22px rgba(6, 49, 78, .05);
}
.search-route-map.search-route-map-compact {
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.search-route-map-compact .catalog-decision-strip { margin-top: 0; }
.search-route-map:empty { display: none; }
.search-route-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.search-route-head h3 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 19px; }
.search-route-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.search-route-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.search-route-actions .primary, .search-route-actions .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.search-route-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.search-route-card {
  min-width: 0; display: grid; gap: 7px; min-height: 132px; padding: 13px;
  border: 1px solid #deebf2; border-radius: 7px; background: rgba(255,255,255,.88);
  color: var(--brand-dark); text-decoration: none;
}
.search-route-card:hover { border-color: #9fcdea; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(6, 49, 78, .07); }
.search-route-card span { width: 34px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #eaf7f2; color: var(--green); font-weight: 800; font-size: 12px; }
.search-route-card strong { font-size: 15px; }
.search-route-card b { min-width: 0; color: #0067b1; font-size: 16px; overflow-wrap: anywhere; }
.search-route-card small { color: var(--muted); line-height: 1.55; font-size: 12px; }
.search-route-boundary {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; padding-top: 11px;
  border-top: 1px solid #e1edf4; color: #49697c; font-size: 12px;
}
.search-route-boundary span { padding: 6px 8px; border-radius: 999px; background: #fff; border: 1px solid #e3eef4; }
.search-route-boundary a { color: var(--brand); font-weight: 700; }
.top-candidate-panel {
  margin: -10px 0 12px; padding: 13px; border: 1px solid #cfe3ef; border-radius: 8px;
  background: linear-gradient(135deg, #fbfdff 0%, #f7fcfa 100%);
  box-shadow: 0 8px 22px rgba(6, 49, 78, .05);
}
.catalog-layout.catalog-layout-broad .top-candidate-panel {
  margin-top: -2px;
  padding: 10px 11px;
}
.catalog-layout.catalog-layout-broad #topCandidatePanel .top-candidate-head {
  margin-bottom: 8px;
}
.catalog-layout.catalog-layout-broad #topCandidatePanel .top-candidate-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.taxonomy-lead-panel {
  margin-top: 0;
  border-color: #cfe2ed;
  background:
    radial-gradient(circle at 95% 10%, rgba(245, 158, 11, .14), transparent 24%),
    radial-gradient(circle at 6% 12%, rgba(0, 166, 118, .1), transparent 26%),
    linear-gradient(135deg, #fbfeff 0%, #f7fbff 56%, #fbfffb 100%);
}
.top-candidate-panel:empty { display: none; }
.taxonomy-lead-summary {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 320px) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0 2px;
}
.taxonomy-lead-main {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: inherit;
}
.taxonomy-lead-main img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid #dce9f1;
  border-radius: 6px;
  background: #fff;
}
.taxonomy-lead-main strong {
  display: block;
  color: var(--brand-dark);
  font-size: 15px;
  line-height: 1.24;
  overflow-wrap: anywhere;
}
.taxonomy-lead-main small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.taxonomy-lead-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.taxonomy-lead-facts span {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #dce9f1;
  border-radius: 7px;
  background: #fff;
}
.taxonomy-lead-facts small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.taxonomy-lead-facts b {
  display: block;
  margin-top: 4px;
  color: var(--green);
  font-size: 15px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taxonomy-lead-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
.taxonomy-lead-actions .primary,
.taxonomy-lead-actions .secondary {
  min-height: 34px;
  padding: 7px 8px;
  border-radius: 6px;
  font-size: 12px;
  text-align: center;
  justify-content: center;
}
.top-candidate-head {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 11px;
}
.top-candidate-head h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 18px; }
.top-candidate-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.top-candidate-head .primary, .top-candidate-head .secondary { flex: 0 0 auto; min-height: 36px; padding: 8px 13px; font-size: 12px; border-radius: 999px; white-space: nowrap; }
.top-candidate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.taxonomy-lead-panel .top-candidate-grid { grid-template-columns: minmax(0, 1fr); }
.top-candidate-card {
  min-width: 0; display: grid; gap: 8px; padding: 10px; border: 1px solid #dce9f1; border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 10px 20px rgba(6, 49, 78, .04);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.top-candidate-card:hover {
  transform: translateY(-1px);
  border-color: #b7d5e8;
  box-shadow: 0 16px 28px rgba(6, 49, 78, .08);
}
.top-candidate-main {
  min-width: 0; display: grid; grid-template-columns: auto 46px minmax(0, 1fr); gap: 9px; align-items: center; color: inherit;
}
.top-candidate-rank {
  display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 24px;
  border-radius: 999px; background: #eaf7f2; color: var(--green); font-size: 12px; font-weight: 800;
}
.top-candidate-main img { width: 46px; height: 46px; object-fit: contain; border: 1px solid #e0ebf2; border-radius: 5px; background: #f9fcfe; }
.top-candidate-main strong {
  display: block; color: var(--brand-dark); font-size: 14px; line-height: 1.25; overflow-wrap: anywhere;
}
.top-candidate-main small {
  display: block; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.top-candidate-facts span {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 8px 9px; border: 1px solid #e2edf4; border-radius: 8px; background: #f8fbfe;
}
.top-candidate-facts small { color: var(--muted); font-size: 11px; }
.top-candidate-facts b { min-width: 0; color: var(--green); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-candidate-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.taxonomy-lead-panel .top-candidate-card { max-width: 760px; }
.top-candidate-actions .primary, .top-candidate-actions .secondary {
  min-height: 34px; padding: 7px 8px; border-radius: 999px; font-size: 12px; text-align: center; justify-content: center;
}
.taxonomy-lead-panel .top-candidate-actions .secondary:last-child {
  color: var(--brand);
  background: #fff;
  border-color: #bddbf1;
}
.top-candidate-actions .is-saved { background: var(--green); border-color: var(--green); color: #fff; }
.top-candidate-boundary { margin: 10px 0 0; color: #557083; font-size: 12px; line-height: 1.5; }
.exact-match-panel { margin: 0 0 14px; }
.exact-match-panel:empty { display: none; }
.exact-match-card {
  min-width: 0; overflow: hidden;
  display: grid; gap: 12px; align-items: start;
  padding: 14px; border: 1px solid #b9d9ec; border-radius: 10px;
  background:
    radial-gradient(circle at 94% 8%, rgba(245, 158, 11, .16), transparent 24%),
    linear-gradient(135deg, #f7fbff 0%, #fff 58%, #f8fffb 100%);
  box-shadow: 0 10px 28px rgba(6, 49, 78, .07);
}
.exact-match-card > * { min-width: 0; }
.exact-match-top {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}
.exact-match-main { min-width: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: start; }
.exact-match-copy { min-width: 0; display: grid; gap: 6px; }
.exact-match-main img { width: 64px; height: 64px; object-fit: contain; border: 1px solid #ddeaf2; border-radius: 5px; background: #fff; }
.exact-match-main h3 { margin: 2px 0 4px; color: var(--brand-dark); font-size: 20px; overflow-wrap: anywhere; }
.exact-match-main p:not(.eyebrow) { margin: 0; color: #405766; line-height: 1.48; font-size: 12px; overflow-wrap: anywhere; }
.exact-match-subline { color: #4c6575; }
.exact-match-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.exact-match-tags span {
  display: inline-flex; min-height: 24px; align-items: center; padding: 3px 8px;
  border: 1px solid #d8e8f1; border-radius: 999px; background: #fff; color: #446174; font-size: 11px;
}
.exact-match-tags span:nth-child(2) { color: var(--green); background: #f4fbf7; border-color: #cceadb; font-weight: 700; }
.exact-match-main .stock-meta-strip { margin-top: 0; }
.exact-match-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.exact-match-fact {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 9px 10px;
  border: 1px solid #dce8f0;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
}
.exact-match-fact small { color: var(--muted); font-size: 11px; }
.exact-match-fact b {
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.exact-match-fact.emphasis {
  border-color: #cde6db;
  background: linear-gradient(135deg, #f8fffb, #ffffff);
}
.exact-match-fact.emphasis b { color: var(--green); }
.exact-match-next-steps {
  grid-column: 1 / -1; min-width: 0; display: grid; grid-template-columns: minmax(132px, 168px) 1fr; gap: 8px; align-items: center;
  padding: 7px 10px; border: 1px solid #d9e9f0; border-radius: 9px;
  background: linear-gradient(135deg, #fbfeff 0%, #f8fcfa 56%, #fffaf0 100%);
}
.exact-match-next-head { display: grid; gap: 3px; }
.exact-match-next-steps strong { color: var(--brand-dark); font-size: 14px; }
.exact-match-next-steps span { color: var(--muted); font-size: 11px; line-height: 1.4; overflow-wrap: anywhere; }
.exact-match-next-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.exact-match-next-grid a {
  min-width: 0; display: grid; gap: 2px; min-height: 46px; padding: 7px 8px; border: 1px solid #dce9f1; border-radius: 7px;
  background: #fff; color: inherit; text-decoration: none;
}
.exact-match-next-grid a:hover { border-color: #9cc7ea; box-shadow: 0 7px 16px rgba(6, 49, 78, .06); }
.exact-match-next-grid b { color: var(--brand-dark); font-size: 12px; overflow-wrap: anywhere; }
.exact-match-next-grid span { font-size: 10px; line-height: 1.35; }
.exact-match-actions {
  display: grid; grid-template-columns: repeat(3, minmax(96px, auto)); gap: 7px; min-width: 0;
  align-self: start; justify-self: end;
}
.exact-match-actions .stock-cart-control {
  width: 100%;
}
.exact-match-actions .primary, .exact-match-actions .secondary {
  min-height: 34px; padding: 8px 9px; border-radius: 5px; font-size: 12px; text-align: center; justify-content: center;
}
.saved-filter-snapshot {
  display: grid; grid-template-columns: minmax(180px, 1fr) minmax(260px, 520px) auto; gap: 12px; align-items: center;
  margin-top: 12px; padding: 12px; border: 1px solid #cfe4df; border-radius: 7px; background: #f8fffb;
}
.saved-filter-snapshot strong { display: block; color: var(--brand-dark); font-size: 14px; }
.saved-filter-snapshot span { color: var(--muted); font-size: 12px; }
.saved-filter-snapshot a { padding: 8px 10px; font-size: 12px; white-space: nowrap; }
.saved-filter-progress {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; min-width: 0;
}
.saved-filter-progress span {
  min-width: 0; display: flex; align-items: center; gap: 5px; padding: 6px 7px;
  border: 1px solid #dbe8f0; border-radius: 999px; background: #fff; color: var(--muted); font-size: 11px; white-space: nowrap;
}
.saved-filter-progress i {
  display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; flex: 0 0 auto;
  border-radius: 50%; background: #edf4fa; color: #627989; font-style: normal; font-size: 10px; font-weight: 700;
}
.saved-filter-progress .done { color: var(--green); border-color: #ccebdd; background: #f6fcf8; }
.saved-filter-progress .done i { color: #fff; background: var(--green); }
.saved-filter-progress.mini { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; margin-top: 1px; }
.saved-filter-progress.mini span { padding: 4px 6px; font-size: 10px; }
.saved-filter-progress.mini i { width: 14px; height: 14px; font-size: 9px; }
.catalog-batch-panel {
  margin: 0 0 12px; border: 1px solid #d4e5ee; border-radius: 8px; background: #fbfdff;
  box-shadow: 0 8px 20px rgba(6, 49, 78, .04);
}
.catalog-batch-panel:empty { display: none; }
.catalog-batch-panel.compact {
  background:
    radial-gradient(circle at 96% 12%, rgba(255, 191, 77, .16), transparent 24%),
    linear-gradient(135deg, #fbfdff, #f7fbfe);
  overflow: hidden;
}
.catalog-batch-panel.compact-followup {
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 117, 190, .12), transparent 24%),
    radial-gradient(circle at 12% 85%, rgba(16, 185, 129, .10), transparent 22%),
    linear-gradient(135deg, #f7fbff, #fbfdff);
}
.catalog-batch-main {
  display: grid; grid-template-columns: minmax(230px, 1fr) minmax(280px, 420px) auto; gap: 13px; align-items: center;
  padding: 12px;
}
.catalog-batch-main h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 17px; }
.catalog-batch-main p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.5; font-size: 12px; }
.catalog-batch-panel.compact .catalog-batch-main {
  grid-template-columns: minmax(210px, 1fr) minmax(220px, 320px) auto;
  gap: 10px;
  padding: 10px 12px;
}
.catalog-batch-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.catalog-batch-metrics span {
  min-width: 0; padding: 9px 8px; border: 1px solid #dceaf2; border-radius: 7px; background: #fff; color: var(--muted); font-size: 11px;
}
.catalog-batch-metrics strong { display: block; color: var(--green); font-size: 19px; margin-bottom: 2px; }
.catalog-batch-panel.compact .catalog-batch-metrics span {
  padding: 8px 7px;
  background: rgba(255,255,255,.9);
}
.catalog-batch-panel.compact .catalog-batch-metrics strong { font-size: 16px; }
.catalog-batch-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.catalog-batch-actions .primary, .catalog-batch-actions .secondary { padding: 8px 11px; white-space: nowrap; font-size: 12px; }
.catalog-batch-panel.compact .catalog-batch-actions .primary,
.catalog-batch-panel.compact .catalog-batch-actions .secondary {
  min-height: 34px;
  padding-inline: 10px;
}
.catalog-batch-panel.compact-followup .catalog-batch-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  justify-content: end;
}
.catalog-batch-strip {
  display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 14px; border-top: 1px solid #e3edf3; background: #f7fbfe;
}
.catalog-batch-panel.compact .catalog-batch-strip { display: none; }
.catalog-batch-strip span {
  min-width: 0; max-width: 100%; padding: 6px 9px; border-radius: 999px; background: #fff; color: #3f6075; font-size: 12px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.buyer-trust-strip {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px;
  margin: -4px 0 16px; padding: 12px; border: 1px solid #d5e6ef; border-radius: 8px;
  background:
    radial-gradient(circle at 5% 12%, rgba(0, 166, 118, .12), transparent 24%),
    radial-gradient(circle at 96% 6%, rgba(245, 158, 11, .14), transparent 20%),
    linear-gradient(135deg, #fff, #f8fcff);
  box-shadow: 0 9px 22px rgba(6, 49, 78, .05);
}
.buyer-trust-strip article {
  position: relative; min-height: 88px; padding: 14px 14px 14px 40px;
  border: 1px solid #e2edf4; border-radius: 7px; background: rgba(255, 255, 255, .86);
}
.buyer-trust-strip article::before {
  content: ""; position: absolute; left: 14px; top: 18px; width: 12px; height: 12px; border-radius: 3px;
  background: var(--green); box-shadow: 0 0 0 5px rgba(0, 166, 118, .12);
}
.buyer-trust-strip article:nth-child(2)::before { background: var(--brand); box-shadow: 0 0 0 5px rgba(0, 102, 179, .12); }
.buyer-trust-strip article:nth-child(3)::before { background: #f59e0b; box-shadow: 0 0 0 5px rgba(245, 158, 11, .16); }
.buyer-trust-strip article:nth-child(4)::before { background: #31a3a5; box-shadow: 0 0 0 5px rgba(49, 163, 165, .14); }
.buyer-trust-strip strong { display: block; margin-bottom: 7px; color: var(--brand-dark); font-size: 14px; }
.buyer-trust-strip span { color: var(--muted); font-size: 12px; line-height: 1.58; }
.detail-trust-strip { margin: 16px 0 2px; }
.detail-action-card {
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; margin: 16px 0 4px; padding: 15px;
  border: 1px solid #cfe4df; border-radius: 8px;
  background:
    radial-gradient(circle at 95% 8%, rgba(245, 158, 11, .14), transparent 28%),
    linear-gradient(135deg, #f8fffb 0%, #f7fbff 100%);
}
.detail-action-card h2 { margin: 3px 0 7px; color: var(--brand-dark); font-size: 18px; }
.detail-action-card p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.detail-action-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.detail-action-metrics span {
  min-width: 0; padding: 10px; border: 1px solid #dce9ef; border-radius: 7px; background: rgba(255,255,255,.82);
  color: var(--muted); font-size: 11px;
}
.detail-action-metrics strong {
  display: block; margin-bottom: 3px; color: var(--brand-dark); font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.detail-action-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(112px, 1fr)); gap: 8px; }
.detail-action-buttons .primary, .detail-action-buttons .secondary {
  min-height: 38px; padding: 9px 10px; font-size: 12px; text-align: center; justify-content: center;
}
.detail-action-buttons .is-saved { background: var(--green); border-color: var(--green); color: #fff; }
.procurement-momentum-panel {
  margin: 15px 0 4px; padding: 15px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 8% 12%, rgba(69, 204, 160, .17), transparent 25%),
    radial-gradient(circle at 93% 10%, rgba(255, 191, 77, .18), transparent 24%),
    linear-gradient(135deg, #f7fffb 0%, #f7fbff 100%);
}
.procurement-momentum-head {
  display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 12px;
}
.procurement-momentum-head h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 18px; }
.procurement-momentum-head > span { color: var(--muted); font-size: 12px; text-align: right; line-height: 1.45; }
.procurement-momentum-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.procurement-momentum-steps article {
  position: relative; min-width: 0; padding: 12px 10px 12px 13px; border: 1px solid #dbe9ef; border-radius: 7px;
  background: rgba(255,255,255,.86); overflow: hidden;
}
.procurement-momentum-steps article::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #c9d9e3;
}
.procurement-momentum-steps article.done::before { background: var(--green); }
.procurement-momentum-steps strong { display: block; color: var(--green); font-size: 17px; line-height: 1; }
.procurement-momentum-steps span { display: block; margin-top: 7px; color: var(--brand-dark); font-weight: 700; font-size: 13px; }
.procurement-momentum-steps small {
  display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.procurement-momentum-actions {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 12px;
}
.procurement-momentum-actions .primary, .procurement-momentum-actions .secondary {
  min-height: 38px; padding: 8px 10px; border-radius: 5px; font-size: 12px; text-align: center;
}
.engineering-data-panel {
  grid-column: 1 / -1; margin-bottom: 16px; padding: 14px; border: 1px solid #cfe2ec; border-radius: 8px;
  background:
    radial-gradient(circle at 5% 12%, rgba(0, 166, 118, .12), transparent 25%),
    radial-gradient(circle at 96% 7%, rgba(245, 158, 11, .15), transparent 23%),
    linear-gradient(135deg, #fbfdff 0%, #f7fbff 52%, #fbfffb 100%);
  box-shadow: 0 10px 24px rgba(6, 49, 78, .055);
}
.engineering-data-head {
  display: grid; grid-template-columns: minmax(0, 1fr) 122px; gap: 16px; align-items: center; margin-bottom: 12px;
}
.engineering-data-head h2 { margin: 4px 0 6px; color: var(--brand-dark); font-size: 20px; line-height: 1.22; }
.engineering-data-head p:not(.eyebrow) { margin: 0; color: #3d5261; line-height: 1.6; font-size: 12px; }
.engineering-data-head img {
  width: 122px; aspect-ratio: 1; object-fit: contain; padding: 9px; border: 1px solid #d8e8f0; border-radius: 8px; background: #fff;
}
.engineering-data-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.engineering-data-grid article {
  min-width: 0; min-height: 132px; display: grid; grid-template-rows: auto auto 1fr auto; gap: 6px;
  padding: 11px; border: 1px solid #dbe8ef; border-radius: 8px; background: rgba(255, 255, 255, .9);
}
.engineering-data-grid span {
  width: 30px; height: 26px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px; background: #e8f7f2; color: var(--green); font-size: 12px; font-weight: 800;
}
.engineering-data-grid h3 { margin: 0; color: var(--brand-dark); font-size: 14px; }
.engineering-data-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.engineering-data-grid a {
  justify-self: start; min-height: 28px; display: inline-flex; align-items: center; padding: 6px 9px;
  border: 1px solid #cfe1eb; border-radius: 5px; background: #f8fcff; color: var(--brand); font-size: 11px; font-weight: 700;
}
.engineering-data-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.engineering-data-actions a { min-height: 34px; padding: 8px 11px; border-radius: 5px; font-size: 12px; }
.product-rfq-note {
  margin: 15px 0; padding: 15px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 166, 118, .13), transparent 26%),
    radial-gradient(circle at 93% 8%, rgba(245, 158, 11, .15), transparent 25%),
    linear-gradient(135deg, #fbfffd 0%, #f7fbff 100%);
}
.product-rfq-note-head {
  display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 12px;
}
.product-rfq-note-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 19px; line-height: 1.3; }
.product-rfq-note-head p:not(.eyebrow) { margin: 0; color: #4b6474; font-size: 12px; line-height: 1.65; }
.product-rfq-note-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; flex-shrink: 0; }
.product-rfq-note-actions .primary, .product-rfq-note-actions .secondary {
  min-height: 36px; padding: 8px 11px; border-radius: 5px; font-size: 12px; white-space: nowrap;
}
.product-rfq-note pre {
  margin: 0; padding: 12px; border: 1px solid #dbe9ef; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere;
}
.datasheet-rfq-note {
  border-color: #cfe2ec;
  background:
    radial-gradient(circle at 9% 10%, rgba(6, 101, 160, .11), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(0, 166, 118, .13), transparent 24%),
    linear-gradient(135deg, #f8fcff 0%, #fbfffd 100%);
}
.datasheet-rfq-note pre { border-color: #d8e8f2; }
.ordering-code-check { min-width: 0; overflow: hidden; }
.ordering-code-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.quantity-break-check { min-width: 0; overflow: hidden; }
.quantity-break-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.lifecycle-risk-check { min-width: 0; overflow: hidden; }
.lifecycle-risk-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.inspection-check { min-width: 0; overflow: hidden; }
.inspection-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.compliance-check { min-width: 0; overflow: hidden; }
.compliance-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.traceability-check { min-width: 0; overflow: hidden; }
.traceability-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.sample-check { min-width: 0; overflow: hidden; }
.sample-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.lead-time-check { min-width: 0; overflow: hidden; }
.lead-time-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.invoice-payment-check { min-width: 0; overflow: hidden; }
.invoice-payment-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.quote-validity-check { min-width: 0; overflow: hidden; }
.quote-validity-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.quality-acceptance-check { min-width: 0; overflow: hidden; }
.quality-acceptance-check pre {
  max-width: 100%; box-sizing: border-box; margin: 12px 0 0; padding: 12px; border: 1px solid #d8e8f2; border-radius: 7px;
  background: rgba(255,255,255,.86); color: #213f55; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.quantity-break-table-wrap { margin-top: 12px; overflow-x: auto; }
.quantity-break-table th,
.quantity-break-table td { min-width: 120px; }
.datasheet-index-rfq-router,
.datasheet-evidence-check {
  margin: 16px 0 18px; padding: 17px; border: 1px solid #d3e6ef; border-radius: 8px;
  background: linear-gradient(135deg, #f8fcff 0%, #fbfffd 100%);
}
.datasheet-index-rfq-head,
.datasheet-evidence-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: start; margin-bottom: 13px;
}
.datasheet-index-rfq-head h2,
.datasheet-evidence-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 20px; line-height: 1.3; }
.datasheet-index-rfq-head p:not(.eyebrow),
.datasheet-evidence-head p:not(.eyebrow) { margin: 0; color: #3f5665; font-size: 13px; line-height: 1.7; }
.datasheet-index-rfq-actions,
.datasheet-evidence-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; max-width: 360px; }
.datasheet-index-rfq-actions .primary,
.datasheet-index-rfq-actions .secondary,
.datasheet-evidence-actions .primary,
.datasheet-evidence-actions .secondary {
  min-height: 36px; padding: 8px 11px; border-radius: 5px; font-size: 12px; text-align: center; white-space: nowrap;
}
.datasheet-index-rfq-grid,
.datasheet-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.datasheet-index-rfq-grid article,
.datasheet-evidence-grid article {
  min-width: 0; padding: 12px; border: 1px solid #dceaf1; border-radius: 7px; background: rgba(255,255,255,.84);
}
.datasheet-index-rfq-grid strong,
.datasheet-evidence-grid strong { display: block; margin-bottom: 6px; color: var(--brand); font-size: 12px; }
.datasheet-index-rfq-grid h3,
.datasheet-evidence-grid span { display: block; margin: 0; color: var(--brand-dark); font-size: 14px; font-weight: 800; line-height: 1.35; overflow-wrap: anywhere; }
.datasheet-index-rfq-grid p,
.datasheet-evidence-grid p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.datasheet-index-rfq-examples,
.datasheet-evidence-fields {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: start; margin-top: 12px;
  padding: 11px 12px; border: 1px dashed #c7dce8; border-radius: 7px; background: rgba(255,255,255,.72);
}
.datasheet-index-rfq-examples strong,
.datasheet-evidence-fields strong { color: var(--brand-dark); font-size: 13px; white-space: nowrap; }
.datasheet-index-rfq-examples div,
.datasheet-evidence-fields div { display: flex; flex-wrap: wrap; gap: 7px; min-width: 0; }
.datasheet-index-rfq-examples a,
.datasheet-evidence-fields span {
  display: inline-flex; align-items: center; min-height: 28px; padding: 5px 9px; border: 1px solid #cfe1eb; border-radius: 5px;
  background: #fff; color: var(--brand-dark); font-size: 12px; font-weight: 700;
}
.datasheet-fallback-card {
  margin: 14px 0; padding: 15px; border: 1px solid #d7e6ee; border-radius: 8px;
  background: linear-gradient(135deg, #f8fcff 0%, #fbfffd 100%);
}
.datasheet-fallback-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 12px;
}
.datasheet-fallback-head h2 { margin: 4px 0 0; color: var(--brand-dark); font-size: 18px; line-height: 1.3; }
.datasheet-fallback-head .secondary,
.datasheet-fallback-actions .primary,
.datasheet-fallback-actions .secondary {
  min-height: 36px; padding: 8px 11px; border-radius: 5px; font-size: 12px; white-space: nowrap; text-align: center;
}
.datasheet-fallback-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.datasheet-fallback-grid article { min-width: 0; border: 1px solid #dcebf2; border-radius: 7px; background: rgba(255,255,255,.82); padding: 11px; }
.datasheet-fallback-grid strong { display: block; color: var(--brand); font-size: 12px; margin-bottom: 5px; }
.datasheet-fallback-grid span { display: block; color: var(--brand-dark); font-weight: 700; font-size: 13px; }
.datasheet-fallback-grid p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.58; }
.datasheet-fallback-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; margin-top: 12px; }
.alternative-rfq-note {
  margin: 14px 0;
  border-color: #d9e7d5;
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 166, 118, .14), transparent 26%),
    radial-gradient(circle at 94% 8%, rgba(255, 191, 77, .18), transparent 25%),
    linear-gradient(135deg, #fbfffb 0%, #f8fcff 100%);
}
.alternative-rfq-note pre { border-color: #dce9d6; }
.family-rfq-note {
  margin: 14px 0 18px;
  border-color: #d6e6f0;
  background:
    radial-gradient(circle at 8% 10%, rgba(6, 101, 160, .12), transparent 25%),
    radial-gradient(circle at 94% 8%, rgba(0, 166, 118, .12), transparent 24%),
    linear-gradient(135deg, #f8fcff 0%, #fbfffd 100%);
}
.family-rfq-note pre { border-color: #dbe9f2; }
.catalog-seo-panel {
  margin-top: 24px; padding: 22px; border: 1px solid #d5e5ee; border-radius: 8px;
  background:
    radial-gradient(circle at 8% 10%, rgba(69, 204, 160, .14), transparent 24%),
    linear-gradient(135deg, #fff, #f8fcff);
  box-shadow: 0 10px 26px rgba(6, 49, 78, .05);
}
.catalog-seo-panel:empty { display: none; }
.catalog-seo-copy {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 360px); gap: 18px; align-items: center;
}
.catalog-seo-copy h2 { margin: 3px 0 9px; color: var(--brand-dark); font-size: 23px; }
.catalog-seo-copy p { margin: 0; color: var(--muted); line-height: 1.75; }
.catalog-seo-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.catalog-seo-facts span {
  min-width: 0; padding: 12px; border: 1px solid #dbe8f0; border-radius: 7px; background: #fff; color: var(--muted); font-size: 12px;
}
.catalog-seo-facts strong { display: block; margin-bottom: 4px; color: var(--green); font-size: 22px; }
.catalog-seo-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.catalog-seo-tags a {
  display: inline-flex; min-height: 30px; align-items: center; padding: 6px 10px;
  border: 1px solid #d6e6f0; border-radius: 999px; background: #fff; color: var(--brand-dark); font-size: 12px;
}
.catalog-seo-tags a:hover { border-color: #9cc7ea; color: var(--brand); }
.catalog-seo-faq { margin-top: 16px; border-top: 1px solid #e3edf3; }
.catalog-seo-faq details { padding: 13px 0; border-bottom: 1px solid #e8f0f5; }
.catalog-seo-faq summary { cursor: pointer; color: var(--brand-dark); font-weight: 700; }
.catalog-seo-faq p { margin: 9px 0 0; color: var(--muted); line-height: 1.7; }
.seo-title-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.catalog-title-back {
  display: inline-flex; align-items: center; min-height: 34px; color: var(--brand); font-size: 12px; font-weight: 700;
}
.catalog-title-back:hover { color: var(--brand-dark); }
.taxonomy-guide {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0 20px;
}
.taxonomy-guide article {
  background: #fff; border: 1px solid #d9e6ef; border-radius: 8px; padding: 16px; min-height: 126px;
}
.taxonomy-guide strong { color: var(--brand); font-size: 13px; letter-spacing: .02em; }
.taxonomy-guide h2 { margin: 7px 0 8px; color: var(--brand-dark); font-size: 18px; }
.taxonomy-guide p { margin: 0; color: var(--muted); line-height: 1.68; font-size: 13px; }
.seo-sourcing-path {
  margin: 16px 0 18px; padding: 18px; border: 1px solid #cfe4ef; border-radius: 8px;
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 191, 77, .18), transparent 26%),
    radial-gradient(circle at 8% 92%, rgba(0, 166, 118, .12), transparent 28%),
    linear-gradient(135deg, #fbfdff 0%, #f6fbff 52%, #fbfffb 100%);
}
.seo-sourcing-path-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: 18px; align-items: start;
}
.seo-sourcing-path-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 22px; }
.seo-sourcing-path-head p:not(.eyebrow) { margin: 0; color: #3d5261; line-height: 1.68; font-size: 13px; }
.seo-sourcing-path-tags { display: grid; gap: 8px; }
.seo-sourcing-path-tags span {
  display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 8px; align-items: center;
  min-width: 0; padding: 10px 11px; border: 1px solid #dbe9ef; border-radius: 6px; background: rgba(255,255,255,.82);
  color: #466376; font-size: 12px;
}
.seo-sourcing-path-tags strong { color: var(--green); font-size: 12px; }
.seo-sourcing-steps {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 15px;
}
.seo-sourcing-steps article {
  min-width: 0; min-height: 128px; padding: 13px; border: 1px solid #d7e7ef; border-radius: 7px;
  background: rgba(255,255,255,.86); box-shadow: 0 7px 18px rgba(5, 39, 65, .04);
}
.seo-sourcing-steps strong { color: var(--green); font-size: 18px; }
.seo-sourcing-steps h3 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 15px; }
.seo-sourcing-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.seo-sourcing-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.seo-sourcing-actions a { padding: 9px 12px; border-radius: 5px; font-size: 13px; white-space: nowrap; }
.seo-sourcing-candidates {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 13px;
}
.seo-sourcing-candidates article {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center;
  min-width: 0; padding: 9px; border: 1px solid #d8e7ef; border-radius: 7px; background: rgba(255,255,255,.9);
}
.seo-sourcing-candidate-main {
  display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 8px; align-items: center; min-width: 0; color: var(--brand-dark);
}
.seo-sourcing-candidate-main img { width: 38px; height: 38px; object-fit: contain; border: 1px solid #edf2f5; border-radius: 4px; background: #fff; }
.seo-sourcing-candidate-main strong, .seo-sourcing-candidate-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.seo-sourcing-candidate-main small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.seo-sourcing-candidate-bom {
  padding: 7px 9px; border: 1px solid #cbe5da; border-radius: 5px; background: #f2fbf7;
  color: var(--green); font-size: 12px; font-weight: 700; white-space: nowrap;
}
.taxonomy-faq.block { margin: 28px 0 0; }
.stock-topic-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; align-items: stretch;
  margin-bottom: 18px; padding: 24px; border: 1px solid #cfe0ea; border-radius: 8px;
  background: linear-gradient(135deg, #f8fcff 0%, #ffffff 58%, #f2fbf6 100%);
}
.stock-topic-copy h1 { margin: 5px 0 10px; color: var(--brand-dark); font-size: 30px; line-height: 1.22; }
.stock-topic-copy p:not(.eyebrow) { max-width: 820px; margin: 0; color: #3d5261; line-height: 1.72; }
.stock-topic-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.stock-topic-actions .primary, .stock-topic-actions .secondary { padding: 10px 13px; border-radius: 5px; white-space: nowrap; }
.stock-topic-stats {
  display: grid; gap: 10px; align-content: center;
}
.stock-topic-stats span {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 15px 16px; border: 1px solid #d7e6ef; border-radius: 8px; background: rgba(255, 255, 255, .82);
}
.stock-topic-stats strong { color: var(--green); font-size: 24px; }
.stock-topic-stats small { color: var(--muted); }
.stock-topic-guide {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 14px;
}
.stock-topic-guide > div {
  border: 1px solid #d7e6ef; border-radius: 8px; background: #fff; padding: 17px;
}
.stock-topic-guide h2 { margin: 5px 0 13px; color: var(--brand-dark); font-size: 19px; }
.topic-mini-grid { display: grid; gap: 9px; }
.topic-mini-grid article {
  display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; align-items: center;
  padding: 9px 10px; border: 1px solid #e2edf3; border-radius: 7px; background: #f9fcfe;
}
.topic-mini-grid strong { color: var(--green); font-size: 13px; }
.topic-mini-grid span { color: #314957; line-height: 1.55; font-size: 13px; }
.stock-topic-filter-strip {
  display: grid; gap: 10px; margin-bottom: 14px; padding: 14px;
  border: 1px solid #d7e6ef; border-radius: 8px; background: #fbfdff;
}
.stock-topic-filter-strip > div {
  display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 10px; align-items: start;
}
.stock-topic-filter-strip strong { color: var(--brand-dark); padding-top: 7px; font-size: 13px; }
.stock-topic-filter-strip > div > div { display: flex; flex-wrap: wrap; gap: 8px; }
.stock-topic-filter-strip a {
  display: inline-flex; align-items: center; gap: 8px; min-height: 32px;
  padding: 6px 10px; border: 1px solid #d6e7f0; border-radius: 5px; background: #fff; color: var(--brand-dark);
  font-size: 13px;
}
.stock-topic-filter-strip a:hover { border-color: #97bfd8; color: var(--brand); }
.stock-topic-filter-strip a span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stock-topic-filter-strip small { color: var(--muted); }
.topic-related-links a { background: #f4f9fd; }
.topic-filter-more {
  background: #f4f9fd !important;
  border-style: dashed !important;
  color: var(--brand) !important;
  font-weight: 700;
}
.stock-rfq-template {
  display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 14px;
  margin: 0 0 14px; padding: 16px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 5% 10%, rgba(0, 166, 118, .12), transparent 24%),
    radial-gradient(circle at 96% 12%, rgba(245, 158, 11, .14), transparent 24%),
    linear-gradient(135deg, #fbfffd, #f8fcff);
}
.stock-rfq-copy h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 21px; }
.stock-rfq-copy p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.stock-rfq-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.stock-rfq-actions .primary, .stock-rfq-actions .secondary { min-height: 36px; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.stock-rfq-note-shell { min-width: 0; }
.stock-rfq-note-shell > summary { display: none; }
.stock-rfq-note-shell > :not(summary) { display: block; }
.stock-rfq-note-shell:not([open]) > :not(summary) { display: block; }
.stock-rfq-note { min-width: 0; border: 1px solid #d7e7ef; border-radius: 8px; background: #fff; overflow: hidden; }
.stock-rfq-note pre {
  margin: 0; padding: 12px; white-space: pre-wrap; overflow-wrap: anywhere; color: #29465b;
  font: 12px/1.72 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}
.quick-buy-note-panel,
.quick-buy-sample-block {
  margin: 0 0 14px; padding: 17px; border: 1px solid #d7e6ef; border-radius: 8px;
  background: linear-gradient(135deg, #f8fcff 0%, #fbfffd 100%);
}
.quick-buy-note-head,
.quick-buy-sample-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: start;
}
.quick-buy-note-head h2,
.quick-buy-sample-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 20px; line-height: 1.3; }
.quick-buy-note-head p:not(.eyebrow),
.quick-buy-sample-head p:not(.eyebrow) { margin: 0; color: #3f5665; font-size: 13px; line-height: 1.68; }
.quick-buy-field-tags {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 14px;
}
.quick-buy-field-tags article {
  min-width: 0; padding: 12px; border: 1px solid #dce9f1; border-radius: 7px; background: rgba(255,255,255,.84);
}
.quick-buy-field-tags strong { display: block; margin-bottom: 6px; color: var(--brand-dark); font-size: 14px; }
.quick-buy-field-tags span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.quick-buy-note-panel .detail-disclosure,
.quick-buy-sample-block .detail-disclosure {
  margin-top: 14px; border: 1px solid #d7e6ef; border-radius: 8px; background: #fff; overflow: hidden;
}
.quick-buy-note-panel .detail-disclosure:first-child,
.quick-buy-sample-block .detail-disclosure:first-child { border-top: 1px solid #d7e6ef; }
.quick-buy-note-panel .detail-disclosure > summary,
.quick-buy-sample-block .detail-disclosure > summary { padding: 15px 17px; background: transparent; }
.quick-buy-note-panel .detail-disclosure-body,
.quick-buy-sample-block .detail-disclosure-body { padding: 0 17px 17px; }
.quick-buy-note-panel .stock-rfq-note { border-radius: 7px; }
.quick-buy-sample-head { margin-bottom: 14px; }
.quick-buy-sample-head .secondary { min-height: 36px; padding: 8px 11px; border-radius: 5px; font-size: 12px; text-align: center; white-space: nowrap; }
.quick-buy-extra-stock-list .stock-row:first-child { border-top: 1px solid var(--line); border-radius: 7px 7px 0 0; }
.quick-buy-extra-stock-list .stock-row:last-child { border-radius: 0 0 7px 7px; }
.stock-topic-filter-strip-compact {
  margin-bottom: 12px;
  padding: 12px;
  background: #fff;
}
.stock-topic-filter-strip-compact > div {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
}
.stock-topic-filter-strip-compact strong {
  padding-top: 5px;
  font-size: 12px;
}
.stock-topic-filter-strip-compact a {
  min-height: 30px;
  padding: 5px 9px;
  font-size: 12px;
}
.stock-topic-filter-strip-mall {
  display: grid;
  gap: 7px;
}
.stock-topic-filter-strip-mall > div {
  grid-template-columns: 68px minmax(0, 1fr);
}
.stock-topic-filter-strip-mall > div > div {
  gap: 5px;
}
.stock-topic-filter-strip-mall a {
  min-height: 27px;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 12px;
}
.stock-topic-filter-strip-mall a span {
  max-width: 136px;
}
.stock-topic-filter-strip-mall small {
  display: none;
}
.taxonomy-shelf-tail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid #d8e8f0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 10%, rgba(245, 158, 11, .14), transparent 25%),
    linear-gradient(135deg, #fbfeff 0%, #f7fbff 54%, #f9fffb 100%);
}
.taxonomy-shelf-tail strong {
  display: block;
  margin: 4px 0 5px;
  color: var(--brand-dark);
  font-size: 17px;
}
.taxonomy-shelf-tail span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.58;
}
.taxonomy-shelf-tail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.taxonomy-shelf-tail-actions .primary,
.taxonomy-shelf-tail-actions .secondary {
  min-height: 34px;
  padding: 8px 11px;
  font-size: 12px;
  white-space: nowrap;
}
.family-index-rfq-router,
.family-variant-check {
  margin: 0 0 16px; padding: 18px; border: 1px solid #d3e5ef; border-radius: 8px;
  background: linear-gradient(135deg, #fbfdff, #f7fbf8);
}
.family-index-rfq-head,
.family-variant-head {
  display: grid; grid-template-columns: minmax(260px, 1fr) auto; gap: 18px; align-items: start;
}
.family-index-rfq-head h2,
.family-variant-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; line-height: 1.28; }
.family-index-rfq-head p:not(.eyebrow),
.family-variant-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.66; }
.family-index-rfq-actions,
.family-variant-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.family-index-rfq-actions .primary,
.family-index-rfq-actions .secondary,
.family-variant-actions .primary,
.family-variant-actions .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.family-index-rfq-grid,
.family-variant-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.family-index-rfq-grid article,
.family-variant-grid article { min-width: 0; padding: 13px; border: 1px solid #dcebf2; border-radius: 7px; background: #fff; }
.family-index-rfq-grid span { color: var(--green); font-size: 12px; font-weight: 900; }
.family-index-rfq-grid strong,
.family-variant-grid strong { display: block; margin: 7px 0 6px; color: var(--brand-dark); font-size: 14px; }
.family-variant-grid b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--green); font-size: 13px; }
.family-index-rfq-grid p,
.family-variant-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.family-index-rfq-examples {
  display: grid; grid-template-columns: minmax(150px, 220px) minmax(0, 1fr); gap: 12px;
  margin-top: 12px; padding-top: 12px; border-top: 1px solid #dbe9ef;
}
.family-index-rfq-examples > strong { padding-top: 7px; color: var(--brand-dark); font-size: 13px; }
.family-index-rfq-examples > div { display: flex; flex-wrap: wrap; gap: 8px; }
.family-index-rfq-examples a {
  display: grid; min-width: 0; max-width: 220px; padding: 9px 11px; border: 1px solid #dcebf2; border-radius: 6px; background: #fff;
}
.family-index-rfq-examples span,
.family-index-rfq-examples small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.family-index-rfq-examples span { font-size: 12px; font-weight: 900; }
.family-index-rfq-examples small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.family-variant-fields {
  display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 12px; margin-top: 12px;
  padding-top: 12px; border-top: 1px solid #dbe9ef;
}
.family-variant-fields strong { color: var(--brand-dark); font-size: 13px; }
.family-variant-fields div { display: flex; flex-wrap: wrap; gap: 7px; }
.family-variant-fields span { padding: 6px 9px; border: 1px solid #dcebf2; border-radius: 5px; background: #fff; color: #45687e; font-size: 12px; }
.applications-page { padding: 35px clamp(20px, 3vw, 46px) 28px; }
.applications-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 22px; align-items: stretch;
  padding: 28px; border: 1px solid #cfe2ee; border-radius: 9px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 191, 77, .18), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #f9fffb 100%);
}
.applications-hero h1 { margin: 6px 0 12px; color: var(--brand-dark); font-size: 36px; line-height: 1.2; }
.applications-hero p:not(.eyebrow) { max-width: 860px; margin: 0; color: #3d5261; line-height: 1.75; }
.applications-hero-stats { display: grid; gap: 10px; align-content: center; }
.applications-hero-stats span {
  display: grid; gap: 3px; padding: 15px; border: 1px solid #d8e8f1; border-radius: 8px; background: rgba(255,255,255,.82);
}
.applications-hero-stats strong { color: var(--green); font-size: 25px; }
.applications-hero-stats small { color: var(--muted); }
.applications-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.applications-flow > div { min-width: 0; padding: 18px; border: 1px solid #d7e7f0; border-radius: 8px; background: #fff; }
.applications-flow strong { color: var(--green); font-size: 22px; }
.applications-flow h2 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 18px; }
.applications-flow p { margin: 0; color: var(--muted); line-height: 1.65; }
.applications-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 20px; }
.application-card {
  min-width: 0; display: flex; flex-direction: column; gap: 14px; padding: 18px;
  border: 1px solid #d6e5ee; border-radius: 8px; background: #fff;
}
.application-card-head h2 { margin: 5px 0 8px; font-size: 20px; line-height: 1.28; }
.application-card-head h2 a { color: var(--brand-dark); }
.application-card-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.6; }
.application-card-metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.application-card-metrics span { padding: 10px; border: 1px solid #e0edf4; border-radius: 7px; background: #f8fcff; }
.application-card-metrics strong { display: block; color: var(--green); font-size: 19px; }
.application-card-metrics small { color: var(--muted); }
.application-module-tags, .application-rfq-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.application-module-tags span, .application-rfq-tags span {
  padding: 7px 9px; border: 1px solid #d7e8f2; border-radius: 999px; background: #f7fbfe; color: #45687e; font-size: 12px;
}
.application-card-evidence { display: grid; gap: 8px; margin: 0; padding-top: 3px; }
.application-card-evidence div { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 8px; align-items: baseline; }
.application-card-evidence dt { color: var(--muted); font-size: 12px; }
.application-card-evidence dd { margin: 0; color: var(--brand-dark); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.application-card-actions { display: flex; gap: 8px; margin-top: auto; }
.application-card-actions .primary, .application-card-actions .secondary { flex: 1; padding: 9px 10px; text-align: center; }
.application-rfq-panel {
  display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 18px; margin-top: 22px; padding: 20px;
  border: 1px solid #d3e5ef; border-radius: 8px; background: #fbfdff;
}
.application-rfq-panel h2 { margin: 5px 0 8px; color: var(--brand-dark); font-size: 21px; }
.application-rfq-panel p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; }
.application-scenario-intake {
  margin: 20px 0; padding: 18px; border: 1px solid #cfe4df; border-radius: 9px;
  background:
    radial-gradient(circle at 96% 8%, rgba(0, 166, 118, .13), transparent 25%),
    linear-gradient(135deg, #fbfffd 0%, #f7fbff 100%);
}
.application-scenario-intake-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 13px;
}
.application-scenario-intake-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 22px; line-height: 1.3; }
.application-scenario-intake-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.application-scenario-intake-head .secondary,
.application-scenario-actions .primary,
.application-scenario-actions .secondary {
  min-height: 36px; padding: 8px 11px; border-radius: 5px; font-size: 12px; white-space: nowrap; text-align: center;
}
.application-scenario-fields { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.application-scenario-fields article { min-width: 0; padding: 11px; border: 1px solid #dcebf2; border-radius: 7px; background: rgba(255,255,255,.84); }
.application-scenario-fields strong { display: block; color: var(--green); font-size: 12px; margin-bottom: 5px; }
.application-scenario-fields span { display: block; color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.application-scenario-fields p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.56; }
.application-scenario-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-top: 12px; }
.application-scenario-modules {
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; padding: 10px 12px;
  border: 1px dashed #cfe0ea; border-radius: 7px; background: rgba(255,255,255,.74); color: #4a6170; font-size: 12px; line-height: 1.55;
}
.application-scenario-modules strong { color: var(--brand-dark); }
.application-module-plan {
  margin: 18px 0; padding: 18px; border: 1px solid #cfe3ef; border-radius: 9px;
  background:
    radial-gradient(circle at 97% 8%, rgba(49, 163, 165, .12), transparent 23%),
    linear-gradient(135deg, #fff, #f7fbff);
}
.application-module-plan-head {
  display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 14px;
}
.application-module-plan-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 22px; }
.application-module-plan-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.62; font-size: 13px; }
.application-module-plan-head .secondary { flex-shrink: 0; padding: 9px 12px; white-space: nowrap; }
.application-module-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.application-module-grid article {
  min-width: 0; display: grid; gap: 10px; padding: 14px; border: 1px solid #dce9f1; border-radius: 8px; background: rgba(255,255,255,.9);
}
.application-module-grid article > strong { color: var(--green); font-size: 20px; line-height: 1; }
.application-module-grid h3 { margin: 0; color: var(--brand-dark); font-size: 17px; }
.application-module-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.application-module-candidates { display: grid; gap: 7px; }
.application-module-candidates a {
  min-width: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 8px; align-items: center;
  padding: 7px; border: 1px solid #e4eef4; border-radius: 6px; background: #fbfdff;
}
.application-module-candidates img { width: 38px; height: 38px; object-fit: contain; border: 1px solid #eef3f6; border-radius: 4px; background: #fff; }
.application-module-candidates b, .application-module-candidates small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.application-module-candidates b { color: var(--brand-dark); font-size: 12px; }
.application-module-candidates small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.application-module-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.application-module-actions a { padding: 7px 9px; border: 1px solid #cfe0eb; border-radius: 5px; color: var(--brand); background: #fff; font-size: 12px; font-weight: 700; }
.application-rfq-template {
  display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 14px;
  margin: 18px 0; padding: 18px; border: 1px solid #cfe5dc; border-radius: 9px;
  background:
    radial-gradient(circle at 4% 12%, rgba(0, 166, 118, .12), transparent 24%),
    radial-gradient(circle at 96% 10%, rgba(245, 158, 11, .14), transparent 24%),
    linear-gradient(135deg, #fbfffd, #f8fcff);
}
.application-rfq-template-copy h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; }
.application-rfq-template-copy p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.application-rfq-template-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.application-rfq-template-actions .primary, .application-rfq-template-actions .secondary {
  min-height: 36px; padding: 8px 11px; font-size: 12px; white-space: nowrap;
}
.application-rfq-template-note {
  min-width: 0; border: 1px solid #d7e7ef; border-radius: 8px; background: #fff; overflow: hidden;
}
.application-rfq-template-note pre {
  margin: 0; padding: 13px; color: #29465b; white-space: pre-wrap; overflow-wrap: anywhere;
  font: 12px/1.72 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}
.seo-rfq-template {
  display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 14px;
  margin: 16px 0 18px; padding: 16px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 5% 10%, rgba(0, 166, 118, .12), transparent 24%),
    radial-gradient(circle at 96% 12%, rgba(245, 158, 11, .14), transparent 24%),
    linear-gradient(135deg, #fbfffd, #f8fcff);
}
.seo-rfq-copy h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 21px; }
.seo-rfq-copy p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.seo-rfq-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.seo-rfq-actions .primary, .seo-rfq-actions .secondary { min-height: 36px; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.seo-rfq-note { min-width: 0; border: 1px solid #d7e7ef; border-radius: 8px; background: #fff; overflow: hidden; }
.seo-rfq-note pre {
  margin: 0; padding: 12px; white-space: pre-wrap; overflow-wrap: anywhere; color: #29465b;
  font: 12px/1.72 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}
.procurement-signal-triage {
  margin: 14px 0 16px; padding: 16px; border: 1px solid #d4e5ee; border-radius: 8px;
  background: linear-gradient(135deg, #fbfdff 0%, #f7fbff 62%, #f8fffb 100%);
}
.procurement-signal-triage-head {
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px; margin-bottom: 12px;
}
.procurement-signal-triage-head h2 { margin: 2px 0 4px; color: var(--brand-dark); font-size: 21px; line-height: 1.28; }
.procurement-signal-triage-head p:not(.eyebrow) { margin: 0; color: #456477; font-size: 13px; line-height: 1.62; overflow-wrap: anywhere; }
.procurement-signal-triage-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.procurement-signal-triage-grid article {
  min-width: 0; display: flex; flex-direction: column; gap: 8px; padding: 12px;
  border: 1px solid #dce9f1; border-radius: 7px; background: #fff;
}
.procurement-signal-triage-grid span {
  display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center;
  border-radius: 50%; background: #e9f5ef; color: var(--green); font-size: 11px; font-weight: 900;
}
.procurement-signal-triage-grid h2 { margin: 0; color: var(--brand-dark); font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.procurement-signal-triage-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.procurement-signal-triage-grid div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.procurement-signal-triage-grid small {
  padding: 4px 6px; border-radius: 4px; background: #f2f7fa; color: #496678; font-size: 11px; line-height: 1.25; overflow-wrap: anywhere;
}
.procurement-signal-triage-grid a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 31px;
  border: 1px solid #cfe0eb; border-radius: 5px; color: var(--brand); font-size: 12px; font-weight: 800;
}
.package-compatibility-desk {
  margin: 14px 0 18px; padding: 18px; border: 1px solid #cfe2ec; border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 103, 177, .07), transparent 38%),
    linear-gradient(315deg, rgba(0, 166, 118, .10), transparent 30%),
    #fff;
}
.package-compatibility-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 360px); gap: 16px; align-items: start;
}
.package-compatibility-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; line-height: 1.26; }
.package-compatibility-head p:not(.eyebrow) { margin: 0; color: #3d5261; line-height: 1.68; font-size: 13px; }
.package-compatibility-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.package-compatibility-actions .primary,
.package-compatibility-actions .secondary { min-height: 34px; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.package-compatibility-grid {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 13px;
}
.package-compatibility-grid article {
  min-width: 0; padding: 11px; border: 1px solid #dceaf2; border-radius: 7px; background: rgba(255,255,255,.88);
}
.package-compatibility-grid strong { display: block; color: var(--green); font-size: 12px; margin-bottom: 6px; }
.package-compatibility-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.56; }
.package-compatibility-candidates {
  display: grid; grid-template-columns: 98px minmax(0, 1fr); gap: 10px; align-items: start;
  margin-top: 12px; padding: 10px 12px; border: 1px solid #d9e8ef; border-radius: 7px; background: rgba(248,252,255,.9);
}
.package-compatibility-candidates > strong { padding-top: 7px; color: var(--brand-dark); font-size: 13px; }
.package-compatibility-candidates > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr) auto); gap: 7px; align-items: stretch; }
.package-compatibility-candidates a {
  min-width: 0; display: flex; flex-direction: column; justify-content: center; min-height: 34px; padding: 7px 9px;
  border: 1px solid #d2e4ed; border-radius: 6px; background: #fff; color: var(--brand-dark); font-size: 12px; font-weight: 800;
}
.package-compatibility-candidates a:nth-child(2n) { align-items: center; color: var(--green); background: #f2fbf7; border-color: #cbe5da; white-space: nowrap; }
.package-compatibility-candidates span,
.package-compatibility-candidates small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.package-compatibility-candidates small { margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 600; }
.package-compatibility-hub {
  margin: 20px 0 22px; padding: 18px; border: 1px solid #cfe3ef; border-radius: 8px;
  background:
    linear-gradient(135deg, #fff, #f7fbff),
    radial-gradient(circle at 96% 10%, rgba(0, 166, 118, .10), transparent 28%);
}
.package-compatibility-hub-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); gap: 16px; align-items: start;
}
.package-compatibility-hub-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; line-height: 1.26; }
.package-compatibility-hub-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.66; }
.package-compatibility-hub-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.package-compatibility-hub-actions .primary,
.package-compatibility-hub-actions .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.package-compatibility-hub-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.package-compatibility-hub-grid article {
  min-width: 0; padding: 13px; border: 1px solid #dceaf2; border-radius: 7px; background: rgba(255,255,255,.9);
}
.package-compatibility-hub-grid span { color: var(--green); font-size: 12px; font-weight: 900; }
.package-compatibility-hub-grid strong { display: block; margin: 7px 0 6px; color: var(--brand-dark); font-size: 14px; }
.package-compatibility-hub-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.package-compatibility-hub-examples {
  display: grid; grid-template-columns: 168px minmax(0, 1fr); gap: 10px; align-items: start;
  margin-top: 12px; padding: 11px 12px; border: 1px solid #d9e8ef; border-radius: 7px; background: rgba(248,252,255,.9);
}
.package-compatibility-hub-examples > strong { padding-top: 7px; color: var(--brand-dark); font-size: 13px; }
.package-compatibility-hub-examples > div { display: flex; flex-wrap: wrap; gap: 8px; }
.package-compatibility-hub-examples a {
  display: inline-flex; flex-direction: column; min-width: 116px; max-width: 190px; padding: 7px 10px;
  border: 1px solid #d2e4ed; border-radius: 6px; background: #fff; color: var(--brand-dark);
}
.package-compatibility-hub-examples span,
.package-compatibility-hub-examples small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.package-compatibility-hub-examples span { font-size: 12px; font-weight: 900; }
.package-compatibility-hub-examples small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.package-procurement-guide {
  margin: 14px 0 16px; padding: 16px; border: 1px solid #d5e5ec; border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 74, 117, .05), transparent 36%),
    linear-gradient(315deg, rgba(255, 181, 67, .14), transparent 32%),
    #fff;
}
.package-guide-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 280px); gap: 14px; align-items: start;
}
.package-guide-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 20px; line-height: 1.24; }
.package-guide-head p:not(.eyebrow) { margin: 0; color: #3d5261; line-height: 1.6; font-size: 13px; }
.package-guide-score {
  padding: 12px; border: 1px solid #dceaf0; border-radius: 8px; background: rgba(255,255,255,.86);
}
.package-guide-score strong { display: block; color: var(--green); font-size: 24px; line-height: 1; }
.package-guide-score span { display: block; margin-top: 6px; color: #4c6675; font-size: 11px; line-height: 1.4; }
.package-alias-strip {
  display: grid; grid-template-columns: 94px minmax(0, 1fr); gap: 9px; align-items: start;
  margin-top: 12px; padding: 10px 11px; border: 1px solid #dce9f0; border-radius: 7px; background: rgba(248, 252, 255, .9);
}
.package-alias-strip strong { padding-top: 6px; color: var(--brand-dark); font-size: 13px; }
.package-alias-strip div { display: flex; flex-wrap: wrap; gap: 8px; }
.package-alias-strip a {
  display: inline-flex; min-height: 30px; align-items: center; padding: 6px 10px;
  border: 1px solid #d2e4ed; border-radius: 999px; background: #fff; color: var(--brand-dark); font-size: 12px; font-weight: 700;
}
.package-alias-strip a:hover { border-color: #9fc7dc; color: var(--brand); }
.taxonomy-guide-summary {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;
}
.taxonomy-guide-summary span {
  display: inline-flex; align-items: center; min-height: 30px; padding: 6px 10px;
  border: 1px solid #d9e8ef; border-radius: 999px; background: rgba(255,255,255,.94);
  color: #4b6678; font-size: 12px; line-height: 1.4;
}
.package-guide-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px;
}
.package-guide-grid article {
  min-width: 0; min-height: 142px; padding: 14px; border: 1px solid #dbe9ef; border-radius: 8px;
  background: rgba(255,255,255,.88); box-shadow: 0 8px 18px rgba(2, 44, 70, .045);
}
.package-guide-grid span {
  display: inline-flex; min-width: 28px; height: 28px; align-items: center; justify-content: center;
  border-radius: 50%; background: #e9f7f2; color: var(--green); font-weight: 800; font-size: 12px;
}
.package-guide-grid h3 { margin: 10px 0 7px; color: var(--brand-dark); font-size: 15px; }
.package-guide-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.package-guide-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.package-guide-actions a { padding: 9px 12px; border-radius: 5px; font-size: 13px; white-space: nowrap; }
.package-guide-candidates {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 13px;
}
.package-guide-candidates article {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center;
  min-width: 0; padding: 9px; border: 1px solid #d8e7ef; border-radius: 7px; background: rgba(255,255,255,.9);
}
.package-guide-candidates article > a:first-child {
  display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 8px; align-items: center; min-width: 0; color: var(--brand-dark);
}
.package-guide-candidates img { width: 38px; height: 38px; object-fit: contain; border: 1px solid #edf2f5; border-radius: 4px; background: #fff; }
.package-guide-candidates strong, .package-guide-candidates small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.package-guide-candidates small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.package-guide-bom {
  padding: 7px 9px; border: 1px solid #cbe5da; border-radius: 5px; background: #f2fbf7;
  color: var(--green); font-size: 12px; font-weight: 700; white-space: nowrap;
}
.package-family-router {
  margin-top: 22px; padding: 18px; border: 1px solid #cfe3ef; border-radius: 9px;
  background:
    radial-gradient(circle at 96% 8%, rgba(0, 166, 118, .12), transparent 24%),
    linear-gradient(135deg, #fff, #f7fbff);
}
.package-family-router-head {
  display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 14px;
}
.package-family-router-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 22px; }
.package-family-router-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.package-family-router-head .secondary { flex-shrink: 0; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.package-family-router-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.package-family-router-grid article {
  min-width: 0; display: grid; gap: 10px; padding: 14px; border: 1px solid #dce9f1; border-radius: 8px; background: rgba(255,255,255,.9);
}
.package-family-card-head { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.package-family-card-head strong { color: var(--brand-dark); font-size: 17px; }
.package-family-card-head span { color: var(--green); font-size: 12px; font-weight: 700; white-space: nowrap; }
.package-family-router-grid p { margin: 0; color: #3f586a; font-size: 13px; line-height: 1.6; }
.package-family-router-grid small { color: var(--muted); font-size: 12px; line-height: 1.55; }
.package-family-links { display: flex; flex-wrap: wrap; gap: 7px; }
.package-family-links a {
  display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 6px 9px;
  border: 1px solid #d7e7f0; border-radius: 999px; background: #fff; color: var(--brand-dark); font-size: 12px;
}
.package-family-links b { color: var(--brand); }
.package-family-links span { color: var(--muted); }
.package-family-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.package-family-actions a { padding: 7px 9px; border: 1px solid #cfe0eb; border-radius: 5px; background: #fff; color: var(--brand); font-size: 12px; font-weight: 700; }
.manufacturer-verification-panel {
  margin: 0 0 14px; padding: 14px; border: 1px solid #d5e7f0; border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #f8fcff),
    radial-gradient(circle at 96% 8%, rgba(0,103,177,.10), transparent 26%),
    radial-gradient(circle at 4% 96%, rgba(0,166,118,.10), transparent 28%);
  box-shadow: 0 8px 22px rgba(6,49,78,.05);
}
.manufacturer-verification-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 11px; }
.manufacturer-verification-head h2 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 19px; }
.manufacturer-verification-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.5; font-size: 12px; }
.manufacturer-verification-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.manufacturer-verification-actions .primary, .manufacturer-verification-actions .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.manufacturer-verification-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.manufacturer-verification-grid article {
  min-width: 0; padding: 12px; border: 1px solid #dceaf2; border-radius: 7px; background: rgba(255,255,255,.86);
}
.manufacturer-verification-grid strong { display: block; color: var(--muted); font-size: 12px; margin-bottom: 6px; }
.manufacturer-verification-grid b { display: block; color: var(--brand-dark); font-size: 17px; line-height: 1.35; overflow-wrap: anywhere; }
.manufacturer-verification-grid p { margin: 7px 0 0; color: #526d7e; font-size: 12px; line-height: 1.55; }
.manufacturer-rfq-fields { margin-top: 11px; padding: 11px; border: 1px solid #e1ecf3; border-radius: 7px; background: #fff; }
.manufacturer-rfq-fields > strong { display: block; margin-bottom: 9px; color: var(--brand-dark); }
.manufacturer-rfq-fields div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.manufacturer-rfq-fields span { min-width: 0; padding: 8px; border-radius: 6px; background: #f7fbfe; color: #4a6678; font-size: 12px; line-height: 1.45; overflow-wrap: anywhere; }
.manufacturer-rfq-fields b { display: block; margin-bottom: 4px; color: var(--green); }
.brand-manufacturer-evidence { margin-top: 11px; padding: 11px; border: 1px dashed #c8dde9; border-radius: 7px; background: rgba(255,255,255,.88); }
.brand-manufacturer-evidence > strong { display: block; margin-bottom: 9px; color: var(--brand-dark); }
.brand-manufacturer-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.brand-manufacturer-evidence-grid article { min-width: 0; padding: 10px; border: 1px solid #e0edf4; border-radius: 6px; background: #fbfdff; }
.brand-manufacturer-evidence-grid b { display: block; color: var(--green); font-size: 12px; margin-bottom: 5px; }
.brand-manufacturer-evidence-grid strong { display: block; color: var(--brand-dark); font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.brand-manufacturer-evidence-grid p { margin: 6px 0 0; color: #4d687a; font-size: 12px; line-height: 1.55; }
.brand-manufacturer-evidence-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.brand-manufacturer-evidence-links a { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 9px; border: 1px solid #d6e7f0; border-radius: 999px; background: #fff; color: var(--brand); font-size: 12px; font-weight: 700; }
.manufacturer-index-verify {
  margin: 20px 0 22px; padding: 18px; border: 1px solid #cfe3ef; border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #f7fbff),
    radial-gradient(circle at 96% 8%, rgba(0, 103, 177, .10), transparent 28%),
    radial-gradient(circle at 4% 96%, rgba(0, 166, 118, .09), transparent 30%);
}
.manufacturer-index-verify-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); gap: 16px; align-items: start;
}
.manufacturer-index-verify-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; line-height: 1.28; }
.manufacturer-index-verify-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.66; }
.manufacturer-index-verify-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.manufacturer-index-verify-actions .primary,
.manufacturer-index-verify-actions .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.manufacturer-index-verify-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.manufacturer-index-verify-grid article {
  min-width: 0; padding: 13px; border: 1px solid #dceaf2; border-radius: 7px; background: rgba(255,255,255,.9);
}
.manufacturer-index-verify-grid span { color: var(--green); font-size: 12px; font-weight: 900; }
.manufacturer-index-verify-grid strong { display: block; margin: 7px 0 6px; color: var(--brand-dark); font-size: 14px; }
.manufacturer-index-verify-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.manufacturer-index-examples {
  display: grid; grid-template-columns: 158px minmax(0, 1fr); gap: 10px; align-items: start;
  margin-top: 12px; padding: 11px 12px; border: 1px solid #d9e8ef; border-radius: 7px; background: rgba(248,252,255,.9);
}
.manufacturer-index-examples > strong { padding-top: 7px; color: var(--brand-dark); font-size: 13px; }
.manufacturer-index-examples > div { display: flex; flex-wrap: wrap; gap: 8px; }
.manufacturer-index-examples a {
  display: inline-flex; flex-direction: column; min-width: 132px; max-width: 220px; padding: 7px 10px;
  border: 1px solid #d2e4ed; border-radius: 6px; background: #fff; color: var(--brand-dark);
}
.manufacturer-index-examples span,
.manufacturer-index-examples small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.manufacturer-index-examples span { font-size: 12px; font-weight: 900; }
.manufacturer-index-examples small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.brand-verification-panel {
  background:
    linear-gradient(135deg, #ffffff, #f9fcff),
    radial-gradient(circle at 96% 8%, rgba(253,174,55,.14), transparent 26%),
    radial-gradient(circle at 4% 96%, rgba(0,103,177,.10), transparent 28%);
}
.facet-panel {
  background: white; border: 1px solid var(--line); border-radius: 7px; margin-bottom: 10px; overflow: hidden;
}
.facet-row {
  min-height: 44px; display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; align-items: start;
  border-bottom: 1px solid #edf2f5; gap: 12px; padding: 10px 14px 10px 0;
}
.facet-row:last-child { border-bottom: 0; }
.facet-row > strong { color: var(--muted); font-size: 12px; font-weight: 800; padding-left: 18px; }
.enhanced-facet-row { grid-template-columns: 92px minmax(0, 1fr) minmax(136px, 176px) auto; align-items: start; }
.category-facet-row { grid-template-columns: 92px minmax(0, 1fr) auto; }
.facet-body { min-width: 0; }
.category-facet-row { align-items: start; min-height: 78px; padding-top: 10px; }
.category-facet-body { min-width: 0; }
.category-letters { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; margin-bottom: 8px; }
.category-letters button {
  background: transparent; color: var(--ink); border: 0; border-radius: 4px; padding: 3px 7px; font-size: 12px;
}
.category-letters button:hover, .category-letters button.active { color: var(--brand); background: var(--brand-soft); }
.category-current { min-height: 24px; display: flex; align-items: center; gap: 9px; margin-bottom: 4px; }
.category-current span { color: var(--muted); font-size: 13px; }
.category-current button {
  border: 1px solid transparent; background: #fff; color: var(--brand); padding: 4px 8px; border-radius: 4px;
}
.category-current button:hover, .category-current button.active { background: var(--brand-soft); border-color: #cbe1f3; }
.facet-inline-preview {
  display: grid;
  gap: 2px;
  margin: 0 0 6px;
  padding: 7px 9px;
  border: 1px solid #dce9f1;
  border-radius: 6px;
  background: #fff;
}
.facet-inline-preview strong {
  color: var(--brand-dark);
  font-size: 11px;
  line-height: 1.2;
}
.facet-inline-preview span {
  color: #5f788b;
  font-size: 11px;
  line-height: 1.35;
}
.category-option-grid {
  background: #f7f8fa; border-radius: 4px; padding: 7px 12px;
  display: grid; grid-template-columns: repeat(8, minmax(106px, 1fr)); gap: 5px 14px;
  max-height: 54px; overflow: hidden;
}
.category-facet-main.expanded .category-option-grid { max-height: 312px; overflow: auto; }
.category-option-grid { transition: max-height .2s ease; }
.category-option-grid button {
  text-align: left; justify-content: start; min-width: 0; background: transparent; border: 0; color: var(--ink);
  padding: 1px 0; font-size: 11px; line-height: 1.25; gap: 4px;
}
.category-option-grid button span {
  display: inline-block; max-width: 118px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom;
}
.category-option-grid button small { color: var(--muted); margin-left: 4px; font-size: 11px; }
.category-option-grid button:hover, .category-option-grid button.active { color: var(--brand); }
.facet-empty { color: var(--muted); font-size: 13px; grid-column: 1 / -1; }
.facet-side-actions { display: flex; align-items: center; justify-content: end; gap: 5px; padding-top: 1px; }
.link-button {
  border: 0; background: transparent; color: var(--brand); padding: 4px 3px; font-size: 11px;
}
.mini-outline {
  background: #fff; color: var(--brand); border: 1px solid #cbe1f3; border-radius: 4px; padding: 4px 7px; font-size: 11px;
}
.facet-options { display: flex; flex-wrap: wrap; gap: 5px; max-height: 30px; overflow: hidden; }
.facet-options.expanded {
  display: grid; grid-template-columns: repeat(6, minmax(120px, 1fr)); gap: 10px 24px;
  background: #f7f8fa; border-radius: 4px; padding: 10px 14px; max-height: 142px; overflow: auto;
}
.facet-options button {
  padding: 4px 8px; background: white; border-radius: 4px; border: 1px solid transparent;
  color: var(--ink); font-size: 11px; min-width: 0; gap: 4px; line-height: 1.2;
}
.facet-options.expanded button {
  justify-content: start; text-align: left; background: transparent; border-color: transparent; padding: 2px 0;
}
.facet-options button span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.facet-options button small { color: var(--muted); margin-left: 4px; }
.facet-options button:hover, .facet-options button.active {
  background: var(--brand-soft); border-color: #cbe1f3; color: var(--brand);
}
.facet-options button.active small { color: var(--brand); }
.facet-select { width: 100%; max-width: 176px; margin: 0; height: 32px; font-size: 12px; padding: 5px 8px; }
.facet-search-line { display: none; grid-column: 1 / -1; margin-bottom: 2px; }
.facet-body.expanded .facet-search-line, .facet-options.expanded .facet-search-line, .facet-expanded-tools { display: block; }
.facet-search-line input, .facet-expanded-tools input {
  width: 170px; height: 32px; margin: 0; border-radius: 5px; font-size: 12px; background: #fff;
}
.facet-expanded-tools { margin-bottom: 8px; }
.facet-batch-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 8px; padding-top: 8px; border-top: 1px dashed #dde7ee; }
.facet-batch-actions button { min-width: 66px; padding: 7px 14px !important; justify-content: center !important; border-radius: 4px !important; }
.multi-mode input[type="checkbox"] { width: 14px; height: 14px; margin: 0 3px 0 0; accent-color: var(--brand); }
.parameter-search { display: flex; max-width: 530px; gap: 8px; }
.parameter-search input { margin: 0; height: 40px; }
.parameter-search button { padding: 8px 18px; white-space: nowrap; }
.contact-profile-note {
  margin: 0 0 10px; padding: 9px 11px; border: 1px solid #cfe4f3; border-radius: 6px;
  background: #f6fbff; color: #45687e; font-size: 12px; line-height: 1.45;
}
.facet-hint { padding: 12px 18px 14px 104px; color: var(--muted); font-size: 13px; border-top: 1px dashed #e4ecf1; }
.facet-hint.compact { padding: 8px 14px 9px 104px; font-size: 12px; background: #fcfdfe; }
.specification-row { background: #fcfdfe; }
.catalog-toolbar {
  margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f8fc 100%);
  border: 1px solid #d6e4ee; border-radius: 10px; padding: 10px 14px; font-size: 12px;
}
.catalog-toolbar-summary { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.catalog-toolbar-eyebrow {
  color: #6b879b; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}
.catalog-toolbar-summary strong { color: var(--brand-dark); font-size: 15px; line-height: 1.2; }
.catalog-toolbar-scope {
  max-width: 100%; color: var(--muted); font-size: 12px; line-height: 1.45;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.catalog-toolbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-left: auto; }
.catalog-toolbar-filterset {
  display: flex; align-items: center; gap: 8px; min-width: 0;
}
.catalog-toolbar-check {
  min-height: 32px; display: inline-flex; align-items: center; gap: 6px; margin: 0;
  padding: 0 10px; border: 1px solid #d3e0e9; border-radius: 999px; background: #fff;
  color: #41586a; font-size: 12px; font-weight: 700; white-space: nowrap;
}
.catalog-toolbar-check input {
  width: 14px; height: 14px; margin: 0; accent-color: var(--brand);
}
.catalog-toolbar-jump {
  display: none; align-items: center; justify-content: center; min-height: 32px; padding: 0 10px;
  border: 1px solid #cddfea; border-radius: 5px; background: #fff; color: var(--brand); font-size: 12px; white-space: nowrap;
}
.catalog-toolbar-jump:hover { background: var(--brand-soft); border-color: #b8d8ec; }
.catalog-toolbar label { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.catalog-toolbar-sort {
  min-height: 36px; padding: 0 0 0 12px; border: 1px solid #d3e0e9; border-radius: 999px; background: #fff;
}
.catalog-toolbar-sort span { color: #6b7f90; font-size: 11px; font-weight: 700; white-space: nowrap; }
.catalog-toolbar select {
  margin: 0; width: 118px; height: 34px; padding: 6px 12px 6px 8px; font-size: 12px;
  border: 0; background: transparent;
}
#catalogFiltersPanel { scroll-margin-top: 72px; }
.priority-sourcing-panel {
  margin: 0 0 13px; padding: 16px; border: 1px solid #cfe4ee; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 12%, rgba(255, 191, 77, .18), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #fbfffb 100%);
}
.priority-sourcing-panel:empty { display: none; }
.priority-sourcing-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.priority-sourcing-head h3 { margin: 3px 0 7px; color: var(--brand-dark); font-size: 20px; }
.priority-sourcing-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.priority-sourcing-head > div:last-child { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.priority-sourcing-head .primary, .priority-sourcing-head .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.priority-sourcing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.priority-sourcing-card {
  min-width: 0; display: grid; gap: 10px; padding: 12px; border: 1px solid #dce9ef; border-radius: 7px; background: rgba(255,255,255,.86);
}
.priority-sourcing-main {
  display: grid; grid-template-columns: 36px 44px minmax(0, 1fr); gap: 9px; align-items: center; min-width: 0; color: var(--brand-dark);
}
.priority-rank {
  display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%;
  background: var(--green-soft); color: var(--green); font-weight: 800; font-size: 13px;
}
.priority-sourcing-main img { width: 44px; height: 44px; object-fit: contain; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.priority-sourcing-main strong, .priority-sourcing-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.priority-sourcing-main small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.priority-sourcing-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.priority-sourcing-facts span { min-width: 0; padding: 8px; border-radius: 6px; background: #f7fbfd; border: 1px solid #e3edf3; }
.priority-sourcing-facts small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.priority-sourcing-facts b { display: block; color: var(--brand-dark); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.priority-sourcing-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.priority-sourcing-actions a, .priority-sourcing-actions button {
  min-width: 0; min-height: 34px; padding: 7px 6px; text-align: center; border: 1px solid #cfe0eb; border-radius: 5px;
  background: #fff; color: var(--brand); font-size: 12px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;
}
.guided-empty strong { display: block; color: var(--brand-dark); font-size: 18px; margin-bottom: 8px; }
.guided-empty p { margin: 0 0 16px; color: var(--muted); }
.guided-empty div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.guided-empty a { min-width: 128px; text-align: center; }
.no-result-guide {
  background: #fff; border: 1px solid #d7e7ef; border-radius: 8px; padding: 20px;
  box-shadow: 0 8px 20px rgba(3, 54, 92, .05);
}
.no-result-commerce-guide {
  display: grid;
  gap: 11px;
}
.no-result-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: start; }
.no-result-head h3,
.missing-product-guide h1 { margin: 3px 0 7px; color: var(--brand-dark); font-size: 21px; line-height: 1.24; }
.no-result-head p { margin: 0; color: var(--muted); line-height: 1.55; }
.missing-product-guide .no-result-head p { max-width: 720px; font-size: 15px; line-height: 1.62; }
.missing-product-guide .no-result-split strong { font-size: 16px; }
.missing-product-guide .no-result-split p { font-size: 14px; line-height: 1.62; }
.no-result-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; max-width: 380px; }
.no-result-actions a, .no-result-actions button { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.no-result-demand-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.no-result-demand-strip span {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 9px 11px;
  border: 1px solid #dbe9f1;
  border-radius: 7px;
  background: #fbfdff;
}
.no-result-demand-strip b {
  color: #647b8e;
  font-size: 11px;
  font-weight: 800;
}
.no-result-demand-strip strong {
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.no-result-relax {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 16px; padding: 12px; background: #f7fbff; border: 1px solid #deebf3; border-radius: 7px;
}
.no-result-relax strong { color: var(--brand-dark); white-space: nowrap; }
.no-result-relax div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.no-result-relax a { color: var(--brand); background: #fff; border: 1px solid #d7e7ef; border-radius: 5px; padding: 7px 10px; font-size: 12px; }
.no-result-split {
  margin-top: 11px; padding: 11px 12px; border: 1px solid #d7e8f1; border-radius: 8px;
  background: #fbfdff;
}
.no-result-split strong { display: block; color: var(--brand-dark); margin-bottom: 4px; }
.no-result-split p { margin: 0 0 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.no-result-split div { display: flex; flex-wrap: wrap; gap: 8px; }
.no-result-split a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 34px;
  padding: 8px 11px; border: 1px solid #cfe0eb; border-radius: 5px; background: #fff;
  color: var(--brand-dark); font-size: 12px; line-height: 1.2;
}
.no-result-split a:hover { border-color: #9cc7ea; color: var(--brand); background: var(--brand-soft); }
.no-result-split a.primary { background: var(--brand); border-color: var(--brand); color: #fff; }
.no-result-primary-grid {
  display: grid;
  grid-template-columns: minmax(440px, 1fr) minmax(292px, .58fr);
  gap: 12px;
  align-items: stretch;
}
.no-result-primary-grid .no-result-quick-rfq,
.no-result-primary-grid .no-result-action-shelf {
  margin-top: 0;
}
.no-result-primary-grid .no-result-action-shelf {
  display: grid;
  align-content: start;
}
.no-result-primary-grid .no-result-action-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.no-result-primary-grid .no-result-action-grid a.primary-card {
  grid-column: 1 / -1;
}
.no-result-primary-grid .no-result-relax-line {
  align-items: stretch;
  flex-direction: column;
}
.no-result-primary-grid .no-result-relax-line div {
  justify-content: flex-start;
}
.no-result-action-shelf {
  margin-top: 13px;
  padding: 11px;
  border: 1px solid #d7e8f1;
  border-radius: 8px;
  background: #fbfdff;
}
.no-result-action-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.no-result-action-grid a {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 5px;
  min-height: 62px;
  padding: 10px 11px;
  border: 1px solid #dce9f1;
  border-radius: 7px;
  background: #fff;
  color: inherit;
}
.no-result-action-grid a:hover {
  border-color: #9cc7ea;
  background: #f7fbff;
}
.no-result-action-grid a.primary-card {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}
.no-result-action-grid strong {
  color: var(--brand-dark);
  font-size: 13px;
  line-height: 1.25;
}
.no-result-action-grid .primary-card strong,
.no-result-action-grid .primary-card span {
  color: #fff;
}
.no-result-action-grid span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.42;
}
.no-result-quick-rfq {
  margin-top: 13px;
  padding: 13px;
  border: 1px solid #cfe4ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(5, 39, 65, .04);
}
.no-result-quick-rfq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.no-result-quick-rfq-head strong {
  display: block;
  color: var(--brand-dark);
  font-size: 15px;
}
.no-result-quick-rfq-head span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}
.no-result-quick-rfq-head a {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid #d7e7ef;
  border-radius: 5px;
  background: #f7fbff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}
.no-result-quick-rfq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(92px, .55fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}
.no-result-quick-rfq label {
  display: grid;
  gap: 5px;
  margin: 0;
  color: #536b7d;
  font-size: 12px;
  font-weight: 700;
}
.no-result-quick-rfq input,
.no-result-quick-rfq textarea {
  width: 100%;
  margin: 0;
  border-radius: 5px;
  background: #fbfdff;
  font-size: 13px;
}
.no-result-quick-rfq-grid .no-result-rfq-mpn { grid-column: span 2; }
.no-result-quick-rfq-grid .no-result-rfq-qty { grid-column: span 1; }
.no-result-quick-rfq-grid .no-result-rfq-company,
.no-result-quick-rfq-grid .no-result-rfq-contact,
.no-result-quick-rfq-grid .no-result-rfq-phone,
.no-result-quick-rfq-grid .no-result-rfq-email { grid-column: span 1; }
.no-result-qty-presets {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
}
.no-result-qty-presets span {
  color: #536b7d;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.no-result-qty-presets button {
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid #d7e7ef;
  border-radius: 5px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 12px;
}
.no-result-qty-presets button:hover {
  border-color: #9cc7ea;
  background: var(--brand-soft);
  color: var(--brand);
}
.no-result-quick-rfq-note {
  margin-top: 8px !important;
}
.no-result-rfq-lines {
  margin-top: 8px !important;
}
.no-result-rfq-lines textarea {
  min-height: 54px;
  resize: vertical;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.no-result-rfq-lines small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.no-result-bom-preview {
  display: grid;
  gap: 5px;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px dashed #cfe0eb;
  border-radius: 6px;
  background: #f8fbfd;
}
.no-result-bom-preview span {
  color: #536b7d;
  font-size: 11px;
  font-weight: 800;
}
.no-result-bom-preview strong {
  color: var(--brand-dark);
  font-size: 12px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.no-result-quick-rfq-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
}
.no-result-quick-rfq-actions .primary {
  min-width: 132px;
  min-height: 38px;
  border-radius: 6px;
}
.no-result-quick-rfq-actions span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.no-result-quick-rfq.is-submitted {
  border-color: #bfe5d3;
  background: linear-gradient(135deg, #fff, #f7fffb);
}
.no-result-relax-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d5e4ee;
}
.no-result-relax-line strong {
  flex-shrink: 0;
  color: var(--brand-dark);
  font-size: 12px;
}
.no-result-relax-line div {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}
.no-result-relax-line a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border: 1px solid #d7e7ef;
  border-radius: 5px;
  background: #fff;
  color: var(--brand);
  font-size: 12px;
  line-height: 1.2;
}
.no-result-recovery-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 11px;
  border: 1px solid #cfe8dc;
  border-radius: 7px;
  background: #f6fffb;
}
.no-result-recovery-link strong {
  color: var(--green);
  font-size: 12px;
  white-space: nowrap;
}
.no-result-recovery-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid #bfe3d1;
  border-radius: 5px;
  background: #fff;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.no-result-mall-hub {
  margin-top: 13px; padding: 14px; border: 1px solid #d7e8f1; border-radius: 8px;
  background:
    linear-gradient(135deg, #fbfdff 0%, #f7fbff 58%, #f8fffb 100%);
}
.no-result-mall-hub-head { margin-bottom: 10px; }
.no-result-mall-hub-head strong { display: block; margin: 3px 0 5px; color: var(--brand-dark); font-size: 16px; }
.no-result-mall-hub-head span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.no-result-mall-hub-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.no-result-mall-hub-grid a {
  min-width: 0; display: grid; gap: 4px; padding: 10px; border: 1px solid #dce9f1; border-radius: 7px;
  background: #fff; color: inherit;
}
.no-result-mall-hub-grid strong { color: var(--brand-dark); font-size: 13px; }
.no-result-mall-hub-grid span { color: var(--muted); font-size: 11px; line-height: 1.42; }
.no-result-guide pre {
  box-sizing: border-box; max-width: 100%; margin: 12px 0 0; padding: 11px;
  border: 1px solid #d9e8f1; border-radius: 6px; background: #f5f9fc; color: #315165;
  font-size: 12px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word;
}
.no-result-recheck-panel {
  margin-top: 13px; padding: 14px; border: 1px solid #d7e8f1; border-radius: 8px;
  background: linear-gradient(135deg, #fbfdff 0%, #f7fbff 58%, #f8fffb 100%);
}
.no-result-recheck-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: start; margin-bottom: 10px; }
.no-result-recheck-head strong { display: block; margin: 3px 0 5px; color: var(--brand-dark); font-size: 16px; }
.no-result-recheck-head span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.no-result-recheck-head a { padding: 8px 10px; border-radius: 5px; font-size: 12px; white-space: nowrap; }
.no-result-recheck-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.no-result-recheck-steps a {
  min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 4px 7px;
  padding: 9px; border: 1px solid #dce9f1; border-radius: 7px; background: #fff; color: inherit;
}
.no-result-recheck-steps b {
  grid-row: span 2; display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: #e9f1fa; color: var(--brand); font-size: 11px;
}
.no-result-recheck-steps strong { color: var(--brand-dark); font-size: 12px; overflow-wrap: anywhere; }
.no-result-recheck-steps span { color: var(--muted); font-size: 11px; line-height: 1.42; overflow-wrap: anywhere; }
.backorder-rfq-panel {
  margin-top: 13px; padding: 14px; border: 1px solid #cfe4df; border-radius: 8px;
  background: linear-gradient(135deg, #f8fffb 0%, #fbfdff 58%, #fffaf0 100%);
  box-shadow: 0 8px 20px rgba(6, 49, 78, .045);
}
.backorder-rfq-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 13px; align-items: start; margin-bottom: 10px; }
.backorder-rfq-head strong { display: block; margin: 3px 0 5px; color: var(--brand-dark); font-size: 16px; }
.backorder-rfq-head span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.backorder-rfq-head > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.backorder-rfq-head a { padding: 8px 10px; border-radius: 5px; font-size: 12px; white-space: nowrap; }
.backorder-rfq-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.backorder-rfq-grid article {
  min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 4px 7px;
  padding: 9px; border: 1px solid #dce9f1; border-radius: 7px; background: #fff;
}
.backorder-rfq-grid b {
  grid-row: span 2; display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: #e9f5ef; color: var(--green); font-size: 11px;
}
.backorder-rfq-grid strong { color: var(--brand-dark); font-size: 12px; overflow-wrap: anywhere; }
.backorder-rfq-grid span { color: var(--muted); font-size: 11px; line-height: 1.42; overflow-wrap: anywhere; }
.backorder-rfq-template { margin-top: 10px; padding-top: 10px; border-top: 1px dashed #cfe1eb; }
.backorder-rfq-template strong { display: block; margin-bottom: 6px; color: var(--brand-dark); font-size: 13px; }
.backorder-rfq-template pre {
  margin: 0; max-width: 100%; overflow-x: auto; white-space: pre-wrap; word-break: break-word;
  padding: 9px; border-radius: 6px; background: #f2f7fa; color: #315165; font-size: 12px; line-height: 1.55;
}
.no-result-answer-links {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border: 1px solid #d8e7f0;
  background: #f6fbfe;
  border-radius: 7px;
  padding: 12px 14px;
}
.no-result-answer-links strong { color: var(--brand-dark); white-space: nowrap; }
.no-result-answer-links div { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.no-result-answer-links a {
  color: #355569;
  background: #fff;
  border: 1px solid #d7e7ef;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 12px;
  text-decoration: none;
}
.no-result-answer-links a:hover { border-color: #9cc7ea; color: var(--brand); background: var(--brand-soft); }
.no-result-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.no-result-process article { display: flex; gap: 9px; align-items: center; background: #fbfdff; border: 1px solid var(--line); border-radius: 7px; padding: 12px; }
.no-result-process strong { color: var(--green); font-size: 17px; }
.no-result-process span { color: #3e5261; font-size: 13px; line-height: 1.45; }
.compare-tray {
  display: grid; grid-template-columns: minmax(170px, 220px) 1fr auto; align-items: center; gap: 14px;
  margin: -2px 0 12px; padding: 12px 14px; background: #fff; border: 1px solid #cfe1ee; border-radius: 7px;
  box-shadow: 0 8px 24px rgba(6, 49, 78, .08);
}
.compare-tray-head strong { display: block; color: var(--brand-dark); font-size: 15px; }
.compare-tray-head span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.compare-items { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; }
.compare-item {
  display: grid; grid-template-columns: 28px minmax(86px, auto) auto 22px; align-items: center; gap: 7px;
  max-width: 260px; padding: 5px 6px; border: 1px solid #dce8f0; border-radius: 5px; background: #f8fbfd;
}
.compare-item img { width: 28px; height: 28px; object-fit: contain; background: white; border-radius: 3px; }
.compare-item a { color: var(--brand-dark); font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.compare-item small { color: var(--muted); max-width: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.compare-item button {
  width: 22px; height: 22px; padding: 0; border-radius: 50%; border: 0; background: #e7eef4; color: var(--muted);
}
.compare-actions { display: flex; align-items: center; gap: 8px; }
.compare-actions a, .compare-actions button { white-space: nowrap; padding: 8px 11px; font-size: 12px; }
.compare-page { padding: 34px clamp(20px, 4vw, 56px) 56px; }
.compare-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 520px); gap: 24px; align-items: end;
  background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 26px;
}
.compare-hero h1 { margin: 5px 0 10px; color: var(--brand-dark); font-size: 34px; }
.compare-hero p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.75; }
.compare-add-form { display: flex; height: 48px; }
.compare-add-form input { margin: 0; border-radius: 6px 0 0 6px; border-right: 0; }
.compare-add-form button { border-radius: 0 6px 6px 0; min-width: 92px; }
.compare-workbench { margin-top: 18px; }
.compact-low-value-guide .compare-workbench { margin-top: 12px; }
.compact-low-value-guide .compare-decision-panel { margin-bottom: 10px; }
.compact-low-value-guide .stock-topic-filter-strip {
  margin-top: 0;
  padding: 12px;
  gap: 8px;
}
.compact-low-value-guide .stock-topic-filter-strip > div {
  grid-template-columns: 84px minmax(0, 1fr);
}
.compact-low-value-guide .stock-topic-filter-strip a {
  min-height: 28px;
  padding: 5px 8px;
  font-size: 12px;
}
.compare-source-panel {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center;
  margin-bottom: 14px; padding: 14px 15px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(0, 166, 118, .1), transparent 34%),
    linear-gradient(260deg, rgba(0, 104, 183, .08), transparent 34%),
    #fbfffd;
}
.compare-source-panel strong { display: block; color: var(--brand-dark); font-size: 16px; }
.compare-source-panel span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.compare-source-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.compare-source-actions a { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.compare-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: #f7fbff; border: 1px solid #d7e7ef; border-radius: 8px; padding: 15px 16px; margin-bottom: 14px;
}
.compare-toolbar strong { display: block; color: var(--brand-dark); }
.compare-toolbar span { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }
.compare-toolbar-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.compare-toolbar-actions a, .compare-toolbar-actions button { padding: 8px 11px; font-size: 12px; }
.compare-decision-panel {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 520px); gap: 16px; align-items: center;
  margin-bottom: 14px; padding: 17px; border: 1px solid #d7e6ef; border-radius: 8px; background:
    radial-gradient(circle at 6% 10%, rgba(0, 166, 118, .1), transparent 26%),
    linear-gradient(135deg, #fff, #f8fcff);
}
.compare-decision-panel h2 { margin: 3px 0 7px; color: var(--brand-dark); font-size: 20px; }
.compare-decision-panel p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.62; font-size: 13px; }
.compare-decision-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.compare-decision-metrics span {
  min-width: 0; padding: 9px 8px; border: 1px solid #dbe9ef; border-radius: 7px; background: rgba(255,255,255,.84);
  color: var(--muted); font-size: 11px; text-align: center;
}
.compare-decision-metrics b { display: block; color: var(--green); font-size: 16px; line-height: 1.15; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.supplier-verification-page .compare-decision-panel { align-items: stretch; }
.supplier-verification-page .supplier-verify-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); align-self: stretch; }
.supplier-verification-page .supplier-verify-metrics article {
  min-width: 0; padding: 11px 11px 10px; border: 1px solid #dbe9ef; border-radius: 7px;
  background: rgba(255,255,255,.84); display: grid; align-content: start; gap: 4px;
}
.supplier-verification-page .supplier-verify-metrics article strong {
  display: block; color: var(--green); font-size: 18px; line-height: 1.05; letter-spacing: -.02em;
}
.supplier-verification-page .supplier-verify-metrics article span {
  display: block; min-width: 0; padding: 0; border: 0; background: none;
  color: var(--brand-dark); font-size: 12px; font-weight: 700; text-align: left;
}
.supplier-verification-page .supplier-verify-metrics article small {
  display: block; color: var(--muted); font-size: 11px; line-height: 1.45;
}
.landed-cost-scorecard-panel .compare-decision-metrics article {
  min-width: 0; padding: 10px 8px; border: 1px solid #dbe9ef; border-radius: 7px; background: rgba(255,255,255,.84);
}
.landed-cost-scorecard-panel .compare-decision-metrics article strong { display: block; color: var(--green); font-size: 16px; line-height: 1.15; }
.landed-cost-scorecard-panel .compare-decision-metrics article h2 { margin: 4px 0 4px; font-size: 13px; line-height: 1.35; }
.landed-cost-scorecard-panel .compare-decision-metrics article p { font-size: 11px; line-height: 1.52; }
.inventory-evidence-page .compare-decision-metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); align-self: stretch; }
.inventory-evidence-page .compare-decision-metrics article {
  min-width: 0; padding: 10px 9px; border: 1px solid #dbe9ef; border-radius: 7px;
  background: rgba(255,255,255,.84); display: grid; align-content: start; gap: 4px;
}
.inventory-evidence-page .compare-decision-metrics article strong {
  display: block; color: var(--green); font-size: 17px; line-height: 1.05; letter-spacing: -.02em;
}
.inventory-evidence-page .compare-decision-metrics article span {
  display: block; color: var(--brand-dark); font-size: 12px; font-weight: 700; line-height: 1.3;
}
.inventory-evidence-page .compare-decision-metrics article small {
  display: block; color: var(--muted); font-size: 10px; line-height: 1.38;
}
.compare-decision-warning {
  grid-column: 1 / -1; margin-top: -2px !important; padding: 9px 11px; border: 1px solid #ffe0a3; border-radius: 6px;
  background: #fff9ed; color: #805800 !important;
}
.compare-verdict-panel {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: 14px;
  margin-bottom: 14px; padding: 16px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 3% 12%, rgba(0, 166, 118, .12), transparent 26%),
    radial-gradient(circle at 96% 8%, rgba(245, 158, 11, .14), transparent 24%),
    linear-gradient(135deg, #fbfffd, #f8fcff);
}
.compare-verdict-main h2 { margin: 3px 0 8px; color: var(--brand-dark); font-size: 20px; }
.compare-verdict-main > strong {
  display: inline-flex; align-items: center; min-height: 28px; margin-bottom: 8px; padding: 5px 9px;
  border-radius: 999px; background: rgba(0, 166, 118, .12); color: var(--green); font-size: 13px;
}
.compare-verdict-main p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.compare-verdict-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 12px; }
.compare-verdict-checks span {
  min-width: 0; padding: 8px; border: 1px solid #dbe9ef; border-radius: 7px; background: rgba(255,255,255,.84);
  color: var(--muted); font-size: 11px;
}
.compare-verdict-checks b { display: block; margin-bottom: 3px; color: var(--brand-dark); font-size: 12px; }
.compare-verdict-note {
  min-width: 0; display: grid; grid-template-rows: auto 1fr; border: 1px solid #d7e7ef; border-radius: 8px;
  background: #fff; overflow: hidden;
}
.compare-verdict-note > div {
  display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px;
  border-bottom: 1px solid #e2edf4; background: #f7fbfe;
}
.compare-verdict-note strong { color: var(--brand-dark); font-size: 13px; }
.compare-verdict-note button { padding: 7px 10px; font-size: 12px; white-space: nowrap; }
.compare-verdict-note pre {
  min-width: 0; max-width: 100%; overflow-x: hidden;
  margin: 0; padding: 12px; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-all; color: #29465b;
  font: 12px/1.7 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace; background: #fff;
}
.compare-product-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 12px; margin-bottom: 14px; }
.compare-product-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 14px;
  min-width: 0; box-shadow: 0 6px 16px rgba(3, 54, 92, .04);
}
.compare-product-card.is-missing { border-color: #ffd99c; background: #fffaf0; }
.compare-product-card button {
  position: absolute; top: 8px; right: 8px; width: 24px; height: 24px; padding: 0; border-radius: 50%;
  background: #f3f7fb; color: var(--muted); line-height: 1;
}
.compare-product-card img { width: 58px; height: 58px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.compare-product-card h2 { margin: 10px 0 5px; color: var(--brand-dark); font-size: 17px; overflow-wrap: anywhere; }
.compare-product-card p { margin: 0 0 12px; color: var(--muted); font-size: 13px; min-height: 18px; }
.compare-product-card a { color: var(--brand); font-size: 13px; font-weight: 700; }
.alternative-candidate-card { display: flex; flex-direction: column; }
.alternative-card-meta {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin: auto 0 11px;
}
.alternative-card-meta span {
  min-width: 0; padding: 7px 8px; border: 1px solid #dbe8ef; border-radius: 6px; background: #f7fbff;
  color: var(--muted); font-size: 12px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.alternative-card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.alternative-card-actions a {
  padding: 7px 9px; border: 1px solid #cae0ef; border-radius: 5px; background: #fff; line-height: 1;
}
.alternative-card-actions a:hover { border-color: var(--brand); background: #f3f9ff; }
.alternatives-page .stock-topic-filter-strip { margin: 14px 0; }
.alternative-detail-page .compare-product-strip .compare-empty { grid-column: 1 / -1; padding: 24px; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.guide-card {
  min-width: 0; padding: 18px; border: 1px solid #d9e8f0; border-radius: 8px; background: #fff;
  box-shadow: 0 8px 18px rgba(5, 39, 65, .04);
}
.guide-card h2 { margin: 5px 0 9px; color: var(--brand-dark); font-size: 18px; line-height: 1.35; }
.guide-card h2 a { color: inherit; }
.guide-card p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.guide-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0; }
.guide-tags span {
  padding: 5px 8px; border: 1px solid #dce8ef; border-radius: 999px; background: #f7fbff;
  color: #486276; font-size: 12px;
}
.guide-more { color: var(--brand); font-size: 13px; font-weight: 700; }
.answer-card-actions {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px;
}
.answer-card-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 32px;
  padding: 7px 10px; border: 1px solid #d5e6f0; border-radius: 5px; background: #fff;
  color: var(--brand-dark); font-size: 12px; font-weight: 700;
}
.answer-card-actions .guide-more {
  border-color: #0b6fb3; background: var(--brand); color: #fff;
}
.answer-card-actions a:hover { border-color: var(--brand); background: #f4faff; }
.answer-card-actions .guide-more:hover { background: var(--brand-dark); color: #fff; }
.guide-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: end; justify-content: flex-end; }
.guide-hero-actions a { padding: 10px 13px; border-radius: 5px; white-space: nowrap; }
.guide-checklist-panel {
  padding: 16px; border: 1px solid #d8e8f1; border-radius: 8px;
  background:
    linear-gradient(135deg, #ffffff, #f8fcff),
    radial-gradient(circle at 98% 4%, rgba(253,174,55,.13), transparent 28%);
  box-shadow: 0 8px 22px rgba(6,49,78,.05);
}
.guide-checklist-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.guide-checklist-head h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 20px; }
.guide-checklist-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.guide-checklist-head .secondary { padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.guide-checklist-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.guide-checklist-table { display: grid; gap: 0; border: 1px solid #dce9f1; border-radius: 7px; overflow: hidden; background: #fff; }
.guide-checklist-table > div {
  display: grid; grid-template-columns: minmax(96px, .8fr) minmax(180px, 1.3fr) minmax(210px, 1.5fr);
  border-top: 1px solid #e6eff4;
}
.guide-checklist-table > div:first-child { border-top: 0; background: #eef6fb; }
.guide-checklist-table strong, .guide-checklist-table span {
  min-width: 0; padding: 10px 12px; border-left: 1px solid #e6eff4; line-height: 1.55; overflow-wrap: anywhere;
}
.guide-checklist-table strong:first-child, .guide-checklist-table span:first-child { border-left: 0; }
.guide-checklist-table strong { color: var(--brand-dark); font-size: 13px; }
.guide-checklist-table span { color: #405b70; font-size: 13px; }
.guide-checklist-table div:not(:first-child) span:first-child { color: var(--brand-dark); font-weight: 800; }
.guide-demand-example {
  margin-top: 11px; padding: 12px; border: 1px solid #ffe0a6; border-radius: 7px; background: #fff9eb;
}
.guide-demand-example strong { display: block; margin-bottom: 6px; color: #8a5a00; }
.guide-demand-example p { margin: 0; color: #5d4b24; line-height: 1.65; font-size: 13px; overflow-wrap: anywhere; }
.guide-demand-example pre {
  margin: 0; color: #5d4b24; white-space: pre-wrap; overflow-wrap: anywhere;
  font: 13px/1.65 ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}
.guide-step-grid article strong { display: block; color: var(--green); font-size: 21px; margin-bottom: 7px; }
.guide-step-grid article h2 { margin: 0 0 8px; color: var(--brand-dark); font-size: 17px; }
.selection-field-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.selection-field-grid article {
  min-width: 0; padding: 15px; border: 1px solid #d9e8f0; border-radius: 8px; background:
    linear-gradient(135deg, rgba(0, 166, 118, .07), transparent 34%),
    #fff;
}
.selection-field-grid strong { display: block; color: var(--green); font-size: 18px; margin-bottom: 8px; }
.selection-field-grid h2 { margin: 0 0 7px; color: var(--brand-dark); font-size: 16px; line-height: 1.35; }
.selection-field-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.selection-decision-matrix {
  margin: 14px 0; padding: 18px; border: 1px solid #cfe4df; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 8%, rgba(245, 158, 11, .14), transparent 25%),
    linear-gradient(135deg, #f8fffb, #f7fbff);
}
.selection-decision-head {
  display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 13px;
}
.selection-decision-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 22px; }
.selection-decision-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.62; font-size: 13px; }
.selection-decision-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.selection-decision-actions .primary, .selection-decision-actions .secondary { padding: 8px 11px; white-space: nowrap; font-size: 12px; }
.selection-matrix-table { display: grid; gap: 0; border: 1px solid #d9e8ef; border-radius: 8px; overflow: hidden; background: #fff; }
.selection-matrix-table > div {
  display: grid; grid-template-columns: minmax(130px, .8fr) minmax(220px, 1.3fr) minmax(170px, 1fr) 112px;
  min-width: 0; border-top: 1px solid #e7f0f4;
}
.selection-matrix-table > div:first-child { border-top: 0; background: #f1f7fb; }
.selection-matrix-table strong, .selection-matrix-table span {
  min-width: 0; padding: 10px 12px; border-left: 1px solid #e7f0f4; color: #405766; font-size: 12px; line-height: 1.55;
}
.selection-matrix-table strong:first-child, .selection-matrix-table span:first-child { border-left: 0; }
.selection-matrix-table strong { color: var(--brand-dark); }
.selection-matrix-table span:first-child { color: var(--brand-dark); font-weight: 700; }
.selection-matrix-table a { color: var(--brand); font-weight: 700; }
.selection-rfq-template {
  display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 10px; align-items: start;
  margin-top: 11px; padding: 11px 12px; border: 1px solid #dce9f0; border-radius: 7px; background: rgba(255,255,255,.82);
}
.selection-rfq-template strong { color: var(--brand-dark); font-size: 13px; }
.selection-rfq-template p { margin: 0; color: #49697c; font-size: 12px; line-height: 1.62; overflow-wrap: anywhere; }
.selection-parametric-assist {
  margin: 14px 0; padding: 18px; border: 1px solid #d8e8ef; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 8%, rgba(0, 166, 118, .12), transparent 25%),
    linear-gradient(135deg, #f8fcff 0%, #fbfffd 100%);
}
.selection-parametric-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.selection-parametric-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 21px; line-height: 1.3; }
.selection-parametric-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.selection-parametric-head .secondary,
.selection-parametric-actions .primary,
.selection-parametric-actions .secondary { min-height: 36px; padding: 8px 11px; border-radius: 5px; font-size: 12px; white-space: nowrap; text-align: center; }
.selection-parametric-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.selection-parametric-grid article { min-width: 0; padding: 11px; border: 1px solid #dcebf2; border-radius: 7px; background: rgba(255,255,255,.82); }
.selection-parametric-grid strong { display: block; color: var(--green); font-size: 12px; margin-bottom: 5px; }
.selection-parametric-grid span { display: block; color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.selection-parametric-grid p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.56; }
.selection-parametric-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; margin-top: 12px; }
.selection-parametric-examples { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; padding: 10px 12px; border: 1px dashed #cfe0ea; border-radius: 7px; background: rgba(255,255,255,.72); color: #4a6170; font-size: 12px; line-height: 1.55; }
.selection-parametric-examples strong { color: var(--brand-dark); }
.compare-table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.compare-table { width: 100%; min-width: 780px; border-collapse: collapse; table-layout: fixed; }
.compare-table th, .compare-table td {
  padding: 13px 14px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
  text-align: left; vertical-align: top; line-height: 1.55; word-break: break-word;
}
.compare-table th:first-child { width: 130px; color: #486276; background: #f3f7fa; }
.compare-table thead th { color: var(--brand-dark); background: #eef4f8; }
.compare-table td { color: var(--ink); }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }
.compare-risk-matrix { margin-top: 14px; }
.compare-risk-head { padding: 15px 16px; border-bottom: 1px solid var(--line); background: #fbfdff; }
.compare-risk-head h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 19px; }
.compare-risk-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.compare-risk-matrix .compare-table { min-width: 860px; }
.compare-risk-matrix .compare-table th:first-child { width: 138px; }
.compare-risk-matrix .compare-table td { line-height: 1.58; color: #405a6d; }
.compare-rfq-checklist { margin: 14px 0 0; }
.compare-rfq-checklist .compare-decision-warning { margin: 12px 0 0; }
.compare-rfq-checklist .seo-sourcing-actions { margin-top: 12px; }
.compare-guidance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.compare-guidance article { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 15px; }
.compare-guidance strong { color: var(--brand-dark); }
.compare-guidance p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.compare-guidance a {
  display: inline-flex; align-items: center; justify-content: center; max-width: 100%;
  margin-top: 10px; padding: 7px 10px; border: 1px solid #cfe0ea; border-radius: 6px;
  color: var(--brand); font-size: 12px; font-weight: 800; overflow-wrap: anywhere;
}
.compare-guidance a:hover { border-color: var(--brand); background: #f6fbff; }
.erp-field-contract {
  margin-top: 14px; padding: 17px; border: 1px solid #cfe2ed; border-radius: 8px;
  background: linear-gradient(135deg, #f7fbfe, #fff);
}
.erp-field-contract-head {
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 5px; margin-bottom: 12px;
}
.erp-field-contract-head h2 { margin: 0; color: var(--brand-dark); font-size: 20px; line-height: 1.3; }
.erp-field-contract-head p:not(.eyebrow) { margin: 0; color: #466678; font-size: 13px; line-height: 1.65; }
.erp-field-contract-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 10px;
}
.erp-field-contract-grid article {
  min-width: 0; padding: 13px; border: 1px solid #dce9ef; border-radius: 8px; background: #fff;
}
.erp-field-contract-grid a {
  display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 9px; align-items: center; color: var(--brand-dark);
}
.erp-field-contract-grid a span {
  display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px;
  border-radius: 6px; background: var(--green-soft); color: var(--green); font-size: 12px; font-weight: 800;
}
.erp-field-contract-grid strong { min-width: 0; overflow-wrap: anywhere; font-size: 15px; }
.erp-field-contract-grid ul {
  display: flex; flex-wrap: wrap; gap: 6px; margin: 11px 0 0; padding: 0; list-style: none;
}
.erp-field-contract-grid li {
  max-width: 100%; padding: 4px 7px; border-radius: 5px; background: #f1f6fa; color: #426072;
  font-size: 12px; line-height: 1.35; overflow-wrap: anywhere;
}
.erp-field-contract-grid p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.compare-empty { background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.stock-list-head, .stock-row {
  display: grid; grid-template-columns: minmax(380px, 1fr) 158px 132px 112px 116px 206px;
  align-items: center; gap: 16px;
}
.hot-parts-page,
.hot-part-detail-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 18px 42px;
}
.hot-parts-hero,
.hot-part-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 62%, #fffaf1 100%);
}
.hot-parts-hero h1,
.hot-part-detail-hero h1 {
  margin: 4px 0 8px;
  color: var(--brand-dark);
  font-size: 28px;
  line-height: 1.25;
}
.hot-parts-hero p:not(.eyebrow),
.hot-part-detail-hero p:not(.eyebrow) {
  margin: 0;
  color: #4c6678;
  line-height: 1.65;
}
.hot-parts-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  gap: 8px;
  padding: 12px;
  border: 1px solid #d7e6ef;
  border-radius: 8px;
  background: #fff;
}
.hot-parts-search input {
  min-width: 0;
  border: 1px solid #cfdee8;
  border-radius: 6px;
  padding: 10px 11px;
  font-size: 14px;
}
.hot-parts-search button,
.hot-parts-search a {
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.hot-parts-search button { cursor: pointer; }
.hot-parts-search a {
  grid-column: 1 / -1;
  padding: 10px 12px;
  background: #eef7ff;
  color: var(--brand);
}
.hot-parts-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.hot-parts-summary span,
.hot-parts-summary a {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  background: #fff;
  color: var(--brand-dark);
}
.hot-parts-summary b {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: 20px;
}
.hot-parts-summary strong {
  color: #536a79;
  font-size: 12px;
}
.hot-parts-summary a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-weight: 800;
}
.hot-parts-library-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px) minmax(190px, 240px);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid #d7e6ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 85, 130, .06);
}
.hot-parts-library-panel h2 {
  margin: 0 0 6px;
  color: var(--brand-dark);
  font-size: 20px;
  line-height: 1.32;
}
.hot-parts-library-panel p {
  margin: 0;
  color: #536a79;
  line-height: 1.65;
}
.hot-parts-library-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.hot-parts-library-stats span {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  background: #f8fbfd;
}
.hot-parts-library-stats b {
  display: block;
  margin-bottom: 3px;
  color: var(--green);
  font-size: 20px;
}
.hot-parts-library-stats strong {
  color: #536a79;
  font-size: 12px;
}
.hot-parts-library-actions {
  display: grid;
  gap: 8px;
}
.hot-parts-library-actions a {
  min-height: 38px;
  padding: 10px 12px;
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}
.hot-parts-library-actions .primary {
  background: var(--brand);
  color: #fff;
}
.hot-parts-library-actions .secondary {
  border: 1px solid #d6e6ef;
  background: #f6fbff;
  color: var(--brand);
}
.hot-parts-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  background: #fbfdff;
}
.hot-parts-toolbar a {
  padding: 8px 10px;
  border: 1px solid #d6e6ef;
  border-radius: 6px;
  background: #fff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}
.hot-parts-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
}
.hot-parts-pagination a {
  min-width: 38px;
  padding: 9px 11px;
  border: 1px solid #d6e6ef;
  border-radius: 6px;
  background: #fff;
  color: var(--brand);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.hot-parts-pagination a.active {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}
.hot-parts-list {
  display: grid;
  gap: 0;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.hot-part-list-head,
.hot-part-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) minmax(132px, .8fr) 112px minmax(190px, 1fr) 112px 150px;
  gap: 12px;
  align-items: center;
}
.hot-part-list-head {
  padding: 11px 14px;
  background: #f3f7fa;
  color: #5f7484;
  font-size: 12px;
  font-weight: 800;
}
.hot-part-row {
  min-width: 0;
  padding: 13px 14px;
  border-top: 1px solid #e5eef4;
}
.hot-part-row:hover { background: #fbfdff; }
.hot-part-row label {
  display: block;
  margin-bottom: 3px;
  color: #8093a1;
  font-size: 11px;
}
.hot-part-row strong {
  display: -webkit-box;
  overflow: hidden;
  color: #2f4554;
  font-size: 12px;
  line-height: 1.42;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-part-mpn {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.hot-part-row-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}
.hot-part-row-badges span {
  width: fit-content;
  max-width: 100%;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
}
.hot-part-rank-pill {
  background: var(--green-soft);
  color: var(--green);
}
.hot-part-daily-pill {
  background: #eef7ff;
  color: var(--brand);
}
.hot-part-mpn a {
  color: var(--brand-dark);
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}
.hot-part-mpn small {
  color: #607687;
  font-size: 12px;
}
.hot-part-row-actions {
  display: grid;
  gap: 7px;
}
.hot-part-row-actions a,
.hot-part-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}
.hot-part-row-actions .primary,
.hot-part-cta .primary {
  background: var(--brand);
  color: #fff;
}
.hot-part-row-actions .secondary,
.hot-part-cta .secondary {
  border: 1px solid #d5e5ef;
  background: #f7fbff;
  color: var(--brand);
}
.hot-parts-safe-note,
.hot-part-safe-warning {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  background: #fffaf2;
}
.hot-parts-safe-note strong,
.hot-part-safe-warning strong {
  color: var(--brand-dark);
}
.hot-parts-safe-note p,
.hot-part-safe-warning p {
  margin: 6px 0 0;
  color: #5a6f7d;
  font-size: 13px;
  line-height: 1.65;
}
.hot-part-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid #d7e6ef;
  border-radius: 8px;
  background: #fff;
}
.hot-part-cta span {
  grid-column: 1 / -1;
  color: #526b7d;
  font-size: 12px;
  text-align: center;
}
.hot-part-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.hot-part-facts div,
.hot-part-copy-grid article,
.hot-part-workflow article {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  background: #fff;
}
.hot-part-facts span {
  display: block;
  margin-bottom: 5px;
  color: #8295a3;
  font-size: 12px;
}
.hot-part-facts strong {
  color: var(--brand-dark);
  overflow-wrap: anywhere;
}
.hot-part-workflow,
.hot-part-copy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}
.hot-part-workflow article strong {
  color: var(--green);
  font-size: 18px;
}
.hot-part-workflow h2,
.hot-part-copy-grid strong {
  display: block;
  margin: 5px 0 6px;
  color: var(--brand-dark);
  font-size: 16px;
}
.hot-part-workflow p,
.hot-part-copy-grid p {
  margin: 0;
  color: #5b7180;
  font-size: 13px;
  line-height: 1.62;
}
.hot-part-section {
  margin-top: 14px;
}
.stock-list-head {
  background: #f0f5f9; border: 1px solid var(--line); border-radius: 7px 7px 0 0;
  color: var(--muted); font-size: 13px; padding: 14px 20px;
}
.stock-list { display: flex; flex-direction: column; }
.stock-row {
  background: #fff; border: 1px solid var(--line); border-top: 0; min-height: 122px; padding: 16px 20px;
  transition: box-shadow .15s, border-color .15s;
}
.directory-representative-shelf .directory-representative-card-grid,
.directory-representative-shelf-compact .directory-representative-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.directory-representative-shelf .directory-representative-card,
.directory-representative-shelf-compact .directory-representative-card {
  min-width: 0;
  grid-template-columns: none;
  align-content: start;
  gap: 7px;
  min-height: 214px;
  padding: 12px;
  border: 1px solid #d9e8f0;
  border-top: 1px solid #d9e8f0;
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 191, 77, .12), transparent 30%),
    linear-gradient(135deg, #fff, #f8fcff);
  box-shadow: 0 10px 24px rgba(6, 49, 78, .04);
}
.stock-row:last-child { border-radius: 0 0 7px 7px; }
.directory-representative-shelf .directory-representative-card:last-child,
.directory-representative-shelf-compact .directory-representative-card:last-child {
  border-radius: 10px;
}
.stock-row:hover { border-color: #9cc7ea; box-shadow: var(--shadow); position: relative; z-index: 1; }
.catalog-search-row,
.seo-taxonomy-page .stock-row {
  border-top: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}
.catalog-search-row:last-child,
.seo-taxonomy-page .stock-row:last-child { border-radius: 10px; }
.catalog-search-row .stock-name small {
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.45;
}
.spot-layout .stock-list { gap: 0; }
.spot-layout .stock-list-head {
  display: grid;
  grid-template-columns: minmax(276px, 1.35fr) minmax(138px, .72fr) 112px 114px 124px 176px;
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 16px;
  border-color: #e3edf4;
  border-radius: 8px 8px 0 0;
  background: #f7fafc;
}
.spot-layout .catalog-search-row {
  grid-template-columns: minmax(276px, 1.35fr) minmax(138px, .72fr) 112px 114px 124px 176px;
  gap: 12px;
  align-items: center;
  min-height: 94px;
  margin-bottom: 0;
  padding: 12px 16px;
  border-top: 0;
  border-radius: 0;
  border-color: #e3edf4;
  background: #fff;
  box-shadow: none;
}
.catalog-layout.catalog-layout-broad .catalog-search-row {
  padding-top: 11px;
  padding-bottom: 11px;
  grid-template-columns: minmax(276px, 1.35fr) minmax(138px, .72fr) 112px 114px 124px 176px;
}
.spot-layout .catalog-search-row:first-child { border-top: 1px solid #e3edf4; }
.spot-layout .catalog-search-row:last-child { border-radius: 0 0 8px 8px; }
.spot-layout .catalog-search-row .stock-field { display: block; min-width: 0; }
.spot-layout .catalog-search-row .stock-name {
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}
.spot-layout .catalog-search-row .stock-image {
  width: 58px;
  height: 58px;
}
.spot-layout .catalog-search-row .stock-main { display: grid; gap: 2px; }
.spot-layout .catalog-search-row .stock-name p { margin: 0; }
.spot-layout .catalog-search-row .stock-name h3 { font-size: 17px; }
.spot-layout .catalog-search-row .stock-summary {
  min-height: 0;
  font-size: 12px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.spot-layout .catalog-search-row .stock-meta-strip {
  gap: 5px;
  margin-top: 5px;
}
.spot-layout .catalog-search-row .stock-meta-strip span {
  padding: 2px 6px;
  font-size: 10px;
}
.spot-layout .catalog-search-row .stock-commerce-strip {
  gap: 4px 5px;
  margin-top: 4px;
}
.spot-layout .catalog-search-row .stock-commerce-strip span {
  min-height: 20px;
  max-width: 128px;
  padding: 2px 6px;
  border-radius: 4px;
}
.spot-layout .catalog-search-row .stock-commerce-strip b {
  font-size: 9px;
}
.spot-layout .catalog-search-row .stock-commerce-strip strong {
  font-size: 10px;
}
.spot-layout .catalog-search-row .stock-field label {
  display: block;
  margin-bottom: 4px;
  color: #7890a1;
  font-size: 11px;
}
.spot-layout .catalog-search-row .stock-field strong {
  display: -webkit-box;
  color: #2e4555;
  font-size: 12px;
  line-height: 1.38;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.spot-layout .catalog-search-row .stock-field.qty strong {
  display: block;
  color: var(--green);
  font-size: 15px;
}
.spot-layout .catalog-search-row .stock-field.quote strong {
  color: var(--brand);
  font-size: 13px;
}
.spot-layout .catalog-search-row .stock-action-group {
  align-self: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.spot-layout .catalog-search-row .stock-action-group .primary-action {
  min-height: 32px;
}
.spot-layout .catalog-search-row .stock-action-group .mini-action {
  min-height: 30px;
}
.spot-layout .catalog-search-row .stock-quick-facts { display: none; }
.stock-quick-facts { display: none; }
.catalog-search-row .stock-quick-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 6px;
  max-width: 360px;
}
.catalog-search-row .stock-quick-facts span {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 7px 8px;
  border: 1px solid #dfebf2;
  border-radius: 8px;
  background: linear-gradient(180deg, #fcfeff 0%, #f7fbff 100%);
}
.catalog-search-row .stock-quick-facts b {
  color: #5b7486;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}
.catalog-search-row .stock-quick-facts strong {
  min-width: 0;
  color: var(--brand-dark);
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-search-row .stock-quick-facts span:nth-child(2) strong { color: var(--green); }
.seo-taxonomy-page .stock-list-head,
.seo-taxonomy-page .stock-row {
  grid-template-columns: minmax(360px, 1fr) 132px 112px 116px 206px;
}
.seo-taxonomy-page .stock-list-head span:nth-child(2),
.seo-taxonomy-page .stock-row .category-field {
  display: none;
}
.reference-suggestions { margin-top: 24px; }
.reference-suggestions .block-head { margin-bottom: 8px; }
.reference-suggestions .muted { margin-bottom: 8px; }
.exact-reference-suggestions {
  padding: 16px;
  border: 1px solid #d9e8f1;
  border-radius: 10px;
  background:
    radial-gradient(circle at 94% 8%, rgba(0, 103, 177, .10), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #f9fffb 100%);
}
.exact-reference-suggestions .block-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}
.exact-reference-suggestions .block-head > div { min-width: 0; }
.exact-reference-suggestions .block-head h2 {
  margin: 2px 0 0;
  color: var(--brand-dark);
  font-size: 22px;
  line-height: 1.28;
}
.exact-reference-suggestions .muted {
  margin: 8px 0 14px;
  color: #4e687a;
  font-size: 13px;
  line-height: 1.65;
}
.reference-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.reference-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #d8e6ee;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
}
.reference-card-main {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--brand-dark);
}
.reference-card-image {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border: 1px solid #edf2f5;
  border-radius: 5px;
  background: #fff;
}
.reference-card-main strong,
.reference-card-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.reference-card-main strong { font-size: 15px; }
.reference-card-main small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.reference-card p {
  margin: 0;
  color: #445f72;
  font-size: 12px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reference-card .stock-meta-strip { margin-top: 0; }
.reference-card-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.reference-card-actions .primary,
.reference-card-actions .secondary {
  min-height: 32px;
  padding: 7px 6px;
  font-size: 12px;
  text-align: center;
  justify-content: center;
}
.reference-row { background: #fbfdff; border-left: 3px solid #8ec6df; }
.reference-row .stock-action { color: var(--brand); }
.reference-suggestions-tail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #d8e8f0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 10%, rgba(245, 158, 11, .14), transparent 24%),
    linear-gradient(135deg, #fbfeff 0%, #f7fbff 54%, #f9fffb 100%);
}
.reference-suggestions-tail strong {
  color: var(--brand-dark);
  font-size: 15px;
}
.reference-suggestions-tail div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.reference-suggestions-tail .primary,
.reference-suggestions-tail .secondary {
  min-height: 32px;
  padding: 7px 10px;
  font-size: 12px;
  text-align: center;
}
.catalog-results-shelf,
.catalog-results-more {
  grid-column: 1 / -1;
}
.catalog-results-shelf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
  padding: 12px 14px;
  border: 1px solid #d8e8f0;
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 10%, rgba(245, 158, 11, .14), transparent 24%),
    linear-gradient(135deg, #fbfeff 0%, #f7fbff 54%, #f9fffb 100%);
}
.catalog-results-shelf h3 {
  margin: 3px 0 5px;
  color: var(--brand-dark);
  font-size: 16px;
}
.catalog-results-shelf p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.catalog-results-shelf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.catalog-results-shelf-actions .primary,
.catalog-results-shelf-actions .secondary {
  min-height: 34px;
  padding: 8px 11px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.catalog-results-more {
  margin-top: 8px;
  border: 1px solid #d8e8f0;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.catalog-results-more > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  cursor: pointer;
  list-style: none;
  background:
    linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #f9fffb 100%);
}
.catalog-results-more > summary::-webkit-details-marker { display: none; }
.catalog-results-more > summary span {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.catalog-results-more > summary strong {
  color: var(--brand-dark);
  font-size: 15px;
}
.catalog-results-more > summary small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.catalog-results-more > summary b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #cfe0eb;
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  font-size: 12px;
}
.catalog-results-more[open] > summary b {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  font-size: 0;
}
.catalog-results-more[open] > summary b::before {
  content: "收起";
  font-size: 12px;
}
.catalog-results-more-list {
  display: flex;
  flex-direction: column;
  padding: 0 0 12px;
}
.catalog-results-more-list .catalog-search-row {
  margin: 0 12px;
  border-radius: 0;
  border-top: 1px solid #d8e7ef;
  border-left: 1px solid #d8e7ef;
  border-right: 1px solid #d8e7ef;
  box-shadow: none;
}
.catalog-results-more-list .catalog-search-row:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.catalog-results-more-list .catalog-search-row:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.recent-search-panel {
  max-width: 1240px; margin: -8px auto 20px; padding: 13px 16px; background: #fff;
  border: 1px solid #d8e5ee; border-radius: 8px; box-shadow: 0 6px 18px rgba(5, 39, 65, .05);
}
.home-page .recent-search-panel { margin-top: 16px; }
.recent-search-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 10px; }
.recent-search-head h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 17px; }
.recent-current {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; padding: 9px 11px;
  border: 1px solid #cfe4f3; border-radius: 6px; background: #f7fbff;
}
.recent-current span { color: var(--muted); font-size: 12px; }
.recent-current strong { color: var(--brand-dark); font-size: 14px; }
.recent-current .secondary { margin-left: auto; padding: 6px 10px; font-size: 12px; }
.recent-search-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.recent-search-chips a {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid #cfe0eb;
  border-radius: 5px; background: #fbfdff; color: var(--brand-dark); line-height: 1.2;
}
.recent-search-chips strong { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.recent-search-chips span { color: var(--muted); font-size: 12px; }
.stock-name { min-width: 0; display: grid; grid-template-columns: 70px 1fr; gap: 14px; align-items: center; }
.stock-image { width: 70px; height: 70px; object-fit: contain; background: white; border: 1px solid #eef2f5; border-radius: 4px; }
.stock-main { min-width: 0; }
.stock-name .badge { display: inline-block; margin: 0 9px 7px 0; background: #edf4fa; color: var(--brand); }
.stock-name .badge.ready { background: var(--green-soft); color: var(--green); }
.stock-model-link { display: inline-block; max-width: 100%; }
.stock-name h3 { display: inline; font-size: 18px; color: var(--brand-dark); margin: 0; }
.stock-name p { margin: 4px 0; font-size: 14px; color: var(--ink); }
.stock-name small { color: var(--muted); display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stock-name small:empty { display: none; }
.stock-meta-strip { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.stock-meta-strip span {
  max-width: 100%; padding: 3px 7px; border: 1px solid #d9e8f1; border-radius: 999px;
  background: #f7fbfe; color: #45687e; font-size: 11px; line-height: 1.3;
}
.stock-meta-strip span:first-child { color: var(--green); background: #f2fbf7; border-color: #cbeadd; }
.stock-commerce-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 6px;
  margin-top: 7px;
}
.stock-commerce-strip span {
  min-width: 0;
  max-width: 164px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  border: 1px solid #dce9f1;
  border-radius: 4px;
  background: #f8fbfd;
}
.stock-commerce-strip b {
  color: #6d8494;
  font-size: 10px;
  line-height: 1;
}
.stock-commerce-strip b::after { content: ":"; }
.stock-commerce-strip strong {
  min-width: 0;
  color: var(--brand-dark);
  font-size: 11px;
  line-height: 1.18;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stock-commerce-strip.is-ready .stock-commerce-state {
  border-color: #bfe7d3;
  background: #f2fbf7;
}
.stock-commerce-strip.is-ready .stock-commerce-state strong { color: var(--green); }
.stock-commerce-strip.is-inquiry .stock-commerce-state {
  border-color: #cfe4f6;
  background: #f4faff;
}
.stock-commerce-strip.is-inquiry .stock-commerce-state strong { color: var(--brand); }
.stock-field label { color: var(--muted); font-size: 12px; display: none; }
.stock-field strong { display: block; font-size: 14px; font-weight: normal; word-break: break-word; }
.stock-field.qty strong { color: var(--green); font-weight: bold; font-size: 16px; }
.stock-field.quote strong { color: var(--brand); font-weight: bold; }
.stock-action-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; align-items: stretch; }
.stock-action {
  display: inline-flex; align-items: center; color: var(--brand); border: 1px solid #bddbf1; background: var(--brand-soft);
  min-width: 0; min-height: 34px; padding: 7px 8px; border-radius: 5px; font-size: 12px; justify-content: center; line-height: 1.2; cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.stock-action.primary-action { color: white; background: var(--brand); border-color: var(--brand); }
.stock-action-group .primary-action { grid-column: 1 / -1; min-height: 34px; font-weight: 700; }
.stock-action.mini-action { font-size: 12px; background: #fff; }
.catalog-search-row .stock-action-group,
.reference-row .stock-action-group { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.catalog-search-row .stock-action-group.is-buyable .detail-action {
  color: var(--brand);
  background: #fff;
  border-color: #d6e7f2;
  font-weight: 700;
}
.catalog-search-row .stock-action-group .mini-action,
.reference-row .stock-action-group .mini-action { min-height: 32px; }
.catalog-search-row .stock-action.basket-action {
  color: var(--green);
  background: #f3fbf7;
  border-color: #bfe4d0;
  font-weight: 700;
}
.stock-action.pdf-action, .exact-match-actions .pdf-action {
  color: #8a5a00; background: #fff8e7; border-color: #ffd27a; font-weight: 700;
}
.stock-action.mini-action.is-compared { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }
.stock-action.basket-action {
  color: var(--green); background: var(--green-soft); border-color: #a8d9c6; font-size: 12px; font-weight: 700;
}
.stock-cart-control {
  grid-column: 1 / -1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(86px, .56fr) minmax(0, 1fr);
  gap: 6px;
  align-items: stretch;
}
.stock-cart-qty-label {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 4px 7px;
  border: 1px solid #d6e7f2;
  border-radius: 5px;
  background: #fff;
  color: #557084;
  font-size: 11px;
  font-weight: 800;
}
.stock-cart-qty {
  width: 100%;
  min-width: 0;
  height: 24px;
  padding: 0 3px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.stock-action.cart-action {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
  font-weight: 800;
  white-space: nowrap;
}
.stock-action.cart-action.is-added {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}
.stock-cart-followup {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 6px 8px;
  border: 1px solid #bfe5d3;
  border-radius: 5px;
  background: #f3fff9;
  color: #436b58;
  font-size: 11px;
  line-height: 1.35;
}
.stock-cart-followup span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stock-cart-followup a {
  flex: 0 0 auto;
  color: var(--green);
  font-weight: 800;
  white-space: nowrap;
}
.catalog-search-row .stock-action.pdf-action {
  color: #607482;
  background: #fff;
  border-color: #d6e7f2;
  font-weight: 600;
}
.stock-action.basket-action.is-saved { color: #fff; background: var(--green); border-color: var(--green); }
.stock-action:hover { transform: translateY(-1px); border-color: var(--brand); box-shadow: 0 8px 16px rgba(6, 49, 78, .08); }
.supplier-brand-clue-section {
  margin-top: 18px; padding: 16px; border: 1px solid #d8e7ef; border-radius: 8px;
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 191, 77, .14), transparent 26%),
    linear-gradient(135deg, #ffffff, #f7fbff);
}
.supplier-brand-clue-head {
  display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 12px;
}
.supplier-brand-clue-head h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 24px; }
.supplier-brand-clue-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.supplier-brand-clue-head .secondary { white-space: nowrap; }
.supplier-brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.supplier-brand-card {
  min-width: 0; display: grid; gap: 9px; padding: 13px; border: 1px solid #dce9f1; border-radius: 7px;
  background: rgba(255,255,255,.92);
}
.supplier-brand-card-top {
  display: flex; align-items: start; justify-content: space-between; gap: 12px;
}
.supplier-brand-card-top h3 { margin: 0; min-width: 0; font-size: 16px; }
.supplier-brand-card-top h3 a { color: var(--brand-dark); }
.supplier-brand-card-top strong {
  flex: 0 0 auto; padding: 5px 8px; border: 1px solid #dce9f1; border-radius: 999px;
  background: #f6fbff; color: var(--green); font-size: 11px; font-weight: 700; line-height: 1.2;
}
.supplier-brand-card p { margin: 0; color: #47667b; font-size: 13px; line-height: 1.55; }
.supplier-brand-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.supplier-brand-meta span {
  padding: 4px 8px; border-radius: 999px; background: #eef6fb; color: #4d6f83; font-size: 11px; font-weight: 700;
}
.supplier-brand-meta span:last-child { background: #fff5ea; color: #936000; }
.supplier-brand-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.supplier-brand-actions .secondary { justify-content: center; text-align: center; padding: 8px 10px; }
.supplier-brand-more { margin-top: 12px; border: 1px solid #dce9f1; border-radius: 7px; background: rgba(255,255,255,.88); }
.supplier-brand-more > summary { padding: 14px 16px; }
.supplier-brand-more .detail-disclosure-body { padding-top: 0; }
.supplier-brand-more .supplier-brand-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-toast {
  position: fixed; right: 24px; bottom: 24px; z-index: 70; max-width: min(360px, calc(100vw - 40px));
  background: var(--brand-dark); color: white; padding: 12px 15px; border-radius: 6px; box-shadow: var(--shadow);
  opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .16s, transform .16s;
}
.site-toast.bad { background: var(--danger); }
.site-toast.show { opacity: 1; transform: translateY(0); }
.has-sourcing-dock { padding-bottom: 220px; }
.has-sourcing-dock.has-compact-sourcing-dock { padding-bottom: 108px; }
.member-body.has-sourcing-dock { padding-bottom: 0; }
.member-body .sourcing-dock { display: none; }
.bom-body.has-sourcing-dock { padding-bottom: 0; }
.bom-body .sourcing-dock { display: none; }
.recovery-page.has-sourcing-dock { padding-bottom: 0; }
.recovery-page .sourcing-dock,
.recovery-page .sourcing-dock-tab { display: none; }
.sourcing-dock {
  position: fixed; left: 50%; bottom: 18px; z-index: 64; transform: translateX(-50%);
  width: min(1180px, calc(100vw - 34px)); display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; gap: 13px; align-items: center;
  padding: 12px 14px; border: 1px solid #bdd8ea; border-radius: 9px; background: rgba(255,255,255,.97);
  box-shadow: 0 18px 46px rgba(5, 39, 65, .18); backdrop-filter: blur(8px); pointer-events: none;
}
.sourcing-dock a, .sourcing-dock button, .sourcing-dock input, .sourcing-dock select, .sourcing-dock textarea { pointer-events: auto; }
.sourcing-dock-head .eyebrow { margin-bottom: 3px; font-size: 10px; }
.sourcing-dock-head strong { display: block; color: var(--brand-dark); font-size: 15px; }
.sourcing-dock-head span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }
.sourcing-dock-body { min-width: 0; }
.sourcing-dock-metrics { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 7px; }
.sourcing-dock-metrics span {
  display: inline-flex; align-items: baseline; gap: 4px; min-height: 24px; padding: 4px 8px;
  border: 1px solid #d9e8f1; border-radius: 999px; background: #f7fbfe; color: var(--muted); font-size: 11px;
}
.sourcing-dock-metrics strong { color: var(--brand-dark); font-size: 15px; }
.sourcing-dock-items { display: flex; gap: 8px; min-width: 0; overflow-x: auto; padding-bottom: 1px; }
.sourcing-dock-item {
  min-width: 150px; max-width: 210px; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 7px; align-items: center;
  padding: 6px 8px; border: 1px solid #dbe8f0; border-radius: 6px; background: #f8fbfd;
}
.sourcing-dock-item img { width: 28px; height: 28px; object-fit: contain; background: #fff; border-radius: 3px; }
.sourcing-dock-item span { color: var(--brand-dark); font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sourcing-dock-item small { color: var(--green); font-size: 11px; }
.sourcing-dock-more {
  display: inline-flex; align-items: center; min-height: 42px; padding: 6px 10px; border: 1px dashed #b9d4e7;
  border-radius: 6px; background: #fff; color: #45687e; font-size: 12px; white-space: nowrap;
}
.sourcing-dock-hint { margin: 7px 0 0; color: #45687e; font-size: 12px; line-height: 1.45; }
.sourcing-dock-readiness {
  display: grid; grid-template-columns: minmax(150px, .8fr) minmax(240px, 1.3fr) auto; gap: 8px; align-items: center;
  margin-top: 9px; padding-top: 8px; border-top: 1px solid #e7eff4;
}
.sourcing-dock-readiness-head strong { display: block; color: var(--brand-dark); font-size: 12px; }
.sourcing-dock-readiness-head span { display: block; margin-top: 2px; color: #8a5a00; font-size: 11px; }
.sourcing-dock-progress { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
.sourcing-dock-progress span {
  min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  min-height: 24px; padding: 4px 5px; border: 1px solid #dbe8f0; border-radius: 999px;
  background: #fff; color: #647989; font-size: 10px; white-space: nowrap;
}
.sourcing-dock-progress span.done { border-color: #bfe7d6; background: #f4fff9; color: var(--green); }
.sourcing-dock-progress i {
  display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 14px;
  border-radius: 50%; background: #e6eef4; color: #45687e; font-style: normal; font-size: 9px; font-weight: 800;
}
.sourcing-dock-progress span.done i { color: #fff; background: var(--green); }
.sourcing-dock-qty-actions { display: flex; align-items: center; gap: 5px; }
.sourcing-dock-qty-actions small { color: var(--muted); font-size: 11px; white-space: nowrap; }
.sourcing-dock-qty-actions button {
  min-width: 34px; min-height: 24px; padding: 3px 8px; border-radius: 999px; border: 1px solid #ffd58f;
  background: #fff8eb; color: #8a5a00; font-size: 11px; font-weight: 800;
}
.sourcing-dock-actions { display: flex; gap: 8px; align-items: center; }
.sourcing-dock-actions a, .sourcing-dock-actions button { white-space: nowrap; padding: 8px 12px; font-size: 12px; }
.sourcing-dock.is-compact-directory {
  left: auto; right: 18px; bottom: 18px; transform: none;
  width: min(700px, calc(100vw - 34px)); grid-template-columns: 140px minmax(0, 1fr) auto; gap: 10px;
  padding: 10px 12px;
}
.sourcing-dock.is-compact-directory .sourcing-dock-head strong { font-size: 14px; }
.sourcing-dock.is-compact-directory .sourcing-dock-head span { font-size: 11px; }
.sourcing-dock.is-compact-directory .sourcing-dock-body { display: grid; gap: 6px; }
.sourcing-dock.is-compact-directory .sourcing-dock-items { gap: 6px; }
.sourcing-dock.is-compact-directory .sourcing-dock-item {
  min-width: 0; max-width: none; flex: 1 1 0; grid-template-columns: 24px minmax(0, 1fr); padding: 6px 7px;
}
.sourcing-dock.is-compact-directory .sourcing-dock-item img { width: 24px; height: 24px; }
.sourcing-dock.is-compact-directory .sourcing-dock-item small { display: none; }
.sourcing-dock.is-compact-directory .sourcing-dock-more {
  min-height: 36px; padding: 6px 8px; font-size: 11px;
}
.sourcing-dock.is-compact-directory .sourcing-dock-hint { margin: 0; font-size: 11px; }
.sourcing-dock.is-compact-directory .sourcing-dock-actions { gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.sourcing-dock.is-compact-directory .sourcing-dock-actions a,
.sourcing-dock.is-compact-directory .sourcing-dock-actions button {
  min-height: 32px; padding: 7px 10px; font-size: 11px;
}
.sourcing-memory-dock {
  grid-template-columns: 180px minmax(0, 1fr) auto;
  background:
    linear-gradient(135deg, rgba(0, 104, 183, .07), transparent 38%),
    linear-gradient(300deg, rgba(255, 191, 77, .16), transparent 34%),
    rgba(255,255,255,.97);
}
.sourcing-memory-body { min-width: 0; }
.sourcing-memory-body p { margin: 0 0 8px; color: #45687e; font-size: 12px; line-height: 1.48; }
.sourcing-memory-list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 1px; }
.sourcing-memory-chip {
  display: inline-flex; align-items: center; gap: 8px; min-height: 40px; min-width: 145px;
  padding: 7px 10px; border: 1px solid #d9e8f1; border-radius: 6px; background: #fff; color: var(--brand-dark);
}
.sourcing-memory-chip strong { max-width: 96px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.sourcing-memory-chip span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.sourcing-project-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 8px;
}
.sourcing-project-list.compact {
  grid-template-columns: repeat(2, minmax(220px, 1fr)); margin: 8px 0 0;
}
.sourcing-project-card {
  min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center;
  padding: 8px; border: 1px solid #d7e8f2; border-radius: 7px;
  background:
    radial-gradient(circle at 96% 15%, rgba(255, 191, 77, .18), transparent 30%),
    linear-gradient(135deg, #fff, #f8fcff);
}
.sourcing-project-card > a { min-width: 0; display: grid; gap: 3px; color: inherit; }
.sourcing-project-card strong, .sourcing-project-card span, .sourcing-project-card small {
  display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sourcing-project-card strong { color: var(--brand-dark); font-size: 13px; }
.sourcing-project-card span { color: var(--green); font-size: 11px; font-weight: 700; }
.sourcing-project-card small { color: var(--muted); font-size: 11px; }
.sourcing-project-card div { display: flex; align-items: center; gap: 5px; }
.sourcing-project-card .secondary, .sourcing-project-card button.secondary {
  min-height: 28px; padding: 5px 8px; border-radius: 5px; font-size: 11px;
}
.sourcing-project-card button[aria-label] { min-width: 28px; padding-inline: 7px; }
.sourcing-dock-tab {
  position: fixed; right: 18px; bottom: 18px; z-index: 63; display: grid; gap: 2px; min-width: 136px;
  padding: 10px 12px; border: 1px solid #b8d8e8; border-radius: 8px; background: rgba(255,255,255,.97);
  box-shadow: 0 14px 34px rgba(5, 39, 65, .18); color: var(--brand-dark); text-align: left; cursor: pointer;
}
.sourcing-dock-tab::before {
  content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px; border-radius: 999px; background: var(--green);
}
.sourcing-dock-tab strong { font-size: 13px; }
.sourcing-dock-tab span { color: var(--green); font-size: 12px; font-weight: 800; }
.sourcing-dock-tab small { max-width: 150px; color: var(--muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sourcing-dock-tab.is-page-compare { min-width: 120px; padding: 8px 10px; gap: 1px; }
.sourcing-dock-tab.is-page-compare small { max-width: 120px; }
.pagination { display: flex; justify-content: center; gap: 9px; margin-top: 26px; }
.pagination button.active { background: var(--brand-dark); }
.detail-page { padding: 28px clamp(20px, 3vw, 46px); }
.detail-page.detail-with-sticky { padding-bottom: 116px; }
.detail-breadcrumb { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.detail-breadcrumb a { color: var(--brand); }
.detail-search { display: flex; min-width: 300px; flex: 1; max-width: 540px; height: 46px; }
.detail-search input { margin: 0; border-radius: 5px 0 0 5px; border-right: 0; }
.detail-search button { border-radius: 0 5px 5px 0; }
.detail {
  display: grid; grid-template-columns: minmax(220px, 268px) minmax(460px, 1fr) 320px; gap: 18px; max-width: 1280px; margin: 0 auto; background: white;
  border: 1px solid var(--line); border-radius: 8px; padding: 18px;
}
.detail-commerce { align-items: start; row-gap: 16px; }
.detail-commerce .product-gallery { grid-column: 1; grid-row: 1; align-self: start; }
.detail-commerce .detail-summary-top { grid-column: 2; grid-row: 1; }
.detail-commerce .detail-summary-rest { grid-column: 1 / 3; grid-row: 2; margin-top: 0; }
.detail-commerce .quote-panel { grid-column: 3; grid-row: 1 / span 2; align-self: start; }
.detail-commerce .detail-summary-rest { align-self: start; }
.detail h1 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 25px; line-height: 1.25; }
.detail-summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 10px;
}
.detail-summary-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid #d9e8f1;
  border-radius: 999px;
  background: #fff;
  color: #446174;
  font-size: 12px;
  line-height: 1.2;
}
.detail-summary-pills span:last-child {
  color: var(--green);
  border-color: #cceadb;
  background: #f4fbf7;
  font-weight: 700;
}
.product-gallery img {
  display: block; width: 100%; aspect-ratio: 1 / 1; max-height: 276px; object-fit: contain; padding: 16px; background:
    radial-gradient(circle at 92% 8%, rgba(255, 191, 77, .12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--line); border-radius: 8px;
}
.product-gallery p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 10px 0 0; }
.gallery-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.gallery-actions button, .gallery-actions a { padding: 9px 12px; font-size: 13px; }
.procurement-signal-card {
  margin-top: 14px; padding: 14px; border: 1px solid #d1e4ee; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 6%, rgba(255, 191, 77, .2), transparent 28%),
    linear-gradient(135deg, #f7fbff 0%, #f8fff9 100%);
}
.signal-head { display: flex; align-items: start; justify-content: space-between; gap: 10px; margin-bottom: 11px; }
.signal-head .eyebrow { margin-bottom: 3px; font-size: 10px; }
.signal-head strong { color: var(--brand-dark); font-size: 16px; }
.signal-head a {
  flex-shrink: 0; color: #fff; background: var(--brand); border-radius: 5px; padding: 7px 10px; font-size: 12px; font-weight: 700;
}
.signal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.signal-grid span {
  min-width: 0; padding: 9px; border: 1px solid #ddebf2; border-radius: 6px; background: rgba(255,255,255,.82);
}
.signal-grid small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.signal-grid b {
  display: block; color: var(--brand-dark); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.signal-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.signal-actions a {
  min-width: 0; text-align: center; padding: 8px 6px; border: 1px solid #cfe0eb; border-radius: 5px;
  background: #fff; color: var(--brand); font-size: 12px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.detail-next-strip {
  margin-top: 12px; padding: 13px; border: 1px solid #cfe2ec; border-radius: 8px;
  background: linear-gradient(135deg, #f8fcff 0%, #fbfffb 100%);
}
.detail-next-head {
  display: grid; grid-template-columns: minmax(0, 1fr); gap: 3px; margin-bottom: 10px;
}
.detail-next-head .eyebrow { margin: 0; font-size: 10px; }
.detail-next-head strong { color: var(--brand-dark); font-size: 16px; }
.detail-next-head span { color: #506a7b; font-size: 12px; line-height: 1.5; }
.detail-next-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.detail-next-facts span {
  min-width: 0; padding: 8px; border: 1px solid #dce9f1; border-radius: 6px; background: #fff;
}
.detail-next-facts small { display: block; color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.detail-next-facts b {
  display: block; color: var(--brand-dark); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.detail-next-actions { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 7px; margin-top: 10px; }
.detail-next-actions .primary, .detail-next-actions .secondary {
  min-height: 34px; padding: 8px; border-radius: 5px; font-size: 12px; text-align: center;
}
.quote-proof-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.quote-proof-list span, .quote-proof-list a {
  min-width: 0; padding: 8px 6px; border: 1px solid #dbe8f0; border-radius: 5px; background: #fff;
  color: #466276; font-size: 12px; text-align: center; white-space: nowrap;
}
.quote-proof-list a { font-weight: 700; }
.quote-proof-list a:hover { border-color: var(--brand); color: var(--brand); background: #f6fbff; }
.detail-summary .badge.ready { background: var(--green-soft); color: var(--green); }
.detail-description { color: #3e5261; font-size: 15px; line-height: 1.52; border-bottom: 1px solid #edf1f4; padding-bottom: 10px; }
.detail-service-strip {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; align-self: stretch;
}
.detail-service-strip article {
  min-width: 0; min-height: 72px; padding: 12px 12px 11px; border: 1px solid #e0ebf2; border-radius: 6px; background: #f8fbfd;
}
.detail-service-strip strong { display: block; color: var(--brand-dark); font-size: 13px; margin-bottom: 4px; }
.detail-service-strip span { display: block; color: #587083; font-size: 11px; line-height: 1.4; }
.detail-summary-strip {
  padding: 8px; border: 1px solid #d7e7ef; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 10%, rgba(255, 191, 77, .12), transparent 24%),
    linear-gradient(135deg, #fbfdff, #f7fbff);
}
.detail-summary-strip-head {
  display: flex; align-items: start; justify-content: space-between; gap: 10px; margin-bottom: 6px;
}
.detail-summary-strip-head .eyebrow { margin-bottom: 3px; font-size: 10px; }
.detail-summary-strip-head strong { display: block; color: var(--brand-dark); font-size: 12px; }
.detail-summary-strip-head span { display: block; margin-top: 1px; color: #587083; font-size: 10px; line-height: 1.3; }
.detail-summary-strip-head .secondary { flex: 0 0 auto; padding: 7px 9px; font-size: 11px; white-space: nowrap; }
.detail-summary-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.detail-summary-link-grid a {
  min-width: 0; display: grid; gap: 2px; min-height: 48px; padding: 6px 7px;
  border: 1px solid #dce9f1; border-radius: 7px; background: rgba(255,255,255,.88); color: inherit;
}
.detail-summary-link-grid a:hover { border-color: #9cc7ea; background: #fff; }
.detail-summary-link-grid a.primary {
  border-color: #cbe3d7;
  background: linear-gradient(135deg, #f7fcf9, #eff9f3);
}
.detail-summary-link-grid strong { color: var(--brand-dark); font-size: 11px; line-height: 1.18; }
.detail-summary-link-grid span { color: var(--muted); font-size: 10px; line-height: 1.25; overflow-wrap: anywhere; }
.detail-summary-action-grid a {
  position: relative;
  padding-right: 18px;
}
.detail-summary-action-grid a::after {
  content: "›";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f9ab0;
  font-size: 15px;
  line-height: 1;
}
.detail-summary-related-list { display: grid; gap: 6px; margin-bottom: 8px; }
.detail-summary-related-list .alternative-row { background: rgba(255,255,255,.92); border-color: #d7e5ee; }
.detail-summary-related-list .alternative-main strong { font-size: 12px; }
.detail-summary-related-list .alternative-main small { font-size: 11px; }
.detail-summary-related-list .alternative-stock { font-size: 11px; }
.detail-summary-action-grid a { min-height: 52px; }
.detail-commerce .detail-summary-rest .detail-summary-strip { padding: 12px; }
.detail-commerce .detail-summary-rest .detail-summary-strip-head { margin-bottom: 10px; }
.detail-commerce .detail-summary-rest .detail-summary-strip-head strong { font-size: 15px; }
.detail-commerce .detail-summary-rest .detail-summary-strip-head span { font-size: 11px; line-height: 1.45; }
.detail-commerce .detail-summary-rest .detail-summary-link-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.detail-commerce .detail-summary-rest .detail-summary-action-grid a { min-height: 48px; }
.detail-commerce .detail-summary-rest .detail-summary-related-list { margin-bottom: 8px; }
.compact-detail-sections .detail-disclosure > summary {
  padding: 11px 16px;
  gap: 12px;
}
.compact-detail-sections .detail-disclosure > summary span {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.compact-detail-sections .detail-disclosure > summary small {
  flex: 0 0 auto;
  font-size: 9px;
}
.compact-detail-sections .detail-disclosure > summary strong {
  font-size: 14px;
  line-height: 1.2;
}
.compact-detail-sections .detail-disclosure > summary em {
  max-width: min(520px, 100%);
  font-size: 12px;
  line-height: 1.35;
}
.compact-detail-sections .detail-disclosure > summary b {
  min-width: 46px;
  padding: 4px 9px;
  border-radius: 999px;
}
.reference-note {
  margin: 16px 0; padding: 14px 16px; border: 1px solid #cfe6f4; border-radius: 7px; background: #f6fbff;
}
.reference-note strong { display: block; color: var(--brand-dark); margin-bottom: 5px; }
.reference-note span { display: block; color: var(--brand); font-size: 13px; margin-bottom: 7px; }
.reference-note p { margin: 0; color: var(--muted); line-height: 1.65; }
.product-share-panel {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin: 14px 0; padding: 14px; border: 1px solid #cfe3f0; border-radius: 8px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 191, 77, .18), transparent 26%),
    linear-gradient(135deg, #f6fbff 0%, #fbfffb 100%);
}
.product-share-panel h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 18px; }
.product-share-panel p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.product-share-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.product-share-panel button { flex-shrink: 0; padding: 9px 12px; font-size: 12px; }
.detail-readiness-panel {
  margin: 14px 0; padding: 14px; border: 1px solid #cfe5dc; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 8%, rgba(255, 191, 77, .18), transparent 30%),
    linear-gradient(135deg, #f7fffb 0%, #f7fbff 100%);
}
.detail-readiness-head {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 10px;
}
.detail-readiness-head h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 18px; }
.detail-readiness-head span {
  flex-shrink: 0; padding: 6px 9px; border-radius: 999px;
  background: #fff; border: 1px solid #cfe5dc; color: var(--green); font-size: 12px; font-weight: 800;
}
.detail-readiness-meter {
  height: 8px; border-radius: 999px; background: #e6eef4; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(0,0,0,.02);
}
.detail-readiness-meter i {
  display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), #55bde9, #ffbf4d);
}
.detail-readiness-checks {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; margin-top: 10px;
}
.detail-readiness-checks article {
  min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 4px 6px;
  padding: 8px; border: 1px solid #dce9f1; border-radius: 6px; background: rgba(255,255,255,.82);
}
.detail-readiness-checks b {
  grid-row: span 2; display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: #e8f0f5; color: #557083; font-size: 11px;
}
.detail-readiness-checks .done b { color: #fff; background: var(--green); }
.detail-readiness-checks strong {
  color: var(--brand-dark); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.detail-readiness-checks small {
  color: var(--muted); font-size: 11px; line-height: 1.35; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.detail-readiness-next {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 11px; padding-top: 10px; border-top: 1px solid #dbe9ef;
}
.detail-readiness-next span { color: #45687e; font-size: 12px; line-height: 1.55; }
.detail-readiness-next .primary { flex-shrink: 0; padding: 8px 11px; font-size: 12px; border-radius: 5px; }
.purchase-decision-strip {
  margin: 14px 0; padding: 14px; border: 1px solid #cfe0eb; border-radius: 8px;
  background:
    radial-gradient(circle at 98% 8%, rgba(0, 104, 183, .10), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f8fcff 100%);
}
.purchase-decision-main {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; margin-bottom: 10px;
}
.purchase-decision-main .eyebrow { margin: 0; font-size: 10px; }
.purchase-decision-main strong { color: var(--brand-dark); font-size: 17px; }
.purchase-decision-main span { color: #486579; font-size: 12px; line-height: 1.5; }
.purchase-decision-facts {
  display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 7px; margin: 0;
}
.purchase-decision-facts div {
  min-width: 0; padding: 9px; border: 1px solid #dbe8f0; border-radius: 6px; background: rgba(255,255,255,.86);
}
.purchase-decision-facts dt { color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.purchase-decision-facts dd {
  margin: 0; color: var(--brand-dark); font-size: 13px; font-weight: 800;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.purchase-decision-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.purchase-decision-actions .primary,
.purchase-decision-actions .secondary { min-height: 34px; padding: 8px 11px; border-radius: 5px; font-size: 12px; }
.purchase-decision-boundary {
  margin: 10px 0 0; padding-top: 10px; border-top: 1px solid #e0ebf2;
  color: #5c7180; font-size: 12px; line-height: 1.58;
}
.product-evidence-chain {
  margin: 0 0 18px; padding: 18px; border: 1px solid #d4e4ec; border-radius: 8px;
  background:
    radial-gradient(circle at 96% 8%, rgba(0, 166, 118, .10), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fcff 100%);
}
.product-evidence-head {
  display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 13px;
}
.product-evidence-head h2 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 22px; }
.product-evidence-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.product-evidence-head .secondary { flex-shrink: 0; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.product-evidence-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.product-evidence-table { width: 100%; min-width: 860px; border-collapse: collapse; table-layout: fixed; }
.product-evidence-table th, .product-evidence-table td {
  padding: 11px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  color: #405a6d; font-size: 13px; line-height: 1.58; text-align: left; vertical-align: top; overflow-wrap: anywhere;
}
.product-evidence-table thead th { color: var(--brand-dark); background: #f1f6f9; }
.product-evidence-table tbody th { color: var(--brand-dark); background: #f8fbfd; }
.product-evidence-table tr:last-child th, .product-evidence-table tr:last-child td { border-bottom: 0; }
.product-evidence-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.product-evidence-actions a {
  padding: 8px 10px; border: 1px solid #cfe0eb; border-radius: 5px; background: #fff; color: var(--brand);
  font-size: 12px; font-weight: 700;
}
.procurement-panel {
  margin-top: 18px; border: 1px solid #d7e5ef; border-radius: 8px; background: #fbfdff; padding: 16px;
}
.procurement-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.procurement-panel-head h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 18px; }
.procurement-panel-head .secondary { padding: 8px 12px; white-space: nowrap; }
.procurement-steps { display: grid; gap: 9px; }
.procurement-steps article {
  display: grid; grid-template-columns: 52px 1fr; gap: 10px; align-items: start; padding: 10px 0; border-top: 1px solid #edf3f7;
}
.procurement-steps article:first-child { border-top: 0; padding-top: 0; }
.procurement-steps strong { color: var(--brand); font-size: 13px; }
.procurement-steps p { margin: 0; color: #3e5261; font-size: 13px; line-height: 1.65; }
.procurement-next { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.procurement-next a { color: var(--brand-dark); border: 1px solid #cfe0eb; border-radius: 5px; padding: 7px 10px; font-size: 12px; background: #fff; }
.alternative-path-panel {
  margin-top: 14px; border: 1px solid #cfe4df; border-radius: 8px; background: linear-gradient(135deg, #f5fffb 0%, #f7fbff 100%); padding: 15px;
}
.alternative-path-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.alternative-path-head h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 18px; }
.alternative-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(108px, 1fr)); gap: 8px; margin-bottom: 12px; }
.alternative-actions a {
  display: block; min-width: 0; background: #fff; border: 1px solid #d7e7ef; border-radius: 6px; padding: 10px; color: var(--brand-dark);
}
.alternative-actions strong { display: block; font-size: 13px; }
.alternative-actions span { display: block; color: var(--muted); font-size: 12px; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.alternative-batch-panel {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center;
  margin-bottom: 12px; padding: 12px; border: 1px solid #bcded5; border-radius: 7px;
  background: linear-gradient(135deg, #ffffff 0%, #eefaf6 100%);
}
.alternative-batch-panel strong { display: block; color: var(--brand-dark); font-size: 14px; }
.alternative-batch-panel span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.alternative-batch-actions { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.alternative-batch-actions a, .alternative-batch-actions button {
  padding: 8px 10px; border-radius: 5px; font-size: 12px; white-space: nowrap;
}
.alternative-list { display: grid; gap: 8px; }
.alternative-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 9px; align-items: center; background: rgba(255,255,255,.78);
  border: 1px solid #dce9ef; border-radius: 7px; padding: 8px;
}
.alternative-main { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 9px; align-items: center; min-width: 0; color: var(--brand-dark); }
.alternative-main img { width: 38px; height: 38px; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.alternative-main strong, .alternative-main small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.alternative-main small { color: var(--muted); font-size: 12px; margin-top: 3px; }
.alternative-stock { color: var(--green); font-size: 12px; white-space: nowrap; }
.alternative-row button, .alternative-mini-action { padding: 7px 10px; font-size: 12px; background: #fff; color: var(--brand); border: 1px solid #cfe0eb; border-radius: 4px; text-align: center; }
.alternative-memory { margin: 11px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.detail-link-actions {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 16px;
}
.detail-link-actions .primary, .detail-link-actions .secondary {
  min-height: 39px; padding: 9px 10px; border-radius: 5px; font-size: 12px; text-align: center;
}
.detail-sticky-bar {
  position: fixed; left: 50%; bottom: 12px; z-index: 63; transform: translateX(-50%);
  width: min(760px, calc(100vw - 34px)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center;
  padding: 9px 11px; border: 1px solid #bdd8ea; border-radius: 8px; background: rgba(255,255,255,.97);
  box-shadow: 0 10px 26px rgba(5, 39, 65, .13); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.detail-sticky-bar.is-active {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%);
}
.detail-sticky-bar.is-footer-docked,
.detail-sticky-bar.is-before-scroll {
  opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 12px);
}
.has-sourcing-basket .detail-sticky-bar { display: none; }
.detail-sticky-main { min-width: 0; }
.detail-sticky-main strong { display: block; color: var(--brand-dark); font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.detail-sticky-main span { display: block; margin-top: 3px; color: #45687e; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.detail-sticky-actions { display: flex; gap: 6px; align-items: center; }
.detail-sticky-actions a, .detail-sticky-actions button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 7px 10px;
  border: 1px solid #cfe0eb; border-radius: 5px; background: #fff; color: var(--brand); font-size: 12px; white-space: nowrap; cursor: pointer;
}
.detail-sticky-actions .primary { color: #fff; border-color: var(--brand); background: var(--brand); }
.product-faq.block { background: #fff; }
.product-faq details { border-top: 1px solid var(--line); padding: 15px 0; }
.product-faq details:first-of-type { border-top: 0; }
.product-faq summary { cursor: pointer; color: var(--brand-dark); font-weight: 700; }
.product-faq p { color: var(--muted); line-height: 1.72; margin: 10px 0 0; }
.commerce-facts { margin: 0; }
.detail-commerce .detail-summary-top .commerce-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid #edf1f4;
}
.detail-commerce .detail-summary-top .commerce-facts div {
  display: grid;
  gap: 5px;
  padding: 10px 12px;
  border: 1px solid #deebf3;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfeff 0%, #ffffff 100%);
  font-size: 13px;
}
.commerce-facts div { display: grid; grid-template-columns: 82px 1fr; gap: 11px; padding: 6px 0; font-size: 13px; }
.detail-commerce .detail-summary-top .commerce-facts dt {
  color: #5b7586;
  font-size: 11px;
  letter-spacing: .04em;
}
.detail-commerce .detail-summary-top .commerce-facts dd {
  margin: 0;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.38;
  word-break: break-word;
}
.commerce-facts dt { color: var(--muted); }
.commerce-facts dd { margin: 0; color: var(--ink); line-height: 1.42; word-break: break-word; }
.detail-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 28px; }
.detail-meta div { padding: 13px 0; border-bottom: 1px solid #edf1f4; color: var(--muted); font-size: 13px; }
.detail-meta strong { display: block; color: var(--ink); margin-top: 5px; }
.quote-panel { background: #f8fbfd; border: 1px solid #d5e8f7; border-radius: 8px; padding: 16px; }
.quote-panel.inquiry-state {
  border-color: #d8e4ed;
  background:
    radial-gradient(circle at 94% 10%, rgba(255, 191, 77, .14), transparent 28%),
    linear-gradient(135deg, #fbfdff 0%, #f8fbfd 58%, #fffdf7 100%);
}
.quote-panel h2 { margin: 3px 0 8px; font-size: 18px; color: var(--brand-dark); }
.quote-panel > p:not(.eyebrow) { margin: 0 0 10px; color: #40596b; font-size: 14px; line-height: 1.72; }
.quote-note { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0 0 10px; }
.quote-panel .price { color: var(--brand); font-size: 28px; font-weight: bold; margin: 10px 0 20px; }
.detail-buy-main {
  display: grid; gap: 7px; margin: 11px 0 10px;
}
.detail-buy-price,
.detail-buy-stock {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 40px; padding: 8px 10px; border: 1px solid #d8e8f2; border-radius: 6px; background: #fff;
}
.detail-buy-price span,
.detail-buy-stock span { color: #587083; font-size: 12px; }
.detail-buy-price strong { color: var(--brand); font-size: 22px; line-height: 1.08; }
.detail-buy-stock strong { color: var(--brand-dark); font-size: 14px; text-align: right; }
.detail-buy-copy { display: grid; justify-items: end; gap: 2px; min-width: 0; text-align: right; }
.detail-buy-copy small { color: #6a8191; font-size: 10px; line-height: 1.3; }
.detail-buy-price.inquiry .detail-buy-copy strong { color: var(--brand-dark); font-size: 18px; }
.detail-buy-stock.inquiry .detail-buy-copy strong { color: var(--brand); }
.detail-buy-form {
  display: grid; gap: 8px; margin: 10px 0;
}
.detail-buy-form label {
  display: grid; grid-template-columns: 66px minmax(0, 1fr); align-items: center; gap: 8px; color: #587083; font-size: 12px;
}
.detail-buy-form input {
  height: 38px; margin: 0; border-radius: 5px; background: #fff;
}
.detail-qty-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: -2px;
}
.detail-qty-picks button {
  min-width: 52px;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #cfe0eb;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 700;
}
.detail-qty-picks button:hover {
  border-color: var(--brand);
  background: #f7fbff;
}
.detail-buy-form .primary { min-height: 38px; border-radius: 5px; font-size: 13px; }
.detail-bom-handoff {
  margin: 0 0 12px;
  padding: 11px;
  border: 1px solid #d7e7ef;
  border-radius: 7px;
  background: linear-gradient(135deg, #fbfdff, #f7fbff);
}
.detail-bom-handoff.compact {
  padding: 9px 10px;
  background: #fbfdff;
}
.detail-bom-handoff.inline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}
.detail-bom-handoff.compact .detail-bom-handoff-head {
  margin-bottom: 7px;
}
.detail-bom-handoff.inline .detail-bom-handoff-head {
  margin-bottom: 0;
}
.detail-bom-handoff-head {
  display: grid;
  gap: 4px;
  margin-bottom: 9px;
}
.detail-bom-handoff-head strong { color: var(--brand-dark); font-size: 14px; }
.detail-bom-handoff-head span { color: #587083; font-size: 12px; line-height: 1.55; }
.detail-bom-handoff.inline .detail-bom-handoff-head strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding-left: 2px;
  font-size: 12px;
  white-space: nowrap;
}
.detail-bom-handoff-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.detail-bom-handoff-actions .primary,
.detail-bom-handoff-actions .secondary {
  min-height: 35px; padding: 8px 10px; border-radius: 5px; font-size: 12px; text-align: center;
}
.detail-buy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 8px 0 10px; }
.detail-buy-actions .secondary { min-height: 36px; padding: 8px; border-radius: 5px; font-size: 12px; text-align: center; }
.rfq-expectation-panel {
  margin: -6px 0 16px; padding: 12px; border: 1px solid #cfe4df; border-radius: 8px;
  background: linear-gradient(135deg, #f8fffb, #fff);
}
.rfq-expectation-head { margin-bottom: 9px; }
.rfq-expectation-head .eyebrow { margin-bottom: 3px; font-size: 10px; }
.rfq-expectation-head strong { color: var(--brand-dark); font-size: 14px; }
.rfq-expectation-grid { display: grid; grid-template-columns: 1fr; gap: 7px; }
.rfq-expectation-grid article {
  display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; align-items: start;
  padding: 8px; border: 1px solid #e1edf3; border-radius: 6px; background: rgba(255,255,255,.82);
}
.rfq-expectation-grid span {
  display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px;
  border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 11px; font-weight: 700;
}
.rfq-expectation-grid p { margin: 0; color: #3f5968; font-size: 12px; line-height: 1.55; }
.rfq-smart-panel {
  margin: -4px 0 13px; padding: 12px; border: 1px solid #d8e8f2; border-radius: 8px; background: #fff;
}
.rfq-smart-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.rfq-smart-head strong { color: var(--brand-dark); font-size: 14px; }
.rfq-smart-head span { color: var(--muted); font-size: 12px; line-height: 1.45; text-align: right; }
.rfq-smart-row { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 9px; align-items: start; margin-top: 9px; }
.rfq-smart-row small { color: #536b7c; font-size: 12px; padding-top: 8px; }
.rfq-smart-actions { display: flex; flex-wrap: wrap; gap: 7px; min-width: 0; }
.rfq-smart-actions button {
  padding: 7px 9px; border: 1px solid #cfe0eb; border-radius: 5px; background: #f8fbfd;
  color: var(--brand-dark); font-size: 12px; line-height: 1.2; cursor: pointer;
}
.rfq-smart-actions button:hover, .rfq-smart-actions button.active {
  border-color: var(--brand); background: var(--brand-soft); color: var(--brand);
}
.purchase-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 10px; }
.bom-handoff-link { margin-bottom: 9px; }
.rfq-submit-receipt {
  margin-top: 14px; padding: 15px; border: 1px solid #b9dfcf; border-radius: 8px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 191, 77, .22), transparent 28%),
    linear-gradient(135deg, #f3fff9 0%, #f8fcff 100%);
}
.rfq-receipt-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }
.rfq-receipt-head h3 { margin: 3px 0 7px; color: var(--brand-dark); font-size: 19px; }
.rfq-receipt-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.rfq-receipt-head > strong {
  flex-shrink: 0; padding: 6px 8px; border-radius: 5px; background: #fff; color: var(--green);
  border: 1px solid #cce9dd; font-size: 11px; line-height: 1.2;
}
.rfq-receipt-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 12px; }
.rfq-receipt-summary span { min-width: 0; padding: 9px; border-radius: 7px; background: rgba(255,255,255,.76); border: 1px solid #dbece5; }
.rfq-receipt-summary b { display: block; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rfq-receipt-summary small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.rfq-receipt-steps { display: grid; gap: 7px; margin-top: 10px; }
.rfq-receipt-steps article { display: grid; grid-template-columns: 34px 1fr; gap: 8px; align-items: center; padding: 9px; background: #fff; border: 1px solid #ddebf2; border-radius: 7px; }
.rfq-receipt-steps strong { color: var(--green); font-size: 16px; }
.rfq-receipt-steps p { margin: 0; color: #425766; font-size: 12px; line-height: 1.45; }
.rfq-receipt-actions { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 10px; }
.rfq-receipt-actions .primary, .rfq-receipt-actions .secondary { min-height: 36px; padding: 8px 10px; font-size: 12px; }
.detail-sections { background: #fff; border: 1px solid var(--line); margin-top: 14px; border-radius: 8px; overflow: hidden; }
.compact-detail-sections {
  display: grid; gap: 0; max-width: 1280px; margin-inline: auto; background: #fff;
}
.compact-detail-sections .detail-disclosure:nth-of-type(n+6) { display: none; }
.detail-disclosure { border-top: 1px solid var(--line); }
.detail-disclosure:first-child { border-top: 0; }
.detail-disclosure > summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 14px 18px; cursor: pointer; list-style: none; background: #fff;
}
.detail-disclosure > summary::-webkit-details-marker { display: none; }
.detail-disclosure > summary:hover { background: #f8fbfd; }
.detail-disclosure > summary span { display: grid; gap: 3px; min-width: 0; }
.detail-disclosure > summary small {
  color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.detail-disclosure > summary strong { color: var(--brand-dark); font-size: 15px; }
.detail-disclosure > summary em {
  color: var(--muted); font-size: 11px; font-style: normal; line-height: 1.45;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.detail-disclosure > summary b {
  flex-shrink: 0; min-width: 50px; padding: 5px 8px; border: 1px solid #cfe0eb; border-radius: 5px;
  color: var(--brand); background: #f8fbfd; font-size: 11px; text-align: center;
}
.detail-disclosure[open] > summary b { color: #fff; border-color: var(--brand); background: var(--brand); }
.detail-disclosure[open] > summary b::before { content: "收起"; }
.detail-disclosure[open] > summary b { font-size: 0; }
.detail-disclosure[open] > summary b::before { font-size: 11px; }
.detail-disclosure-body { padding: 0 18px 18px; }
.detail-disclosure-body > section,
.detail-disclosure-body > div { margin: 0; }
.detail-disclosure-body .engineering-data-panel,
.detail-disclosure-body .product-evidence-chain,
.detail-disclosure-body .product-rfq-note,
.detail-disclosure-body .related-products.block,
.detail-disclosure-body .product-faq.block {
  border-radius: 7px; box-shadow: none;
}
.detail-disclosure-body .specification-panel { max-width: none; padding: 20px; }
.detail-tabs { margin: 0; display: flex; width: auto; background: #f4f7fa; border-bottom: 1px solid var(--line); justify-content: start; gap: 0; }
.detail-tabs a { padding: 16px 30px; color: var(--muted); border-right: 1px solid var(--line); }
.detail-tabs a.active { background: white; color: var(--brand); border-top: 2px solid var(--brand); margin-top: -1px; }
.specification-panel { padding: 27px 30px 34px; max-width: 850px; }
.specification-panel h2 { margin: 0 0 20px; color: var(--brand-dark); font-size: 22px; }
.spec-table { border: 1px solid var(--line); }
.spec-table th { background: #f6f8fa; color: var(--muted); width: 185px; padding: 13px 18px; }
.spec-table td { padding: 13px 18px; color: var(--ink); }
.datasheet-panel { border-top: 1px solid var(--line); padding: 28px 30px 34px; }
.datasheet-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.datasheet-head h2 { margin: 0 0 7px; color: var(--brand-dark); font-size: 22px; }
.datasheet-head p { margin: 0; color: var(--muted); font-size: 13px; }
.datasheet-actions { display: flex; gap: 8px; }
.datasheet-actions button, .datasheet-actions a { white-space: nowrap; padding: 9px 18px; }
.datasheet-preview {
  background: #fff; border: 1px solid #d6dfe5; border-radius: 5px; padding: 30px;
  max-width: 820px; min-height: 360px; box-shadow: 0 3px 13px rgba(17, 45, 67, .06);
}
.datasheet-preview header { display: flex; justify-content: space-between; border-bottom: 2px solid var(--brand); padding-bottom: 16px; }
.datasheet-preview header strong { color: var(--brand-dark); font-size: 24px; }
.datasheet-preview header span { color: var(--muted); }
.datasheet-preview h3 { margin: 21px 0; color: #334957; font-weight: normal; }
.datasheet-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 18px; }
.datasheet-facts span { background: #f5f8fb; color: var(--muted); font-size: 12px; padding: 10px 12px; }
.datasheet-facts strong { display: block; color: var(--ink); margin-top: 5px; font-size: 14px; }
.datasheet-frame { width: 100%; height: 520px; border: 1px solid var(--line); border-radius: 12px; margin: 12px 0 18px; background: #fff; }
.datasheet-link-panel { border: 1px dashed #bdd0df; background: #f8fbfd; border-radius: 14px; padding: 18px; margin: 12px 0 18px; }
.datasheet-link-panel strong { color: var(--brand-dark); }
.datasheet-link-panel p { color: var(--muted); margin: 8px 0 14px; line-height: 1.7; }
.datasheet-link-list { display: flex; flex-wrap: wrap; gap: 8px; }
.spec-table.compact th, .spec-table.compact td { padding: 10px 13px; }
.related-products.block { margin: 40px 0 0; }
.related-products-actions { margin: 0 0 10px; }
.related-products-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.related-answer-links {
  border: 1px solid #dce9ef; border-radius: 10px; background: #fff; padding: 14px;
}
.related-answer-links-head {
  display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px;
}
.related-answer-links-head strong { color: var(--brand-dark); font-size: 15px; }
.related-answer-links-head a { color: var(--brand); font-size: 12px; }
.related-answer-link-list { display: grid; gap: 8px; }
.related-answer-link-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center;
  padding: 10px 0; border-top: 1px solid var(--line);
}
.related-answer-link-row:first-child { padding-top: 0; border-top: 0; }
.related-answer-link-main { min-width: 0; color: var(--brand-dark); }
.related-answer-link-main strong { display: block; font-size: 14px; line-height: 1.4; }
.related-answer-link-main span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.related-answer-link-action {
  display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 7px 10px;
  border: 1px solid #cfe0eb; border-radius: 5px; background: #fff; color: var(--brand); font-size: 12px; white-space: nowrap;
}
.cart-link b { background: var(--brand); color: white; border-radius: 11px; padding: 2px 7px; font-size: 11px; }
.member-page { padding: 40px clamp(20px, 7vw, 92px); max-width: 1240px; }
.member-access { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; max-width: 930px; margin: 12px auto 16px; }
.member-access .form-card { padding: 22px; }
.member-access .form-card h2 { margin-bottom: 14px; font-size: 20px; }
.member-access input,
.member-access textarea { margin-bottom: 9px; }
.member-access .fields { gap: 8px; }
.member-access .primary.wide { min-height: 44px; }
.member-register-collapsible > summary { display: none; }
.member-register-collapsible > :not(summary) { display: block; }
.member-register-body { display: grid; gap: 0; }
.member-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 27px; }
.member-head h1 { margin: 8px 0; color: var(--brand-dark); }
.member-shell { display: grid; grid-template-columns: 205px 1fr; gap: 20px; }
.member-side { background: white; border: 1px solid var(--line); border-radius: 9px; padding: 17px; align-self: start; }
.member-side strong { display: block; color: var(--brand-dark); margin-bottom: 12px; }
.member-side a { display: block; padding: 11px 9px; color: var(--muted); border-radius: 6px; }
.member-side a.active, .member-side a:hover { color: var(--brand); background: var(--brand-soft); }
.member-side span { float: right; background: var(--brand-soft); color: var(--brand); padding: 1px 7px; border-radius: 10px; }
.member-local-memory { max-width: 930px; margin: -4px auto 0; }
.member-activity { border: 1px solid #d3e6f1; border-radius: 9px; background: #fff; padding: 17px; box-shadow: var(--shadow); }
.member-activity-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.member-activity-head h3 { margin: 4px 0 7px; color: var(--brand-dark); font-size: 22px; }
.member-activity-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.7; }
.member-activity-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.member-activity-actions .primary, .member-activity-actions .secondary { padding: 9px 12px; font-size: 12px; white-space: nowrap; }
.member-followup-queue { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 13px; }
.member-followup-task {
  min-width: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 11px; align-items: center;
  padding: 13px; border: 1px solid #d7e8f2; border-radius: 8px;
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 191, 77, .18), transparent 32%),
    linear-gradient(135deg, #fbfdff, #f5fbff);
}
.member-followup-task:hover { border-color: #9cc7ea; background: #f5fbff; }
.member-followup-task > span {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%;
  color: #fff; background: var(--brand); font-weight: 800; font-size: 13px;
}
.member-followup-task small { display: block; color: var(--green); font-size: 12px; font-weight: 800; margin-bottom: 4px; }
.member-followup-task strong { display: block; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.member-followup-task p { margin: 5px 0 0; color: #405766; font-size: 12px; line-height: 1.45; }
.member-followup-task em {
  justify-self: end; color: var(--brand); background: rgba(255,255,255,.86); border: 1px solid #cfe0eb;
  border-radius: 5px; padding: 7px 9px; font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap;
}
.member-followup-task.rfq > span { background: #008fd3; }
.member-followup-task.bom > span { background: #ff9f43; }
.member-followup-task.filter > span { background: #45cca0; }
.member-followup-task.recent > span { background: #17435c; }
.member-activity-metrics { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 13px; }
.member-activity-metrics span { padding: 12px; border: 1px solid #dce9f1; border-radius: 8px; background: linear-gradient(135deg, #f6fbff, #fbfffb); }
.member-activity-metrics b { color: var(--green); font-size: 24px; margin-right: 5px; }
.member-activity-metrics small { color: var(--muted); }
.member-activity-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.activity-card { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 11px; padding: 13px; border: 1px solid #dce9f1; border-radius: 8px; background: #fbfdff; }
.activity-card span { display: inline-flex; color: var(--brand); font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.activity-card h4 { margin: 0 0 6px; color: var(--brand-dark); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-card p { margin: 0; color: #405766; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.activity-card small { display: block; margin-top: 7px; color: var(--muted); line-height: 1.5; }
.activity-card a { justify-self: start; color: var(--brand); background: var(--brand-soft); border-radius: 5px; padding: 7px 10px; font-size: 12px; }
.member-activity-more {
  margin-top: 10px; border: 1px solid #dce8f0; border-radius: 8px; background: linear-gradient(135deg, #fbfdff, #f6fbff);
}
.member-activity-more summary {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 14px; cursor: pointer; color: var(--brand-dark); font-weight: 800; list-style: none;
}
.member-activity-more summary::-webkit-details-marker { display: none; }
.member-activity-more summary b {
  display: inline-flex; align-items: center; justify-content: center; min-width: 24px; height: 24px;
  padding: 0 7px; border-radius: 999px; background: #e9f5ef; color: var(--green); font-size: 12px;
}
.member-activity-more[open] summary { border-bottom: 1px solid #dce8f0; }
.member-activity-list-more { padding: 0 12px 12px; }
.member-activity-empty { padding: 18px; border: 1px dashed #bdd7e7; border-radius: 8px; background: #f8fbfd; }
.member-activity-empty strong { color: var(--brand-dark); }
.member-activity-empty p { margin: 7px 0 0; color: var(--muted); line-height: 1.7; }
.points-balance strong { font-size: 27px; color: var(--brand); }
.reward-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }
.reward-grid button { display: flex; flex-direction: column; gap: 7px; }
.reward-grid small { color: rgba(255,255,255,.84); }
.invoice-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-bottom: 18px; }
.invoice-form textarea, .invoice-form button { grid-column: 1 / -1; }
.checkout-page { max-width: 1120px; padding: 44px clamp(20px, 7vw, 92px); }
.cart-page-shell {
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}
.cart-page-head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 2px;
}
.cart-page-head h1 { margin: 5px 0 8px; color: var(--brand-dark); }
.cart-page-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.cart-page-steps { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.cart-page-steps span {
  padding: 8px 10px;
  border: 1px solid #d8e8f2;
  border-radius: 999px;
  background: #f8fbfd;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.cart-list-card { margin: 0; padding: 0; overflow: hidden; }
.cart-list-card .result { margin: 0; padding: 12px 16px; border-top: 1px solid #e0ecf3; background: #f8fbfd; color: var(--muted); font-size: 12px; }
.cart-list-card .result:empty { display: none; }
.cart-list-card .result.bad { color: var(--danger); }
.cart-item-list { display: grid; gap: 0; }
.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #e3eef4;
  background: #fff;
}
.cart-item:last-child { border-bottom: 0; }
.cart-item.needs-review { background: linear-gradient(135deg, #fff, #fffaf2); }
.cart-item-main { min-width: 0; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 13px; align-items: start; }
.cart-thumb {
  width: 84px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid #e1eaf0;
  border-radius: 8px;
  background: #f8fbfd;
  overflow: hidden;
}
.cart-thumb img { width: 100%; height: 100%; object-fit: contain; }
.cart-item-copy { min-width: 0; display: grid; gap: 8px; }
.cart-item-title { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.cart-item-title span { min-width: 0; display: grid; gap: 4px; }
.cart-item-title strong {
  color: var(--brand-dark);
  font-size: 19px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}
.cart-item-title small { color: var(--muted); font-size: 12px; }
.cart-item-title em {
  flex: none;
  padding: 4px 7px;
  border-radius: 999px;
  background: #e9f7ef;
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.cart-item.needs-review .cart-item-title em { background: #fff2d6; color: #a26600; }
.cart-item-copy p { margin: 0; color: #435b6c; line-height: 1.48; font-size: 13px; }
.cart-item-facts { display: flex; flex-wrap: wrap; gap: 7px; }
.cart-item-facts span {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid #d8e8f2;
  border-radius: 6px;
  background: #f8fbfd;
  color: #446073;
  font-size: 12px;
  line-height: 1.25;
}
.cart-item-facts b { color: var(--muted); font-weight: 700; }
.cart-item-buy { display: grid; justify-items: end; align-content: start; gap: 10px; min-width: 0; }
.cart-item-price { color: #50697b; font-size: 12px; font-weight: 800; }
.cart-qty-control {
  display: grid;
  grid-template-columns: 34px minmax(64px, 86px) 34px;
  align-items: center;
  gap: 0;
  margin: 0;
}
.cart-qty-control button,
.cart-qty-control input {
  height: 34px;
  margin: 0;
  border: 1px solid #cfe0eb;
  border-radius: 0;
  text-align: center;
}
.cart-qty-control button {
  background: #f5fbff;
  color: var(--brand);
  font-weight: 900;
  cursor: pointer;
}
.cart-qty-control button:first-child { border-radius: 6px 0 0 6px; }
.cart-qty-control button:last-child { border-radius: 0 6px 6px 0; }
.cart-qty-control .cart-qty { max-width: none; border-inline: 0; }
.cart-item-subtotal { color: var(--brand); font-size: 18px; line-height: 1.2; }
.cart-item-actions { display: flex; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.cart-item-actions .secondary,
.cart-item-actions button {
  min-height: 30px;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.2;
}
.cart-summary-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 14px 0 10px; }
.cart-summary-metrics span {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid #dce9f1;
  border-radius: 8px;
  background: #f8fbfd;
  text-align: center;
}
.cart-summary-metrics strong { display: block; color: var(--green); font-size: 22px; line-height: 1.1; }
.cart-summary-metrics small { color: var(--muted); font-size: 11px; }
.cart-summary-actions { display: grid; gap: 8px; }
.cart-summary-actions .primary,
.cart-summary-actions .secondary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
}
.cart-empty-state {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 28px;
  background: linear-gradient(135deg, #fff, #f7fbff);
}
.cart-empty-state strong { color: var(--brand-dark); font-size: 20px; }
.cart-empty-state p { margin: 0; color: var(--muted); line-height: 1.7; }
.cart-empty-state div { display: flex; gap: 9px; flex-wrap: wrap; }
.checkout-grid { max-width: 1240px; padding: 46px clamp(20px, 5vw, 64px); display: grid; grid-template-columns: 1fr 340px; gap: 22px; }
.checkout-grid h1 { color: var(--brand-dark); margin: 8px 0 23px; }
.order-summary { background: white; border: 1px solid var(--line); padding: 23px; border-radius: 9px; margin-top: 17px; }
.checkout-grid .order-summary { margin-top: 55px; }
.order-summary.sticky { align-self: start; position: sticky; top: 95px; }
.cart-total { display: block; font-size: 27px; color: var(--brand); margin: 12px 0 22px; }
.cart-qty { max-width: 100px; margin: 0; }
.cart-check-panel {
  display: grid; gap: 7px; margin: 14px 0; padding: 12px; border: 1px solid #d6e8f1; border-radius: 8px;
  background: linear-gradient(135deg, #fbfdff, #f5fbff);
}
.cart-check-panel strong { color: var(--brand-dark); font-size: 14px; }
.cart-check-panel span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.checkout-decision-panel {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 280px); gap: 14px; margin: 0 0 16px; padding: 16px;
  border: 1px solid #cfe4df; border-radius: 9px;
  background:
    radial-gradient(circle at 96% 8%, rgba(255, 191, 77, .18), transparent 28%),
    linear-gradient(135deg, #f8fffb, #f7fbff);
  box-shadow: 0 8px 20px rgba(3, 54, 92, .05);
}
.checkout-decision-panel h2 { margin: 3px 0 7px; color: var(--brand-dark); font-size: 19px; }
.checkout-decision-panel p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.62; font-size: 13px; }
.checkout-decision-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.checkout-decision-metrics span {
  min-width: 0; padding: 9px 8px; border: 1px solid #dbe9ef; border-radius: 7px; background: rgba(255,255,255,.84);
  color: var(--muted); font-size: 11px; text-align: center;
}
.checkout-decision-metrics b { display: block; color: var(--green); font-size: 18px; line-height: 1.1; }
.checkout-decision-list { grid-column: 1 / -1; display: grid; gap: 7px; }
.checkout-decision-list span {
  padding: 8px 10px; border: 1px solid #dfeaf1; border-radius: 6px; background: rgba(255,255,255,.76);
  color: #425d6f; font-size: 12px; line-height: 1.45;
}
.checkout-form h2:not(:first-child) { margin-top: 28px; }
.checkout-note-assist {
  margin: -2px 0 14px; padding: 12px; border: 1px solid #d8e8f2; border-radius: 8px; background: #fff;
}
.checkout-note-assist strong { display: block; margin-bottom: 9px; color: var(--brand-dark); font-size: 14px; }
.checkout-note-assist div { display: flex; flex-wrap: wrap; gap: 7px; }
.checkout-note-assist button {
  padding: 7px 9px; border: 1px solid #cfe0eb; border-radius: 5px; background: #f8fbfd;
  color: var(--brand-dark); font-size: 12px; line-height: 1.2;
}
.checkout-note-assist button:hover { border-color: var(--brand); background: var(--brand-soft); color: var(--brand); }
.choice { display: block; border: 1px solid var(--line); padding: 14px; margin: 8px 0; border-radius: 7px; }
.choice input, .payment input { display: inline; width: auto; margin: 0 8px 0 0; }
.choice small, .payment small { display: block; color: var(--muted); margin: 6px 0 0 25px; }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 16px; }
.payment { border: 1px solid var(--line); border-radius: 7px; padding: 12px; }
.amount { float: right; color: var(--brand); }
.service-page {
  padding: 56px clamp(22px, 7vw, 92px); display: grid; grid-template-columns: minmax(280px, .74fr) minmax(460px, 680px); gap: clamp(28px, 4vw, 44px);
}
.bom-buyer-tool-page {
  width: min(100%, 1320px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  padding-top: 30px;
  gap: clamp(18px, 2.6vw, 28px);
}
.bom-buyer-tool-page .service-copy {
  position: static;
}
.bom-buyer-tool-page .service-copy h1 {
  margin-bottom: 12px;
  line-height: 1.18;
}
.bom-buyer-tool-page .service-copy > p:not(.eyebrow) {
  max-width: 460px;
  line-height: 1.68;
}
.bom-buyer-tool-page .service-copy ul { margin-top: 18px; }
.bom-buyer-tool-page .service-copy li { padding: 9px 0; }
.bom-buyer-tool-page .bom-form-card {
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(3, 54, 92, .07);
}
.bom-ssr-page { align-items: start; gap: clamp(28px, 5vw, 52px); }
.bom-empty-page { grid-template-columns: minmax(0, 1fr); gap: clamp(18px, 2.6vw, 28px); }
.bom-hero-grid,
.bom-workspace { grid-column: 1 / -1; min-width: 0; }
.bom-hero-grid {
  display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.35fr);
  gap: clamp(22px, 3vw, 34px); align-items: start;
}
.bom-workspace {
  display: grid; grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.6vw, 28px); align-items: start;
}
.bom-main-column, .bom-side-column, .bom-hero-copy { min-width: 0; }
.bom-side-column { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-self: start; position: static; }
.bom-hero-grid .bom-entry-strip,
.bom-main-column .bom-form-card,
.bom-side-column .bom-mobile-disclosure { margin: 0; }
.bom-empty-page .service-copy > p:not(.eyebrow) { max-width: 420px; }
.bom-empty-page .service-copy ul { margin-top: 16px; }
.bom-empty-page .bom-smart-precheck { grid-column: 1 / -1; margin-top: 6px; }
.bom-ssr-page .service-copy h1 { font-size: clamp(31px, 3.2vw, 42px); line-height: 1.2; margin: 8px 0 14px; }
.bom-ssr-page .service-copy > p:not(.eyebrow) { max-width: 560px; line-height: 1.72; }
.bom-ssr-page .service-copy ul { margin-top: 20px; }
.bom-ssr-page .service-copy li { padding: 9px 0; }
.bom-form-card > .bom-preview-panel,
.bom-form-card > .bom-readiness-panel { margin-top: 16px; margin-bottom: 0; }
.bom-form-prefilled .bom-source-context { margin-bottom: 12px; }
body.has-bom-imported .bom-ssr-page {
  gap: clamp(18px, 3vw, 34px);
}
body.has-bom-imported .bom-ssr-page .service-copy ul,
body.has-bom-imported .bom-entry-strip {
  display: none;
}
body.has-bom-imported .bom-ssr-page .service-copy {
  display: none;
}
body.has-bom-imported .bom-ssr-page .service-copy > p:not(.eyebrow) {
  max-width: 440px;
}
body.has-bom-imported .bom-ssr-page .bom-form-card {
  max-width: 100%;
  padding: 14px;
}
body.has-bom-imported .bom-preview-panel {
  margin-bottom: 8px;
}
body.has-bom-imported .bom-match-board {
  margin-bottom: 8px;
  padding: 8px;
}
body.has-bom-imported .bom-form-card .bom-field-map,
body.has-bom-imported .bom-form-card .bom-match-preferences,
body.has-bom-imported .bom-form-card .bom-template-panel,
body.has-bom-imported .bom-side-column {
  display: none;
}
body.has-bom-workspace .bom-ssr-page {
  width: min(100%, 1600px);
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding-top: 8px;
}
body.has-bom-workspace .bom-hero-grid,
body.has-bom-workspace .bom-ssr-page > .service-copy,
body.has-bom-workspace .bom-side-column,
body.has-bom-workspace .bom-seo-panel {
  display: none;
}
body.has-bom-workspace .bom-hero-copy li::before,
body.has-bom-workspace .bom-ssr-page .service-copy li::before {
  content: none;
  display: none;
}
body.has-bom-workspace .bom-readiness-panel {
  display: none;
}
body.has-bom-workspace .bom-workspace,
body.has-bom-workspace .bom-main-column {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
body.has-bom-workspace .bom-form-card {
  width: 100%;
  max-width: none;
  padding: 10px;
  border-radius: 8px;
  box-shadow: none;
}
body.has-bom-workspace .bom-contact-panel {
  max-width: 780px;
  margin: 14px auto 0;
}
.bom-form-shell-head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: start; margin-bottom: 14px;
}
.bom-form-shell-head h2 { margin: 3px 0 7px; }
.bom-form-shell-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.bom-form-shell-head span { display: block; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.bom-form-shell-head .secondary { align-self: start; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.bom-form-checkpoints { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.bom-form-checkpoints span,
.bom-form-checkpoints a,
.bom-form-checkpoints button {
  padding: 7px 10px; border: 1px solid #d7e5ee; border-radius: 999px; background: #f7fbfe;
  color: var(--brand-dark); font-size: 11px; font-weight: 700; white-space: nowrap;
}
.bom-form-checkpoints a,
.bom-form-checkpoints button {
  min-height: 31px;
  cursor: pointer;
  text-decoration: none;
}
.bom-form-checkpoints button {
  background: #fff;
}
.bom-form-checkpoints button:hover,
.bom-form-checkpoints button:focus-visible,
.bom-form-checkpoints a:hover,
.bom-form-checkpoints a:focus-visible {
  border-color: #9fcde9;
  background: #f1f8ff;
  color: var(--brand);
}
.service-copy h1, .assistant-intro h1 { font-size: clamp(34px, 4vw, 46px); line-height: 1.3; color: var(--brand-dark); margin: 12px 0 20px; }
.service-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.service-copy ul { margin-top: 30px; padding: 0; list-style: none; color: var(--muted); }
.service-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.service-copy li::before { content: "✓"; color: var(--green); margin-right: 13px; }
.onboarding-types { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 22px; }
.onboarding-types a { background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 13px 15px; }
.onboarding-types a:hover, .onboarding-types a.active { border-color: #8ebde2; box-shadow: var(--shadow); background: #f4faff; }
.onboarding-types strong { display: block; margin-bottom: 5px; color: var(--brand-dark); }
.onboarding-types span { color: var(--muted); font-size: 13px; }
.form-card { border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-card label { color: var(--muted); font-size: 13px; }
.supplier-public-guide {
  grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr) minmax(220px, .7fr); gap: 16px;
  align-items: start; margin-top: -20px; padding: 20px 22px; border: 1px solid #d8e7e1; border-radius: 12px;
  background: linear-gradient(135deg, #f8fffb 0%, #fbfdff 54%, #fffaf0 100%); box-shadow: 0 12px 28px rgba(3, 54, 92, .05);
}
.supplier-public-guide-copy h3 { margin: 3px 0 9px; color: var(--brand-dark); font-size: 22px; line-height: 1.3; }
.supplier-public-guide-copy p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.supplier-public-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.supplier-public-guide-grid article {
  display: grid; gap: 6px; padding: 13px 14px; border: 1px solid #dbe9ef; border-radius: 8px;
  background: rgba(255,255,255,.88);
}
.supplier-public-guide-grid strong { color: var(--brand-dark); font-size: 14px; }
.supplier-public-guide-grid span { color: var(--muted); font-size: 13px; line-height: 1.58; }
.supplier-public-guide-actions { display: grid; gap: 9px; align-self: stretch; }
.supplier-public-guide-actions a {
  display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 10px 12px;
  border-radius: 7px; text-align: center;
}
.supplier-context-panel {
  margin: -4px 0 16px; padding: 14px; border: 1px solid #cfe5dc; border-radius: 8px;
  background: linear-gradient(135deg, #f7fffb, #fbfdff); box-shadow: 0 8px 18px rgba(3, 54, 92, .05);
}
.supplier-context-panel strong { display: block; margin: 3px 0 6px; color: var(--brand-dark); font-size: 17px; }
.supplier-context-panel span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.supplier-context-panel > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 11px; }
.supplier-context-panel > div:last-child span {
  padding: 9px 8px; border: 1px solid #dbe9ef; border-radius: 7px; background: rgba(255,255,255,.84);
  color: var(--brand-dark); text-align: center;
}
.supplier-seo-panel {
  grid-column: 1 / -1; margin-top: 10px; padding: 24px; border: 1px solid var(--line); border-radius: 12px;
  background: #fff; box-shadow: 0 14px 32px rgba(3, 54, 92, .06);
}
.supplier-seo-copy { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: 22px; align-items: end; margin-bottom: 18px; }
.supplier-seo-copy h2 { margin: 3px 0 0; color: var(--brand-dark); font-size: 24px; line-height: 1.3; }
.supplier-seo-copy p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.72; }
.supplier-service-steps, .supplier-doc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.supplier-service-steps article, .supplier-doc-grid article {
  padding: 15px; border: 1px solid #e0eaf1; border-radius: 8px; background: #fbfdff;
}
.supplier-service-steps strong { color: var(--green); font-size: 18px; }
.supplier-service-steps h3 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 16px; }
.supplier-service-steps p, .supplier-doc-grid span { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.supplier-doc-grid { margin-top: 10px; }
.supplier-doc-grid strong { display: block; margin-bottom: 7px; color: var(--brand-dark); }
.supplier-seo-faq { margin-top: 15px; border-top: 1px solid #e3edf3; }
.supplier-seo-faq details { padding: 13px 0; border-bottom: 1px solid #e8f0f5; }
.supplier-seo-faq summary { cursor: pointer; color: var(--brand-dark); font-weight: 700; }
.supplier-seo-faq p { margin: 9px 0 0; color: var(--muted); line-height: 1.7; }
.help-page { max-width: 1240px; padding: 45px clamp(20px, 5vw, 56px); display: grid; grid-template-columns: 210px 1fr; gap: 28px; }
.help-nav-shell { min-width: 0; align-self: start; }
.help-nav-summary { display: none; }
.help-nav-summary::-webkit-details-marker { display: none; }
.help-side { background: #fff; border: 1px solid var(--line); border-radius: 9px; padding: 17px; align-self: start; }
.help-side section + section { margin-top: 20px; }
.help-side h2 { margin: 0 0 8px; font-size: 15px; color: var(--brand-dark); }
.help-side a { display: block; color: var(--muted); padding: 7px 9px; border-radius: 5px; font-size: 13px; }
.help-side a.active, .help-side a:hover { color: var(--brand); background: var(--brand-soft); }
.help-content { background: #fff; border: 1px solid var(--line); border-radius: 9px; min-height: 540px; padding: 40px clamp(25px, 6vw, 60px); }
.help-content h1 { color: var(--brand-dark); font-size: 34px; margin: 8px 0 13px; }
.help-public-boundary { margin-top: 28px; border: 1px solid #b9dcff; background: linear-gradient(135deg, #f4faff 0%, #eef8f4 100%); border-radius: 8px; overflow: hidden; }
.help-public-boundary h2, .help-related h2 { margin: 0 0 10px; color: var(--brand-dark); font-size: 18px; }
.help-public-boundary > summary {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 22px; cursor: pointer; list-style: none;
}
.help-public-boundary > summary::-webkit-details-marker { display: none; }
.help-public-boundary > summary span { display: grid; gap: 4px; min-width: 0; }
.help-public-boundary > summary strong { color: var(--brand-dark); font-size: 18px; }
.help-public-boundary > summary small { color: #557487; font-size: 12px; line-height: 1.45; }
.help-public-boundary > summary b {
  display: inline-flex; align-items: center; justify-content: center; min-width: 48px; min-height: 28px; padding: 0 10px;
  border: 1px solid #c9dff2; border-radius: 999px; background: rgba(255,255,255,.7); color: var(--brand); font-size: 12px;
}
.help-public-boundary[open] > summary b { color: #fff; border-color: var(--brand); background: var(--brand); }
.help-public-boundary[open] > summary b::before { content: "收起"; }
.help-public-boundary[open] > summary b { font-size: 0; }
.help-public-boundary[open] > summary b::before { font-size: 12px; }
.help-public-boundary-body { padding: 0 22px 20px; }
.help-public-boundary-body p { margin: 0; color: var(--text); line-height: 1.8; }
.help-related { margin-top: 24px; }
.help-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.help-related a { border: 1px solid var(--line); border-radius: 7px; padding: 12px 14px; background: #fff; color: var(--brand-dark); }
.help-related a span, .help-related a small { display: block; }
.help-related a small { margin-top: 4px; color: var(--muted); }
.help-lead { color: var(--muted); font-size: 16px; border-bottom: 1px solid var(--line); padding-bottom: 25px; margin-bottom: 25px; }
.help-body { max-width: 760px; color: #405361; line-height: 1.95; }
.help-body > p:first-child { color: #4a6475; font-size: 15px; line-height: 1.78; }
.help-body p { margin: 0 0 18px; }
.help-body ol { padding-left: 22px; margin: 0 0 28px; }
.help-body li { padding: 5px 0; }
.action-link { display: inline-flex; padding: 12px 23px; border-radius: 6px; margin-left: 8px; }
.process { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.process span { background: var(--green-soft); color: var(--green); padding: 10px 13px; border-radius: 6px; font-size: 13px; }
.assistant-page { padding: 58px clamp(22px, 7vw, 92px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; }
.assistant-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; }
.chat-panel { background: white; border: 1px solid var(--line); border-radius: 11px; padding: 28px; }
.assistant-message { background: #f0f7fd; color: var(--ink); border-radius: 9px 9px 9px 2px; padding: 17px; margin-bottom: 22px; line-height: 1.65; }
.match-results { margin-top: 22px; }
.match { border: 1px solid var(--line); padding: 14px; border-radius: 7px; margin-top: 9px; }
.match strong { color: var(--brand-dark); }
.match span { float: right; color: var(--brand); }
.admin-page { background: #f3f6f9; }
.admin-shell { display: grid; grid-template-columns: 230px 1fr; min-height: 100vh; }
.admin-side { background: #092d48; color: #cfdeea; padding: 26px 19px; }
.admin-side .logo strong { color: white; }
.admin-side nav { flex-direction: column; margin: 38px 0 0; gap: 5px; }
.admin-side nav button { background: transparent; justify-content: start; padding: 12px; color: #cfdeea; }
.admin-side nav button.active, .admin-side nav button:hover { background: rgba(255,255,255,.1); }
.admin-content { min-width: 0; padding: 29px; }
.admin-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.admin-top h1 { margin: 0; color: var(--brand-dark); }
.admin-panel { display: none; }
.admin-panel.active { display: block; }
.metrics { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; margin-bottom: 22px; }
.metric, .card { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 19px; }
.metric small { color: var(--muted); display: block; }
.metric strong { display: block; margin-top: 9px; font-size: 29px; color: var(--brand); }
.card { margin-bottom: 17px; }
.card h2 { margin: 0 0 18px; font-size: 19px; color: var(--brand-dark); }
.admin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.admin-table { overflow-x: auto; }
.admin-data-card { padding: 22px; }
.admin-data-head { display: flex; align-items: start; justify-content: space-between; gap: 22px; margin-bottom: 16px; }
.admin-data-head h2 { margin-bottom: 7px; }
.admin-data-head p { margin: 0; line-height: 1.65; }
.record-count { white-space: nowrap; background: #f0f7fc; color: var(--brand-dark); font-weight: bold; border-radius: 18px; padding: 8px 14px; }
.admin-toolbar { display: grid; grid-template-columns: minmax(220px, 2fr) minmax(135px, 1fr) minmax(170px, 1.3fr) auto auto; gap: 10px; padding: 14px; background: #f7fafc; border: 1px solid var(--line); border-radius: 7px; }
.admin-toolbar input, .admin-toolbar select, .admin-toolbar button { margin: 0; }
.admin-batchbar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding: 16px 4px 12px; }
.admin-batchbar label { display: inline-flex; align-items: center; gap: 7px; margin-right: 6px; color: var(--muted); }
.admin-batchbar input { margin: 0; width: auto; }
.admin-batchbar span { color: var(--muted); margin-right: auto; }
.managed-table { min-height: 218px; }
.managed-table table { table-layout: auto; }
.managed-table th:first-child, .managed-table td:first-child { width: 34px; padding-left: 5px; }
.managed-table input[type="checkbox"] { width: auto; margin: 2px 0 0; }
.managed-table small { display: inline-block; max-width: 245px; line-height: 1.5; color: var(--muted); }
.status-pill { display: inline-block; white-space: nowrap; border-radius: 13px; padding: 4px 10px; background: #edf2f5; color: #536a7b; }
.status-open { background: #fff4d7; color: #805700; }
.status-working { background: #e6f0ff; color: #2458a6; }
.status-resolved { background: #e4f8ec; color: #1f7a45; }
.status-ignored { background: #f0f2f4; color: #5d6974; }
.status-published { background: #e7f7ee; color: #14874d; }
.status-inquiry { background: #e9f2ff; color: #1269ad; }
.status-draft { background: #fff3df; color: #a26600; }
.status-archived { background: #eef1f3; color: #667782; }
.admin-pagination { display: flex; align-items: center; justify-content: flex-end; gap: 9px; border-top: 1px solid var(--line); padding-top: 15px; color: var(--muted); }
.admin-pagination span { margin-right: 7px; }
.admin-pagination button { padding: 8px 15px; }
.admin-maintenance { margin-top: 20px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.admin-maintenance summary { cursor: pointer; color: var(--brand-dark); font-weight: bold; font-size: 16px; padding: 19px 22px; }
.maintenance-grid { padding: 0 18px 2px; }
.maintenance-grid .card { box-shadow: none; }
button.danger { color: #b63232; border: 1px solid #eac8c8; background: #fff5f5; }
button.danger:hover:not(:disabled) { background: #ffe8e8; }
table { border-collapse: collapse; width: 100%; font-size: 13px; }
th, td { padding: 11px 9px; text-align: left; border-bottom: 1px solid #edf2f5; vertical-align: top; }
th { color: var(--muted); font-weight: normal; white-space: nowrap; }
td button { font-size: 12px; padding: 7px 10px; margin-right: 4px; }
.login-box { width: min(430px, calc(100% - 40px)); margin: 85px auto; background: white; border-radius: 11px; border: 1px solid var(--line); padding: 34px; }
.login-box h1 { color: var(--brand-dark); margin-top: 0; }
.login-box p { color: var(--muted); }
.product-editor { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.product-editor textarea, .product-editor .wide { grid-column: span 2; }
.product-editor button { grid-column: 1 / -1; }
.service-widget { position: fixed; z-index: 10000; right: 24px; bottom: 22px; max-width: calc(100vw - 48px); box-sizing: border-box; }
.service-toggle { max-width: 100%; border-radius: 24px; box-shadow: var(--shadow); padding: 13px 23px; }
.service-window {
  position: absolute; right: 0; bottom: 58px; width: min(370px, calc(100vw - 35px)); max-width: calc(100vw - 35px); box-sizing: border-box;
  background: white; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 14px 45px rgba(0,0,0,.18);
  overflow: hidden;
}
.service-window header { display: flex; justify-content: space-between; align-items: center; padding: 15px 17px; background: var(--brand-dark); color: white; }
.service-window header button { background: transparent; font-size: 22px; padding: 0; }
.service-messages { max-height: 290px; overflow-y: auto; padding: 15px; background: #f7fafd; }
.service-messages p { max-width: 90%; margin: 0 0 10px; padding: 10px 12px; border-radius: 8px; font-size: 13px; line-height: 1.55; }
.service-messages .bot { background: white; border: 1px solid #e0e9ee; }
.service-messages .user { margin-left: auto; color: white; background: var(--brand); }
.service-form { display: flex; border-top: 1px solid var(--line); padding: 11px; gap: 7px; }
.service-form input { margin: 0; }
.service-form button { padding: 10px 13px; }
.handoff-form { padding: 0 11px 12px; }
.handoff-form input { margin-bottom: 7px; }
@media (max-width: 1120px) {
  .header { flex-wrap: wrap; }
  nav { order: 3; width: 100%; justify-content: center; }
  .header nav { flex-wrap: wrap; white-space: normal; }
  .header.seo-header {
    display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px 14px;
  }
  .header.seo-header .detail-search { grid-column: 2; min-width: 0; max-width: none; }
  .header.seo-header nav {
    grid-column: 1 / -1; order: initial; width: 100%; justify-content: flex-start;
    flex-wrap: nowrap; overflow-x: auto; white-space: nowrap;
  }
  .header.seo-header .language-picker { grid-column: 3; }
  .cart-link b { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; }
  .categories { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .home-brands { grid-template-columns: repeat(4, 1fr); }
  .brand-highlights, .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .brand-alias-strip { grid-template-columns: 1fr; }
  .brand-alias-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ecosystem-grid { grid-template-columns: repeat(2, 1fr); }
  .footer { grid-template-columns: 1fr; padding-top: 34px; gap: 22px; }
  .footer-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; }
  .footer-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
  .metrics { grid-template-columns: repeat(3, 1fr); }
  .stock-list-head, .stock-row { grid-template-columns: minmax(260px, 1fr) 112px 96px 104px 190px; }
  .stock-list-head span:nth-child(2), .stock-row .stock-field:nth-child(2) { display: none; }
  .spot-layout .stock-list-head, .spot-layout .catalog-search-row {
    grid-template-columns: minmax(240px, 1fr) 94px 104px 116px 154px;
    gap: 10px;
  }
  .seo-taxonomy-page .stock-list-head, .seo-taxonomy-page .stock-row {
    grid-template-columns: minmax(260px, 1fr) 96px 104px 190px;
  }
  .stock-action-group { gap: 5px; }
  .home-search-panel { grid-template-columns: 1fr; gap: 16px; }
  .home-search-main {
    grid-column: 1;
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .home-search-actions {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: minmax(160px, 220px) auto;
    justify-content: start;
    align-items: center;
  }
  .hot-searches { grid-column: 1; margin-top: 0; }
  .home-search-more { text-align: left; }
  .home-intent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stock-plan-router, .quote-order-router { grid-template-columns: 1fr; align-items: start; }
  .stock-plan-router > .secondary, .quote-order-router > .secondary { justify-self: start; }
  .business { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-visual-showcase { grid-template-columns: 1fr; }
  .workbench-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "flow"
      "topics";
  }
  .visual-card-head span { white-space: normal; text-align: right; }
  .buyer-action-grid, .desk-order-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sourcing-flow { grid-template-columns: 1fr; }
  .flow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sourcing-dock { grid-template-columns: 1fr; align-items: stretch; }
  .sourcing-dock-metrics { order: 2; }
  .sourcing-dock-actions { justify-content: flex-start; flex-wrap: wrap; }
  .stock-topic-hero { grid-template-columns: 1fr; }
  .stock-topic-stats { grid-template-columns: repeat(3, 1fr); }
  .directory-section-summary,
  .site-map-section-summary { grid-template-columns: minmax(0, 1fr) auto auto; }
  .site-map-section-summary a { grid-column: 1 / -1; justify-self: start; }
  .facet-row { grid-template-columns: 105px 1fr; }
  .facet-select { grid-column: 2; }
  .admin-toolbar { grid-template-columns: repeat(2, minmax(150px, 1fr)); }
  .admin-toolbar input { grid-column: 1 / -1; }
  .supplier-public-guide { grid-template-columns: 1fr; margin-top: -8px; }
  .supplier-public-guide-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1500px) {
  .catalog-search { max-width: 1080px; }
  .stock-list-head, .stock-row { gap: 22px; padding-left: 24px; padding-right: 24px; }
  .stock-name { grid-template-columns: 78px 1fr; gap: 17px; }
  .stock-image { width: 78px; height: 78px; }
}
@media (max-width: 1499px) {
  .header { flex-wrap: wrap; }
  .header nav { flex-wrap: wrap; white-space: normal; row-gap: 8px; }
  .language-picker { margin-left: auto; }
  .header.seo-header { flex-wrap: initial; }
  .header.seo-header nav { flex-wrap: nowrap; white-space: nowrap; row-gap: 0; }
  .header.seo-header .language-picker { margin-left: 0; }
}
@media (max-width: 840px) {
  .hero, .quality, .catalog-layout, .detail, .service-page, .assistant-page, .admin-shell, .checkout-grid, .cart-page-shell, .member-access, .member-shell, .help-page, .brand-index-hero, .compare-hero { grid-template-columns: 1fr; }
  .cart-page-shell { padding: 24px 14px 28px; gap: 12px; }
  .cart-page-head { grid-template-columns: 1fr; align-items: start; gap: 10px; }
  .cart-page-head h1 { font-size: 28px; }
  .cart-page-steps { justify-content: flex-start; }
  .cart-item { grid-template-columns: 1fr; gap: 12px; padding: 13px; }
  .cart-item-main { grid-template-columns: 68px minmax(0, 1fr); gap: 10px; }
  .cart-thumb { width: 68px; border-radius: 7px; }
  .cart-item-title { display: block; }
  .cart-item-title em { display: inline-flex; margin-top: 5px; }
  .cart-item-title strong { font-size: 16px; }
  .cart-item-title em { padding: 3px 6px; font-size: 10px; }
  .cart-item-facts { gap: 5px; }
  .cart-item-facts span { padding: 5px 6px; font-size: 11px; }
  .cart-item-buy { justify-items: stretch; grid-template-columns: 1fr auto; align-items: center; }
  .cart-item-price { grid-column: 1 / 2; }
  .cart-qty-control { grid-column: 1 / 2; width: min(100%, 164px); }
  .cart-item-subtotal { grid-column: 2; grid-row: 1 / 3; align-self: center; text-align: right; font-size: 16px; }
  .cart-item-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .cart-summary-metrics strong { font-size: 18px; }
  .cart-empty-state { padding: 20px; }
  body.cart-page .service-widget { display: none; }
  .header.seo-header-help nav { gap: 8px; }
  .header.seo-header-help nav a { font-size: 13px; }
  .header.seo-header-help .detail-search { min-width: min(100%, 360px); }
  .footer {
    margin-top: 2px;
    padding: 0 6px calc(env(safe-area-inset-bottom, 0px));
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "nav";
    align-items: center;
    background: linear-gradient(180deg, #f8fbfe 0%, #f1f6fa 100%);
    color: #35556b;
    border-top: 1px solid #dbe6ee;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  }
  .footer-brand,
  .footer-groups,
  .footer strong,
  .footer p:not(.copyright),
  .footer-brand-top,
  .footer-tagline,
  .footer-mobile-note,
  .footer-contact-link,
  .footer-meta { display: none; }
  .footer-mobile-nav {
    grid-area: nav;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    align-items: center;
  }
  .footer-mobile-nav > a,
  .footer-mobile-nav > button {
    min-height: 18px;
    padding: 1px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #29506a;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
  }
  .footer-mobile-nav > a.is-active,
  .footer-mobile-nav > a[aria-current="page"],
  .footer-mobile-nav > button.is-active,
  .footer-mobile-nav > button[aria-expanded="true"] {
    color: var(--brand-dark);
    background: rgba(255,255,255,.88);
  }
  .footer-mobile-nav > * + * { border-left: 1px solid #d6e1e9; }
  .copyright { display: none; }
  .bom-match-stock {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .bom-match-price-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bom-match-price-tiers span {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .guide-detail-page .bom-smart-precheck > .rfq-note-preview,
  .guide-detail-page .stock-rfq-template .stock-rfq-note pre {
    max-height: 192px;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
  .copyright { display: none; }
  .copyright-full { display: none; }
  .copyright-short { display: none; }
  .help-page { padding: 28px 18px 22px; gap: 14px; }
  .help-nav-shell { border: 1px solid var(--line); border-radius: 9px; background: #fff; overflow: hidden; }
  .help-nav-summary {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 14px 16px; list-style: none; cursor: pointer; color: var(--muted); font-size: 13px;
  }
  .help-nav-summary strong { color: var(--brand-dark); font-size: 15px; }
  .help-nav-summary::after { content: '+'; color: var(--brand); font-size: 18px; line-height: 1; }
  .help-nav-shell[open] .help-nav-summary { border-bottom: 1px solid var(--line); }
  .help-nav-shell[open] .help-nav-summary::after { content: '-'; }
  .help-side { border: 0; border-radius: 0; padding: 14px 16px; }
  .help-side section + section { margin-top: 14px; }
  .help-side h2 { margin-bottom: 6px; font-size: 14px; }
  .help-side a { padding: 6px 8px; font-size: 12px; }
  .help-content { min-height: auto; padding: 24px 20px; }
  .help-content h1 { font-size: 28px; margin-bottom: 10px; }
  .help-lead { font-size: 15px; padding-bottom: 16px; margin-bottom: 16px; }
  .help-body { max-width: none; line-height: 1.8; }
  .help-body > p:first-child { font-size: 14px; line-height: 1.72; }
  .help-body p { margin-bottom: 14px; }
  .help-body ol { margin-bottom: 18px; }
  .help-public-boundary { margin-top: 18px; }
  .help-public-boundary > summary { padding: 16px; }
  .help-public-boundary > summary strong, .help-related h2 { font-size: 17px; }
  .help-public-boundary > summary small { font-size: 11px; }
  .help-public-boundary-body { padding: 0 16px 16px; }
  .help-related { margin-top: 18px; }
  .help-related > div { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .help-related a { padding: 11px 12px; }
  .procurement-hero { padding: 22px 18px; gap: 16px; }
  .procurement-hero .hero-copy { min-height: auto; padding: 4px 0; }
  .home-intent-router { padding: 16px 18px; }
  .home-intent-head { align-items: start; flex-direction: column; }
  .home-intent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-intent-grid a { min-height: 106px; }
  .stock-plan-router, .quote-order-router { padding: 16px 18px; }
  .stock-plan-steps, .quote-order-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stock-plan-router > .secondary, .quote-order-router > .secondary { justify-self: stretch; text-align: center; }
  .hero-category-rail { min-height: auto; }
  .hero-category-rail .rail-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-category-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-page { padding: 32px 18px; gap: 24px; }
  .bom-hero-grid, .bom-workspace { grid-template-columns: 1fr; gap: 16px; }
  .bom-side-column { grid-template-columns: 1fr; position: static; gap: 12px; }
  .bom-form-shell-head { grid-template-columns: 1fr; }
  .bom-form-checkpoints { justify-content: flex-start; }
  .service-copy, .form-card { min-width: 0; width: 100%; }
  .supplier-public-guide { margin-top: 0; padding: 18px; }
  .supplier-public-guide-grid { grid-template-columns: 1fr 1fr; }
  .supplier-public-guide-actions { grid-template-columns: 1fr; }
  .member-page { padding: 26px 18px 24px; }
  .member-access { gap: 14px; margin: 6px auto 14px; }
  .member-access .form-card { padding: 18px; }
  .member-access .form-card h2 { margin-bottom: 12px; font-size: 18px; }
  .member-access .primary.wide { min-height: 42px; }
  .bom-seo-copy { grid-template-columns: 1fr; align-items: start; }
  .bom-service-steps { grid-template-columns: 1fr 1fr; }
  .recovery-seo-copy { grid-template-columns: 1fr; align-items: start; }
  .recovery-service-steps { grid-template-columns: 1fr 1fr; }
  .filters { position: static; }
  .business, .quality-items, .admin-grid { grid-template-columns: 1fr; }
  .admin-side { min-height: auto; }
  .admin-side nav { flex-direction: row; flex-wrap: wrap; margin-top: 20px; }
  .admin-content { padding: 18px; }
  .admin-data-head { flex-direction: column; gap: 10px; }
  .admin-toolbar { grid-template-columns: 1fr; }
  .member-quick-inner { flex-direction: column; align-items: start; }
  .member-activity-head { align-items: stretch; flex-direction: column; }
  .member-activity-actions { justify-content: flex-start; }
  .member-followup-queue { grid-template-columns: 1fr; }
  .member-activity-list { grid-template-columns: 1fr 1fr; }
  .catalog-title { align-items: start; flex-direction: column; }
  .catalog-intent-main { align-items: stretch; flex-direction: column; }
  .catalog-intent-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .catalog-intent-actions .primary, .catalog-intent-actions .secondary { white-space: normal; }
  .catalog-intent-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-intent-stats strong { white-space: normal; }
  .catalog-intent-shortcuts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-intent-chip { width: 100%; justify-content: space-between; }
  .inventory-ready-head { align-items: stretch; flex-direction: column; }
  .inventory-ready-head .primary { text-align: center; white-space: normal; }
  .inventory-ready-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-decision-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-rfq-head { align-items: stretch; flex-direction: column; }
  .catalog-rfq-head .secondary { text-align: center; }
  .catalog-rfq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-rfq-template { grid-template-columns: 1fr; align-items: stretch; }
  .catalog-rfq-template button { width: 100%; }
  .procurement-signal-triage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-refinement-head { align-items: stretch; flex-direction: column; }
  .search-refinement-head .secondary { text-align: center; }
  .search-refinement-grid { grid-template-columns: 1fr; }
  .search-route-head { align-items: stretch; flex-direction: column; }
  .search-route-actions { justify-content: stretch; }
  .search-route-actions .primary, .search-route-actions .secondary { flex: 1; text-align: center; white-space: normal; }
  .search-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .priority-sourcing-head { align-items: stretch; flex-direction: column; }
  .priority-sourcing-head > div:last-child { justify-content: stretch; }
  .priority-sourcing-head .primary, .priority-sourcing-head .secondary { flex: 1; text-align: center; }
  .priority-sourcing-grid { grid-template-columns: 1fr; }
  .exact-match-card { grid-template-columns: 1fr; align-items: stretch; gap: 12px; padding: 13px; }
  .exact-match-next-steps { grid-template-columns: 1fr; }
  .exact-match-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
  .saved-filter-snapshot { grid-template-columns: 1fr; align-items: stretch; }
  .saved-filter-snapshot a { text-align: center; }
  .catalog-batch-main { grid-template-columns: 1fr; align-items: stretch; }
  .catalog-batch-actions { justify-content: flex-start; }
  .buyer-trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-seo-copy { grid-template-columns: 1fr; }
  .catalog-seo-facts { grid-template-columns: 1fr 1fr 1fr; }
  .seo-title-actions { justify-content: flex-start; }
  .taxonomy-guide { grid-template-columns: 1fr; }
  .seo-sourcing-path-head { grid-template-columns: 1fr; }
  .seo-sourcing-steps { grid-template-columns: 1fr 1fr; }
  .seo-sourcing-candidates { grid-template-columns: 1fr; }
  .package-compatibility-head, .package-compatibility-candidates, .package-compatibility-hub-head, .package-compatibility-hub-examples, .package-guide-head, .package-alias-strip { grid-template-columns: 1fr; }
  .package-compatibility-actions { justify-content: flex-start; }
  .package-compatibility-hub-actions { justify-content: flex-start; }
  .package-compatibility-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .package-compatibility-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-compatibility-candidates > strong { padding-top: 0; }
  .package-compatibility-hub-examples > strong { padding-top: 0; }
  .package-compatibility-candidates > div { grid-template-columns: minmax(0, 1fr) auto; }
  .package-alias-strip strong { padding-top: 0; }
  .package-guide-grid { grid-template-columns: 1fr 1fr; }
  .package-guide-candidates { grid-template-columns: 1fr; }
  .stock-topic-filter-strip-mall > div { grid-template-columns: 1fr; gap: 5px; }
  .stock-topic-filter-strip-mall a {
    min-height: 24px;
    padding: 4px 8px;
    align-items: flex-start;
  }
  .stock-topic-filter-strip-mall a span {
    max-width: none;
    white-space: normal;
    line-height: 1.2;
  }
  .stock-topic-filter-strip-mall small { display: none; }
  .stock-topic-filter-strip-mall > div:first-child > div a:not(.topic-filter-more):nth-child(n+3) { display: none; }
  .stock-topic-filter-strip-mall > div:first-child > div .topic-filter-more { display: inline-flex; }
  .stock-topic-filter-strip-single .stock-topic-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .stock-topic-filter-strip-single .stock-topic-filter-actions a {
    justify-content: center;
    text-align: center;
  }
  .seo-taxonomy-page .catalog-content,
  .package-seo-page .catalog-content {
    display: flex;
    flex-direction: column;
  }
  .seo-taxonomy-page .catalog-title,
  .package-seo-page .stock-topic-hero { order: 1; }
  .seo-taxonomy-page .stock-topic-filter-strip-mall,
  .package-seo-page .stock-topic-filter-strip { order: 2; }
  .seo-taxonomy-page .taxonomy-ready-panel,
  .seo-taxonomy-page .taxonomy-lead-panel { order: 3; }
  .seo-taxonomy-page .stock-list-head,
  .package-seo-page .stock-list-head { order: 4; }
  .seo-taxonomy-page .stock-list,
  .package-seo-page .stock-list { order: 5; }
  .seo-taxonomy-page .taxonomy-shelf-tail { order: 6; }
  .seo-taxonomy-page > .catalog-content > .catalog-decision-strip { order: 7; }
  .seo-taxonomy-page .brand-verification-panel,
  .seo-taxonomy-page .category-decision-guide { order: 8; }
  .package-seo-page .stock-topic-nudge { order: 5; }
  .package-seo-page .package-compatibility-desk { order: 6; }
  .package-seo-page .seo-sourcing-path { order: 7; }
  .package-seo-page .taxonomy-faq { order: 8; }
  .category-decision-guide .catalog-decision-strip,
  .brand-verification-panel .catalog-decision-strip {
    gap: 6px;
    margin-top: 8px;
  }
  .category-decision-guide .catalog-decision-strip a,
  .brand-verification-panel .catalog-decision-strip a {
    gap: 4px;
    padding: 9px 10px;
  }
  .category-decision-guide .catalog-decision-strip a small,
  .brand-verification-panel .catalog-decision-strip a small {
    display: none;
  }
  .seo-taxonomy-page .package-guide-head,
  .seo-taxonomy-page .manufacturer-verification-head {
    gap: 10px;
    margin-bottom: 10px;
  }
  .seo-taxonomy-page .package-guide-head h2,
  .seo-taxonomy-page .manufacturer-verification-head h2 {
    margin-bottom: 0;
    font-size: 17px;
  }
  .seo-taxonomy-page .package-guide-head p:not(.eyebrow),
  .seo-taxonomy-page .manufacturer-verification-head p:not(.eyebrow) {
    display: none;
  }
  .seo-taxonomy-page .package-guide-actions {
    display: none;
  }
  .seo-taxonomy-page .package-alias-strip {
    gap: 8px;
    padding: 10px 12px;
  }
  .seo-taxonomy-page .package-alias-strip > div {
    gap: 6px;
  }
  .taxonomy-guide-summary,
  .package-guide-candidates { display: none; }
  .datasheet-index-rfq-head, .datasheet-evidence-head, .datasheet-index-rfq-examples, .datasheet-evidence-fields { grid-template-columns: 1fr; }
  .datasheet-index-rfq-actions, .datasheet-evidence-actions { justify-content: flex-start; max-width: none; }
  .datasheet-index-rfq-grid, .datasheet-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-family-router-head { align-items: stretch; flex-direction: column; }
  .package-family-router-grid { grid-template-columns: 1fr; }
  .manufacturer-verification-head { align-items: stretch; flex-direction: column; }
  .brand-index-rfq-head, .brand-index-rfq-examples, .manufacturer-index-verify-head, .manufacturer-index-examples { grid-template-columns: 1fr; }
  .brand-index-rfq-actions { justify-content: flex-start; }
  .brand-index-rfq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-index-rfq-examples > strong { padding-top: 0; }
  .manufacturer-index-verify-actions { justify-content: flex-start; }
  .manufacturer-index-verify-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manufacturer-index-examples > strong { padding-top: 0; }
  .manufacturer-verification-actions { justify-content: stretch; }
  .manufacturer-verification-actions .primary, .manufacturer-verification-actions .secondary { flex: 1; text-align: center; white-space: normal; }
  .manufacturer-verification-grid, .brand-manufacturer-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manufacturer-rfq-fields div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-rfq-template { grid-template-columns: 1fr; }
  .mpn-index-hero { grid-template-columns: 1fr; }
  .mpn-index-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .mpn-index-guide { grid-template-columns: 1fr; }
  .stock-topic-hero { padding: 18px; }
  .stock-topic-copy h1 { font-size: 24px; }
  .stock-topic-stats, .stock-topic-guide { grid-template-columns: 1fr; }
  .stock-topic-filter-strip > div { grid-template-columns: 1fr; }
  .stock-topic-filter-strip strong { padding-top: 0; }
  .stock-rfq-template { grid-template-columns: 1fr; }
  .supplier-verification-page .supplier-verify-note-shell {
    border: 1px solid #d7e7ef; border-radius: 8px; background: rgba(255,255,255,.92); overflow: hidden;
  }
  .supplier-verification-page .supplier-verify-note-shell > summary {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 13px 14px; cursor: pointer; list-style: none; background: #fff;
  }
  .supplier-verification-page .supplier-verify-note-shell > summary::-webkit-details-marker { display: none; }
  .supplier-verification-page .supplier-verify-note-shell > summary span { display: grid; gap: 3px; min-width: 0; }
  .supplier-verification-page .supplier-verify-note-shell > summary strong { color: var(--brand-dark); font-size: 15px; }
  .supplier-verification-page .supplier-verify-note-shell > summary small { color: var(--muted); font-size: 12px; line-height: 1.45; }
  .supplier-verification-page .supplier-verify-note-shell > summary b {
    flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
    min-width: 50px; min-height: 28px; padding: 0 10px; border: 1px solid #bddbf1; border-radius: 999px;
    background: var(--brand-soft); color: var(--brand); font-size: 12px;
  }
  .supplier-verification-page .supplier-verify-note-shell[open] > summary b { font-size: 0; }
  .supplier-verification-page .supplier-verify-note-shell[open] > summary b::before { content: "收起"; font-size: 12px; }
  .supplier-verification-page .supplier-verify-note-shell:not([open]) .stock-rfq-note { display: none; }
  .supplier-verification-page .supplier-verify-note-shell .stock-rfq-note { border: 0; border-top: 1px solid #e1edf4; border-radius: 0; }
  .supplier-verification-page .supplier-verify-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-buy-field-tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .family-index-rfq-head, .family-index-rfq-examples, .family-variant-head, .family-variant-fields { grid-template-columns: 1fr; }
  .family-index-rfq-actions, .family-variant-actions { justify-content: flex-start; }
  .family-index-rfq-grid, .family-variant-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .family-index-rfq-examples > strong { padding-top: 0; }
  .applications-hero, .application-rfq-panel { grid-template-columns: 1fr; }
  .applications-grid { grid-template-columns: 1fr 1fr; }
  .applications-flow { grid-template-columns: 1fr; }
  .application-scenario-intake-head { align-items: stretch; flex-direction: column; }
  .application-scenario-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .application-scenario-actions { justify-content: flex-start; }
  .application-module-plan-head { align-items: stretch; flex-direction: column; }
  .application-rfq-template { grid-template-columns: 1fr; }
  .application-module-grid { grid-template-columns: 1fr; }
  .help-side { display: flex; overflow-x: auto; gap: 24px; }
  .help-side section { flex: 0 0 145px; margin-top: 0 !important; }
  .help-related > div { grid-template-columns: 1fr 1fr; }
  .onboarding-types { grid-template-columns: 1fr 1fr; }
  .supplier-seo-copy { grid-template-columns: 1fr; align-items: start; }
  .supplier-service-steps, .supplier-doc-grid { grid-template-columns: 1fr 1fr; }
  .catalog-page .header.seo-header .detail-search { display: none; }
  .catalog-search-banner {
    margin-top: 8px; grid-template-columns: 1fr; gap: 12px; padding: 16px 14px 14px; border-radius: 0;
    border-left: 0; border-right: 0;
  }
  .catalog-search-banner h1 { font-size: 24px; line-height: 1.08; margin-bottom: 6px; }
  .catalog-search-banner p { font-size: 12px; line-height: 1.5; }
  .catalog-search-banner #catalogHeroSummary {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .catalog-banner-notes { gap: 5px; margin-top: 8px; }
  .catalog-banner-notes span { min-height: 22px; padding: 3px 8px; font-size: 9px; }
  .catalog-search { height: 46px; }
  .catalog-search input { height: 38px; padding-left: 12px; }
  .catalog-search button { min-width: 96px; font-size: 13px; }
  .catalog-layout.catalog-layout-exact .catalog-search-banner {
    gap: 8px;
    margin-top: 12px;
    padding: 11px 12px 10px;
    border-radius: 14px;
  }
  .catalog-layout.catalog-layout-exact .catalog-search-banner h1 {
    font-size: 19px;
    margin-bottom: 3px;
  }
  .catalog-layout.catalog-layout-exact .catalog-search-banner p {
    font-size: 11px;
    line-height: 1.45;
  }
  .catalog-layout.catalog-layout-exact .catalog-banner-notes { display: none; }
  .facet-panel {
    max-height: 300px;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .catalog-page .catalog-content {
    display: flex;
    flex-direction: column;
  }
  .catalog-page .catalog-title { order: 10; }
  .catalog-page .exact-match-panel { order: 20; }
  .catalog-page #topCandidatePanel { order: 25; }
  .catalog-page #catalogIntentPanel { order: 30; }
  .catalog-page #searchRefinementCoach { order: 35; }
  .catalog-page #inventoryReadyPanel { order: 40; }
  .catalog-page #catalogBatchPanel { order: 45; }
  .catalog-page .catalog-toolbar { order: 50; }
  .catalog-page #products { order: 60; }
  .catalog-page #pagination { order: 65; }
  .catalog-page #savedFilterHub { order: 70; }
  .catalog-page #catalogFiltersPanel { order: 48; }
  .catalog-page #searchRouteMap { order: 80; }
  .catalog-page #prioritySourcingPanel { order: 85; }
  .catalog-page #catalogSeoPanel { order: 90; }
  .catalog-facet-head { align-items: start; flex-direction: column; gap: 8px; padding: 11px 13px; }
  .catalog-facet-steps { justify-content: start; }
  .direct-filter-rail { gap: 8px; padding: 11px 12px; }
  .direct-filter-head { grid-template-columns: 1fr; gap: 9px; }
  .direct-filter-head-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
  .direct-filter-head-actions a,
  .direct-filter-head-actions button { width: 100%; justify-content: center; text-align: center; }
  .direct-filter-head-actions a.primary { grid-column: 1 / -1; }
  .direct-filter-groups { grid-template-columns: 1fr; gap: 8px; }
  .direct-filter-group { grid-template-columns: 40px minmax(0, 1fr); }
  .direct-filter-group > div { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .direct-filter-group > div::-webkit-scrollbar { display: none; }
  .direct-filter-group a,
  .direct-filter-group button { flex: 0 0 auto; max-width: 180px; }
  .facet-row { grid-template-columns: 1fr; padding: 13px; }
  .facet-row > strong { padding-left: 0; }
  .facet-select { grid-column: auto; }
  .facet-hint { padding-left: 13px; }
  .facet-options.expanded, .category-option-grid { grid-template-columns: 1fr; }
  .facet-options.expanded { max-height: 260px; }
  .facet-side-actions, .facet-batch-actions { justify-content: flex-start; flex-wrap: wrap; }
  .facet-inline-preview { margin-bottom: 8px; }
  .facet-inline-preview strong,
  .facet-inline-preview span { font-size: 12px; }
  .catalog-layout.catalog-layout-focus .catalog-facet-head {
    align-items: stretch;
    flex-direction: column;
  }
  .catalog-layout.catalog-layout-focus .catalog-facet-summary {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .catalog-facet-summary-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .catalog-facet-summary-chips::-webkit-scrollbar { display: none; }
  .catalog-facet-summary-chips span { flex: 0 0 auto; }
  .catalog-page .catalog-toolbar {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 10px 12px;
    margin-top: 8px;
  }
  .catalog-page .catalog-toolbar-summary strong { font-size: 14px; }
  .catalog-page .catalog-toolbar-scope {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    font-size: 11px;
    line-height: 1.45;
  }
  .catalog-page .catalog-toolbar-actions {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }
  .catalog-page .catalog-toolbar-jump {
    display: inline-flex;
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
  }
  .catalog-page .catalog-toolbar-sort {
    min-height: 32px;
    margin-left: auto;
    padding-left: 10px;
  }
  .catalog-page .catalog-toolbar label { gap: 6px; font-size: 11px; }
  .catalog-page .catalog-toolbar select { width: 110px; height: 32px; padding-right: 8px; }
  .catalog-page .saved-filter-hub {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .catalog-page .facet-panel {
    max-height: 260px;
    margin-top: 8px;
  }
  .exact-reference-suggestions { padding: 12px; }
  .exact-reference-suggestions .block-head {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .exact-reference-suggestions .block-head h2 {
    font-size: 17px;
    line-height: 1.24;
  }
  .exact-reference-suggestions .muted { display: none; }
  .reference-card-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(176px, 66vw);
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }
  .reference-card {
    gap: 8px;
    padding: 10px;
    scroll-snap-align: start;
  }
  .reference-card-main {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
  }
  .reference-card-image {
    width: 34px;
    height: 34px;
  }
  .reference-card-main strong {
    font-size: 13px;
    white-space: normal;
    line-height: 1.22;
  }
  .reference-card-main small {
    font-size: 10px;
    white-space: nowrap;
  }
  .reference-card p {
    font-size: 11px;
    line-height: 1.42;
    -webkit-line-clamp: 2;
  }
  .reference-card .stock-meta-strip { gap: 4px; }
  .reference-card .stock-meta-strip span {
    min-height: 22px;
    padding: 3px 6px;
    font-size: 10px;
  }
  .reference-card-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
  .reference-card-actions .primary,
  .reference-card-actions .secondary {
    min-height: 28px;
    padding: 6px 4px;
    font-size: 10px;
  }
  .catalog-layout.catalog-layout-exact .reference-card-grid {
    grid-auto-columns: minmax(158px, 44vw);
  }
  .catalog-layout.catalog-layout-exact .reference-card:nth-child(n+3) { display: none; }
  .catalog-layout.catalog-layout-exact .reference-card {
    gap: 6px;
    padding: 9px;
  }
  .catalog-layout.catalog-layout-exact .reference-card p { display: none; }
  .catalog-layout.catalog-layout-exact .reference-card .stock-meta-strip span:nth-child(n+2) { display: none; }
  .catalog-layout.catalog-layout-exact .reference-suggestions-tail {
    padding: 8px 9px;
    gap: 6px;
  }
  .catalog-layout.catalog-layout-exact .reference-suggestions-tail .secondary { display: none; }
  .reference-suggestions-tail {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 9px 10px;
  }
  .reference-suggestions-tail strong {
    font-size: 13px;
  }
  .reference-suggestions-tail div {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product-gallery { max-width: 440px; margin: 0 auto; }
  .workbench-head { align-items: start; flex-direction: column; }
  .workbench-actions { justify-content: flex-start; max-width: 100%; }
  .buyer-desk-head { align-items: start; flex-direction: column; gap: 3px; }
  .buyer-desk-head span { white-space: normal; }
  .buyer-action-grid, .desk-order-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sourcing-flow { grid-template-columns: 1fr; }
  .home-continue-grid { grid-template-columns: 1fr; }
  .home-continue-empty { grid-template-columns: 1fr; align-items: start; }
  .workbench-illustration { min-height: 190px; }
  .bom-sheet { left: 4%; top: 30px; }
  .illustration-rack { left: 10%; bottom: 22px; }
  .illustration-reel { left: 20%; bottom: 92px; width: 58px; height: 58px; border-width: 7px; }
  .tag-brand { left: 26%; top: 25px; }
  .tag-lot { right: 22%; bottom: 23px; }
  .search-node { left: 26%; top: 28px; }
  .illustration-chip { left: 44%; top: 28px; }
  .illustration-wave { left: 36%; bottom: 22px; width: 136px; height: 42px; padding: 7px 10px; }
  .illustration-wave i { width: 12px; margin-inline: 4px; }
  .quote-card { right: 4%; top: 26px; }
  .qc-node { right: 30%; bottom: 24px; top: auto; }
  .illustration-pack { right: 18%; bottom: 86px; }
  .illustration-truck { right: 6%; bottom: 26px; }
  .caption-bom { left: 4%; top: 12px; }
  .caption-match { left: 28%; top: 95px; }
  .caption-quote { right: 20%; top: 92px; }
  .caption-qc { right: 5%; bottom: 80px; }
  .compare-tray { grid-template-columns: 1fr; align-items: stretch; }
  .compare-actions { flex-wrap: wrap; }
  .compare-page { padding: 22px 18px 42px; }
  .guide-card-grid { grid-template-columns: 1fr; }
  .related-answer-grid .answer-card { padding: 12px; }
  .related-answer-grid .answer-card h2 {
    margin-bottom: 6px; font-size: 16px; line-height: 1.28;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .related-answer-grid .answer-card p:not(.eyebrow) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.56;
  }
  .related-answer-grid .answer-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 8px;
  }
  .related-answer-grid .answer-card-actions a {
    min-width: 0;
    min-height: 28px;
    padding: 5px 7px;
    font-size: 10px;
    text-align: center;
  }
  .guide-hero-actions { justify-content: flex-start; }
  .selection-field-grid { grid-template-columns: 1fr; }
  .selection-decision-head { align-items: stretch; flex-direction: column; }
  .selection-decision-actions { justify-content: flex-start; }
  .selection-parametric-head { align-items: stretch; flex-direction: column; }
  .selection-parametric-grid { grid-template-columns: 1fr; }
  .selection-parametric-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .selection-parametric-head .secondary,
  .selection-parametric-actions .primary,
  .selection-parametric-actions .secondary { width: 100%; white-space: normal; }
  .selection-matrix-table > div { grid-template-columns: 1fr 1fr; }
  .selection-matrix-table strong, .selection-matrix-table span { border-top: 1px solid #e7f0f4; }
  .selection-matrix-table > div:first-child strong { border-top: 0; }
  .compare-page { padding: 24px 16px 38px; }
  .compare-hero { gap: 16px; padding: 18px; }
  .compare-hero h1 { font-size: 28px; line-height: 1.18; }
  .compare-hero p:not(.eyebrow) { line-height: 1.64; }
  .compact-low-value-guide .compare-decision-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compact-low-value-guide .stock-topic-filter-strip > div { grid-template-columns: 1fr; }
  .seo-listing.catalog-layout { padding: 24px 16px 30px; }
  .seo-listing .catalog-title { gap: 12px; margin-bottom: 10px; }
  .seo-listing .catalog-title h1,
  .seo-listing .catalog-title h2 { font-size: 28px; line-height: 1.14; }
  .seo-listing .catalog-title p:not(.eyebrow) {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.56;
  }
  .seo-listing .catalog-title .primary,
  .seo-listing .catalog-title .secondary {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .seo-listing .seo-title-actions { gap: 8px 12px; }
  .seo-listing .catalog-title-back { min-height: 28px; padding: 0 2px; }
  .seo-listing .stock-topic-filter-strip {
    gap: 9px;
    padding: 12px;
    border-radius: 10px;
  }
  .seo-listing .stock-topic-filter-strip > div > div {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .seo-listing .stock-topic-filter-strip > div > div::-webkit-scrollbar { display: none; }
  .seo-listing .stock-topic-filter-strip a {
    flex: 0 0 auto;
    max-width: min(72vw, 240px);
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    white-space: nowrap;
  }
  .seo-listing .stock-topic-filter-strip strong { font-size: 12px; }
  .compare-add-form { height: 44px; }
  .compare-source-panel { grid-template-columns: 1fr; align-items: stretch; }
  .compare-source-actions { justify-content: flex-start; }
  .compare-toolbar { align-items: stretch; flex-direction: column; }
  .compare-toolbar-actions {
    justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px;
    margin-inline: -2px; padding-inline: 2px; scrollbar-width: thin;
  }
  .compare-toolbar-actions a, .compare-toolbar-actions button { flex: 0 0 auto; white-space: nowrap; }
  .compare-source-actions,
  .compare-rfq-checklist .seo-sourcing-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .compare-source-actions a,
  .compare-rfq-checklist .seo-sourcing-actions a { justify-content: center; text-align: center; }
  .compare-decision-panel { grid-template-columns: 1fr; }
  .compare-decision-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-listing .compare-decision-panel {
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px;
  }
  .seo-listing .compare-decision-panel h2 {
    margin: 2px 0 5px;
    font-size: 18px;
    line-height: 1.3;
  }
  .seo-listing .compare-decision-panel p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.52;
  }
  .seo-listing .compare-decision-metrics b { font-size: 15px; }
  .seo-listing .compare-guidance { margin-top: 10px; gap: 10px; }
  .seo-listing .compare-guidance article { padding: 13px; }
  .seo-listing .guide-step-grid article strong {
    font-size: 19px;
    margin-bottom: 5px;
  }
  .seo-listing .guide-step-grid article h2 {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .seo-listing .compare-guidance p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.55;
  }
  .inventory-evidence-page .compare-decision-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inventory-evidence-page .compare-decision-metrics article { padding: 9px 8px; gap: 3px; }
  .inventory-evidence-page .compare-decision-metrics article strong { font-size: 16px; }
  .compare-verdict-panel { grid-template-columns: 1fr; }
  .compare-verdict-main, .compare-verdict-note { min-width: 0; }
  .compare-verdict-checks { grid-template-columns: 1fr; }
  .compare-verdict-note > div { align-items: stretch; flex-direction: column; }
  .compare-verdict-note button { width: 100%; text-align: center; }
  .compare-guidance { grid-template-columns: 1fr; }
  .compare-product-strip { grid-template-columns: 1fr 1fr; }
  .checkout-decision-panel { grid-template-columns: 1fr; }
  .no-result-head { grid-template-columns: 1fr; }
  .no-result-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    max-width: none;
  }
  .no-result-actions a, .no-result-actions button {
    width: 100%;
    min-height: 32px;
    padding: 7px 8px;
    text-align: center;
    justify-content: center;
    white-space: normal;
  }
  .no-result-demand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .no-result-demand-strip span:first-child { grid-column: 1 / -1; }
  .no-result-demand-strip span {
    padding: 8px 9px;
  }
  .missing-product-guide h1 { font-size: 30px; line-height: 1.18; }
  .missing-product-guide .no-result-head p { font-size: 14px; line-height: 1.58; }
  .no-result-relax { align-items: stretch; flex-direction: column; }
  .no-result-relax div { justify-content: flex-start; }
  .no-result-primary-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .no-result-action-shelf { padding: 10px; }
  .no-result-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .no-result-action-grid a {
    min-height: 58px;
    padding: 9px;
  }
  .no-result-action-grid a.primary-card { grid-column: 1 / -1; }
  .no-result-quick-rfq {
    padding: 12px;
  }
  .no-result-quick-rfq-head {
    align-items: stretch;
    flex-direction: column;
  }
  .no-result-quick-rfq-head a {
    text-align: center;
  }
  .no-result-quick-rfq-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(86px, .65fr);
  }
  .no-result-quick-rfq-grid label {
    grid-column: 1 / -1;
  }
  .no-result-quick-rfq-grid .no-result-rfq-mpn,
  .no-result-quick-rfq-grid .no-result-rfq-qty {
    grid-column: 1 / -1;
  }
  .no-result-quick-rfq-grid .no-result-rfq-company,
  .no-result-quick-rfq-grid .no-result-rfq-contact,
  .no-result-quick-rfq-grid .no-result-rfq-phone,
  .no-result-quick-rfq-grid .no-result-rfq-email {
    grid-column: 1 / -1;
  }
  .no-result-quick-rfq-grid .no-result-rfq-qty input {
    max-width: 120px;
    text-align: center;
  }
  .no-result-qty-presets {
    flex-wrap: wrap;
  }
  .no-result-qty-presets span {
    width: 100%;
  }
  .no-result-qty-presets button {
    flex: 1 1 56px;
  }
  .no-result-rfq-lines small { display: none; }
  .no-result-quick-rfq-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .no-result-quick-rfq-actions .primary {
    width: 100%;
  }
  .no-result-relax-line {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }
  .no-result-relax-line div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
  .no-result-relax-line a {
    justify-content: center;
    text-align: center;
  }
  .no-result-mall-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .no-result-recheck-head { grid-template-columns: 1fr; }
  .no-result-recheck-head a { width: 100%; text-align: center; }
  .no-result-recheck-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .no-result-mall-hub-grid a,
  .no-result-recheck-steps a { padding: 9px 8px; }
  .no-result-mall-hub-grid strong,
  .no-result-recheck-steps strong { font-size: 12px; }
  .no-result-mall-hub-grid span,
  .no-result-recheck-steps span {
    font-size: 10px;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .backorder-rfq-head { grid-template-columns: 1fr; }
  .backorder-rfq-head > div:last-child { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .backorder-rfq-head a { width: 100%; text-align: center; }
  .backorder-rfq-grid { grid-template-columns: 1fr; }
  .no-result-answer-links { align-items: stretch; flex-direction: column; }
  .no-result-answer-links div { justify-content: flex-start; }
  .no-result-process { grid-template-columns: 1fr; }
  .top-candidate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-representative-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-candidate-head { align-items: flex-start; }
  .guide-checklist-head { align-items: stretch; flex-direction: column; }
  .guide-checklist-head .secondary { text-align: center; }
  .quick-buy-note-head,
  .quick-buy-sample-head { grid-template-columns: 1fr; }
  .quick-buy-note-head .stock-rfq-actions,
  .quick-buy-sample-head .secondary { width: 100%; }
  .quick-buy-note-head .stock-rfq-actions { justify-content: stretch; }
  .quick-buy-field-tags { grid-template-columns: 1fr; }
  .quick-buy-note-panel,
  .quick-buy-sample-block { padding: 14px; }
  .quick-buy-note-panel .detail-disclosure > summary,
  .quick-buy-sample-block .detail-disclosure > summary { padding: 14px; }
  .quick-buy-note-panel .detail-disclosure-body,
  .quick-buy-sample-block .detail-disclosure-body { padding: 0 14px 14px; }
  .guide-checklist-table > div { grid-template-columns: 1fr; }
  .guide-checklist-table strong, .guide-checklist-table span { border-left: 0; border-top: 1px solid #e6eff4; }
  .guide-checklist-table > div:first-child strong:first-child, .guide-checklist-table > div:not(:first-child) span:first-child { border-top: 0; }
  .supplier-brand-grid,
  .supplier-brand-more .supplier-brand-grid.compact { grid-template-columns: 1fr; }
  .supplier-brand-card-top { display: grid; gap: 7px; }
  .supplier-brand-card-top strong { justify-self: start; }
  .stock-list-head,
  .spot-layout .stock-list-head { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-content {
    display: flex;
    flex-direction: column;
  }
  .catalog-layout.catalog-layout-focus .catalog-title { order: 10; }
  .catalog-layout.catalog-layout-focus .exact-match-panel { order: 20; }
  .catalog-layout.catalog-layout-focus #catalogIntentPanel { order: 30; }
  .catalog-layout.catalog-layout-focus #savedFilterHub { order: 34; }
  .catalog-layout.catalog-layout-focus #catalogFiltersPanel { order: 35; }
  .catalog-layout.catalog-layout-focus #catalogBatchPanel { order: 38; margin-top: 8px; }
  .catalog-layout.catalog-layout-focus .catalog-toolbar { order: 40; }
  .catalog-layout.catalog-layout-focus #products { order: 50; }
  .catalog-layout.catalog-layout-focus #pagination { order: 55; }
  .catalog-layout.catalog-layout-focus .facet-panel {
    max-height: none;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .catalog-layout.catalog-layout-focus #searchRouteMap { order: 75; margin-top: 10px; }
  .catalog-layout.catalog-layout-focus #searchRefinementCoach { order: 80; margin-top: 10px; }
  .catalog-layout.catalog-layout-focus #catalogSeoPanel { order: 90; }
  .catalog-layout.catalog-layout-focus .saved-filter-hub { margin: -2px 0 8px; }
  .catalog-layout.catalog-layout-focus .catalog-intent-note { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-intent-main .eyebrow { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-facet-head {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 12px;
  }
  .catalog-layout.catalog-layout-focus .catalog-facet-head p,
  .catalog-layout.catalog-layout-focus .catalog-facet-steps { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-facet-head strong { margin-top: 0; font-size: 14px; }
  .catalog-layout.catalog-layout-focus .catalog-facet-summary .secondary {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .catalog-layout.catalog-layout-focus .catalog-toolbar {
    height: auto;
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 9px 11px;
  }
  .catalog-layout.catalog-layout-focus .catalog-toolbar-summary strong { font-size: 14px; }
  .catalog-layout.catalog-layout-focus .catalog-toolbar-scope {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    font-size: 11px;
  }
  .catalog-layout.catalog-layout-focus .catalog-toolbar-actions {
    width: 100%;
    justify-content: space-between;
  }
  .catalog-layout.catalog-layout-focus .catalog-toolbar-jump { display: inline-flex; }
  .catalog-layout.catalog-layout-focus .catalog-toolbar-sort {
    min-height: 32px;
    margin-left: auto;
    padding-left: 10px;
  }
  .catalog-layout.catalog-layout-focus .catalog-toolbar label { gap: 6px; font-size: 11px; }
  .catalog-layout.catalog-layout-focus .catalog-toolbar select { width: 110px; height: 32px; padding-right: 8px; }
  .hot-parts-page,
  .hot-part-detail-page {
    padding: 12px 10px 28px;
  }
  .hot-parts-hero,
  .hot-part-detail-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }
  .hot-parts-hero h1,
  .hot-part-detail-hero h1 {
    font-size: 21px;
    line-height: 1.28;
  }
  .hot-parts-search {
    grid-template-columns: 1fr;
  }
  .hot-parts-search button,
  .hot-parts-search a {
    min-height: 38px;
    padding: 9px 10px;
  }
  .hot-parts-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .hot-parts-summary a {
    grid-column: 1 / -1;
    min-height: 40px;
  }
  .hot-parts-library-panel {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 13px;
  }
  .hot-parts-library-panel h2 {
    font-size: 18px;
  }
  .hot-parts-library-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hot-parts-library-actions {
    grid-template-columns: 1fr;
  }
  .hot-parts-toolbar {
    gap: 6px;
    padding: 8px;
  }
  .hot-parts-toolbar a {
    flex: 1 1 calc(33.333% - 6px);
    min-width: 96px;
    text-align: center;
  }
  .hot-part-list-head { display: none; }
  .hot-parts-list {
    gap: 8px;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .hot-part-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dce8ef;
    border-radius: 8px;
    background: #fff;
  }
  .hot-part-mpn,
  .hot-part-row-actions {
    grid-column: 1 / -1;
  }
  .hot-part-mpn a { font-size: 16px; }
  .hot-part-row-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hot-part-cta {
    grid-template-columns: 1fr;
  }
  .hot-part-cta span {
    text-align: left;
  }
  .hot-part-facts,
  .hot-part-workflow,
  .hot-part-copy-grid {
    grid-template-columns: 1fr;
  }
  .stock-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    min-height: auto;
    padding: 8px;
    border-top: 1px solid var(--line);
    margin-bottom: 7px;
    border-radius: 7px;
  }
  .stock-name, .stock-action-group { grid-column: 1 / -1; }
  .stock-name {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
  }
  .stock-image {
    width: 42px;
    height: 42px;
  }
  .stock-name h3 {
    display: block;
    font-size: 14px;
    line-height: 1.16;
  }
  .stock-name p {
    margin: 1px 0;
    font-size: 10px;
    line-height: 1.28;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .stock-name small {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 10px;
    line-height: 1.3;
  }
  .stock-meta-strip {
    gap: 4px;
    margin-top: 4px;
  }
  .stock-meta-strip span {
    padding: 2px 5px;
    font-size: 9px;
  }
  .stock-meta-strip span:nth-child(n+3) { display: none; }
  .stock-commerce-strip,
  .spot-layout .catalog-search-row .stock-commerce-strip,
  .catalog-search-row .stock-commerce-strip {
    flex-wrap: nowrap;
    gap: 4px;
    overflow: hidden;
    margin-top: 5px;
  }
  .stock-commerce-strip span,
  .spot-layout .catalog-search-row .stock-commerce-strip span,
  .catalog-search-row .stock-commerce-strip span {
    flex: 0 1 auto;
    max-width: 49%;
    min-height: 20px;
    padding: 2px 5px;
    border-radius: 4px;
  }
  .stock-commerce-strip b,
  .spot-layout .catalog-search-row .stock-commerce-strip b,
  .catalog-search-row .stock-commerce-strip b {
    font-size: 9px;
  }
  .stock-commerce-strip strong,
  .spot-layout .catalog-search-row .stock-commerce-strip strong,
  .catalog-search-row .stock-commerce-strip strong {
    font-size: 10px;
  }
  .stock-commerce-strip span:nth-child(n+3),
  .spot-layout .catalog-search-row .stock-commerce-strip span:nth-child(n+3),
  .catalog-search-row .stock-commerce-strip span:nth-child(n+3) { display: none; }
  .stock-action-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .stock-field label {
    display: block;
    margin-bottom: 2px;
    font-size: 9px;
  }
  .stock-field strong {
    font-size: 10px;
    line-height: 1.22;
  }
  .stock-field.qty strong { font-size: 12px; }
  .stock-action {
    min-height: 24px;
    padding: 4px 3px;
    font-size: 9px;
  }
  .stock-action-group .primary-action {
    grid-column: auto;
    min-height: 24px;
  }
  .stock-action.pdf-action { display: inline-flex; }
  .catalog-search-row,
  .spot-layout .catalog-search-row {
    grid-template-columns: minmax(0, 1fr);
  }
  .spot-layout .catalog-search-row .stock-name,
  .spot-layout .catalog-search-row .stock-action-group,
  .catalog-search-row .stock-name,
  .catalog-search-row .stock-action-group {
    grid-column: 1 / -1;
    width: 100%;
  }
  .spot-layout .catalog-search-row .stock-name,
  .catalog-search-row .stock-name {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    min-height: 0;
    padding-left: 0;
  }
  .spot-layout .catalog-search-row .stock-image,
  .catalog-search-row .stock-image {
    width: 56px;
    height: 56px;
  }
  .spot-layout .catalog-search-row .stock-name,
  .spot-layout .catalog-search-row .stock-main {
    min-width: 0;
    max-width: 100%;
  }
  .spot-layout .catalog-search-row .stock-main,
  .catalog-search-row .stock-main {
    display: grid;
    gap: 3px;
    width: 100%;
    max-width: none;
  }
  .catalog-search-row .stock-name p {
    -webkit-line-clamp: 1;
  }
  .catalog-search-row .stock-summary { display: none !important; }
  .catalog-search-row .stock-field,
  .spot-layout .catalog-search-row .stock-field { display: none; }
  .spot-layout .catalog-search-row .stock-quick-facts,
  .catalog-search-row .stock-quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    grid-column: 1 / -1;
    margin-top: 8px;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .spot-layout .catalog-search-row .stock-quick-facts span,
  .catalog-search-row .stock-quick-facts span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 5px 6px;
    gap: 2px;
    border-radius: 6px;
  }
  .spot-layout .catalog-search-row .stock-quick-facts b,
  .catalog-search-row .stock-quick-facts b {
    font-size: 9px;
    white-space: nowrap;
    word-break: keep-all;
  }
  .spot-layout .catalog-search-row .stock-quick-facts strong,
  .catalog-search-row .stock-quick-facts strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
    line-height: 1.18;
    font-size: 10px;
  }
  .spot-layout .catalog-search-row .stock-action-group {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .spot-layout .catalog-search-row .stock-action-group .primary-action {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 32px;
  }
  .catalog-search-row .stock-action-group .primary-action {
    grid-column: 1 / -1;
    width: 100%;
  }
  .spot-layout .catalog-search-row .stock-action-group .mini-action,
  .spot-layout .catalog-search-row .stock-action-group .basket-action,
  .spot-layout .catalog-search-row .stock-action-group .pdf-action {
    grid-column: auto;
    width: 100%;
    min-height: 30px;
    padding: 6px 8px;
    font-size: 11px;
    white-space: nowrap;
  }
  .spot-layout .catalog-search-row .stock-cart-control,
  .catalog-search-row .stock-cart-control {
    grid-column: 1 / -1;
    width: 100%;
    grid-template-columns: minmax(82px, .42fr) minmax(0, 1fr);
    gap: 5px;
  }
  .catalog-search-row .stock-cart-qty-label {
    min-height: 30px;
    padding: 4px 7px;
    border-radius: 6px;
  }
  .catalog-search-row .stock-action.basket-action {
    background: #f5fbf7;
    border-color: #c7e5d5;
  }
  .seo-taxonomy-page .stock-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    min-height: auto;
    padding: 8px;
    margin-bottom: 7px;
  }
  .seo-taxonomy-page .stock-list .stock-row:nth-child(n+5) {
    display: none;
  }
  .seo-taxonomy-page .stock-name {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
  }
  .seo-taxonomy-page .stock-image {
    width: 42px;
    height: 42px;
  }
  .seo-taxonomy-page .stock-name h3 {
    display: block;
    font-size: 14px;
    line-height: 1.14;
  }
  .seo-taxonomy-page .stock-name p {
    margin: 1px 0;
    font-size: 10px;
    line-height: 1.28;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .seo-taxonomy-page .stock-name small {
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 10px;
    line-height: 1.3;
  }
  .seo-taxonomy-page .stock-field label {
    margin-bottom: 2px;
    font-size: 9px;
  }
  .seo-taxonomy-page .stock-field strong {
    font-size: 10px;
    line-height: 1.22;
  }
  .seo-taxonomy-page .stock-field.qty strong {
    font-size: 12px;
  }
  .seo-taxonomy-page .stock-action-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }
  .seo-taxonomy-page .stock-action {
    min-height: 24px;
    padding: 4px 3px;
    font-size: 9px;
  }
  .seo-taxonomy-page .stock-action-group .primary-action {
    grid-column: auto;
    min-height: 24px;
  }
  .seo-taxonomy-page .stock-action-group .pdf-action {
    display: none;
  }
  .seo-taxonomy-page .seo-title-actions {
    gap: 7px 8px;
  }
  .seo-taxonomy-page .seo-title-actions .primary,
  .seo-taxonomy-page .seo-title-actions .secondary,
  .seo-taxonomy-page .catalog-title-back {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 11px;
  }
  .seo-taxonomy-page .taxonomy-shelf-tail {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }
  .seo-taxonomy-page .taxonomy-shelf-tail strong {
    margin: 2px 0 2px;
    font-size: 14px;
  }
  .seo-taxonomy-page .taxonomy-shelf-tail span {
    font-size: 11px;
    line-height: 1.4;
  }
  .seo-taxonomy-page .taxonomy-shelf-tail-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }
  .seo-taxonomy-page .taxonomy-shelf-tail-actions .primary,
  .seo-taxonomy-page .taxonomy-shelf-tail-actions .secondary {
    width: 100%;
    min-height: 31px;
    padding: 7px 8px;
    font-size: 11px;
    text-align: center;
  }
  .seo-taxonomy-page .stock-row .stock-field:first-of-type {
    display: none;
  }
  .pagination { flex-wrap: wrap; }
}
@media (max-width: 600px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .member-quickbar { display: none; }
  .header {
    align-items: center; gap: 6px; min-height: auto; max-width: 100vw; overflow-x: hidden; padding: 5px 10px 3px;
  }
  .logo { gap: 7px; min-width: 0; }
  .logo-mark { width: 32px; height: 25px; }
  .logo strong { font-size: 15px; line-height: 1.02; }
  .logo small { display: none; }
  .language-picker { min-width: 72px; min-height: 36px; padding: 6px 8px; margin-left: auto; font-size: 13px; }
  .header nav {
    order: 4; width: 100%; min-width: 0; max-width: 100%; display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 11px;
    overflow-x: auto; padding: 6px 0 1px; border-top: 0; white-space: nowrap; scrollbar-width: none;
  }
  .header nav::-webkit-scrollbar { display: none; }
  .header nav a { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 28px; padding: 4px 1px; font-size: 13px; line-height: 1.35; }
  .header nav a[href="/supplier-line-card"],
  .header nav a[href="/service-commitments"] { display: none; }
  .header nav a[href="/recovery"] {
    order: -1;
    display: inline-flex;
    padding-inline: 8px;
    border: 1px solid #cfe5dc;
    border-radius: 5px;
    background: #f6fffb;
    color: var(--green);
  }
  .header nav a[href="/member"], .header nav a[data-member-link], .header nav .cart-link {
    order: -1; padding-inline: 8px; border: 1px solid #cfe2ee; border-radius: 5px; background: #f4f9fd; color: var(--brand-dark);
  }
  .header nav a[href="/member"], .header nav a[data-member-link] { margin-right: -3px; }
  .header nav .cart-link { gap: 4px; }
  .header nav .cart-link b { min-width: 18px; padding: 1px 5px; font-size: 10px; }
  .home-page .header nav {
    order: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px 6px;
    overflow: visible;
    padding: 2px 0 0;
  }
  .home-page .header nav a {
    min-width: 0;
    justify-content: center;
    text-align: center;
    min-height: 22px;
    padding: 2px 3px;
    font-size: 10px;
    line-height: 1.15;
  }
  .home-page .header nav a[href="/packages"],
  .home-page .header nav a[href="/datasheets"] { display: none; }
  .home-page .header nav a[href="/member"],
  .home-page .header nav a[data-member-link] {
    grid-column: 1;
    grid-row: 1;
    margin-right: 0;
  }
  .home-page .header nav .cart-link {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
  }
  .home-page .header nav a[href="/bom"] {
    grid-column: 3;
    grid-row: 1;
    border: 1px solid #cfe2ee;
    border-radius: 5px;
    background: #f4f9fd;
    color: var(--brand-dark);
  }
  .home-page .header nav a[href="/products"] { grid-column: 1; grid-row: 2; }
  .home-page .header nav a[href="/categories"] { grid-column: 2; grid-row: 2; }
  .home-page .header nav a[href="/brands"] { grid-column: 3; grid-row: 2; }
  .home-page .header nav a[href="/recovery"] {
    display: inline-flex;
    grid-column: 1 / 4;
    grid-row: 3;
    border: 1px solid #cfe5dc;
    border-radius: 5px;
    background: #f6fffb;
    color: var(--green);
  }
  .header .detail-search {
    order: 3; min-width: 100%; max-width: none; height: 38px;
  }
  .header.seo-header {
    display: flex; flex-wrap: wrap; align-items: center; gap: 7px; min-height: auto; max-width: 100vw; overflow-x: hidden; padding: 6px 12px 5px;
  }
  .header.seo-header .logo { order: 1; }
  .header.seo-header .language-picker { order: 2; margin-left: auto; grid-column: auto; }
  .header.seo-header .detail-search { order: 3; grid-column: auto; min-width: 100%; max-width: none; height: 40px; }
  .procurement-signal-triage { padding: 13px; }
  .procurement-signal-triage-grid { grid-template-columns: 1fr; gap: 10px; }
  .procurement-signal-triage-grid article { padding: 13px; }
  .procurement-signal-triage-grid h2,
  .procurement-signal-triage-grid p,
  .procurement-signal-triage-grid small { word-break: normal; overflow-wrap: anywhere; }
  .stock-rfq-actions .primary,
  .stock-rfq-actions .secondary { flex: 1 1 150px; justify-content: center; text-align: center; white-space: normal; }
  .supplier-verification-page .supplier-verify-metrics { grid-template-columns: 1fr; }
  .supplier-verification-page .supplier-verify-note-shell > summary { padding: 12px 13px; }
  .supplier-verification-page .supplier-verify-note-shell > summary b { min-width: 46px; }
  .package-rfq-page .package-rfq-note-shell {
    border: 1px solid #d7e7ef; border-radius: 8px; background: rgba(255,255,255,.92); overflow: hidden;
  }
  .package-rfq-page .package-rfq-note-shell > summary {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 13px 14px; cursor: pointer; list-style: none; background: #fff;
  }
  .package-rfq-page .package-rfq-note-shell > summary::-webkit-details-marker { display: none; }
  .package-rfq-page .package-rfq-note-shell > summary span { display: grid; gap: 3px; min-width: 0; }
  .package-rfq-page .package-rfq-note-shell > summary strong { color: var(--brand-dark); font-size: 15px; }
  .package-rfq-page .package-rfq-note-shell > summary small { color: var(--muted); font-size: 12px; line-height: 1.45; }
  .package-rfq-page .package-rfq-note-shell > summary b {
    flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
    min-width: 50px; min-height: 28px; padding: 0 10px; border: 1px solid #bddbf1; border-radius: 999px;
    background: var(--brand-soft); color: var(--brand); font-size: 12px;
  }
  .package-rfq-page .package-rfq-note-shell[open] > summary b { font-size: 0; }
  .package-rfq-page .package-rfq-note-shell[open] > summary b::before { content: "收起"; font-size: 12px; }
  .package-rfq-page .package-rfq-note-shell:not([open]) .stock-rfq-note { display: none; }
  .package-rfq-page .package-rfq-note-shell .stock-rfq-note { border: 0; border-top: 1px solid #e1edf4; border-radius: 0; }
  .quote-compare-rfq-page .quote-compare-note-desktop-copy,
  .quote-decision-page .quote-decision-note-desktop-copy,
  .source-verification-rfq-page .source-verification-note-desktop-copy { display: none; }
  .quote-compare-rfq-page .quote-compare-note-shell,
  .quote-decision-page .quote-compare-note-shell,
  .source-verification-rfq-page .source-verification-note-shell {
    border: 1px solid #d7e7ef; border-radius: 8px; background: rgba(255,255,255,.92); overflow: hidden;
  }
  .quote-compare-rfq-page .quote-compare-note-shell > summary,
  .quote-decision-page .quote-compare-note-shell > summary,
  .source-verification-rfq-page .source-verification-note-shell > summary {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 13px 14px; cursor: pointer; list-style: none; background: #fff;
  }
  .quote-compare-rfq-page .quote-compare-note-shell > summary::-webkit-details-marker,
  .quote-decision-page .quote-compare-note-shell > summary::-webkit-details-marker,
  .source-verification-rfq-page .source-verification-note-shell > summary::-webkit-details-marker { display: none; }
  .quote-compare-rfq-page .quote-compare-note-shell > summary span,
  .quote-decision-page .quote-compare-note-shell > summary span,
  .source-verification-rfq-page .source-verification-note-shell > summary span { display: grid; gap: 3px; min-width: 0; }
  .quote-compare-rfq-page .quote-compare-note-shell > summary strong,
  .quote-decision-page .quote-compare-note-shell > summary strong,
  .source-verification-rfq-page .source-verification-note-shell > summary strong { color: var(--brand-dark); font-size: 15px; }
  .quote-compare-rfq-page .quote-compare-note-shell > summary small,
  .quote-decision-page .quote-compare-note-shell > summary small,
  .source-verification-rfq-page .source-verification-note-shell > summary small { color: var(--muted); font-size: 12px; line-height: 1.45; }
  .quote-compare-rfq-page .quote-compare-note-shell > summary b,
  .quote-decision-page .quote-compare-note-shell > summary b,
  .source-verification-rfq-page .source-verification-note-shell > summary b {
    flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
    min-width: 50px; min-height: 28px; padding: 0 10px; border: 1px solid #bddbf1; border-radius: 999px;
    background: var(--brand-soft); color: var(--brand); font-size: 12px;
  }
  .quote-compare-rfq-page .quote-compare-note-shell[open] > summary b,
  .quote-decision-page .quote-compare-note-shell[open] > summary b,
  .source-verification-rfq-page .source-verification-note-shell[open] > summary b { font-size: 0; }
  .quote-compare-rfq-page .quote-compare-note-shell[open] > summary b::before,
  .quote-decision-page .quote-compare-note-shell[open] > summary b::before,
  .source-verification-rfq-page .source-verification-note-shell[open] > summary b::before { content: "收起"; font-size: 12px; }
  .quote-compare-rfq-page .quote-compare-note-shell:not([open]) .rfq-note-preview,
  .quote-decision-page .quote-compare-note-shell:not([open]) .stock-rfq-note,
  .source-verification-rfq-page .source-verification-note-shell:not([open]) .rfq-note-preview { display: none; }
  .quote-compare-rfq-page .quote-compare-note-shell .rfq-note-preview,
  .quote-decision-page .quote-compare-note-shell .stock-rfq-note,
  .source-verification-rfq-page .source-verification-note-shell .rfq-note-preview {
    border-top: 1px solid #e1edf4; border-radius: 0;
  }
  .supplier-brand-clue-section { padding: 14px; }
  .supplier-brand-clue-head { display: grid; gap: 10px; }
  .supplier-brand-clue-head h2 { font-size: 21px; }
  .supplier-brand-clue-head .secondary { width: 100%; justify-content: center; text-align: center; }
  .supplier-brand-actions { grid-template-columns: 1fr 1fr; }
  .supplier-brand-more > summary { padding: 13px 14px; }
  .supplier-brand-more .detail-disclosure-body { padding: 0 14px 14px; }
  .header.seo-header nav {
    order: 4; grid-column: auto; width: 100%; min-width: 0; max-width: 100%; display: flex; flex-wrap: nowrap; justify-content: flex-start;
    gap: 10px; overflow-x: auto; padding: 4px 0 1px; white-space: nowrap; scrollbar-width: none;
  }
  .header .detail-search input { height: 38px; font-size: 14px; }
  .header .detail-search button { min-width: 76px; padding-inline: 11px; }
  .service-bar { display: none; }
  .head-search { min-width: 100%; order: 2; }
  .home-intent-grid { grid-template-columns: 1fr; }
  .home-intent-head .secondary { width: 100%; text-align: center; }
  .stock-plan-steps { grid-template-columns: 1fr; }
  .stock-plan-steps a { min-height: 68px; }
  .fields.two, .categories, .product-grid, .ecosystem-grid, .metrics, .product-editor, .payment-methods, .reward-grid, .invoice-form, .home-brands { grid-template-columns: 1fr; }
  .onboarding-types { grid-template-columns: 1fr; }
  .supplier-line-rfq { grid-template-columns: 1fr; }
  .supplier-line-checks { grid-template-columns: 1fr; }
  .supplier-line-actions { grid-template-columns: 1fr; }
  .supplier-line-actions a { width: 100%; }
  .supplier-line-card-tool .supplier-line-rfq { margin-top: 10px; padding: 12px; gap: 10px; }
  .supplier-line-card-tool .supplier-line-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .supplier-line-card-tool .supplier-line-checks span { padding: 8px 7px; font-size: 11px; line-height: 1.3; }
  .supplier-line-card-tool .supplier-line-checks b { font-size: 12px; }
  .supplier-line-card-tool .supplier-line-actions { gap: 6px; }
  .supplier-line-card-tool .supplier-line-actions a,
  .supplier-line-card-tool .supplier-line-actions button { min-height: 32px; padding: 7px 8px; font-size: 11px; }
  .supplier-line-card-tool .supplier-line-rfq pre {
    max-height: 180px;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .supplier-public-guide { padding: 16px 14px; gap: 12px; border-radius: 10px; }
  .supplier-public-guide-copy h3 { font-size: 20px; }
  .supplier-public-guide-copy p:not(.eyebrow) { font-size: 13px; line-height: 1.62; }
  .supplier-public-guide-grid { grid-template-columns: 1fr; }
  .supplier-public-guide-grid article { padding: 12px; }
  .supplier-public-guide-actions a { min-height: 38px; white-space: normal; }
  .checkout-decision-metrics { grid-template-columns: 1fr 1fr 1fr; }
  .checkout-note-assist div { display: grid; grid-template-columns: 1fr 1fr; }
  .checkout-note-assist button { width: 100%; }
  .bom-source-note { align-items: stretch; flex-direction: column; }
  .bom-source-context-head { grid-template-columns: 1fr; align-items: stretch; }
  .bom-source-context-summary { gap: 6px; }
  .bom-source-context-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bom-entry-mode { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .bom-entry-mode em { grid-column: 1 / -1; }
  .bom-entry-metrics { grid-template-columns: 1fr 1fr; }
  .bom-entry-mini-steps { gap: 6px; }
  .bom-entry-strip { padding: 12px; }
  .bom-entry-strip-head h2 { font-size: 18px; }
  .bom-entry-strip-head p:not(.eyebrow) { font-size: 12px; line-height: 1.5; }
  .bom-entry-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .bom-entry-card { padding: 10px; min-height: 74px; }
  .bom-entry-card span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.35;
  }
  .applications-page { padding-inline: 18px; }
  .applications-hero { padding: 22px; }
  .applications-hero h1 { font-size: 28px; }
  .applications-grid { grid-template-columns: 1fr; }
  .application-scenario-intake { padding: 14px; }
  .application-scenario-fields { grid-template-columns: 1fr; }
  .application-scenario-actions { display: grid; grid-template-columns: 1fr; }
  .application-scenario-intake-head .secondary,
  .application-scenario-actions .primary,
  .application-scenario-actions .secondary { width: 100%; white-space: normal; }
  .application-card-actions { flex-direction: column; }
  .application-card-evidence div { grid-template-columns: 1fr; gap: 3px; }
  .application-card-evidence dd { white-space: normal; }
  .application-module-plan { padding: 14px; }
  .application-module-actions { display: grid; grid-template-columns: 1fr; }
  .selection-decision-matrix { padding: 14px; }
  .selection-matrix-table > div { grid-template-columns: 1fr; }
  .selection-matrix-table strong, .selection-matrix-table span { border-left: 0; }
  .selection-rfq-template { grid-template-columns: 1fr; }
  .package-compatibility-desk { padding: 14px; }
  .package-compatibility-grid { grid-template-columns: 1fr; }
  .package-compatibility-grid article:nth-child(n + 4) { display: none; }
  .package-compatibility-actions { display: grid; grid-template-columns: 1fr; }
  .package-compatibility-hub-actions { display: grid; grid-template-columns: 1fr; }
  .package-compatibility-actions .primary,
  .package-compatibility-actions .secondary,
  .package-compatibility-hub-actions .primary,
  .package-compatibility-hub-actions .secondary { width: 100%; white-space: normal; text-align: center; }
  .package-compatibility-candidates > div { grid-template-columns: minmax(0, 1fr); }
  .package-compatibility-candidates a:nth-child(2n) { align-items: stretch; text-align: center; }
  .package-seo-page .seo-sourcing-steps { grid-template-columns: 1fr; }
  .package-seo-page .seo-sourcing-steps article:nth-child(n + 3) { display: none; }
  .package-compatibility-hub { padding: 14px; }
  .package-compatibility-hub-grid { grid-template-columns: 1fr; }
  .package-compatibility-hub-examples > div { display: grid; grid-template-columns: 1fr; }
  .package-compatibility-hub-examples a { max-width: none; }
  .family-index-rfq-router, .family-variant-check { padding: 14px; }
  .family-index-rfq-actions, .family-variant-actions { display: grid; grid-template-columns: 1fr; }
  .family-index-rfq-actions .primary,
  .family-index-rfq-actions .secondary,
  .family-variant-actions .primary,
  .family-variant-actions .secondary { width: 100%; white-space: normal; text-align: center; }
  .family-index-rfq-grid, .family-variant-grid { grid-template-columns: 1fr; }
  .family-index-rfq-examples > div { display: grid; grid-template-columns: 1fr; }
  .family-index-rfq-examples a { max-width: none; }
  .package-family-router { padding: 14px; }
  .package-family-card-head { align-items: start; flex-direction: column; }
  .package-family-actions { display: grid; grid-template-columns: 1fr; }
  .package-rfq-page .compare-workbench { margin-top: 14px; }
  .package-rfq-page .compare-guidance.guide-step-grid { gap: 10px; }
  .package-rfq-page .compare-guidance.guide-step-grid article { padding: 12px; }
  .package-rfq-page .compare-guidance.guide-step-grid article h2 { font-size: 17px; }
  .package-rfq-page .package-family-router { margin-top: 16px; padding: 12px; }
  .package-rfq-page .package-family-router-head { gap: 10px; margin-bottom: 10px; }
  .package-rfq-page .package-family-router-head h2 { font-size: 19px; margin-bottom: 5px; }
  .package-rfq-page .package-family-router-grid { gap: 9px; }
  .package-rfq-page .package-family-router-grid article { gap: 8px; padding: 11px; }
  .package-rfq-page .package-family-card-head { gap: 4px; }
  .package-rfq-page .package-family-card-head strong { font-size: 15px; }
  .package-rfq-page .package-family-card-head span { font-size: 11px; }
  .package-rfq-page .package-family-router-grid p,
  .package-rfq-page .package-family-router-grid small {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
    font-size: 12px; line-height: 1.55;
  }
  .package-rfq-page .package-family-links { gap: 6px; }
  .package-rfq-page .package-family-links a { min-height: 27px; padding: 5px 8px; font-size: 11px; }
  .package-rfq-page .package-family-actions {
    display: flex; grid-template-columns: none; flex-wrap: wrap; gap: 6px;
  }
  .package-rfq-page .package-family-actions a {
    width: auto; min-height: 26px; padding: 5px 8px; border-radius: 999px; font-size: 11px;
  }
  .package-rfq-page .stock-rfq-template { margin-bottom: 12px; padding: 13px; gap: 10px; }
  .package-rfq-page .stock-rfq-copy h2 { font-size: 18px; margin-bottom: 6px; }
  .package-rfq-page .stock-rfq-copy p:not(.eyebrow) { font-size: 12px; line-height: 1.55; }
  .package-rfq-page .stock-rfq-actions { margin-top: 10px; gap: 6px; }
  .package-rfq-page .stock-topic-filter-strip { margin-bottom: 12px; padding: 12px; gap: 8px; }
  .package-rfq-page .stock-topic-filter-strip > div > div { gap: 6px; }
  .package-rfq-page .stock-topic-filter-strip a { min-height: 28px; padding: 5px 8px; font-size: 12px; }
  .package-rfq-page .product-faq .block-head { align-items: start; flex-direction: column; gap: 6px; }
  .package-rfq-page .product-faq details { padding: 11px 0; }
  .package-rfq-page .product-faq p { margin-top: 7px; font-size: 12px; line-height: 1.6; }
  .supplier-context-panel > div:last-child { grid-template-columns: 1fr; }
  .bom-source-context-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .bom-source-context-actions button, .bom-source-context-actions a { width: 100%; }
  .bom-form-card.is-bom-imported .bom-source-context.is-imported .bom-source-context-head { grid-template-columns: 1fr; }
  .bom-form-card.is-bom-imported .bom-source-context.is-imported .bom-source-context-actions { grid-template-columns: 1fr; }
  .bom-history-head { align-items: stretch; flex-direction: column; }
  .bom-history-card { grid-template-columns: 1fr; align-items: stretch; }
  .bom-history-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .bom-history-actions a, .bom-history-actions button { width: 100%; text-align: center; }
  .bom-service-steps { grid-template-columns: 1fr; }
  .bom-ssr-page { padding: 18px 14px 24px; gap: 14px; }
  body.has-bom-imported .bom-ssr-page .bom-form-card { order: -1; }
  body.has-bom-imported .bom-ssr-page .service-copy { display: none; }
  body.has-bom-imported .bom-ssr-page {
    gap: 10px;
    padding-top: 12px;
  }
  body.has-bom-imported .bom-form-card {
    padding: 10px;
  }
  body.has-bom-imported .bom-match-board {
    padding: 8px;
  }
  body.has-bom-workspace .bom-ssr-page {
    padding: 10px 8px 22px;
    gap: 8px;
  }
  body.has-bom-workspace .bom-form-card {
    padding: 8px;
  }
  body.has-bom-workspace .bom-contact-panel {
    max-width: none;
  }
  body.has-bom-imported .bom-form-card.is-bom-imported .bom-source-context.is-imported {
    margin-bottom: 8px;
    padding: 8px 10px;
  }
  body.has-bom-imported .bom-form-card.is-bom-imported .bom-source-context.is-imported .bom-source-context-head {
    gap: 7px;
  }
  body.has-bom-imported .bom-form-card.is-bom-imported .bom-source-context.is-imported .bom-source-context-head span {
    display: none;
  }
  body.has-bom-imported .bom-source-context-summary {
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 4px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  body.has-bom-imported .bom-source-context-summary::-webkit-scrollbar {
    display: none;
  }
  body.has-bom-imported .bom-source-context-actions .secondary {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 11px;
  }
  .bom-ssr-page .service-copy h1 { font-size: 26px; line-height: 1.14; margin: 5px 0 8px; }
  .bom-ssr-page .service-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.5; margin: 0; }
  .bom-ssr-page .service-copy ul { display: grid; gap: 7px; margin: 14px 0 0; }
  .bom-ssr-page .service-copy li { padding: 6px 0; font-size: 12px; line-height: 1.32; }
  .bom-form-card { padding: 14px; }
  .bom-form-card h2 { margin-bottom: 11px; font-size: 18px; }
  .bom-source-context,
  .bom-preview-panel,
  .bom-readiness-panel,
  .bom-smart-precheck,
  .bom-template-panel { padding: 12px; border-radius: 8px; }
  .bom-source-context-metrics span,
  .bom-preview-metrics span,
  .bom-readiness-checks article { padding: 9px 10px; }
  .bom-source-context-metrics b,
  .bom-preview-metrics b { font-size: 16px; }
  .bom-readiness-head strong,
  .bom-preview-head strong { font-size: 15px; }
  .bom-readiness-head span,
  .bom-preview-head span,
  .bom-smart-precheck-head p,
  .bom-smart-precheck-grid span,
  .bom-smart-precheck-example p { font-size: 11px; line-height: 1.45; }
  .bom-smart-precheck-head h2 { font-size: 17px; }
  .bom-smart-precheck-grid article { padding: 10px; }
  .bom-smart-precheck-grid strong { font-size: 12px; }
  .bom-smart-precheck-example { margin-top: 10px; padding: 10px; }
  .bom-smart-precheck-example pre { font-size: 10px; line-height: 1.45; }
  .bom-form-prefilled .bom-source-context { display: none; }
  .bom-form-prefilled .bom-source-context-head strong { font-size: 15px; }
  .bom-form-prefilled .bom-source-context-head span { display: block; }
  .bom-form-prefilled .bom-source-context-actions { display: flex; margin-top: 8px; }
  .bom-form-prefilled .bom-preview-table-wrap,
  .bom-form-prefilled .bom-format-example { display: none; }
  .bom-form-prefilled .bom-preview-panel,
  .bom-form-prefilled .bom-readiness-panel { padding: 12px; }
  .bom-form-prefilled .bom-preview-head span { display: none; }
  .bom-form-prefilled .bom-preview-warnings { display: none; }
  .recovery-eval-grid { grid-template-columns: 1fr 1fr; }
  .recovery-note-assist div { display: grid; grid-template-columns: 1fr 1fr; }
  .recovery-note-assist button { width: 100%; }
  .recovery-contact-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .recovery-contact-head span { text-align: left; }
  .recovery-service-steps { grid-template-columns: 1fr; }
  .member-register-card { padding: 0; overflow: hidden; }
  .member-register-collapsible > summary {
    display: grid; gap: 4px; padding: 16px 18px; cursor: pointer; list-style: none;
  }
  .member-register-collapsible > summary::-webkit-details-marker { display: none; }
  .member-register-collapsible > summary span { color: var(--brand-dark); font-size: 18px; font-weight: 800; }
  .member-register-collapsible > summary small { color: var(--muted); font-size: 12px; line-height: 1.45; }
  .member-register-collapsible[open] > summary { border-bottom: 1px solid #dce7ef; background: #f7fbff; }
  .member-register-collapsible:not([open]) > :not(summary) { display: none; }
  .member-register-collapsible[open] > :not(summary) { display: block; padding: 16px 18px 18px; }
  .member-register-collapsible[open] h2 { display: none; }
  .bom-template-head { align-items: start; flex-direction: column; }
  .bom-template-head button,
  .bom-template-head a.secondary { width: 100%; }
  .bom-template-grid { grid-template-columns: 1fr; }
  .supplier-service-steps, .supplier-doc-grid { grid-template-columns: 1fr; }
  .supplier-service-steps article, .supplier-doc-grid a { padding: 12px; }
  .supplier-service-steps h3 { margin: 6px 0 5px; font-size: 15px; line-height: 1.28; }
  .supplier-service-steps p,
  .supplier-doc-grid a span {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .manufacturer-index-verify { padding: 14px; }
  .manufacturer-index-verify-actions { display: grid; grid-template-columns: 1fr; }
  .manufacturer-index-verify-actions .primary,
  .manufacturer-index-verify-actions .secondary { width: 100%; white-space: normal; text-align: center; }
  .manufacturer-index-verify-grid { grid-template-columns: 1fr; }
  .manufacturer-index-examples > div { display: grid; grid-template-columns: 1fr; }
  .manufacturer-index-examples a { max-width: none; }
  .manufacturer-verification-grid, .manufacturer-rfq-fields div, .brand-manufacturer-evidence-grid { grid-template-columns: 1fr; }
  .bom-draft-note { align-items: stretch; flex-direction: column; }
  .bom-draft-actions { justify-content: stretch; width: 100%; }
  .bom-draft-actions button { flex: 1; }
  .bom-readiness-head, .bom-readiness-next { align-items: stretch; flex-direction: column; }
  .bom-readiness-head span { align-self: flex-start; }
  .bom-readiness-checks { grid-template-columns: 1fr; }
  .bom-readiness-next div { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .bom-readiness-next button { width: 100%; }
  .bom-smart-precheck-head { grid-template-columns: 1fr; }
  .bom-smart-precheck-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .bom-smart-precheck-actions a, .bom-smart-precheck-actions button { width: 100%; text-align: center; }
  .bom-entry-grid { grid-template-columns: 1fr; }
  .bom-empty-page .bom-entry-card:nth-child(n+3) { display: none; }
  .bom-empty-page .bom-entry-card {
    min-height: auto;
    padding: 10px 12px;
  }
  .bom-empty-page .bom-entry-card span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .bom-ssr-page:not(.bom-empty-page) .bom-entry-metrics span:nth-child(n+3) { display: none; }
  .bom-ssr-page:not(.bom-empty-page) .bom-entry-grid { margin-top: 8px; }
  .bom-ssr-page:not(.bom-empty-page) .bom-entry-card:nth-child(-n+2) { display: none; }
  .bom-ssr-page:not(.bom-empty-page) .bom-entry-card {
    min-height: auto;
    padding: 10px 12px;
  }
  .bom-ssr-page:not(.bom-empty-page) .bom-entry-card span { display: none; }
  .bom-mobile-disclosure {
    margin: 0;
    border: 1px solid #d7e6ef;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }
  .bom-mobile-disclosure > summary { display: flex; }
  .bom-mobile-disclosure > .detail-disclosure-body { padding: 0 12px 12px; }
  .bom-mobile-disclosure .bom-smart-precheck,
  .bom-mobile-disclosure .bom-seo-panel,
  .bom-mobile-disclosure .related-answer-links { border: 0; box-shadow: none; background: transparent; padding: 0; }
  .bom-mobile-disclosure .bom-smart-precheck-head,
  .bom-mobile-disclosure .bom-seo-copy { margin-bottom: 10px; }
  .bom-mobile-disclosure .bom-smart-precheck-head .eyebrow,
  .bom-mobile-disclosure .bom-seo-copy .eyebrow,
  .bom-mobile-disclosure .related-answer-links-head { display: none; }
  .bom-mobile-disclosure .bom-smart-precheck-head h2,
  .bom-mobile-disclosure .bom-seo-copy h2 { display: none; }
  .bom-mobile-disclosure .bom-seo-copy { grid-template-columns: 1fr; gap: 8px; }
  .bom-mobile-disclosure .bom-seo-copy p:not(.eyebrow) { font-size: 12px; line-height: 1.55; }
  .bom-mobile-disclosure .bom-seo-faq { margin-top: 10px; }
  .bom-mobile-disclosure .bom-seo-faq details { padding: 10px 0; }
  .bom-mobile-disclosure .bom-seo-faq p { font-size: 12px; line-height: 1.55; }
  .bom-mobile-disclosure .related-answer-link-row { grid-template-columns: 1fr; align-items: stretch; gap: 7px; padding: 8px 0; }
  .bom-mobile-disclosure .related-answer-link-main strong { font-size: 13px; }
  .bom-mobile-disclosure .related-answer-link-main span { font-size: 11px; line-height: 1.5; }
  .bom-mobile-disclosure .related-answer-link-action { width: 100%; }
  .supplier-recommendation-rfq-page .recommendation-note-shell {
    border: 1px solid #d7e7ef; border-radius: 8px; background: rgba(255,255,255,.92); overflow: hidden;
  }
  .supplier-recommendation-rfq-page .recommendation-note-shell > summary {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 13px 14px; cursor: pointer; list-style: none; background: #fff;
  }
  .supplier-recommendation-rfq-page .recommendation-note-shell > summary::-webkit-details-marker { display: none; }
  .supplier-recommendation-rfq-page .recommendation-note-shell > summary span { display: grid; gap: 3px; min-width: 0; }
  .supplier-recommendation-rfq-page .recommendation-note-shell > summary strong { color: var(--brand-dark); font-size: 15px; }
  .supplier-recommendation-rfq-page .recommendation-note-shell > summary small { color: var(--muted); font-size: 12px; line-height: 1.45; }
  .supplier-recommendation-rfq-page .recommendation-note-shell > summary b {
    flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
    min-width: 50px; min-height: 28px; padding: 0 10px; border: 1px solid #bddbf1; border-radius: 999px;
    background: var(--brand-soft); color: var(--brand); font-size: 12px;
  }
  .supplier-recommendation-rfq-page .recommendation-note-shell[open] > summary b { font-size: 0; }
  .supplier-recommendation-rfq-page .recommendation-note-shell[open] > summary b::before { content: "收起"; font-size: 12px; }
  .supplier-recommendation-rfq-page .recommendation-note-shell:not([open]) .rfq-note-preview { display: none; }
  .supplier-recommendation-rfq-page .recommendation-note-shell .rfq-note-preview {
    border-top: 1px solid #e1edf4; border-radius: 0; background: #f2f7fa;
  }
  .bom-smart-precheck-grid { grid-template-columns: 1fr; }
  .bom-preview-head { flex-direction: column; }
  .bom-preview-actions { justify-content: stretch; width: 100%; }
  .bom-preview-actions button { flex: 1; min-width: 120px; }
  .bom-preview-metrics { grid-template-columns: 1fr; }
  .bom-field-map-head,
  .bom-match-preferences > div:first-child { align-items: flex-start; flex-direction: column; gap: 4px; }
  .bom-field-map-grid { grid-template-columns: 1fr 1fr; }
  .bom-match-grid { grid-template-columns: 1fr; }
  .bom-contact-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .bom-match-board-head { align-items: stretch; flex-direction: column; gap: 8px; }
  .bom-match-board-head > div:first-child span {
    display: none;
  }
  .bom-import-summary {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 6px;
  }
  .bom-import-summary span {
    padding: 6px;
  }
  .bom-import-summary b {
    font-size: 10px;
  }
  .bom-import-summary em {
    font-size: 11px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .bom-match-board-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .bom-match-board-actions > button[data-bom-action="cart-ready-matches"] {
    display: none;
  }
  .bom-match-board-actions a,
  .bom-match-board-actions button,
  .bom-match-board-more > summary { width: 100%; text-align: center; justify-content: center; }
  .bom-match-board-more { grid-column: 1 / -1; }
  .bom-match-board-more > div {
    position: static;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    margin-top: 6px;
    box-shadow: none;
  }
  .bom-match-commercebar { gap: 6px; padding: 7px; }
  .bom-match-commercebar-head { grid-template-columns: 1fr; gap: 8px; }
  .bom-match-commercebar-head > div:first-child span {
    display: none;
  }
  .bom-match-result-tools {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 6px;
  }
  .bom-match-set-count {
    grid-template-columns: minmax(0, 1fr);
    padding: 5px 7px;
    border-radius: 7px;
  }
  .bom-match-set-count span {
    display: none;
  }
  .bom-match-set-count input {
    height: 28px;
  }
  .bom-match-commercebar-search {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 5px 7px;
    border-radius: 7px;
  }
  .bom-match-commercebar-search span {
    display: none;
  }
  .bom-match-commercebar-search input {
    height: 28px;
  }
  .bom-match-commercebar-metrics { display: none; }
  .bom-match-next-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
  .bom-match-next-strip button {
    min-height: 38px;
    padding: 6px;
    text-align: center;
  }
  .bom-match-next-strip b { font-size: 11px; }
  .bom-match-next-strip span { font-size: 10px; }
  .bom-match-cart-summary { grid-template-columns: 1fr; gap: 8px; padding: 10px; }
  .bom-match-cart-summary > div:last-child { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .bom-match-cart-summary .primary,
  .bom-match-cart-summary .secondary { justify-content: center; text-align: center; }
  .bom-match-commercebar-actions { grid-template-columns: 1fr; }
  .bom-match-workflow { grid-template-columns: 1fr 1fr; }
  .bom-match-workflow span { grid-template-columns: 22px minmax(0, 1fr); padding: 7px; }
  .bom-match-workflow b { width: 22px; height: 22px; font-size: 11px; }
  .bom-match-workflow strong { font-size: 11px; }
  .bom-match-workflow em { font-size: 10px; }
  .bom-match-overview { grid-template-columns: 1fr; }
  .bom-match-score { min-height: 48px; grid-template-columns: auto auto minmax(0, 1fr); place-items: center start; padding: 7px 9px; text-align: left; }
  .bom-match-score i { grid-row: span 2; }
  .bom-match-summary { grid-template-columns: 1fr 1fr; }
  .bom-match-toolbar { grid-template-columns: 1fr; }
  .bom-match-status-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
  .bom-match-status-tabs button {
    min-height: 30px;
    padding: 5px 6px;
    font-size: 10px;
  }
  .bom-match-submit-plan { grid-template-columns: 1fr; }
  .bom-match-submit-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; }
  .bom-match-submit-actions .primary,
  .bom-match-submit-actions .secondary { width: 100%; justify-content: center; text-align: center; }
  .bom-match-table-head { display: none; }
  .bom-match-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "index index" "main main" "result result" "price stock" "actions actions";
    gap: 6px 8px; padding: 8px; border-radius: 6px; background: #fff;
  }
  .bom-match-index { grid-template-columns: auto auto minmax(0, 1fr); align-items: center; }
  .bom-match-select { grid-template-columns: 15px auto; }
  .bom-match-main,
  .bom-match-result,
  .bom-match-price,
  .bom-match-stock,
  .bom-match-actions {
    position: relative;
    padding-top: 15px;
  }
  .bom-match-main::before,
  .bom-match-result::before,
  .bom-match-price::before,
  .bom-match-stock::before,
  .bom-match-actions::before {
    content: attr(data-cell-label);
    position: absolute;
    top: 0;
    left: 0;
    color: #6a8291;
    font-size: 10px;
    font-weight: 800;
  }
  .bom-match-result,
  .bom-match-price,
  .bom-match-stock,
  .bom-match-actions {
    padding-bottom: 6px;
    border-bottom: 1px solid #edf2f6;
  }
  .bom-match-actions { border-bottom: 0; }
  .bom-match-result-body { grid-template-columns: 30px minmax(0, 1fr); gap: 7px; }
  .bom-match-candidates { display: none; }
  .bom-match-candidates button { grid-template-columns: 48px minmax(0, 1fr); min-height: 42px; }
  .bom-match-candidates b { font-size: 11px; }
  .bom-match-candidates span { font-size: 12px; }
  .bom-match-candidates small { font-size: 10px; }
  .bom-match-thumb { width: 30px; height: 30px; border-radius: 5px; }
  .bom-match-main strong,
  .bom-match-result strong,
  .bom-match-main span,
  .bom-match-result small,
  .bom-match-price small,
  .bom-match-stock small { white-space: normal; overflow-wrap: anywhere; }
  .bom-match-main > span,
  .bom-match-note-field { display: none; }
  .bom-match-tags { margin-top: 4px; gap: 3px; }
  .bom-match-tags span { min-height: 18px; padding: 2px 5px; font-size: 10px; }
  .bom-match-tags span:nth-child(n+3) { display: none; }
  .bom-match-decision {
    margin-top: 5px;
    padding: 4px 6px;
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .bom-match-state { align-self: start; }
  .bom-match-demand-edit { grid-template-columns: minmax(0, 1fr) minmax(58px, .26fr) minmax(52px, .24fr); }
  .bom-match-row-field input { height: 30px; font-size: 12px; }
  .bom-match-demand { max-width: none; grid-template-columns: minmax(0, 1fr); }
  .bom-match-purchase-plan { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .bom-match-purchase-plan span { padding: 4px 5px; }
  .bom-match-price-tiers { gap: 2px; }
  .bom-match-price-tiers span {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 3px;
    font-size: 10px;
  }
  .bom-match-price-tiers span:nth-child(n+3),
  .bom-match-price small { display: none; }
  .bom-match-stock b { font-size: 12px; }
  .bom-match-stock small {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .bom-match-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .bom-match-action-main { grid-template-columns: 1fr 1fr; }
  .bom-match-action-tools,
  .bom-match-row-more > div { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .bom-match-actions a,
  .bom-match-actions button { width: 100%; text-align: center; justify-content: center; }
  .bom-match-row-more > summary { width: 100%; }
  .bom-match-actions .primary { grid-column: auto; }
  .bom-match-actions .bom-match-action-muted { min-height: 25px; }
  .bom-match-footer { align-items: flex-start; flex-direction: column; }
  .bom-match-footer span:last-child { text-align: left; }
  .bom-match-sticky-submit {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 6px;
    padding: 9px;
    border-radius: 7px;
  }
  .bom-match-sticky-submit span {
    font-size: 11px;
  }
  .bom-match-sticky-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }
  .bom-match-sticky-actions a,
  .bom-match-sticky-actions button {
    width: 100%;
    min-height: 32px;
    padding: 7px 8px;
    text-align: center;
    justify-content: center;
  }
  .bom-match-sticky-actions a:last-child {
    grid-column: 1 / -1;
  }
  .bom-match-detail-body { flex-direction: column; }
  .bom-match-detail-media { flex-basis: auto; min-height: 128px; }
  .bom-match-detail-media img { max-height: 126px; }
  .bom-match-detail-facts { grid-template-columns: 1fr 1fr; }
  .bom-match-detail-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .bom-match-detail-actions a,
  .bom-match-detail-actions button { width: 100%; text-align: center; justify-content: center; }
  .bom-flow-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .bom-flow-actions a,
  .bom-flow-actions button { width: 100%; text-align: center; justify-content: center; }
  .bom-preview-list { grid-template-columns: 1fr; }
  .bom-preview-item-state { align-items: flex-start; flex-direction: column; }
  .bom-preview-item-state span { text-align: left; white-space: normal; }
  .bom-form-prefilled .bom-preview-metrics { grid-template-columns: 1fr 1fr; }
  .bom-form-prefilled .bom-preview-metrics span:nth-child(3) { display: none; }
  .bom-form-prefilled .bom-preview-list .bom-preview-item:nth-child(n+2) { display: none; }
  .bom-form-prefilled .bom-preview-more { margin-top: 6px; font-size: 11px; }
  .bom-upload-dropzone { grid-template-columns: 1fr; gap: 8px; padding: 10px; }
  .bom-upload-dropzone label strong { font-size: 14px; }
  .bom-upload-format { padding: 8px; }
  .bom-upload-steps { grid-template-columns: 1fr 1fr; }
  .bom-manual-actions { grid-template-columns: 1fr; gap: 7px; padding: 9px; }
  .bom-manual-actions button { width: 100%; justify-content: center; }
  .bom-form-prefilled .bom-readiness-head span { display: none; }
  .bom-form-prefilled .bom-readiness-checks article:nth-child(n+4) { display: none; }
  .bom-form-prefilled .bom-readiness-panel .bom-format-example,
  .bom-form-prefilled .bom-readiness-next { display: none; }
  .bom-flow-links { display: grid; grid-template-columns: 1fr; }
  .bom-qty-assist { grid-template-columns: 1fr; align-items: stretch; }
  .bom-qty-assist button { width: 100%; }
  .bom-raw-preview > summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .bom-raw-preview > summary span { text-align: left; }
  .bom-raw-preview > summary::after { align-self: stretch; justify-content: center; }
  .bom-repair-head { align-items: flex-start; flex-direction: column; }
  .bom-repair-grid { grid-template-columns: 1fr; }
  .bom-preview-table th:first-child, .bom-preview-table td:first-child { width: 42px; }
  .bom-preview-table th:nth-child(2), .bom-preview-table td:nth-child(2) { width: auto; }
  .bom-preview-table th:nth-child(3), .bom-preview-table td:nth-child(3) { width: 64px; }
  .bom-preview-table th:nth-child(4), .bom-preview-table td:nth-child(4) { width: 124px; }
  .bom-row-repair { grid-template-columns: 1fr; }
  .bom-row-repair input,
  .bom-row-repair button { min-height: 30px; padding: 6px 7px; font-size: 11px; }
  .recovery-preview-head { align-items: stretch; flex-direction: column; }
  .recovery-preview-head a { width: 100%; text-align: center; }
  .recovery-preview-head button { width: 100%; }
  .recovery-preview-metrics,
  .recovery-receipt-metrics { grid-template-columns: 1fr; }
  .recovery-evaluation-head { align-items: stretch; flex-direction: column; }
  .recovery-evaluation-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .recovery-evaluation-actions button { width: 100%; }
  .recovery-evaluation-overview { grid-template-columns: 1fr; }
  .recovery-evaluation-score { min-height: 70px; grid-template-columns: auto 1fr; place-items: center start; padding: 9px 10px; text-align: left; }
  .recovery-evaluation-score i { grid-row: span 2; }
  .recovery-evaluation-metrics,
  .recovery-evaluation-queue { grid-template-columns: 1fr 1fr; }
  .recovery-evaluation-queue article:nth-child(n+5) { display: none; }
  .recovery-submit-plan-head { align-items: flex-start; }
  .recovery-submit-plan-grid { grid-template-columns: 1fr 1fr; }
  .recovery-submit-plan-actions { grid-template-columns: 1fr; }
  .recovery-field-map { grid-template-columns: 1fr 1fr; }
  .recovery-repair-panel { grid-template-columns: 1fr; }
  .recovery-row-repair { grid-template-columns: 1fr 1fr; gap: 6px; }
  .recovery-row-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .recovery-row-actions button { width: 100%; }
  .recovery-source-strip { grid-template-columns: 1fr 1fr; }
  .recovery-source-strip > div:nth-child(3),
  .recovery-source-strip-actions { grid-column: 1 / -1; }
  .recovery-source-strip-actions { min-width: 0; grid-template-columns: 1fr 1fr; }
  .recovery-preview-list article:nth-child(n+4) { display: none; }
  .recovery-repair-disclosure > summary { align-items: flex-start; flex-direction: column; }
  .recovery-repair-disclosure > summary b { width: 100%; }
  .recovery-receipt-actions { display: grid; grid-template-columns: 1fr; }
  .recovery-receipt-actions a { width: 100%; }
  .bom-receipt-head { align-items: stretch; flex-direction: column; }
  .bom-receipt-metrics, .bom-receipt-checks { grid-template-columns: 1fr; }
  .bom-receipt-actions { display: grid; grid-template-columns: 1fr; }
  .rfq-receipt-head { align-items: stretch; flex-direction: column; }
  .rfq-receipt-summary { grid-template-columns: 1fr; }
  .member-page { padding-top: 20px; }
  .member-access .form-card { padding: 16px; border-radius: 10px; }
  .member-access .form-card h2 { font-size: 17px; margin-bottom: 10px; }
  .member-access input,
  .member-access textarea { padding: 10px 11px; margin-bottom: 8px; }
  .member-access .fields.two { grid-template-columns: 1fr; gap: 8px; }
  .member-register-collapsible > summary { padding: 14px 16px; }
  .member-register-collapsible > summary span { font-size: 17px; }
  .member-register-collapsible[open] > :not(summary) { padding: 14px 16px 16px; }
  .member-activity-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .member-activity-metrics span { padding: 10px 8px; text-align: center; }
  .member-activity-metrics b { display: block; margin-right: 0; font-size: 20px; line-height: 1.1; }
  .member-activity-metrics small { display: block; margin-top: 3px; font-size: 11px; line-height: 1.35; }
  .member-activity-list { grid-template-columns: 1fr; }
  .member-followup-task { grid-template-columns: 34px minmax(0, 1fr); align-items: start; }
  .member-followup-task em { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
  .member-activity-actions { display: grid; grid-template-columns: 1fr; }
  .activity-card { gap: 9px; padding: 12px; }
  .activity-card p, .activity-card small, .member-followup-task p {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .member-activity-more summary { padding: 11px 12px; font-size: 13px; }
  .member-activity-list-more { padding: 0 10px 10px; }
  .brand-index-page { padding-inline: 14px; }
  .brand-index-hero { gap: 14px; padding: 16px 14px; border-radius: 8px; }
  .brand-index-hero h1, .site-map-hero h1 { font-size: 24px; }
  .brand-index-hero p {
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .brand-search { height: 48px; padding: 3px; }
  .brand-search input { height: 42px; font-size: 14px; padding-left: 14px; }
  .brand-search button { min-width: 96px; font-size: 13px; }
  .directory-representative-shelf { margin-top: 12px; }
  .directory-representative-head { gap: 10px; }
  .directory-representative-head p:not(.eyebrow) { display: none; }
  .directory-representative-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .directory-representative-actions .primary,
  .directory-representative-actions .secondary {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 11px;
    justify-content: center;
  }
  .directory-representative-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-top-strip { grid-template-columns: 1fr; gap: 8px; margin-top: 12px; }
  .directory-compact-box { padding: 10px; }
  .directory-compact-head h2 { font-size: 16px; line-height: 1.22; }
  .directory-compact-head p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .directory-chip-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
  .directory-chip-link,
  .directory-quick-card { padding: 10px; }
  .directory-chip-link:nth-child(n+7) { display: none; }
  .directory-compact-box-chips .directory-chip-link:nth-child(n+5) { display: none; }
  .directory-quick-grid { gap: 7px; margin-top: 10px; }
  .directory-chip-link strong,
  .directory-quick-card span { font-size: 12px; }
  .directory-chip-link span,
  .directory-quick-card strong {
    font-size: 11px;
    white-space: normal;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .directory-chip-link small,
  .directory-quick-card small {
    font-size: 10px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .directory-compact-head p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .category-index-page .directory-compact-box-chips .directory-chip-link:nth-child(n+3),
  .brand-index-page:not(.category-index-page) .directory-compact-box-chips .directory-chip-link:nth-child(n+3) { display: none; }
  .category-index-page .directory-compact-box-actions .directory-quick-card:nth-child(n+5) { display: none; }
  .brand-index-page:not(.category-index-page) .directory-compact-box-actions .directory-quick-card:nth-child(n+5) { display: none; }
  .category-index-page .directory-quick-grid,
  .brand-index-page:not(.category-index-page) .directory-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-index-page .directory-quick-card:nth-child(3),
  .brand-index-page:not(.category-index-page) .directory-quick-card:nth-child(3) { grid-column: 1 / -1; }
  .category-index-page .directory-compact-box .directory-compact-head p:not(.eyebrow),
  .brand-index-page:not(.category-index-page) .directory-compact-box .directory-compact-head p:not(.eyebrow) { display: none; }
  .category-index-page .directory-chip-link,
  .category-index-page .directory-quick-card,
  .brand-index-page:not(.category-index-page) .directory-chip-link,
  .brand-index-page:not(.category-index-page) .directory-quick-card { padding: 8px; }
  .category-index-page .directory-chip-link small,
  .category-index-page .directory-quick-card small,
  .brand-index-page:not(.category-index-page) .directory-chip-link small,
  .brand-index-page:not(.category-index-page) .directory-quick-card small { display: none; }
  .category-index-page .directory-chip-link span,
  .category-index-page .directory-quick-card strong,
  .brand-index-page:not(.category-index-page) .directory-chip-link span,
  .brand-index-page:not(.category-index-page) .directory-quick-card strong {
    margin-top: 3px;
    font-size: 12px;
    -webkit-line-clamp: 1;
  }
  .category-index-page .directory-quick-card,
  .brand-index-page:not(.category-index-page) .directory-quick-card {
    min-height: 54px;
    align-content: center;
  }
  .brand-alias-strip { gap: 12px; margin-top: 14px; padding: 12px; }
  .brand-alias-strip h2 { font-size: 18px; }
  .brand-alias-strip p:not(.eyebrow) { font-size: 12px; line-height: 1.55; }
  .brand-alias-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .brand-alias-links a { padding: 10px; }
  .brand-alias-links a:nth-child(n+7) { display: none; }
  .brand-alias-links strong { font-size: 16px; }
  .directory-commerce-path { margin-top: 14px; padding: 12px; }
  .directory-commerce-head h2 { font-size: 18px; }
  .category-index-page .block-head h2,
  .brand-index-page:not(.category-index-page) .block-head h2 {
    font-size: 17px;
    line-height: 1.16;
  }
  .category-index-page .block-head,
  .brand-index-page:not(.category-index-page) .block-head {
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .brand-index-rfq-router { margin-top: 14px; padding: 12px; }
  .brand-index-rfq-head { gap: 10px; }
  .brand-index-rfq-head h2 { margin-bottom: 6px; font-size: 18px; }
  .brand-index-rfq-head p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .brand-index-rfq-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .brand-index-rfq-actions .primary,
  .brand-index-rfq-actions .secondary {
    width: 100%;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 11px;
    white-space: nowrap;
    text-align: center;
  }
  .brand-index-rfq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
  .brand-index-rfq-grid article { padding: 10px; }
  .brand-index-rfq-grid strong {
    margin: 6px 0 4px;
    font-size: 13px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .brand-index-rfq-grid p {
    font-size: 11px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .brand-index-rfq-examples {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
  }
  .brand-index-rfq-examples > strong { padding-top: 0; font-size: 12px; }
  .brand-index-rfq-examples > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .brand-index-rfq-examples a { max-width: none; padding: 8px 9px; }
  .brand-index-rfq-examples a:nth-child(n+5) { display: none; }
  .brand-highlights,
  .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .brand-highlights > .brand-highlight:nth-child(n+5) { display: none; }
  .category-index-page .category-highlights > .category-highlight:nth-child(n+3),
  .brand-index-page:not(.category-index-page) .brand-highlights > .brand-highlight:nth-child(n+3) { display: none; }
  .category-index-page .directory-highlight-block,
  .brand-index-page:not(.category-index-page) .directory-highlight-block { display: none; }
  .brand-highlight,
  .brand-card { padding: 10px; border-radius: 6px; }
  .brand-logo { height: 32px; margin-bottom: 6px; }
  .brand-logo img { max-height: 22px; }
  .brand-highlight strong,
  .brand-card strong {
    white-space: normal;
    line-height: 1.35;
    min-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .brand-count { font-size: 11px; }
  .directory-card-tip { display: none; }
  .brand-letter-nav {
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
  }
  .brand-letter-nav a { min-width: 28px; height: 28px; font-size: 12px; }
  .directory-index-note { margin: -2px 0 12px; font-size: 12px; }
  .directory-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .directory-section-grid > .directory-section-shell:nth-child(n+5) { display: none; }
  .category-index-page .directory-section-grid > .directory-section-shell:nth-child(n+5),
  .brand-index-page:not(.category-index-page) .directory-section-grid > .directory-section-shell:nth-child(n+5) { display: none; }
  .directory-section-grid .directory-section-summary {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    padding: 12px;
  }
  .directory-section-grid .directory-section-summary span { min-height: 0; }
  .directory-section-grid .directory-section-summary strong { font-size: 16px; }
  .directory-section-grid .directory-section-summary em { order: 3; }
  .category-index-page .directory-section-grid .directory-section-summary em,
  .brand-index-page:not(.category-index-page) .directory-section-grid .directory-section-summary em { display: none; }
  .directory-section-grid .directory-section-summary b {
    justify-self: end;
    min-width: 44px;
  }
  .directory-section-grid .directory-section-body { padding: 0 12px 12px; }
  .directory-section-grid .brand-grid { grid-template-columns: 1fr; gap: 7px; }
  .directory-section-grid .brand-card { padding: 9px; }
  .directory-more-grid { gap: 10px; }
  .directory-section-grid-categories .category-grid-directory { grid-template-columns: 1fr; }
  .category-tree-block { margin: 20px 0 24px; }
  .category-tree-head a { gap: 10px; padding-bottom: 10px; }
  .category-tree-head h2 { font-size: 18px; }
  .category-tree-head span { font-size: 12px; }
  .site-map-page { padding-inline: 18px; }
  .site-map-hero { grid-template-columns: 1fr; padding: 22px; }
  .directory-section-summary,
  .site-map-section-summary {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 14px;
  }
  .directory-section-grid .directory-section-summary {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    padding: 12px;
  }
  .directory-section-summary em,
  .site-map-section-summary em,
  .directory-section-summary b,
  .site-map-section-summary b { justify-self: start; }
  .directory-section-grid .directory-section-summary b { justify-self: end; }
  .directory-section-body,
  .site-map-section-body { padding: 0 14px 14px; }
  .directory-section-grid .directory-section-body { padding: 0 12px 12px; }
  .directory-section-summary strong,
  .site-map-section-summary strong { font-size: 17px; }
  .site-map-grid, .site-map-grid.compact { grid-template-columns: 1fr; }
  .mpn-index-page { padding-inline: 14px; }
  .mpn-index-hero { padding: 22px; }
  .mpn-index-hero h1 { font-size: 28px; }
  .mpn-index-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mpn-index-symbol { min-height: 64px; }
  .compare-item { grid-template-columns: 26px minmax(86px, 1fr) 22px; width: 100%; max-width: none; }
  .compare-item small { display: none; }
  .compare-decision-metrics { grid-template-columns: 1fr 1fr; }
  .landed-cost-scorecard-panel .compare-decision-metrics { grid-template-columns: 1fr; }
  .stock-action-group { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .exact-match-top { grid-template-columns: 1fr; gap: 10px; }
  .exact-match-main { grid-template-columns: 58px minmax(0, 1fr); }
  .exact-match-main img { width: 58px; height: 58px; }
  .exact-match-card { gap: 10px; padding: 12px; }
  .exact-match-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-layout.catalog-layout-exact .exact-match-main { grid-template-columns: 50px minmax(0, 1fr); gap: 9px; }
  .catalog-layout.catalog-layout-exact .exact-match-main img { width: 50px; height: 50px; }
  .catalog-layout.catalog-layout-exact .exact-match-card { gap: 8px; padding: 10px; }
  .catalog-layout.catalog-layout-exact .exact-match-main h3 { font-size: 18px; margin-bottom: 2px; }
  .exact-match-main p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.42;
  }
  .catalog-layout.catalog-layout-exact .exact-match-subline {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .catalog-layout.catalog-layout-exact .exact-match-tags { margin-top: 6px; gap: 5px; }
  .catalog-layout.catalog-layout-exact .exact-match-tags span { min-height: 24px; padding: 4px 9px; font-size: 10px; }
  .exact-match-tags span:last-child { display: inline-flex; }
  .exact-match-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; min-width: 0; width: 100%; }
  .exact-match-actions .primary, .exact-match-actions .secondary {
    min-width: 0; min-height: 32px; padding: 7px 6px; font-size: 11px;
  }
  .catalog-layout.catalog-layout-exact .exact-match-actions .primary,
  .catalog-layout.catalog-layout-exact .exact-match-actions .secondary {
    min-height: 30px;
    padding: 6px 5px;
    font-size: 10px;
  }
  .exact-match-next-steps { grid-template-columns: 1fr; padding: 9px; gap: 8px; }
  .exact-match-next-steps strong { font-size: 13px; }
  .exact-match-next-grid {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px; overflow: visible; padding-bottom: 0; scroll-snap-type: none;
  }
  .exact-match-next-grid a { min-height: 68px; padding: 8px; scroll-snap-align: none; }
  .exact-match-next-grid b { font-size: 11px; }
  .exact-match-next-grid span { font-size: 10px; line-height: 1.35; }
  .exact-match-next-steps span { font-size: 11px; line-height: 1.45; }
  .exact-match-next-steps > .primary { width: 100%; justify-content: center; text-align: center; min-height: 34px; }
  .inventory-ready-grid { grid-template-columns: 1fr; }
  .inventory-ready-grid article { min-height: auto; }
  .catalog-intent-shortcuts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .catalog-intent-shortcut {
    min-height: auto;
    padding: 7px 8px;
  }
  .catalog-intent-shortcut strong {
    font-size: 12px;
    line-height: 1.3;
  }
  .catalog-intent-shortcut small {
    font-size: 10px;
    line-height: 1.3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .catalog-intent-panel.compact .catalog-intent-shortcuts {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, 1fr);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 2px;
  }
  .catalog-intent-panel.compact .catalog-intent-shortcut {
    min-height: 56px;
    gap: 3px;
    padding: 6px 7px;
    scroll-snap-align: start;
  }
  .catalog-intent-panel.compact .catalog-intent-shortcut strong {
    font-size: 12px; white-space: normal; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  }
  .catalog-intent-panel.compact .catalog-intent-shortcut small { display: none; }
  .catalog-intent-panel.compact .catalog-intent-main > div p { display: none; }
  .catalog-intent-panel.compact .catalog-intent-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .catalog-intent-panel.compact .catalog-intent-actions .primary,
  .catalog-intent-panel.compact .catalog-intent-actions .secondary {
    min-height: 30px;
    padding: 6px 7px;
    font-size: 11px;
  }
  .catalog-layout.catalog-layout-exact .catalog-intent-main {
    gap: 8px;
    margin-bottom: 8px;
  }
  .catalog-layout.catalog-layout-exact .catalog-intent-main > div p,
  .catalog-layout.catalog-layout-exact .catalog-intent-actions {
    display: none;
  }
  .catalog-layout.catalog-layout-exact .catalog-decision-strip {
    margin-top: 0;
    gap: 5px;
  }
  .catalog-layout.catalog-layout-exact .catalog-decision-strip a {
    min-height: 60px;
    padding: 7px 8px;
  }
  .catalog-layout.catalog-layout-exact .catalog-decision-strip strong {
    font-size: 12px;
    min-height: auto;
  }
  .catalog-layout.catalog-layout-exact .catalog-decision-strip small {
    display: none;
  }
  .catalog-layout.catalog-layout-exact .catalog-filters,
  .catalog-layout.catalog-layout-exact .facet-panel { display: none; }
  .catalog-layout.catalog-layout-exact .catalog-toolbar { display: none; }
  .catalog-layout.catalog-layout-exact #products .stock-row:first-child { display: none; }
  .catalog-batch-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-batch-metrics span:nth-child(n+3) { display: none; }
  .catalog-results-shelf {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 10px 12px;
  }
  .catalog-results-shelf h3 { font-size: 15px; }
  .catalog-results-shelf p:not(.eyebrow) { font-size: 11px; line-height: 1.45; }
  .catalog-results-shelf-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    width: 100%;
  }
  .catalog-results-shelf-actions .primary,
  .catalog-results-shelf-actions .secondary {
    min-height: 32px;
    padding: 7px 8px;
    font-size: 11px;
    white-space: normal;
    justify-content: center;
  }
  .catalog-results-more { margin-top: 6px; }
  .catalog-results-more > summary {
    align-items: flex-start;
    padding: 11px 12px;
  }
  .catalog-results-more > summary strong { font-size: 14px; }
  .catalog-results-more > summary small { font-size: 11px; }
  .catalog-results-more > summary b {
    min-width: 42px;
    min-height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }
  .catalog-results-more[open] > summary b::before { font-size: 11px; }
  .catalog-results-more-list { padding-bottom: 10px; }
  .catalog-results-more-list .catalog-search-row { margin: 0 10px; }
  .catalog-results-more-list .catalog-search-row:nth-child(n+9) { display: none; }
  .catalog-layout.catalog-layout-focus .inventory-ready-head p:not(.eyebrow) { display: none; }
  .catalog-layout.catalog-layout-focus .inventory-ready-head .primary { display: none; }
  .catalog-layout.catalog-layout-focus .inventory-ready-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .catalog-layout.catalog-layout-focus .inventory-ready-grid article:nth-child(n+3) { display: none; }
  .catalog-layout.catalog-layout-focus #searchRouteMap { display: none; }
  .catalog-layout.catalog-layout-focus:not(.catalog-layout-exact) #searchRefinementCoach {
    display: block;
    order: 35;
    margin-top: 10px;
  }
  .catalog-layout.catalog-layout-focus .search-refinement-head p:not(.eyebrow),
  .catalog-layout.catalog-layout-focus .search-refinement-active,
  .catalog-layout.catalog-layout-focus .search-refinement-grid { display: none; }
  .catalog-layout.catalog-layout-focus .search-refinement-head {
    align-items: center;
    margin-bottom: 0;
  }
  .catalog-layout.catalog-layout-focus .search-refinement-head h3 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .catalog-layout.catalog-layout-focus .search-refinement-head .secondary {
    min-height: 28px;
    padding: 5px 9px;
    font-size: 10px;
  }
  .catalog-layout.catalog-layout-focus #topCandidatePanel .top-candidate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    scroll-snap-type: none;
  }
  .catalog-layout.catalog-layout-focus .top-candidate-panel {
    margin-top: -2px;
    padding: 8px;
  }
  .catalog-layout.catalog-layout-focus #topCandidatePanel .top-candidate-head {
    margin-bottom: 7px;
  }
  .catalog-layout.catalog-layout-focus #topCandidatePanel .top-candidate-head p:not(.eyebrow) {
    display: none;
  }
  .catalog-layout.catalog-layout-focus #topCandidatePanel .top-candidate-head h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .catalog-layout.catalog-layout-focus #topCandidatePanel .top-candidate-card:nth-child(n+3) {
    display: none;
  }
  .catalog-layout.catalog-layout-focus #topCandidatePanel .top-candidate-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-layout.catalog-layout-focus .catalog-batch-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .catalog-layout.catalog-layout-focus .catalog-batch-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .catalog-layout.catalog-layout-focus .catalog-batch-metrics span {
    min-width: 0;
    padding: 7px 6px;
  }
  .catalog-layout.catalog-layout-focus .catalog-batch-metrics strong {
    font-size: 14px;
  }
  .catalog-layout.catalog-layout-focus .catalog-batch-main p:not(.eyebrow) { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-batch-metrics span:nth-child(n+3) { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-batch-actions { grid-template-columns: 1fr; }
  .catalog-layout.catalog-layout-focus .catalog-batch-actions .secondary { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-search-row {
    grid-template-columns: minmax(0, 1fr) 202px;
  }
  .catalog-layout.catalog-layout-focus .catalog-search-row .stock-field { display: none; }
  .catalog-layout.catalog-layout-focus .catalog-search-row .stock-action-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-layout.catalog-layout-focus .catalog-search-row .stock-action-group .primary-action {
    grid-column: 1 / -1;
  }
  .catalog-layout.catalog-layout-focus .catalog-intent-panel.compact {
    margin-bottom: 8px;
  }
  .top-candidate-boundary { display: none; }
  .catalog-decision-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .catalog-decision-strip a {
    min-height: auto;
    padding: 8px 9px;
    gap: 4px;
  }
  .catalog-decision-strip strong { font-size: 12px; }
  .catalog-decision-strip small { display: none; }
  .catalog-rfq-fields { display: none; }
  .catalog-rfq-head {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 8px;
  }
  .catalog-rfq-head h3 { font-size: 15px; }
  .catalog-rfq-head p:not(.eyebrow) { font-size: 11px; line-height: 1.45; }
  .catalog-rfq-head .secondary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .catalog-rfq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .catalog-rfq-grid article {
    min-height: auto;
    padding: 8px;
  }
  .catalog-rfq-grid article:nth-child(n+5) { display: none; }
  .catalog-rfq-grid strong { margin-top: 6px; font-size: 12px; }
  .catalog-rfq-grid p {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .catalog-rfq-template { display: none; }
  .search-refinement-coach {
    display: block;
    margin: 8px 0 12px;
    padding: 10px;
    border-radius: 9px;
  }
  .search-refinement-head {
    gap: 8px;
    margin-bottom: 8px;
  }
  .search-refinement-head h3 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .search-refinement-head p {
    font-size: 11px;
    line-height: 1.45;
  }
  .search-refinement-head .secondary {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 11px;
  }
  .search-refinement-active {
    margin-top: 6px;
    gap: 5px;
  }
  .search-refinement-active span:nth-child(n+3) { display: none; }
  .search-refinement-grid {
    gap: 7px;
  }
  .search-refinement-grid section {
    padding: 9px;
  }
  .search-refinement-grid strong {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .search-refinement-grid div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
  .search-refinement-grid a {
    min-height: 30px;
    padding: 6px 7px;
    align-items: center;
  }
  .search-refinement-grid a:nth-child(n+5) { display: none; }
  .search-refinement-grid small { display: none; }
  .search-route-grid { grid-template-columns: 1fr; }
  .search-route-card { min-height: auto; }
  .search-route-boundary span { width: 100%; border-radius: 7px; }
  .recent-search-panel { margin: 10px 14px 14px; padding: 10px 12px; }
  .recent-search-head, .recent-current { align-items: stretch; flex-direction: column; }
  .recent-search-head { gap: 8px; margin-bottom: 8px; }
  .recent-search-head h2 { font-size: 16px; }
  .recent-current { gap: 6px; margin-bottom: 8px; padding: 8px 10px; }
  .recent-current .secondary { margin-left: 0; text-align: center; }
  .recent-search-chips {
    display: flex; flex-wrap: nowrap; gap: 7px; overflow-x: auto; padding-bottom: 2px;
    scroll-snap-type: x proximity;
  }
  .recent-search-chips a { flex: 0 0 auto; min-width: max-content; scroll-snap-align: start; }
  .recent-search-chips strong { max-width: none; }
  .sourcing-dock {
    left: 12px; right: 12px; bottom: 12px; transform: none; width: auto;
    grid-template-columns: 1fr; align-items: stretch; max-height: calc(100vh - 78px); overflow-y: auto;
  }
  .sourcing-memory-dock { grid-template-columns: 1fr; }
  .sourcing-dock-actions { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .sourcing-dock-actions a, .sourcing-dock-actions button { width: 100%; text-align: center; }
  .sourcing-dock-readiness { grid-template-columns: 1fr; align-items: stretch; }
  .sourcing-project-list, .sourcing-project-list.compact { grid-template-columns: 1fr; }
  .sourcing-project-card { grid-template-columns: 1fr; align-items: stretch; }
  .sourcing-project-card div { display: grid; grid-template-columns: 1fr auto auto; }
  .sourcing-project-card .secondary, .sourcing-project-card button.secondary { width: 100%; text-align: center; }
  .sourcing-memory-list { display: grid; grid-template-columns: 1fr; overflow-x: visible; }
  .sourcing-memory-chip { min-width: 0; justify-content: space-between; }
  .sourcing-dock-tab { right: 12px; bottom: 66px; max-width: min(210px, calc(100vw - 24px)); }
  .catalog-page .sourcing-dock-tab { display: none; }
  .sourcing-dock-tab.is-page-compare {
    right: 10px; bottom: 12px; max-width: min(156px, calc(100vw - 20px));
    padding: 7px 10px calc(7px + env(safe-area-inset-bottom, 0px));
  }
  .sourcing-dock-tab.is-page-compare strong { font-size: 12px; }
  .sourcing-dock-tab.is-page-compare span,
  .sourcing-dock-tab.is-page-compare small { font-size: 10px; }
  .compare-page { padding: 20px 14px 34px; }
  .compare-hero { padding: 16px; gap: 14px; }
  .compare-hero h1 { font-size: 24px; }
  .compact-low-value-guide .compare-decision-metrics { display: none; }
  .compact-low-value-guide .stock-topic-filter-strip {
    margin-bottom: 0;
    padding: 10px 12px;
  }
  .compact-low-value-guide .stock-topic-filter-strip > div > div { gap: 6px; }
  .compact-low-value-guide .stock-topic-filter-strip a {
    min-height: 26px;
    padding: 4px 7px;
    font-size: 11px;
  }
  .seo-listing.catalog-layout { padding: 18px 14px 24px; }
  .seo-listing .catalog-title { gap: 10px; }
  .seo-listing .catalog-title h1,
  .seo-listing .catalog-title h2 { font-size: 24px; line-height: 1.12; }
  .seo-listing .catalog-title p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.5;
  }
  .seo-listing .compare-decision-panel {
    gap: 10px;
    padding: 12px;
  }
  .inventory-evidence-page .compare-decision-metrics article small {
    font-size: 10px;
    line-height: 1.34;
  }
  .seo-listing .compare-decision-metrics span {
    padding: 8px 6px;
    font-size: 10px;
  }
  .seo-listing .compare-decision-metrics b { font-size: 14px; }
  .seo-listing .compare-guidance article { padding: 12px; }
  .missing-product-guide h1 { font-size: 26px; }
  .compare-source-actions { grid-template-columns: 1fr; }
  .compare-product-strip { grid-template-columns: 1fr; }
  .saved-filter-hub-head { align-items: start; flex-direction: column; }
  .saved-filter-hub-stats { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .saved-filter-cards { grid-template-columns: 1fr; }
  .saved-filter-card-actions { grid-template-columns: 1fr; }
  .catalog-batch-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-batch-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .catalog-batch-actions .primary, .catalog-batch-actions .secondary { white-space: normal; text-align: center; }
  .buyer-trust-strip { grid-template-columns: 1fr; padding: 10px; }
  .buyer-trust-strip article { min-height: auto; }
  .gallery-actions { grid-template-columns: 1fr; }
  .product-share-panel { align-items: stretch; flex-direction: column; }
  .product-rfq-note-head { align-items: stretch; flex-direction: column; }
  .product-rfq-note-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .product-rfq-note-actions .primary, .product-rfq-note-actions .secondary { width: 100%; text-align: center; white-space: normal; }
  .datasheet-index-page .mpn-index-hero { gap: 14px; padding: 16px; border-radius: 8px; }
  .datasheet-index-page .mpn-index-hero h1 { font-size: 24px; line-height: 1.14; margin-bottom: 8px; }
  .datasheet-index-page .mpn-index-hero p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .datasheet-index-page .stock-topic-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
  }
  .datasheet-index-page .stock-topic-actions .primary,
  .datasheet-index-page .stock-topic-actions .secondary {
    min-height: 34px;
    padding: 7px 6px;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
  }
  .datasheet-index-page .mpn-index-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .datasheet-index-page .mpn-index-stats span { padding: 10px 8px; border-radius: 7px; }
  .datasheet-index-page .mpn-index-stats strong { font-size: 20px; line-height: 1.08; }
  .datasheet-index-page .mpn-index-stats small { font-size: 10px; line-height: 1.3; }
  .datasheet-index-page .mpn-index-guide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
  }
  .datasheet-index-page .mpn-index-guide article { padding: 10px 9px; border-radius: 7px; }
  .datasheet-index-page .mpn-index-guide strong { font-size: 18px; }
  .datasheet-index-page .mpn-index-guide h2 {
    margin: 5px 0 4px;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .datasheet-index-page .mpn-index-guide p {
    font-size: 11px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .datasheet-index-rfq-router, .datasheet-evidence-check { padding: 12px; }
  .datasheet-index-rfq-head, .datasheet-evidence-head { gap: 8px; margin-bottom: 10px; }
  .datasheet-index-rfq-head h2, .datasheet-evidence-head h2 { margin-bottom: 5px; font-size: 18px; }
  .datasheet-index-rfq-head p:not(.eyebrow),
  .datasheet-evidence-head p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .datasheet-index-rfq-actions, .datasheet-evidence-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .datasheet-index-rfq-actions .primary,
  .datasheet-index-rfq-actions .secondary,
  .datasheet-evidence-actions .primary,
  .datasheet-evidence-actions .secondary {
    width: 100%;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 11px;
    white-space: nowrap;
  }
  .datasheet-index-rfq-actions .primary,
  .datasheet-evidence-actions .primary { grid-column: 1 / -1; }
  .datasheet-index-rfq-grid, .datasheet-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .datasheet-index-rfq-grid article, .datasheet-evidence-grid article { padding: 9px; }
  .datasheet-index-rfq-grid h3, .datasheet-evidence-grid span {
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .datasheet-index-rfq-grid p, .datasheet-evidence-grid p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .datasheet-index-rfq-examples strong, .datasheet-evidence-fields strong { white-space: normal; }
  .datasheet-index-rfq-examples, .datasheet-evidence-fields {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 10px;
    padding: 9px 10px;
  }
  .datasheet-index-rfq-examples div, .datasheet-evidence-fields div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .datasheet-index-rfq-examples a:nth-child(n+5) { display: none; }
  .datasheet-fallback-head { align-items: stretch; flex-direction: column; }
  .datasheet-fallback-grid { grid-template-columns: 1fr; }
  .datasheet-fallback-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .datasheet-fallback-head .secondary,
  .datasheet-fallback-actions .primary,
  .datasheet-fallback-actions .secondary { width: 100%; white-space: normal; }
  .datasheet-index-page .block { margin-top: 18px; }
  .datasheet-index-page .block-head { margin-bottom: 12px; }
  .datasheet-index-page .block-head h2 { font-size: 26px; }
  .datasheet-index-page .stock-row { gap: 10px; padding: 12px 12px 11px; margin-bottom: 8px; }
  .datasheet-index-page .stock-row:nth-child(n+5) { display: none; }
  .datasheet-index-page .stock-name { grid-template-columns: 52px 1fr; gap: 10px; }
  .datasheet-index-page .stock-image { width: 52px; height: 52px; }
  .datasheet-index-page .stock-name h3 { font-size: 16px; }
  .datasheet-index-page .stock-name p { margin: 2px 0; font-size: 12px; }
  .datasheet-index-page .stock-name small {
    font-size: 11px;
    line-height: 1.45;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .datasheet-index-page .stock-field strong { font-size: 13px; line-height: 1.35; }
  .datasheet-index-page .stock-field.qty strong { font-size: 15px; }
  .datasheet-index-page .stock-action { min-height: 30px; padding: 6px 6px; font-size: 11px; }
  .detail-action-metrics { grid-template-columns: 1fr; }
  .detail-action-buttons { grid-template-columns: 1fr; }
  .engineering-data-head { grid-template-columns: 1fr; }
  .engineering-data-head img { width: min(148px, 100%); }
  .engineering-data-grid { grid-template-columns: 1fr; }
  .engineering-data-actions { display: grid; grid-template-columns: 1fr; }
  .product-evidence-head { align-items: stretch; flex-direction: column; gap: 8px; margin-bottom: 10px; }
  .product-evidence-head .eyebrow { display: none; }
  .product-evidence-head h2 { margin: 0; font-size: 16px; }
  .product-evidence-head p:not(.eyebrow) { font-size: 11px; line-height: 1.5; }
  .product-evidence-head .secondary { width: 100%; text-align: center; min-height: 32px; padding: 7px 10px; font-size: 11px; }
  .purchase-decision-facts { grid-template-columns: 1fr; }
  .purchase-decision-actions { display: grid; grid-template-columns: 1fr; }
  .purchase-decision-actions .primary, .purchase-decision-actions .secondary { text-align: center; }
  .product-evidence-actions { display: grid; grid-template-columns: 1fr; }
  .product-evidence-actions a { text-align: center; }
  .product-evidence-table-wrap { overflow-x: visible; border: 0; background: transparent; }
  .product-evidence-table { min-width: 0; width: 100%; display: block; border-collapse: separate; }
  .product-evidence-table thead { display: none; }
  .product-evidence-table tbody { display: grid; gap: 10px; }
  .product-evidence-table tr {
    display: grid; gap: 7px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff;
  }
  .product-evidence-table th, .product-evidence-table td {
    display: block; width: 100%; border: 0; padding: 0; overflow-wrap: anywhere;
  }
  .product-evidence-table tbody th { background: transparent; font-size: 13px; }
  .product-evidence-table td { color: #486276; font-size: 12px; line-height: 1.55; }
  .procurement-momentum-head { align-items: start; flex-direction: column; }
  .procurement-momentum-head > span { text-align: left; }
  .procurement-momentum-steps, .procurement-momentum-actions { grid-template-columns: 1fr 1fr; }
  .detail-link-actions { grid-template-columns: 1fr; }
  .detail-commerce .detail-summary,
  .detail-commerce .product-gallery,
  .detail-commerce .quote-panel {
    grid-column: auto; grid-row: auto;
  }
  .detail-commerce .detail-summary-top { order: 1; display: grid; gap: 4px; }
  .detail-commerce .quote-panel { order: 2; }
  .detail-commerce .product-gallery { display: none; }
  .detail-commerce .detail-summary-rest { order: 4; }
  .detail-commerce .package-chip { display: none; }
  .detail-commerce h1 { font-size: 18px; line-height: 1.16; margin-top: 0; margin-bottom: 0; }
  .detail-commerce .detail-description { display: none; }
  .detail-commerce .detail-summary-pills {
    flex-wrap: nowrap;
    gap: 5px;
    margin-bottom: 2px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  .detail-commerce .detail-summary-pills::-webkit-scrollbar { display: none; }
  .detail-commerce .detail-summary-pills span {
    flex: 0 0 auto;
    min-height: 24px;
    padding: 4px 8px;
    font-size: 10px;
  }
  .detail-commerce .detail-summary-top .commerce-facts { display: none; }
  .detail-commerce .commerce-facts div { grid-template-columns: 64px 1fr; gap: 8px; padding: 4px 0; font-size: 12px; }
  .detail-commerce .detail-summary-top .commerce-facts div:nth-child(1),
  .detail-commerce .detail-summary-top .commerce-facts div:nth-child(2),
  .detail-commerce .detail-summary-top .commerce-facts div:nth-child(3),
  .detail-commerce .detail-summary-top .commerce-facts div:nth-child(6),
  .detail-commerce .detail-summary-top .commerce-facts div:nth-child(7) { display: none; }
  .commerce-facts dt { font-size: 12px; }
  .commerce-facts dd { font-size: 12px; line-height: 1.3; }
  .detail-commerce .quote-panel { padding: 9px; }
  .detail-commerce .quote-panel .eyebrow { display: none; }
  .detail-commerce .quote-panel h2 { margin: 0 0 4px; font-size: 14px; line-height: 1.22; }
  .detail-commerce .quote-panel > p:not(.eyebrow),
  .detail-commerce .quote-note { margin: 0 0 6px; font-size: 11px; line-height: 1.45; }
  .detail-commerce .quote-panel > p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .detail-commerce .quote-note:last-child {
    display: none;
  }
  .detail-commerce .detail-summary-strip { padding: 6px; }
  .detail-commerce .detail-summary-strip-head { align-items: stretch; flex-direction: column; margin-bottom: 6px; }
  .detail-commerce .detail-summary-strip-head .eyebrow,
  .detail-commerce .detail-summary-strip-head span { display: none; }
  .detail-commerce .detail-summary-strip-head strong { font-size: 12px; line-height: 1.1; }
  .detail-commerce .detail-summary-strip-head .secondary { display: none; }
  .detail-commerce .detail-summary-related-list,
  .detail-commerce .detail-summary-link-grid { display: grid; }
  .detail-commerce .detail-summary-link-grid { grid-template-columns: 1fr 1fr; gap: 5px; }
  .detail-commerce .detail-summary-link-grid a {
    min-height: 32px;
    padding: 5px 14px 5px 6px;
    border-radius: 6px;
    text-align: left;
    justify-content: start;
    align-content: start;
  }
  .detail-commerce .detail-summary-related-list { gap: 6px; margin-bottom: 6px; }
  .detail-commerce .detail-summary-related-list .alternative-row:nth-child(n+2) { display: none; }
  .detail-commerce .detail-summary-related-list .alternative-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    padding: 7px;
  }
  .detail-commerce .detail-summary-related-list .alternative-main { grid-template-columns: 32px minmax(0, 1fr); gap: 7px; }
  .detail-commerce .detail-summary-related-list .alternative-main img { width: 32px; height: 32px; }
  .detail-commerce .detail-summary-related-list .alternative-main small { font-size: 10px; }
  .detail-commerce .detail-summary-related-list .alternative-stock { display: none; }
  .detail-commerce .detail-summary-related-list .alternative-mini-action { min-height: 28px; padding: 5px 8px; font-size: 10px; }
  .detail-commerce .detail-summary-link-grid strong { font-size: 10px; }
  .detail-commerce .detail-summary-link-grid span { display: none; }
  .detail-commerce .detail-buy-main {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin: 6px 0;
  }
  .detail-commerce .detail-buy-main > :last-child { grid-column: 1 / -1; }
  .detail-commerce .detail-buy-price,
  .detail-commerce .detail-buy-stock { min-height: 0; gap: 6px; padding: 6px 7px; }
  .detail-commerce .detail-buy-price span,
  .detail-commerce .detail-buy-stock span { font-size: 11px; }
  .detail-commerce .detail-buy-price strong { font-size: 18px; }
  .detail-commerce .detail-buy-stock strong { font-size: 12px; }
  .detail-commerce .detail-buy-copy small {
    font-size: 9px;
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .detail-commerce .detail-buy-price.inquiry .detail-buy-copy strong { font-size: 16px; }
  .detail-commerce .detail-buy-form {
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 6px 0;
    align-items: stretch;
  }
  .detail-commerce .detail-buy-form label {
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 10px;
  }
  .detail-commerce .detail-buy-form input { height: 30px; }
  .detail-commerce .detail-qty-picks {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    margin-top: -1px;
  }
  .detail-commerce .detail-qty-picks button {
    min-width: 0;
    width: 100%;
    min-height: 28px;
    padding: 4px 0;
    font-size: 11px;
  }
  .detail-commerce .detail-buy-form .primary { min-height: 30px; font-size: 11px; }
  .detail-commerce .detail-bom-handoff { margin-bottom: 6px; padding: 6px; }
  .detail-commerce .detail-bom-handoff-head { margin-bottom: 8px; }
  .detail-commerce .detail-bom-handoff-head strong { font-size: 13px; }
  .detail-commerce .detail-bom-handoff-head span {
    display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    font-size: 10px; line-height: 1.35;
  }
  .detail-commerce .detail-bom-handoff.inline { display: none; }
  .detail-commerce .detail-bom-handoff-actions { grid-template-columns: 1fr 1fr; gap: 5px; }
  .detail-commerce .detail-bom-handoff-actions .primary,
  .detail-commerce .detail-bom-handoff-actions .secondary { min-height: 28px; padding: 5px 6px; font-size: 10px; }
  .detail-commerce .detail-buy-actions { gap: 5px; margin: 5px 0 6px; }
  .detail-commerce .detail-buy-actions .secondary { min-height: 30px; padding: 6px 6px; font-size: 10px; }
  .seo-taxonomy-page .taxonomy-shelf-tail {
    gap: 8px;
    padding: 10px 11px;
  }
  .seo-taxonomy-page > .catalog-content > .catalog-decision-strip { display: none; }
  .seo-taxonomy-page .taxonomy-shelf-tail strong { font-size: 14px; }
  .seo-taxonomy-page .taxonomy-shelf-tail span { display: none; }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-head {
    gap: 8px;
    margin-bottom: 8px;
  }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-head h3 {
    font-size: 17px;
    line-height: 1.24;
  }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-head p:not(.eyebrow) {
    font-size: 11px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(214px, 78vw);
    grid-template-columns: none;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 2px;
  }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-grid article {
    min-height: auto;
    padding: 10px;
    scroll-snap-align: start;
  }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-grid strong {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.25;
  }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-grid span,
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-grid small {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .seo-taxonomy-page .taxonomy-ready-panel .inventory-ready-grid .secondary {
    min-height: 30px;
    padding: 6px 8px;
    font-size: 11px;
  }
  .taxonomy-lead-summary {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 2px;
  }
  .taxonomy-lead-main {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 8px;
  }
  .taxonomy-lead-main img {
    width: 52px;
    height: 52px;
  }
  .taxonomy-lead-main strong { font-size: 14px; }
  .taxonomy-lead-main small {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .taxonomy-lead-facts span { padding: 8px 9px; }
  .taxonomy-lead-facts b {
    font-size: 14px;
    white-space: normal;
  }
  .taxonomy-lead-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .taxonomy-lead-actions .primary,
  .taxonomy-lead-actions .secondary {
    min-height: 30px;
    padding: 6px 5px;
    font-size: 11px;
  }
  .detail-commerce .product-gallery p { display: none; }
  .detail-service-strip { display: none; }
  .detail-next-facts, .detail-next-actions, .quote-proof-list { grid-template-columns: 1fr; }
  .detail-disclosure > summary { align-items: flex-start; padding: 8px 10px; gap: 6px; }
  .detail-disclosure > summary span { gap: 2px; }
  .compact-detail-sections .detail-disclosure > summary span { display: grid; }
  .detail-disclosure > summary small { display: none; }
  .detail-disclosure > summary strong { font-size: 13px; line-height: 1.18; }
  .detail-disclosure > summary em {
    display: -webkit-box; white-space: normal; overflow: hidden;
    -webkit-line-clamp: 1; -webkit-box-orient: vertical; font-size: 9px; line-height: 1.25;
  }
  .compact-detail-sections .detail-disclosure > summary em { max-width: none; }
  .detail-disclosure > summary b { min-width: 38px; padding: 3px 6px; font-size: 10px; }
  .detail-disclosure[open] > summary b::before { font-size: 10px; }
  .detail-disclosure-body { padding: 0 12px 12px; }
  .detail-disclosure-body .specification-panel { padding: 14px; }
  .detail-disclosure-body .engineering-data-panel,
  .detail-disclosure-body .product-evidence-chain,
  .detail-disclosure-body .related-products.block { padding: 12px; margin-bottom: 12px; }
  .detail-disclosure-body .engineering-data-head {
    grid-template-columns: minmax(0, 1fr) 88px; gap: 10px; align-items: start; margin-bottom: 10px;
  }
  .detail-disclosure-body .engineering-data-head .eyebrow { display: none; }
  .detail-disclosure-body .engineering-data-head h2 { display: none; }
  .detail-disclosure-body .engineering-data-head p:not(.eyebrow) { font-size: 11px; line-height: 1.5; }
  .detail-disclosure-body .engineering-data-head img { width: 88px; padding: 7px; border-radius: 6px; }
  .detail-disclosure-body .engineering-data-grid { grid-template-columns: 1fr; gap: 7px; }
  .detail-disclosure-body .engineering-data-grid article {
    min-height: auto; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto auto;
    column-gap: 9px; row-gap: 4px; padding: 10px;
  }
  .detail-disclosure-body .engineering-data-grid span {
    grid-row: 1 / span 2; width: 28px; height: 24px; border-radius: 5px; font-size: 11px;
  }
  .detail-disclosure-body .engineering-data-grid h3 { font-size: 13px; }
  .detail-disclosure-body .engineering-data-grid p { font-size: 11px; line-height: 1.45; }
  .detail-disclosure-body .engineering-data-grid a { grid-column: 2; min-height: 28px; padding: 5px 8px; font-size: 11px; }
  .detail-disclosure-body .engineering-data-actions { gap: 6px; margin-top: 10px; }
  .detail-disclosure-body .engineering-data-actions a { min-height: 32px; padding: 7px 10px; font-size: 11px; }
  .detail-disclosure-body .engineering-data-boundary { margin-top: 9px; padding: 9px 10px; font-size: 11px; line-height: 1.5; }
  .detail-disclosure-body .specification-panel h2 { display: none; }
  .detail-disclosure-body .spec-table th,
  .detail-disclosure-body .spec-table td { padding: 9px 10px; font-size: 11px; line-height: 1.45; }
  .detail-disclosure-body .block-head { align-items: center; margin-bottom: 10px; }
  .detail-disclosure-body .block-head .eyebrow { display: none; }
  .detail-disclosure-body .block-head h2 { font-size: 15px; }
  .detail-disclosure-body .block-head > a { font-size: 11px; }
  .detail-disclosure-body .product-evidence-table tbody { gap: 8px; }
  .detail-disclosure-body .product-evidence-table tr { gap: 6px; padding: 9px 10px; }
  .detail-disclosure-body .product-evidence-table td { font-size: 11px; line-height: 1.45; }
  .detail-disclosure-body .alternative-batch-panel { gap: 8px; margin-bottom: 8px; padding: 10px; }
  .detail-disclosure-body .alternative-batch-panel strong { font-size: 13px; }
  .detail-disclosure-body .alternative-batch-panel span { font-size: 11px; line-height: 1.45; }
  .detail-disclosure-body .alternative-batch-actions { gap: 6px; }
  .detail-disclosure-body .alternative-batch-actions a,
  .detail-disclosure-body .alternative-batch-actions button { min-height: 30px; padding: 6px 8px; font-size: 11px; }
  .detail-disclosure-body .alternative-list { gap: 6px; }
  .detail-disclosure-body .alternative-row { gap: 7px; padding: 7px; }
  .detail-disclosure-body .alternative-main { grid-template-columns: 34px minmax(0, 1fr); gap: 8px; }
  .detail-disclosure-body .alternative-main img { width: 34px; height: 34px; }
  .detail-disclosure-body .alternative-main small,
  .detail-disclosure-body .alternative-stock { font-size: 11px; }
  .detail-disclosure-body .alternative-row button,
  .detail-disclosure-body .alternative-mini-action { min-height: 28px; padding: 6px 8px; font-size: 11px; }
  .detail-disclosure-body .related-products-actions { gap: 6px; margin-bottom: 8px; }
  .detail-disclosure-body .related-products-actions a { min-height: 30px; padding: 6px 8px; font-size: 11px; }
  .detail-disclosure-body .related-products-note { margin-top: 8px; font-size: 11px; line-height: 1.5; }
  .detail-disclosure-body .related-products.block .product-grid { display: none; }
  .detail-disclosure-body .product-faq details { padding: 10px 0; }
  .detail-disclosure-body .product-faq p { margin-top: 7px; font-size: 12px; line-height: 1.6; }
  .detail-disclosure-body .related-answer-links { padding: 12px; }
  .detail-disclosure-body .related-answer-links-head { margin-bottom: 8px; }
  .detail-disclosure-body .related-answer-links-head strong { font-size: 13px; }
  .detail-disclosure-body .related-answer-links-head a { font-size: 11px; }
  .detail-disclosure-body .related-answer-link-list { gap: 6px; }
  .detail-disclosure-body .related-answer-link-row { gap: 8px; padding: 8px 0; }
  .detail-disclosure-body .related-answer-link-main strong { font-size: 13px; }
  .detail-disclosure-body .related-answer-link-main span {
    margin-top: 3px; font-size: 11px; line-height: 1.45; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  }
  .detail-disclosure-body .related-answer-link-action { min-height: 28px; padding: 6px 8px; font-size: 11px; }
  .procurement-panel-head { align-items: start; flex-direction: column; }
  .procurement-steps article { grid-template-columns: 1fr; gap: 5px; }
  .procurement-next { display: grid; grid-template-columns: 1fr; }
  .detail-readiness-head, .detail-readiness-next { align-items: stretch; flex-direction: column; }
  .detail-readiness-head span { align-self: flex-start; }
  .detail-readiness-checks { grid-template-columns: 1fr; }
  .detail-readiness-next .primary { width: 100%; }
  .rfq-smart-head { align-items: start; flex-direction: column; }
  .rfq-smart-head span { text-align: left; }
  .rfq-smart-row { grid-template-columns: 1fr; }
  .rfq-smart-row small { padding-top: 0; }
  .detail-sticky-bar { grid-template-columns: 1fr; align-items: stretch; bottom: 46px; width: calc(100vw - 12px); padding: 3px; gap: 3px; }
  .detail-sticky-main strong { font-size: 12px; }
  .detail-sticky-main span { display: none; }
  .detail-sticky-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .detail-sticky-actions a, .detail-sticky-actions button { min-height: 28px; padding-inline: 3px; font-size: 10px; }
  .detail-page.detail-with-sticky { padding-bottom: 92px; }
  .alternative-path-head { align-items: start; flex-direction: column; }
  .alternative-actions { grid-template-columns: 1fr 1fr; }
  .alternative-batch-panel { grid-template-columns: 1fr; align-items: stretch; }
  .alternative-batch-actions { display: grid; grid-template-columns: 1fr; justify-content: stretch; }
  .alternative-batch-actions a, .alternative-batch-actions button { width: 100%; }
  .alternative-row { grid-template-columns: 1fr; align-items: stretch; }
  .alternative-stock { white-space: normal; }
  .hero { padding-inline: 16px; }
  .home-search-panel { padding: 7px 10px 5px; gap: 4px; }
  .home-search-copy {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
  }
  .home-search-copy strong { font-size: 15px; margin-bottom: 0; }
  .home-search-copy span {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 9px;
    line-height: 1.12;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-search-form { height: 38px; padding: 3px; }
  .home-search-form input { height: 26px; font-size: 10px; padding-left: 7px; }
  .home-search-form button { min-width: 64px; padding-inline: 6px; font-size: 10px; }
  .home-search-main {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .home-search-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
  }
  .home-search-more {
    min-height: 30px;
    padding: 4px 7px;
    border-radius: 6px;
    font-size: 10px;
  }
  .home-bom-upload {
    flex: 0 0 auto;
    min-height: 30px;
  }
  .home-bom-upload.is-open {
    flex-basis: 100%;
    width: 100%;
  }
  .home-bom-toggle {
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 30px;
    padding: 4px 7px;
    border-radius: 6px;
    box-shadow: none;
  }
  .home-bom-upload-icon {
    width: 14px;
    height: 16px;
    border-width: 1px;
    border-radius: 3px;
  }
  .home-bom-upload-icon::before {
    top: 4px;
    width: 5px;
    height: 5px;
    border-left-width: 1px;
    border-top-width: 1px;
  }
  .home-bom-upload-icon::after {
    top: 6px;
    width: 1px;
    height: 6px;
  }
  .home-bom-toggle strong { font-size: 10px; }
  .home-bom-toggle small { display: none; }
  .header.seo-header-help { gap: 8px 10px; }
  .header.seo-header-help .detail-search { height: 38px; }
  .header.seo-header-help .detail-search input { font-size: 13px; padding-left: 9px; }
  .header.seo-header-help .detail-search button { min-width: 70px; padding-inline: 10px; }
  .header.seo-header-help nav { gap: 8px; }
  .help-page { padding: 22px 14px 18px; gap: 12px; }
  .help-nav-summary { padding: 12px 14px; font-size: 12px; }
  .help-nav-summary strong { font-size: 14px; }
  .help-side { padding: 12px 14px; }
  .help-content { padding: 20px 16px; }
  .help-content h1 { font-size: 24px; }
  .help-lead { font-size: 14px; line-height: 1.6; padding-bottom: 14px; margin-bottom: 14px; }
  .help-body { line-height: 1.72; font-size: 14px; }
  .help-body > p:first-child { font-size: 13px; line-height: 1.66; }
  .help-body p { margin-bottom: 12px; }
  .help-body ol { padding-left: 18px; margin-bottom: 14px; }
  .help-body li { padding: 3px 0; }
  .help-public-boundary { margin-top: 14px; }
  .help-public-boundary > summary { padding: 13px 14px; gap: 10px; }
  .help-public-boundary > summary strong { font-size: 16px; }
  .help-public-boundary > summary small { font-size: 10px; line-height: 1.35; }
  .help-public-boundary > summary b { min-width: 42px; min-height: 24px; padding: 0 8px; font-size: 11px; }
  .help-public-boundary[open] > summary b::before { font-size: 11px; }
  .help-public-boundary-body { padding: 0 14px 14px; }
  .help-public-boundary-body p { line-height: 1.65; font-size: 12px; }
  .help-related { margin-top: 12px; }
  .help-related > div { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
  .help-related a { display: grid; align-content: start; min-height: 52px; padding: 7px 8px; }
  .help-related a span {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.24;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .help-related a small { display: none; }
  .procurement-hero {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    padding: 8px 10px 6px;
    gap: 7px;
    overflow: hidden;
  }
  .procurement-hero > * {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .procurement-hero .hero-copy { order: 1; padding: 0; }
  #quickRfq { order: 2; }
  .hero-category-rail { order: 3; }
  .procurement-hero .eyebrow { display: none; }
  .procurement-hero h1 { font-size: clamp(21px, 6.1vw, 24px); margin-bottom: 4px; line-height: 1.05; }
  .procurement-hero .hero-copy > p:not(.eyebrow) { display: none; }
  .procurement-hero .hero-actions {
    min-width: 0;
    max-width: 100%;
    gap: 6px;
  }
  .procurement-hero .hero-actions a { flex: 1 1 0; min-width: 0; min-height: 30px; padding: 5px 8px; font-size: 10px; }
  .procurement-hero .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 0;
    max-width: 100%;
    gap: 4px;
    margin-top: 6px;
  }
  .procurement-hero .hero-stats span {
    min-width: 0;
    padding: 3px 4px;
    border: 1px solid rgba(198, 217, 231, .18);
    border-radius: 6px;
    background: rgba(255, 255, 255, .05);
    font-size: 7px;
    line-height: 1.12;
  }
  .procurement-hero .hero-stats strong { font-size: 12px; margin-bottom: 1px; }
  .procurement-hero .lead-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    max-width: 100%;
    gap: 4px;
    padding: 7px;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 18, 40, .18);
  }
  .procurement-hero .lead-card h2 {
    grid-column: 1 / -1;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.1;
  }
  #quickRfq .fields,
  #quickRfq .fields.two {
    display: contents;
  }
  .procurement-hero input, .procurement-hero textarea {
    margin-bottom: 0;
    padding: 5px 7px;
    font-size: 10px;
  }
  .procurement-hero textarea {
    grid-column: 1 / -1;
    min-height: 34px;
  }
  #quickRfq .primary {
    grid-column: 1 / -1;
    min-height: 30px;
    padding-block: 5px;
    font-size: 10px;
  }
  #quickRfq .result {
    grid-column: 1 / -1;
    margin-top: 0;
    min-height: 0;
    font-size: 10px;
  }
  #quickRfq .result:empty { display: none; }
  .hero-category-rail,
  .hero-category-rail .rail-title,
  .hero-category-rail .rail-links,
  .hero-category-actions {
    min-width: 0;
    max-width: 100%;
  }
  .hot-searches {
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 1px;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .hot-searches::-webkit-scrollbar { display: none; }
  .hot-searches-label { flex: 0 0 auto; margin-bottom: 0; font-size: 10px; letter-spacing: .02em; }
  .hot-searches > span, .hot-searches a { flex: 0 0 auto; }
  .hot-searches a { min-height: 20px; padding: 2px 6px; font-size: 10px; }
  .hot-search-optional { display: none !important; }
  .hot-searches a.hot-search-more-chip {
    display: inline-flex;
    border-color: rgba(6, 104, 183, .18);
    background: rgba(6, 104, 183, .06);
    color: var(--brand);
    font-weight: 600;
  }
  .home-search-more { display: none; }
  .service-widget { right: 12px; bottom: 12px; }
  .service-toggle { min-width: 58px; min-height: 42px; padding: 8px 12px; border-radius: 21px; font-size: 12px; }
  .service-widget.service-widget-compact { max-width: calc(100vw - 24px); }
  .service-widget.service-widget-compact .service-toggle {
    min-width: 48px;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
  }
  .service-widget.service-widget-compact.service-widget-buyer-tool { right: 6px; bottom: 6px; }
  .service-widget.service-widget-compact.service-widget-buyer-tool .service-toggle {
    min-width: 28px;
    min-height: 54px;
    padding: 8px 3px;
    border-radius: 16px;
    font-size: 9px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1px;
  }
  .service-widget.service-widget-compact .service-window {
    bottom: 56px;
    width: min(332px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
  }
  .service-widget.service-widget-compact.service-widget-buyer-tool .service-window {
    bottom: 40px;
    width: min(316px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
  }
  .service-widget.service-widget-compact .service-window header { padding: 13px 15px; }
  .service-widget.service-widget-compact .service-messages { max-height: 240px; padding: 12px; }
  .service-widget.service-widget-compact .service-form { padding: 10px; }
  .service-widget.service-widget-compact .handoff-form { padding: 0 10px 10px; }
  .top-candidate-panel { margin-top: -4px; padding: 10px; overflow: hidden; }
  .top-candidate-head { align-items: stretch; flex-direction: column; gap: 8px; }
  .top-candidate-head h3 { font-size: 16px; }
  .top-candidate-head .primary, .top-candidate-head .secondary { width: 100%; text-align: center; justify-content: center; }
  .top-candidate-grid {
    display: grid; grid-auto-flow: column; grid-auto-columns: minmax(216px, 80%); grid-template-columns: none;
    gap: 8px; overflow-x: auto; padding-bottom: 3px; scroll-snap-type: x mandatory;
  }
  .directory-representative-card-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 82%);
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x mandatory;
  }
  .top-candidate-card { gap: 8px; padding: 10px; scroll-snap-align: start; }
  .directory-representative-card {
    min-height: 0;
    padding: 10px;
    scroll-snap-align: start;
  }
  .category-index-page .directory-representative-card-grid,
  .brand-index-page:not(.category-index-page) .directory-representative-card-grid {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .top-candidate-main { grid-template-columns: auto 42px minmax(0, 1fr); }
  .top-candidate-main img { width: 42px; height: 42px; }
  .top-candidate-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .top-candidate-actions .primary, .top-candidate-actions .secondary { min-height: 30px; padding: 6px 5px; font-size: 11px; }
  .directory-representative-card .top-candidate-main strong {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .category-index-page .directory-representative-summary,
  .brand-index-page:not(.category-index-page) .directory-representative-summary,
  .brand-index-page:not(.category-index-page) .directory-representative-card .stock-meta-strip { display: none; }
  .category-index-page .directory-representative-card .stock-meta-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .category-index-page .directory-representative-card .stock-meta-strip span {
    min-height: 20px;
    padding: 2px 7px;
    font-size: 9px;
  }
  .category-index-page .directory-representative-card,
  .brand-index-page:not(.category-index-page) .directory-representative-card {
    gap: 7px;
    padding: 11px;
  }
  .category-index-page .directory-representative-facts,
  .brand-index-page:not(.category-index-page) .directory-representative-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .category-index-page .directory-representative-facts span,
  .brand-index-page:not(.category-index-page) .directory-representative-facts span {
    gap: 3px;
    padding: 8px 9px;
  }
  .category-index-page .directory-representative-facts strong,
  .brand-index-page:not(.category-index-page) .directory-representative-facts strong {
    font-size: 12px;
  }
  .category-index-page .directory-representative-card-grid > .directory-representative-card:nth-child(n+2),
  .brand-index-page:not(.category-index-page) .directory-representative-card-grid > .directory-representative-card:nth-child(n+2) { display: none; }
  .directory-representative-facts { grid-template-columns: 1fr; }
  .directory-representative-card-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .directory-representative-card-actions .primary,
  .directory-representative-card-actions .secondary {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
  .category-index-page .directory-representative-card-actions .primary,
  .category-index-page .directory-representative-card-actions .secondary,
  .brand-index-page:not(.category-index-page) .directory-representative-card-actions .primary,
  .brand-index-page:not(.category-index-page) .directory-representative-card-actions .secondary {
    min-height: 30px;
    padding: 6px 6px;
    font-size: 11px;
  }
  .search-suggest-panel { top: calc(100% + 6px); }
  .search-suggest-head { align-items: start; flex-direction: column; gap: 3px; }
  .search-suggest-list { max-height: 280px; }
  .search-suggest-row { grid-template-columns: minmax(0, 1fr) auto; min-height: 52px; padding: 9px 10px; }
  .search-suggest-row img { display: none; }
  .search-suggest-intents { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-inline: 10px; }
  .search-suggest-boundary { align-items: flex-start; flex-direction: column; gap: 5px; padding-inline: 10px; }
  .search-suggest-actions { grid-template-columns: 1fr; }
  .home-visual-showcase {
    margin-top: 12px;
    padding-inline: 14px;
  }
  .home-illustration-showcase {
    margin-top: 10px;
    padding-inline: 12px;
  }
  .home-illustration-showcase .workbench-illustration {
    display: block;
    min-height: 184px;
  }
  .market-workbench { padding-inline: 18px; }
  .catalog-seo-panel { padding: 17px; }
  .catalog-seo-facts { grid-template-columns: 1fr; }
  .catalog-seo-tags { display: grid; grid-template-columns: 1fr; }
  .catalog-seo-tags a { justify-content: center; border-radius: 5px; }
  .buyer-desk { padding: 13px; }
  .buyer-action-grid, .desk-order-flow { grid-template-columns: 1fr; }
  .buyer-action { min-height: auto; padding: 12px; }
  .desk-order-flow a { border-right: 0; border-bottom: 1px solid #d9e8f1; }
  .desk-order-flow a:last-child { border-bottom: 0; }
  .desk-quick-row { display: grid; grid-template-columns: 1fr 1fr; }
  .desk-quick-row a { justify-content: center; text-align: center; }
  .rail-links, .sourcing-flow { grid-template-columns: 1fr; }
  .hero-category-rail { padding: 6px; }
  .hero-category-rail .rail-title { margin-bottom: 4px; align-items: center; }
  .hero-category-rail .rail-title strong { font-size: 13px; }
  .hero-category-rail .rail-title a { font-size: 11px; }
  .hero-category-rail .rail-links {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(132px, 43vw);
    gap: 4px;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .hero-category-rail .rail-links::-webkit-scrollbar { display: none; }
  .hero-category-rail .rail-links a {
    min-height: 24px;
    padding: 4px 6px;
    scroll-snap-align: start;
  }
  .hero-category-rail .rail-links a:nth-child(n+6) { display: none; }
  .hero-category-rail .rail-links span { font-size: 10px; }
  .hero-category-rail .rail-links small { font-size: 8px; }
  .hero-category-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-category-actions { gap: 4px; padding-top: 4px; }
  .hero-category-actions a { min-height: 23px; padding: 3px 4px; font-size: 9px; justify-content: center; }
  .sourcing-flow {
    gap: 8px;
    min-height: 0;
    padding: 10px;
  }
  .flow-copy {
    gap: 7px;
  }
  .flow-copy-head { align-items: start; flex-direction: column; gap: 2px; }
  .flow-copy-head strong { font-size: 13px; }
  .flow-copy-head span { display: none; }
  .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
  .flow-step {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 92px;
    gap: 3px 6px;
    padding: 7px 6px;
  }
  .flow-step strong { font-size: 14px; }
  .flow-step span {
    font-size: 11px;
    line-height: 1.14;
  }
  .flow-step small {
    font-size: 8px;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .step-visual {
    min-height: 38px;
    border-radius: 6px;
  }
  .step-visual::before {
    left: 18%;
    right: 18%;
    height: 2px;
  }
  .visual-search i {
    left: 7px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
  .visual-search b { left: 21px; top: 22px; width: 14px; height: 3px; }
  .visual-search em {
    right: 7px;
    top: 8px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  .visual-bom i {
    left: 9px;
    height: 5px;
  }
  .visual-bom i:nth-child(1) { top: 12px; }
  .visual-bom i:nth-child(2) { top: 23px; }
  .visual-bom i:nth-child(3) { top: 34px; }
  .visual-bom b {
    right: 8px;
    top: 12px;
    width: 22px;
    height: 22px;
    border-width: 4px;
    box-shadow: inset 0 0 0 4px #eafbf5;
  }
  .visual-quote i {
    left: 8px;
    top: 16px;
    width: 31px;
    height: 22px;
  }
  .visual-quote b {
    right: 8px;
    top: 11px;
    width: 25px;
    height: 30px;
  }
  .visual-quote em {
    left: 13px;
    bottom: 10px;
    width: 18px;
    height: 4px;
  }
  .visual-qc i {
    left: 8px;
    bottom: 10px;
    width: 16px;
    height: 16px;
  }
  .visual-qc b {
    right: 8px;
    top: 13px;
    width: 21px;
    height: 21px;
  }
  .visual-qc em {
    left: 26px;
    bottom: 15px;
    width: 18px;
    height: 3px;
  }
  .flow-mobile-strip { display: none; }
  .workbench-illustration { min-height: 184px; }
  .illustration-line {
    display: block;
    height: 3px;
  }
  .illustration-rack, .illustration-pack, .illustration-reel, .illustration-wave, .illustration-tag { display: block; }
  .illustration-caption {
    font-size: 9px;
    letter-spacing: .06em;
  }
  .bom-sheet {
    left: 6%;
    top: 18px;
    width: 72px;
    min-height: 68px;
    padding: 10px;
  }
  .illustration-card span { margin-bottom: 6px; }
  .illustration-card i {
    height: 5px;
    margin-top: 6px;
  }
  .search-node {
    left: 43%;
    top: 18px;
    width: 46px;
    height: 46px;
  }
  .illustration-chip {
    left: auto;
    right: 10%;
    top: 66px;
    width: 64px;
    height: 64px;
    border-width: 5px;
  }
  .illustration-chip strong { font-size: 19px; }
  .quote-card {
    left: 8%;
    right: auto;
    top: 98px;
    width: 84px;
    min-height: 70px;
    padding: 10px;
  }
  .quote-card b { font-size: 20px; }
  .quote-card small {
    font-size: 9px;
    line-height: 1.25;
  }
  .qc-node {
    right: 34%;
    bottom: 22px;
    width: 46px;
    height: 46px;
  }
  .illustration-truck {
    right: 8%;
    bottom: 18px;
    width: 76px;
    height: 38px;
  }
  .caption-bom { left: 6%; top: 6px; }
  .caption-match { left: 41%; top: 66px; }
  .caption-quote { left: 9%; right: auto; top: 173px; }
  .caption-qc { right: 23%; bottom: 4px; }
  .topic-links-expanded { grid-template-columns: 1fr; }
  .topic-links a { align-items: start; flex-direction: column; }
  .topic-links span { text-align: left; white-space: normal; }
  .home-continue-head { align-items: stretch; flex-direction: column; }
  .home-page .market-workbench .home-continue-panel { padding-right: 16px; }
  .home-continue-actions { justify-content: stretch; }
  .home-continue-actions .primary, .home-continue-actions .secondary { flex: 1; }
  .home-task-summary { grid-template-columns: 1fr; }
  .home-task-metrics { grid-template-columns: 1fr 1fr; }
  .home-continue-searches { display: grid; grid-template-columns: 1fr; }
  .home-continue-searches strong { max-width: none; }
  body.home-page .business,
  body.home-page .ecosystem-grid,
  body.home-page .quality-items {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  body.home-page .business::-webkit-scrollbar,
  body.home-page .ecosystem-grid::-webkit-scrollbar,
  body.home-page .quality-items::-webkit-scrollbar { display: none; }
  body.home-page .business {
    grid-auto-columns: minmax(228px, 82vw);
    gap: 10px;
    margin-top: 26px;
  }
  body.home-page .business-card {
    min-height: 136px;
    padding: 18px;
    scroll-snap-align: start;
  }
  body.home-page .business-card p {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: .12em;
  }
  body.home-page .business-card h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  body.home-page .business-card span {
    font-size: 13px;
    line-height: 1.55;
  }
  body.home-page .ecosystem-grid {
    grid-auto-columns: minmax(236px, 84vw);
    gap: 10px;
  }
  body.home-page .ecosystem-card {
    min-height: 168px;
    padding: 18px;
    scroll-snap-align: start;
  }
  body.home-page .ecosystem-card p {
    margin-bottom: 10px;
    letter-spacing: .12em;
  }
  body.home-page .ecosystem-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  body.home-page .ecosystem-card span {
    font-size: 12px;
    line-height: 1.65;
  }
  body.home-page .quality {
    padding: 22px 18px;
    gap: 18px;
  }
  body.home-page .quality h2 { font-size: 26px; }
  body.home-page .quality-items {
    grid-auto-columns: minmax(214px, 78vw);
    gap: 10px;
  }
  body.home-page .quality-items article {
    min-height: 132px;
    padding: 14px 14px 14px 16px;
    border: 1px solid #dce8f0;
    border-left: 3px solid #d9eaf7;
    border-radius: 8px;
    background: #fbfdff;
    scroll-snap-align: start;
  }
  body.home-page .quality-items strong { font-size: 24px; }
  body.home-page .quality-items h3 { margin: 7px 0; font-size: 17px; }
  body.home-page .quality-items p {
    font-size: 12px;
    line-height: 1.55;
  }
  body.home-page .block {
    margin: 13px 12px;
  }
  body.home-page .block-head {
    margin-bottom: 7px;
    gap: 6px;
    align-items: flex-end;
  }
  body.home-page .block-head h2 {
    font-size: 19px;
    line-height: 1.14;
  }
  body.home-page .block-head > a { font-size: 10px; }
  body.home-page .product-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: minmax(178px, 62vw);
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  body.home-page .product-grid::-webkit-scrollbar {
    display: none;
  }
  body.home-page #featured .featured-home-card {
    min-height: 154px;
    padding: 8px;
  }
  body.home-page #featured .featured-home-card .product-visual {
    width: calc(100% + 16px);
    height: 58px;
    padding: 6px;
    margin: -8px -8px 7px;
  }
  body.home-page #featured .featured-home-card-head {
    margin-bottom: 4px;
    gap: 4px;
  }
  body.home-page #featured .featured-home-brand {
    font-size: 8px;
  }
  body.home-page #featured .featured-home-card h3 {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.16;
  }
  body.home-page #featured .featured-home-card .desc {
    margin: 0 0 4px;
    min-height: auto;
    font-size: 9px;
    line-height: 1.2;
    -webkit-line-clamp: 1;
  }
  body.home-page .product,
  body.home-page .product.home-more-card {
    min-height: 142px;
    padding: 8px;
    scroll-snap-align: start;
  }
  body.home-page .product-visual {
    width: calc(100% + 16px);
    height: 58px;
    padding: 6px;
    margin: -8px -8px 7px;
  }
  body.home-page .package-chip {
    margin-bottom: 4px;
    padding: 1px 5px;
    font-size: 9px;
  }
  body.home-page .featured-home-card-head {
    margin-bottom: 4px;
    gap: 5px;
  }
  body.home-page .featured-home-brand {
    font-size: 8px;
  }
  body.home-page .product h3 {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.16;
  }
  body.home-page .product .desc {
    margin-bottom: 4px;
    min-height: auto;
    font-size: 9px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-page .product .stock {
    font-size: 9px;
    line-height: 1.2;
  }
  body.home-page .product .price {
    margin-top: 4px;
    font-size: 14px;
  }
  body.home-page .featured-home-meta {
    gap: 4px;
    margin-bottom: 4px;
  }
  body.home-page .featured-home-meta span {
    min-height: 18px;
    padding: 2px 5px;
    font-size: 8px;
  }
  body.home-page #featured .featured-home-meta span:nth-child(2) {
    display: none;
  }
  body.home-page #featured .featured-home-bottom {
    gap: 4px;
  }
  body.home-page #featured .featured-home-card .price {
    font-size: 14px;
  }
  body.home-page #featured .featured-home-cta {
    min-height: 20px;
    padding: 0 6px;
    font-size: 8px;
  }
  body.home-page .home-more-card-kicker {
    padding: 2px 6px;
    font-size: 9px;
  }
  body.home-page .home-more-card p {
    font-size: 9px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-page .categories,
  body.home-page .home-brands {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(126px, 40vw);
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  body.home-page .categories::-webkit-scrollbar,
  body.home-page .home-brands::-webkit-scrollbar {
    display: none;
  }
  body.home-page .category,
  body.home-page .home-brands a,
  body.home-page .home-brands .home-more-card,
  body.home-page .category.home-more-card {
    padding: 8px 7px;
    border-radius: 6px;
    min-height: 56px;
    scroll-snap-align: start;
  }
  body.home-page .categories .home-more-card,
  body.home-page .home-brands .home-more-card {
    gap: 4px;
  }
  body.home-page .categories .home-more-card-kicker,
  body.home-page .home-brands .home-more-card-kicker {
    display: none;
  }
  body.home-page .category strong,
  body.home-page .home-brands strong {
    margin-bottom: 2px;
    font-size: 10px;
    line-height: 1.18;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-page .category p,
  body.home-page .home-brands span {
    font-size: 7px;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-page .business {
    grid-auto-columns: minmax(176px, 64vw);
    gap: 6px;
    margin: 13px 12px;
  }
  body.home-page .business-card {
    min-height: 96px;
    padding: 10px;
  }
  body.home-page .business-card:nth-child(5) { display: none; }
  body.home-page .business-card::after {
    right: -24px;
    bottom: -28px;
    width: 94px;
    height: 94px;
    border-width: 12px;
  }
  body.home-page .business-card p {
    margin-bottom: 5px;
    font-size: 8px;
    letter-spacing: .08em;
  }
  body.home-page .business-card h2 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.18;
  }
  body.home-page .business-card span {
    font-size: 9px;
    line-height: 1.26;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-page .ecosystem-grid {
    grid-auto-columns: minmax(148px, 52vw);
    gap: 4px;
  }
  body.home-page .ecosystem-card {
    min-height: 82px;
    padding: 8px 9px;
  }
  body.home-page .ecosystem-card::after {
    right: -24px;
    bottom: -28px;
    width: 84px;
    height: 84px;
    border-width: 11px;
  }
  body.home-page .ecosystem-card p {
    margin-bottom: 2px;
    font-size: 7px;
    letter-spacing: .08em;
  }
  body.home-page .ecosystem-card h3 {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 1.18;
  }
  body.home-page .ecosystem-card span {
    font-size: 8px;
    line-height: 1.18;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-page .quality {
    padding: 7px 8px 7px;
    gap: 5px;
  }
  body.home-page .quality h2 {
    font-size: 15px;
    line-height: 1.12;
  }
  body.home-page .quality .muted {
    margin: 0;
    font-size: 8px;
    line-height: 1.18;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  body.home-page .quality-items {
    grid-auto-columns: minmax(142px, 50vw);
    gap: 4px;
  }
  body.home-page .quality-items article {
    min-height: 60px;
    padding: 6px 6px 6px 8px;
    border-left-width: 2px;
  }
  body.home-page .quality-items strong {
    font-size: 12px;
  }
  body.home-page .quality-items h3 {
    margin: 2px 0;
    font-size: 10px;
  }
  body.home-page .quality-items p {
    font-size: 7px;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .has-sourcing-dock { padding-bottom: 390px; }
  .sourcing-dock { bottom: 10px; width: calc(100vw - 20px); padding: 10px; }
  .sourcing-dock-head span, .sourcing-dock-hint { font-size: 11px; }
  .sourcing-dock-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
  .sourcing-dock-metrics span { justify-content: center; padding-inline: 5px; }
  .sourcing-dock-items { display: grid; grid-template-columns: 1fr 1fr; max-height: 92px; overflow: auto; }
  .sourcing-dock-item { min-width: 0; max-width: none; grid-template-columns: minmax(0, 1fr) auto; }
  .sourcing-dock-item img { display: none; }
  .sourcing-dock-more { justify-content: center; min-height: 34px; white-space: normal; }
  .sourcing-dock-readiness { grid-template-columns: 1fr; align-items: stretch; }
  .sourcing-dock-progress { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sourcing-dock-qty-actions { display: grid; grid-template-columns: 1fr repeat(3, minmax(34px, 48px)); }
  .sourcing-dock-qty-actions small { align-self: center; }
  .sourcing-dock-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .sourcing-dock-actions a, .sourcing-dock-actions button { padding-inline: 8px; }
  .block, .business { margin-inline: 18px; }
  .footer {
    margin-top: 2px;
    padding: 0 4px calc(env(safe-area-inset-bottom, 0px));
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "nav";
    align-items: center;
  }
  .footer-brand { display: none; }
  .footer-mobile-nav { grid-area: nav; }
  .copyright { display: none; }
  .footer-mobile-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .footer-mobile-nav > a,
  .footer-mobile-nav > button {
    min-height: 16px;
    padding: 0;
    font-size: 8px;
    line-height: 1.1;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .footer-mobile-nav > a.is-active,
  .footer-mobile-nav > a[aria-current="page"],
  .footer-mobile-nav > button.is-active,
  .footer-mobile-nav > button[aria-expanded="true"] {
    background: rgba(255,255,255,.9);
    color: var(--brand-dark);
    box-shadow: none;
  }
  .footer-mobile-nav > * + * { border-left: 1px solid #d2dee7; }
  .service-widget.service-widget-compact.service-widget-buyer-tool { right: 0 !important; bottom: 0 !important; max-width: none; }
  .service-widget.service-widget-compact.service-widget-buyer-tool .service-toggle { display: none; }
  .service-widget.service-widget-compact.service-widget-buyer-tool .service-window {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 52px);
    width: auto;
    max-width: none;
  }
  .footer-groups { display: none; }
  .footer strong,
  .footer p:not(.copyright),
  .footer-brand-top,
  .footer-tagline,
  .footer-mobile-note,
  .footer-contact-link,
  .footer-meta { display: none; }
  .copyright-full { display: none; }
  .copyright-short { display: none; }
  .guide-detail-page .bom-smart-precheck > .rfq-note-preview,
  .guide-detail-page .stock-rfq-template .stock-rfq-note pre { max-height: 148px; }
  .help-content { padding: 28px 20px; }
  .help-related > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .datasheet-head { flex-direction: column; }
  .datasheet-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .datasheet-actions button, .datasheet-actions a { min-width: 0; padding-inline: 10px; text-align: center; white-space: normal; }
  .detail-tabs { overflow-x: auto; max-width: 100%; }
  .detail-tabs a { flex: 0 0 auto; padding: 13px 18px; white-space: nowrap; }
  .datasheet-preview { padding: 18px; }
  .datasheet-facts { grid-template-columns: 1fr; }
  .directory-shop-index-page {
    padding-inline: 10px;
  }
  .directory-shop-index-page .brand-index-hero {
    gap: 9px;
    padding: 12px;
  }
  .directory-shop-index-page .brand-index-hero h1 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.15;
  }
  .directory-shop-index-page .brand-index-hero p:not(.eyebrow) {
    display: none;
  }
  .directory-shop-index-page .brand-search {
    height: 42px;
    padding: 3px;
  }
  .directory-shop-index-page .brand-search input {
    height: 36px;
    padding-left: 11px;
    font-size: 13px;
  }
  .directory-shop-index-page .brand-search button {
    min-width: 74px;
    font-size: 12px;
  }
  .directory-shop-index-page .directory-top-strip {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, .92fr);
    gap: 6px;
    margin-top: 8px;
  }
  .directory-shop-index-page .directory-compact-box {
    padding: 8px;
    border-radius: 7px;
    box-shadow: none;
  }
  .directory-shop-index-page .directory-compact-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 6px;
  }
  .directory-shop-index-page .directory-compact-head .eyebrow {
    display: none;
  }
  .directory-shop-index-page .directory-compact-head h2 {
    margin: 0;
    font-size: 14px;
    line-height: 1.18;
  }
  .directory-shop-index-page .directory-compact-box-actions .directory-compact-head {
    display: none;
  }
  .directory-shop-index-page .directory-chip-links {
    grid-auto-flow: column;
    grid-auto-columns: minmax(108px, 36vw);
    grid-template-columns: none;
    gap: 6px;
    margin-top: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .directory-shop-index-page .directory-chip-links::-webkit-scrollbar {
    display: none;
  }
  .directory-shop-index-page .directory-compact-box-chips .directory-chip-link:nth-child(n+3) {
    display: block;
  }
  .directory-shop-index-page .directory-chip-link {
    min-height: 44px;
    padding: 7px 8px;
    scroll-snap-align: start;
  }
  .directory-shop-index-page .directory-chip-link strong,
  .directory-shop-index-page .directory-chip-link span {
    white-space: nowrap;
  }
  .directory-shop-index-page .directory-chip-link span {
    margin-top: 2px;
    font-size: 11px;
  }
  .directory-shop-index-page .directory-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 0;
  }
  .directory-shop-index-page.category-index-page .directory-quick-grid,
  .brand-index-page.directory-shop-index-page .directory-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .directory-shop-index-page.category-index-page .directory-quick-card:nth-child(3),
  .brand-index-page.directory-shop-index-page .directory-quick-card:nth-child(3) {
    grid-column: auto;
  }
  .directory-shop-index-page .directory-quick-card {
    min-height: 42px;
    align-content: center;
    padding: 7px 5px;
    text-align: center;
  }
  .directory-shop-index-page .directory-quick-card span {
    font-size: 10px;
    line-height: 1.15;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .directory-shop-index-page .directory-quick-card strong {
    display: none;
  }
  .directory-shop-index-page .directory-representative-shelf {
    margin: 8px 0 12px;
  }
  .directory-shop-index-page .directory-representative-head {
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }
  .directory-shop-index-page .directory-representative-head .eyebrow {
    display: none;
  }
  .directory-shop-index-page .directory-representative-head h2 {
    font-size: 15px;
    line-height: 1.18;
  }
  .directory-shop-index-page .directory-representative-actions {
    width: auto;
    min-width: 96px;
    grid-template-columns: 1fr;
  }
  .directory-shop-index-page .directory-representative-actions .secondary {
    display: none;
  }
  .directory-shop-index-page .directory-representative-actions .primary {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 10px;
  }
  .directory-shop-index-page .directory-representative-card {
    gap: 5px;
    padding: 9px;
    border-radius: 8px;
  }
  .directory-shop-index-page .directory-representative-facts span {
    padding: 6px 7px;
  }
  .directory-shop-index-page .directory-representative-facts b {
    display: none;
  }
  .directory-shop-index-page .directory-representative-facts strong {
    font-size: 11px;
  }
  .directory-shop-index-page .directory-index-block {
    margin: 12px 0 18px;
  }
  .directory-shop-index-page .brand-index-hero {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 10px;
    border-radius: 8px;
  }
  .directory-shop-index-page .brand-index-hero .eyebrow {
    display: none;
  }
  .directory-shop-index-page .brand-index-hero h1 {
    font-size: 19px;
    line-height: 1.12;
  }
  .directory-shop-index-page .brand-search {
    height: 38px;
    padding: 3px;
    border-radius: 7px;
  }
  .directory-shop-index-page .brand-search input {
    height: 32px;
    padding-left: 10px;
    font-size: 12px;
  }
  .directory-shop-index-page .brand-search button {
    min-width: 68px;
    font-size: 11px;
    border-radius: 6px;
  }
  .directory-shop-index-page .directory-top-strip {
    gap: 6px;
    margin-top: 7px;
  }
  .directory-shop-index-page .directory-compact-box {
    padding: 7px;
  }
  .directory-shop-index-page .directory-compact-head {
    margin-bottom: 5px;
  }
  .directory-shop-index-page .directory-chip-links {
    grid-auto-columns: minmax(96px, 32vw);
  }
  .directory-shop-index-page .directory-chip-link,
  .directory-shop-index-page .directory-quick-card {
    min-height: 38px;
    padding: 6px 7px;
  }
  .directory-shop-index-page .directory-quick-card {
    min-height: 40px;
  }
  .directory-shop-index-page.category-index-page .directory-representative-card-grid,
  .brand-index-page.directory-shop-index-page:not(.category-index-page) .directory-representative-card-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 82%);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 3px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .directory-shop-index-page.category-index-page .directory-representative-card-grid::-webkit-scrollbar,
  .brand-index-page.directory-shop-index-page:not(.category-index-page) .directory-representative-card-grid::-webkit-scrollbar {
    display: none;
  }
  .category-index-page .directory-representative-card-grid > .directory-representative-card:nth-child(n+2),
  .brand-index-page:not(.category-index-page) .directory-representative-card-grid > .directory-representative-card:nth-child(n+2) {
    display: grid;
  }
  .directory-shop-index-page .directory-representative-card {
    min-height: 0;
    gap: 5px;
    padding: 8px;
  }
  .directory-shop-index-page .directory-representative-card .top-candidate-main {
    grid-template-columns: auto 36px minmax(0, 1fr);
    gap: 7px;
  }
  .directory-shop-index-page .directory-representative-card .top-candidate-rank {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  .directory-shop-index-page .directory-representative-card .top-candidate-main img {
    width: 36px;
    height: 36px;
  }
  .directory-shop-index-page .directory-representative-card .top-candidate-main strong {
    font-size: 15px;
    line-height: 1.18;
    -webkit-line-clamp: 1;
  }
  .directory-shop-index-page .directory-representative-card .top-candidate-main small {
    margin-top: 1px;
    font-size: 11px;
  }
  .category-index-page .directory-representative-card .stock-meta-strip,
  .brand-index-page:not(.category-index-page) .directory-representative-card .stock-meta-strip,
  .category-index-page .directory-representative-summary,
  .brand-index-page:not(.category-index-page) .directory-representative-summary {
    display: none;
  }
  .directory-shop-index-page .directory-representative-facts {
    gap: 5px;
  }
  .directory-shop-index-page .directory-representative-facts span {
    padding: 5px 7px;
  }
  .directory-shop-index-page .directory-representative-card-actions .primary,
  .directory-shop-index-page .directory-representative-card-actions .secondary {
    min-height: 27px;
    padding: 5px 5px;
    font-size: 10px;
  }
  .directory-shop-index-page .directory-representative-head {
    margin-bottom: 6px;
  }
  .directory-shop-index-page .directory-representative-shelf {
    margin: 7px 0 10px;
  }
  .directory-shop-index-page .directory-section-grid {
    gap: 8px;
  }
  .directory-shop-index-page .directory-section-grid .directory-section-summary {
    padding: 10px;
  }
  .directory-shop-index-page .directory-index-note {
    margin-bottom: 9px;
  }
}
@media print {
  body * { visibility: hidden; }
  .datasheet-panel, .datasheet-panel * { visibility: visible; }
  .datasheet-panel { position: absolute; inset: 0; padding: 0; border: 0; }
  .datasheet-actions, .datasheet-head p { display: none; }
  .datasheet-preview { border: 0; box-shadow: none; max-width: none; }
}

/* Clean marketplace-style filter strip for the public catalog. */
.catalog-page #catalogFiltersPanel {
  border-color: #e3e9ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
.catalog-page.catalog-no-result-mode #catalogFiltersPanel {
  display: none !important;
}
.catalog-page #catalogFiltersPanel .catalog-facet-head {
  display: none;
}
.catalog-page #catalogFiltersPanel .catalog-facet-data-hosts {
  display: none !important;
}
.catalog-page #directFilterRail {
  display: block;
  padding: 0;
  border: 0;
  background: #fff;
}
.catalog-page #directFilterRail[hidden] {
  display: none;
}
.catalog-page #catalogFiltersPanel > .facet-row {
  display: none !important;
}
.catalog-page #catalogFiltersPanel #parameterFacets {
  display: grid;
  gap: 7px;
  padding: 8px 16px 10px 100px;
  border-top: 1px solid #edf1f5;
  background: #fff;
}
.catalog-page #catalogFiltersPanel #parameterFacets[hidden] {
  display: none !important;
}
.catalog-page #catalogFiltersPanel #parameterFacets .facet-row {
  min-height: 36px;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 0;
  border: 0;
  background: #fff;
}
.catalog-page #catalogFiltersPanel #parameterFacets .facet-row > strong {
  padding: 0;
  color: #536b7d;
  font-size: 13px;
  font-weight: 700;
}
.catalog-page #catalogFiltersPanel #parameterFacets .facet-options {
  max-height: none;
  gap: 16px;
  overflow: hidden;
}
.catalog-page #catalogFiltersPanel #parameterFacets .facet-options button {
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f3f4b;
  font-size: 12px;
}
.catalog-page #catalogFiltersPanel #parameterFacets .facet-options button:hover,
.catalog-page #catalogFiltersPanel #parameterFacets .facet-options button.active {
  color: var(--brand);
  background: transparent;
}
.catalog-page #catalogFiltersPanel #parameterFacets .facet-hint {
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #708598;
  font-size: 12px;
}
.catalog-page.catalog-focus-mode .catalog-search-banner {
  max-width: none;
  margin: 0;
  padding: 11px clamp(18px, 3vw, 46px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 18px;
  border-width: 0 0 1px;
  border-radius: 0;
  border-color: #e6ebef;
  background: #f6f8fa;
  box-shadow: none;
}
.catalog-page.catalog-focus-mode .catalog-search-banner::after,
.catalog-page.catalog-focus-mode .catalog-search-banner .eyebrow,
.catalog-page.catalog-focus-mode .catalog-banner-notes,
.catalog-page.catalog-focus-mode #catalogHeroSummary {
  display: none;
}
.catalog-page.catalog-focus-mode .catalog-search-banner h1 {
  margin: 0;
  color: #52677a;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}
.catalog-page.catalog-focus-mode .catalog-search-banner h1::before {
  content: "首页 > 搜索关键词 > ";
  color: #2f4f68;
  font-weight: 500;
}
.catalog-page.catalog-focus-mode .catalog-search {
  height: 42px;
  max-width: none;
  margin: 0;
  padding: 2px;
  border-radius: 8px;
  box-shadow: none;
}
.catalog-page.catalog-focus-mode .catalog-search input {
  height: 36px;
  padding-left: 13px;
  font-size: 13px;
}
.catalog-page.catalog-focus-mode .catalog-search button {
  min-width: 92px;
  border-radius: 6px;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus {
  padding-top: 14px;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .catalog-content {
  display: flex;
  flex-direction: column;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .catalog-title,
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #topCandidatePanel,
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #catalogIntentPanel,
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #catalogBatchPanel,
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #searchRouteMap,
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #searchRefinementCoach,
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #inventoryReadyPanel,
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #savedFilterHub {
  display: none;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #catalogFiltersPanel {
  order: 10;
  margin-bottom: 12px;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .catalog-toolbar {
  order: 20;
  margin-bottom: 10px;
  padding: 9px 18px;
  border-color: #e6ebef;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .catalog-toolbar-eyebrow {
  display: none;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .catalog-toolbar-summary {
  flex: 1 1 auto;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .catalog-toolbar-summary strong {
  font-size: 14px;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #products {
  order: 30;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .stock-list-head {
  order: 29;
  margin-bottom: 0;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #pagination {
  order: 40;
}
.catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus #catalogSeoPanel {
  order: 90;
}
.catalog-page #directFilterRail .direct-filter-groups {
  display: block;
}
.catalog-page #catalogFiltersPanel:not(.advanced-facet-collapsed):not(.is-collapsed) #directFilterRail .direct-filter-groups {
  display: block;
}
.catalog-page #directFilterRail .direct-filter-group {
  min-height: 40px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(48px, auto);
  gap: 10px;
  align-items: center;
  padding: 0 16px;
  border-top: 1px solid #edf1f5;
  background: #fff;
}
.catalog-page #directFilterRail .direct-filter-groups > :first-child {
  border-top: 0;
}
.catalog-page #directFilterRail .direct-filter-group > strong {
  padding: 0;
  color: #415669;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.catalog-page #directFilterRail .direct-filter-options,
.catalog-page #directFilterRail .direct-filter-utility-actions {
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
.catalog-page #directFilterRail .direct-filter-group.is-expanded {
  align-items: start;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  padding-top: 6px;
  padding-bottom: 6px;
}
.catalog-page #directFilterRail .direct-filter-group.is-expanded .direct-filter-options {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 18px;
  overflow: visible;
  padding: 2px 0;
}
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-options a,
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-options button {
  gap: 6px;
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid #dbe7ef;
  border-radius: 4px;
  background: #fff;
}
.catalog-page #directFilterRail .direct-filter-options input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: var(--brand);
}
.catalog-page #directFilterRail .direct-filter-utility-actions {
  gap: 8px;
  justify-content: flex-start;
}
.catalog-page #directFilterRail .direct-filter-options a,
.catalog-page #directFilterRail .direct-filter-options button,
.catalog-page #directFilterRail .direct-filter-utility-actions button {
  min-width: 0;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 176px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2f3f4b;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}
.catalog-page #directFilterRail .direct-filter-options a:hover,
.catalog-page #directFilterRail .direct-filter-options button:hover,
.catalog-page #directFilterRail .direct-filter-options button.active,
.catalog-page #directFilterRail .direct-filter-options a.active,
.catalog-page #directFilterRail .direct-filter-utility-actions button:hover,
.catalog-page #directFilterRail .direct-filter-utility-actions button.active {
  color: var(--brand);
  background: transparent;
}
.catalog-page #directFilterRail .direct-filter-options a.active,
.catalog-page #directFilterRail .direct-filter-options button.active {
  font-weight: 800;
}
.catalog-page #directFilterRail .direct-filter-options a.active::after,
.catalog-page #directFilterRail .direct-filter-options button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
}
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-options a.active,
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-options button.active {
  border-color: #9fd0e8;
  background: #edf8ff;
}
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-options a.active::after,
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-options button.active::after {
  display: none;
}
.catalog-page #directFilterRail .direct-filter-utility-actions button.active {
  font-weight: 700;
}
.catalog-page #directFilterRail .direct-filter-utility-actions button {
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid #d9e4ec;
  border-radius: 4px;
  background: #fff;
  color: #425a6b;
}
.catalog-page #directFilterRail .direct-filter-utility-actions button:hover,
.catalog-page #directFilterRail .direct-filter-utility-actions button.active {
  border-color: #acd1e8;
  background: #f3f9ff;
  color: var(--brand);
}
.catalog-page #directFilterRail .direct-filter-utility-actions .link {
  border-color: transparent;
  background: transparent;
  color: var(--brand);
}
.catalog-page #directFilterRail .direct-filter-more-row {
  border-bottom: 0;
}
.catalog-page #directFilterRail .direct-filter-more-row > strong {
  color: #415669;
}
.catalog-page #directFilterRail .direct-filter-more-row .direct-filter-options {
  gap: 8px;
}
.catalog-page #directFilterRail .direct-filter-utility-actions [data-direct-filter-availability].active,
.catalog-page #directFilterRail .direct-filter-utility-actions [data-direct-filter-sort].active {
  border-color: #9fd0e8;
  background: #edf8ff;
  color: var(--brand);
  font-weight: 800;
}
.catalog-page #directFilterRail .direct-filter-options span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-page #directFilterRail .direct-filter-options small {
  display: none;
  color: #7b91a1;
  font-size: 11px;
  line-height: 1.2;
}
.catalog-page #directFilterRail .direct-filter-group[data-direct-filter-row="category"]:not(.is-expanded) .direct-filter-options > :nth-child(n+9),
.catalog-page #directFilterRail .direct-filter-group[data-direct-filter-row="brand"]:not(.is-expanded) .direct-filter-options > :nth-child(n+9),
.catalog-page #directFilterRail .direct-filter-group[data-direct-filter-row="packaging"]:not(.is-expanded) .direct-filter-options > :nth-child(n+9) {
  display: none;
}
.catalog-page #directFilterRail .direct-filter-row-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.catalog-page #directFilterRail .direct-filter-row-actions:empty {
  display: none;
}
.catalog-page #directFilterRail .direct-filter-draft-state {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 2px;
  color: #607587;
  font-size: 12px;
  white-space: nowrap;
}
.catalog-page #directFilterRail .direct-filter-row-actions .link {
  min-height: 26px;
  min-width: 34px;
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: #5d7588;
  font-size: 12px;
  white-space: nowrap;
}
.catalog-page #directFilterRail .direct-filter-row-actions .direct-filter-toggle {
  gap: 4px;
  color: #5b7082;
}
.catalog-page #directFilterRail .direct-filter-row-actions .direct-filter-toggle::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
}
.catalog-page #directFilterRail .direct-filter-group.is-expanded .direct-filter-row-actions .direct-filter-toggle::after {
  transform: rotate(225deg);
  margin-top: 3px;
}
.catalog-page #directFilterRail .direct-filter-row-actions .secondary,
.catalog-page #directFilterRail .direct-filter-row-actions .mini-outline {
  min-height: 26px;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #d8e2ea;
  background: #fff;
  color: #425a6b;
  font-size: 12px;
}
.catalog-page #directFilterRail .direct-filter-row-actions .mini-outline {
  white-space: nowrap;
}
.catalog-page #directFilterRail .direct-filter-row-actions .primary {
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
}
.catalog-page #directFilterRail .direct-filter-row-actions [data-direct-filter-commit],
.catalog-page #directFilterRail .direct-filter-row-actions [data-direct-filter-cancel] {
  display: none;
}
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-row-actions [data-direct-filter-commit],
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-row-actions [data-direct-filter-cancel] {
  display: inline-flex;
}
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-row-actions [data-direct-filter-open],
.catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-row-actions [data-direct-filter-multi] {
  display: none;
}
.catalog-page #directFilterRail.is-advanced-open {
  padding: 0;
  background: #fff;
}
.catalog-page.catalog-focus-mode .spot-layout .stock-list {
  gap: 8px;
}
.catalog-page.catalog-focus-mode .spot-layout .catalog-search-row {
  border-radius: 8px;
  border-color: #e4ebf1;
  background: #fff;
  box-shadow: none;
}
.catalog-page.catalog-focus-mode .spot-layout .catalog-search-row:hover {
  border-color: #b9d7ea;
  box-shadow: 0 8px 18px rgba(5, 39, 65, .05);
}

@media (max-width: 720px) {
  .catalog-page #catalogFiltersPanel {
    max-height: none;
  }
  .catalog-page.catalog-focus-mode .catalog-search-banner {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 12px;
  }
  .catalog-page.catalog-focus-mode .catalog-search-banner h1 {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog-page.catalog-focus-mode .catalog-search {
    height: 40px;
  }
  .catalog-page.catalog-focus-mode .catalog-search input {
    height: 34px;
  }
  .catalog-page.catalog-focus-mode .catalog-search button {
    min-width: 76px;
  }
  .catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus {
    padding-top: 10px;
  }
  .catalog-page.catalog-focus-mode .catalog-layout.catalog-layout-focus .catalog-toolbar {
    margin-bottom: 8px;
    padding: 9px 11px;
  }
  .catalog-page #directFilterRail .direct-filter-group {
    grid-template-columns: 64px minmax(0, 1fr) 40px;
    gap: 6px;
    min-height: 34px;
    padding: 1px 8px;
  }
  .catalog-page #directFilterRail .direct-filter-group.is-expanded,
  .catalog-page #directFilterRail .direct-filter-group.is-multi {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .catalog-page #directFilterRail .direct-filter-more-row {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .catalog-page #directFilterRail .direct-filter-row-actions {
    grid-column: 3;
    justify-content: flex-end;
    min-width: 0;
    overflow-x: visible;
    scrollbar-width: none;
    gap: 5px;
  }
  .catalog-page #directFilterRail .direct-filter-group.is-expanded .direct-filter-row-actions,
  .catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-row-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
  .catalog-page #directFilterRail .direct-filter-row-actions::-webkit-scrollbar {
    display: none;
  }
  .catalog-page #directFilterRail .direct-filter-options,
  .catalog-page #directFilterRail .direct-filter-utility-actions {
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .catalog-page #directFilterRail .direct-filter-options::-webkit-scrollbar,
  .catalog-page #directFilterRail .direct-filter-utility-actions::-webkit-scrollbar {
    display: none;
  }
  .catalog-page #directFilterRail .direct-filter-options a,
  .catalog-page #directFilterRail .direct-filter-options button,
  .catalog-page #directFilterRail .direct-filter-utility-actions button {
    flex: 0 0 auto;
    min-height: 26px;
    max-width: 132px;
    font-size: 11px;
  }
  .catalog-page #directFilterRail .direct-filter-group[data-direct-filter-row="category"]:not(.is-expanded):not(.is-multi) .direct-filter-options > :nth-child(n+3),
  .catalog-page #directFilterRail .direct-filter-group[data-direct-filter-row="brand"]:not(.is-expanded):not(.is-multi) .direct-filter-options > :nth-child(n+3),
  .catalog-page #directFilterRail .direct-filter-group[data-direct-filter-row="packaging"]:not(.is-expanded):not(.is-multi) .direct-filter-options > :nth-child(n+4) {
    display: none;
  }
  .catalog-page #directFilterRail .direct-filter-options small {
    font-size: 10px;
  }
  .catalog-page #directFilterRail .direct-filter-group > strong {
    font-size: 11px;
    white-space: nowrap;
    line-height: 1.15;
  }
  .catalog-page #catalogFiltersPanel #parameterFacets {
    padding: 6px 8px 8px 78px;
  }
  .catalog-page #catalogFiltersPanel #parameterFacets .facet-row {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 6px;
    min-height: 32px;
  }
  .catalog-page #catalogFiltersPanel #parameterFacets .facet-row > strong {
    font-size: 12px;
  }
  .catalog-page #catalogFiltersPanel #parameterFacets .facet-options {
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .catalog-page #catalogFiltersPanel #parameterFacets .facet-options::-webkit-scrollbar {
    display: none;
  }
  .catalog-page #directFilterRail .direct-filter-row-actions .link {
    min-height: 24px;
    min-width: 32px;
    padding: 2px 0;
    font-size: 11px;
  }
  .catalog-page #directFilterRail .direct-filter-draft-state {
    min-height: 24px;
    font-size: 11px;
  }
  .catalog-page #directFilterRail .direct-filter-row-actions .mini-outline {
    min-height: 24px;
    padding: 2px 5px;
    font-size: 11px;
  }
  .catalog-page #directFilterRail .direct-filter-row-actions .link,
  .catalog-page #directFilterRail .direct-filter-row-actions .mini-outline {
    min-width: 32px;
    justify-content: center;
  }
  .catalog-page #directFilterRail .direct-filter-row-actions .mini-outline {
    flex: 0 0 auto;
  }
  .catalog-page #directFilterRail .direct-filter-group.is-expanded .direct-filter-options {
    flex-wrap: wrap;
    gap: 7px 14px;
    overflow: visible;
    padding: 2px 0;
  }
  .catalog-page #directFilterRail .direct-filter-group.is-multi .direct-filter-options {
    flex-wrap: wrap;
    overflow: visible;
  }
}
