: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; }
.service-bar {
  display: flex; justify-content: center; gap: clamp(20px, 7vw, 80px);
  padding: 12px 20px; background: var(--brand-dark); color: #d9edf9; font-size: 13px;
}
.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(380px, 1fr) 122px; align-items: center; gap: 25px;
  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-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 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; }
.home-search-more { color: var(--brand); font-size: 14px; text-align: right; }
.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;
}
.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; }
.sourcing-flow {
  display: grid; grid-template-columns: 1fr; gap: 16px; overflow: hidden; min-height: 392px; padding: 18px;
  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: 12px;
}
.flow-copy-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.flow-copy-head strong { color: var(--brand-dark); font-size: 16px; }
.flow-copy-head span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.flow-steps {
  flex: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px;
}
.flow-step {
  min-width: 0; min-height: 174px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; align-content: start; gap: 7px 10px;
  padding: 12px 11px; 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: 19px; }
.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.45; font-size: 12px; }
.step-visual {
  grid-column: 1 / -1; position: relative; align-self: stretch; min-height: 92px; 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: 236px; 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: 11px; 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: 270px minmax(0, 1fr) minmax(330px, 380px);
  gap: 18px;
  align-items: stretch;
  padding: 30px 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: 360px; padding: 8px 10px;
}
.procurement-hero h1 { font-size: clamp(34px, 3.4vw, 48px); margin-bottom: 14px; }
.procurement-hero .hero-copy > p:not(.eyebrow) { max-width: 680px; margin-bottom: 22px; }
.procurement-hero .hero-stats { margin-top: 28px; gap: 18px; }
.procurement-hero .lead-card {
  align-self: stretch; padding: 20px; 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: 15px; box-shadow: 0 16px 34px rgba(0, 18, 40, .18);
}
.hero-category-rail .rail-links { grid-template-columns: 1fr; gap: 6px; }
.hero-category-rail .rail-links a {
  min-height: 35px; align-items: center; background: #fbfdff;
}
.hero-category-actions {
  display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: auto; padding-top: 12px;
  border-top: 1px solid #e4eef5;
}
.hero-category-actions a {
  display: flex; align-items: center; justify-content: space-between; min-height: 34px;
  padding: 8px 10px; border-radius: 5px; background: var(--brand-soft); color: var(--brand-dark);
  font-size: 13px; 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: 13px; }
.hero-stats { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 37px; }
.hero-stats span { display: flex; flex-direction: column; color: #c6d9e7; font-size: 12px; }
.hero-stats strong { color: white; font-size: 23px; margin-bottom: 5px; }
.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) minmax(210px, 300px); gap: 14px; align-items: center; }
.bom-source-context-head strong { display: block; margin: 3px 0 6px; color: var(--brand-dark); font-size: 17px; }
.bom-source-context-head span { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.bom-source-context-metrics { display: grid; grid-template-columns: repeat(3, 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; margin-top: 12px; }
.bom-source-context-actions button, .bom-source-context-actions a { padding: 8px 10px; font-size: 12px; border-radius: 5px; }
.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 > 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-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 { padding: 9px 12px; border-radius: 6px; font-size: 12px; white-space: nowrap; }
.bom-smart-precheck-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.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-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);
}
.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-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-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-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(3), .bom-preview-table td:nth-child(3) { width: 110px; }
.bom-preview-table tr.is-duplicate td { background: #fffaf0; }
.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-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-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; }
.recovery-eval-panel {
  margin-top: 26px; padding: 15px; 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-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-seo-panel {
  grid-column: 1 / -1; padding: 22px; border: 1px solid #d7e6ef; border-radius: 10px; background:
    radial-gradient(circle at 8% 10%, rgba(0, 166, 118, .11), transparent 24%),
    radial-gradient(circle at 96% 22%, rgba(2, 113, 188, .09), transparent 24%),
    linear-gradient(135deg, #fff, #f8fcff);
  box-shadow: 0 10px 24px rgba(3, 54, 92, .05);
}
.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; }
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; }
.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-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); }
.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; }
.brand-index-page { padding: 35px clamp(20px, 3vw, 46px) 20px; }
.brand-index-hero {
  display: grid; grid-template-columns: minmax(260px, 430px) minmax(320px, 1fr); gap: 34px; align-items: center;
  padding: 36px; background: linear-gradient(105deg, #073f68, #0670b5); color: #fff; border-radius: 10px;
}
.brand-index-hero h1 { margin: 0 0 13px; font-size: 38px; line-height: 1.25; }
.brand-index-hero p { margin: 0; color: #dbeaf5; line-height: 1.8; }
.brand-search { display: flex; height: 58px; 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: 50px; font-size: 16px; padding-left: 18px; }
.brand-search input:focus { outline: none; }
.brand-search button { min-width: 122px; 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; }
.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: 10px; }
.brand-highlight, .brand-card {
  min-width: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 7px; padding: 15px;
  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 { color: var(--muted); font-size: 12px; }
.brand-logo {
  display: flex; align-items: center; justify-content: center; width: 100%; height: 42px;
  margin-bottom: 11px; 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; }
.brand-letter-nav { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.brand-letter-nav a {
  display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px;
  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); }
.brand-letter-block { margin: 26px 0; }
.brand-letter-block h2 { margin: 0 0 13px; color: var(--brand-dark); font-size: 22px; }
.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-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(4, 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.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: 36px;
}
.footer strong { font-size: 21px; color: #fff; }
.footer p { color: #adbfcc; margin: 8px 0 0; font-size: 13px; }
.footer-groups { display: grid; grid-template-columns: repeat(6, minmax(94px, 1fr)); gap: 18px; font-size: 13px; }
.footer-groups h3 { margin: 0 0 14px; color: #fff; font-size: 15px; font-weight: normal; }
.footer-groups a { display: block; color: #adbfcc; line-height: 1.8; }
.footer-groups a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; width: 100%; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.catalog-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 22px; padding: 24px clamp(20px, 3vw, 46px) 35px; }
.seo-listing.catalog-layout {
  display: block; max-width: var(--content-width); margin: 0 auto; padding: 35px clamp(20px, 3vw, 46px);
}
.catalog-search-banner {
  max-width: var(--content-width); margin: 0 auto; padding: 26px clamp(20px, 3vw, 46px) 24px;
  display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 26px;
  background: linear-gradient(105deg, #073f68, #0670b5); color: white;
}
.catalog-search-banner h1 { font-size: 31px; margin: 0 0 6px; }
.catalog-search-banner p { margin: 0; color: #dbeaf5; font-size: 13px; }
.catalog-search {
  display: flex; height: 50px; max-width: 850px; background: #fff; padding: 4px; border-radius: 6px;
  box-shadow: 0 8px 23px rgba(1, 31, 55, .2);
}
.catalog-search input { border: 0; margin: 0; height: 42px; font-size: 15px; padding-left: 16px; }
.catalog-search input:focus { outline: none; }
.catalog-search button { min-width: 116px; font-size: 15px; border-radius: 5px; }
.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: -9px 0 14px; padding: 15px 16px; border: 1px solid #cfe2ef; border-radius: 8px;
  background: linear-gradient(135deg, #f8fcff, #fff); box-shadow: 0 8px 22px rgba(6, 49, 78, .05);
}
.catalog-intent-main {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.catalog-intent-main h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 20px; }
.catalog-intent-main p { margin: 0; color: var(--muted); line-height: 1.6; }
.catalog-intent-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.catalog-intent-actions .primary, .catalog-intent-actions .secondary {
  padding: 8px 12px; font-size: 12px; border-radius: 5px; white-space: nowrap;
}
.catalog-intent-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.catalog-intent-chips span {
  display: inline-flex; align-items: center; min-height: 28px; padding: 5px 9px;
  border: 1px solid #d6e6f0; border-radius: 999px; background: #fff; color: var(--brand-dark); font-size: 12px;
}
.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-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; }
.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: 5px; align-content: start; min-height: 96px;
  padding: 11px 12px; 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: 15px; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.catalog-decision-strip small {
  color: var(--muted); font-size: 12px; line-height: 1.45;
}
.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 .secondary { padding: 8px 11px; white-space: nowrap; }
.catalog-rfq-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.catalog-rfq-grid article {
  min-width: 0; min-height: 104px; 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; }
.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-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: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(4, minmax(0, 1fr)); gap: 10px; }
.search-route-card {
  min-width: 0; display: grid; gap: 7px; min-height: 150px; padding: 13px;
  border: 1px solid #deebf2; border-radius: 7px; background: rgba(255,255,255,.88);
  color: var(--brand-dark);
}
.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 14px; padding: 14px; 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);
}
.top-candidate-panel:empty { display: none; }
.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; }
.top-candidate-head .secondary { flex: 0 0 auto; padding: 8px 11px; font-size: 12px; white-space: nowrap; }
.top-candidate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.top-candidate-card {
  min-width: 0; display: grid; gap: 9px; padding: 11px; border: 1px solid #dce9f1; border-radius: 7px;
  background: #fff;
}
.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: 7px 8px; border: 1px solid #e2edf4; border-radius: 5px; background: #f8fbfe;
}
.top-candidate-facts small { color: var(--muted); font-size: 11px; }
.top-candidate-facts b { min-width: 0; color: var(--green); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-candidate-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.top-candidate-actions .primary, .top-candidate-actions .secondary {
  min-height: 32px; padding: 7px 6px; border-radius: 5px; font-size: 12px; text-align: center; justify-content: center;
}
.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; grid-template-columns: minmax(260px, .9fr) minmax(220px, .7fr) minmax(260px, 1fr) minmax(180px, auto); gap: 14px; align-items: center;
  padding: 15px; border: 1px solid #b9d9ec; border-radius: 8px;
  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-main { min-width: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 13px; align-items: center; }
.exact-match-main img { width: 72px; height: 72px; object-fit: contain; border: 1px solid #ddeaf2; border-radius: 5px; background: #fff; }
.exact-match-main h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 22px; overflow-wrap: anywhere; }
.exact-match-main p:not(.eyebrow) { margin: 0; color: #405766; line-height: 1.55; font-size: 13px; overflow-wrap: anywhere; }
.exact-match-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.exact-match-tags span {
  display: inline-flex; min-height: 26px; align-items: center; padding: 4px 8px;
  border: 1px solid #d8e8f1; border-radius: 999px; background: #fff; color: #446174; font-size: 12px;
}
.exact-match-tags span:nth-child(2) { color: var(--green); background: #f4fbf7; border-color: #cceadb; font-weight: 700; }
.exact-match-checks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.exact-match-checks article { min-width: 0; padding: 10px; border: 1px solid #dce9f1; border-radius: 7px; background: rgba(255,255,255,.82); }
.exact-match-checks strong { display: block; margin-bottom: 5px; color: var(--brand-dark); font-size: 13px; }
.exact-match-checks span { color: var(--muted); font-size: 12px; line-height: 1.45; }
.exact-match-readiness {
  min-width: 0; overflow: hidden; padding: 12px; border: 1px solid #d7e8ef; border-radius: 8px; background: rgba(255,255,255,.86);
}
.exact-match-readiness > div { margin-bottom: 9px; }
.exact-match-readiness strong { display: block; color: var(--brand-dark); font-size: 15px; }
.exact-match-readiness > div span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.48; }
.exact-match-readiness dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: 0; }
.exact-match-readiness dl div { min-width: 0; padding: 8px; border: 1px solid #e2edf3; border-radius: 6px; background: #fbfdff; }
.exact-match-readiness dt { color: var(--muted); font-size: 11px; }
.exact-match-readiness dd { margin: 3px 0; color: var(--brand-dark); font-weight: 700; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.exact-match-readiness small { color: var(--green); font-size: 11px; }
.exact-match-readiness p { margin: 9px 0 0; padding: 8px; border-radius: 6px; background: #f8fbfe; color: #49697c; font-size: 12px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; word-break: break-word; }
.exact-match-readiness p b { color: var(--brand-dark); margin-right: 6px; }
.exact-match-next-steps {
  min-width: 0; display: grid; gap: 10px; padding: 12px; border: 1px solid #d9e9f0; border-radius: 8px;
  background: linear-gradient(135deg, #fbfeff 0%, #f8fcfa 56%, #fffaf0 100%);
}
.exact-match-next-steps > div:first-child { display: grid; gap: 4px; }
.exact-match-next-steps strong { color: var(--brand-dark); font-size: 15px; }
.exact-match-next-steps span { color: var(--muted); font-size: 12px; line-height: 1.5; 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: 5px; padding: 9px; border: 1px solid #dce9f1; border-radius: 6px;
  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: 11px; line-height: 1.42; }
.exact-match-next-steps p { margin: 0; color: #49697c; font-size: 12px; line-height: 1.58; overflow-wrap: anywhere; }
.exact-match-next-steps p b { color: var(--brand-dark); margin-right: 6px; }
.exact-match-next-steps > .primary { width: fit-content; min-height: 36px; padding: 9px 12px; border-radius: 5px; font-size: 12px; }
.exact-match-actions { display: grid; grid-template-columns: repeat(2, minmax(82px, 1fr)); gap: 7px; min-width: 190px; }
.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 14px; 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-main {
  display: grid; grid-template-columns: minmax(230px, 1fr) minmax(280px, 420px) auto; gap: 13px; align-items: center;
  padding: 14px;
}
.catalog-batch-main h3 { margin: 3px 0 5px; color: var(--brand-dark); font-size: 18px; }
.catalog-batch-main p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.58; font-size: 13px; }
.catalog-batch-metrics { display: grid; grid-template-columns: repeat(4, 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-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-strip {
  display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 14px; border-top: 1px solid #e3edf3; background: #f7fbfe;
}
.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(4, 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: 18px; padding: 18px; 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) 136px; gap: 18px; align-items: center; margin-bottom: 14px;
}
.engineering-data-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; line-height: 1.25; }
.engineering-data-head p:not(.eyebrow) { margin: 0; color: #3d5261; line-height: 1.7; font-size: 13px; }
.engineering-data-head img {
  width: 136px; aspect-ratio: 1; object-fit: contain; padding: 10px; 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: 170px; display: grid; grid-template-rows: auto auto 1fr auto; gap: 8px;
  padding: 14px; border: 1px solid #dbe8ef; border-radius: 8px; background: rgba(255, 255, 255, .9);
}
.engineering-data-grid span {
  width: 32px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px; background: #e8f7f2; color: var(--green); font-size: 13px; font-weight: 800;
}
.engineering-data-grid h3 { margin: 0; color: var(--brand-dark); font-size: 15px; }
.engineering-data-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.engineering-data-grid a {
  justify-self: start; min-height: 30px; display: inline-flex; align-items: center; padding: 6px 10px;
  border: 1px solid #cfe1eb; border-radius: 5px; background: #f8fcff; color: var(--brand); font-size: 12px; font-weight: 700;
}
.engineering-data-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.engineering-data-actions a { min-height: 36px; padding: 8px 12px; border-radius: 5px; font-size: 13px; }
.engineering-data-boundary {
  margin: 12px 0 0; padding: 11px 12px; border: 1px dashed #c7dce8; border-radius: 7px;
  background: rgba(255,255,255,.72); color: #4a6170; font-size: 12px; line-height: 1.65;
}
.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; }
.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 small { color: var(--muted); }
.topic-related-links a { background: #f4f9fd; }
.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 { 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;
}
.stock-topic-nudge {
  display: flex; gap: 10px; align-items: start; margin-bottom: 14px; padding: 11px 13px;
  border-left: 3px solid var(--green); background: #f6fbf8; color: #315546; line-height: 1.65; font-size: 13px;
}
.stock-topic-nudge strong { color: var(--green); 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: 16px 0 18px; padding: 18px; 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, 300px); gap: 16px; align-items: start;
}
.package-guide-head h2 { margin: 4px 0 8px; color: var(--brand-dark); font-size: 22px; line-height: 1.25; }
.package-guide-head p:not(.eyebrow) { margin: 0; color: #3d5261; line-height: 1.7; font-size: 13px; }
.package-guide-score {
  padding: 14px; border: 1px solid #dceaf0; border-radius: 8px; background: rgba(255,255,255,.86);
}
.package-guide-score strong { display: block; color: var(--green); font-size: 28px; line-height: 1; }
.package-guide-score span { display: block; margin-top: 8px; color: #4c6675; font-size: 12px; line-height: 1.5; }
.package-alias-strip {
  display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 10px; align-items: start;
  margin-top: 14px; padding: 11px 12px; border: 1px solid #dce9f0; border-radius: 7px; background: rgba(248, 252, 255, .9);
}
.package-alias-strip strong { padding-top: 7px; 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); }
.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: 16px; 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: 16px; margin-bottom: 13px; }
.manufacturer-verification-head h2 { margin: 3px 0 6px; color: var(--brand-dark); font-size: 20px; }
.manufacturer-verification-head p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }
.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: 104px minmax(350px, 1fr) 176px; align-items: center;
  border-bottom: 1px solid #edf2f5; gap: 10px; padding: 7px 14px 7px 0;
}
.facet-row:last-child { border-bottom: 0; }
.facet-row > strong { color: var(--muted); font-size: 13px; padding-left: 18px; }
.enhanced-facet-row { grid-template-columns: 104px minmax(350px, 1fr) 176px 100px; align-items: start; }
.category-facet-row { grid-template-columns: 104px minmax(350px, 1fr) 176px; }
.facet-body { min-width: 0; }
.category-facet-row { align-items: start; min-height: 84px; padding-top: 9px; }
.category-facet-body { min-width: 0; }
.category-letters { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; margin-bottom: 10px; }
.category-letters button {
  background: transparent; color: var(--ink); border: 0; border-radius: 4px; padding: 4px 8px; font-size: 13px;
}
.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; }
.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: 60px; 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: 12px; line-height: 1.28; 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: 6px; padding-top: 0; }
.link-button {
  border: 0; background: transparent; color: var(--brand); padding: 5px 3px; font-size: 12px;
}
.mini-outline {
  background: #fff; color: var(--brand); border: 1px solid #cbe1f3; border-radius: 4px; padding: 5px 8px; font-size: 12px;
}
.facet-options { display: flex; flex-wrap: wrap; gap: 5px; max-height: 32px; 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: 5px 8px; background: white; border-radius: 4px; border: 1px solid transparent;
  color: var(--ink); font-size: 12px; min-width: 0; gap: 4px; line-height: 1.25;
}
.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 { 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 {
  height: 52px; margin-bottom: 13px; display: flex; align-items: center; justify-content: space-between;
  background: #f0f5f9; border: 1px solid var(--line); padding: 0 16px; font-size: 13px;
}
.catalog-toolbar label { display: flex; align-items: center; gap: 10px; color: var(--muted); }
.catalog-toolbar select { margin: 0; width: 128px; height: 36px; padding: 6px 8px; font-size: 13px; }
.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-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: start; }
.no-result-head h3 { margin: 3px 0 8px; color: var(--brand-dark); font-size: 22px; }
.no-result-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.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: 9px 12px; font-size: 12px; white-space: nowrap; }
.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: 13px; padding: 13px; border: 1px solid #d7e8f1; border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(0, 104, 183, .08), transparent 36%),
    linear-gradient(260deg, rgba(255, 191, 77, .12), transparent 34%),
    #fbfdff;
}
.no-result-split strong { display: block; color: var(--brand-dark); margin-bottom: 5px; }
.no-result-split p { margin: 0 0 10px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.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-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; }
.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; }
.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; }
.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;
}
.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;
}
.stock-row:last-child { border-radius: 0 0 7px 7px; }
.stock-row:hover { border-color: #9cc7ea; box-shadow: var(--shadow); position: relative; z-index: 1; }
.reference-suggestions { margin-top: 24px; }
.reference-suggestions .block-head { margin-bottom: 8px; }
.reference-row { background: #fbfdff; border-left: 3px solid #8ec6df; }
.reference-row .stock-action { color: var(--brand); }
.recent-search-panel {
  max-width: 1240px; margin: -8px auto 22px; padding: 14px 18px; 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: 18px; }
.recent-current {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 11px; padding: 10px 12px;
  border: 1px solid #cfe4f3; border-radius: 6px; background: #f7fbff;
}
.recent-current span { color: var(--muted); font-size: 13px; }
.recent-current strong { color: var(--brand-dark); font-size: 15px; }
.recent-current .secondary { margin-left: auto; padding: 7px 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: 8px 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-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-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(3, 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; padding: 7px 6px; border-radius: 4px; font-size: 12px; justify-content: center; line-height: 1.2; cursor: pointer;
}
.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; }
.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-action.basket-action.is-saved { color: #fff; background: var(--green); border-color: var(--green); }
.stock-action:hover { border-color: var(--brand); }
.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; }
.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; }
.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-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; }
.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(260px, 330px) minmax(420px, 1fr) 320px; gap: 24px; max-width: 1280px; margin: 0 auto; background: white;
  border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px;
}
.detail-commerce { align-items: start; row-gap: 18px; }
.detail-commerce .product-gallery { grid-column: 1; grid-row: 1 / span 2; }
.detail-commerce .detail-summary-top { grid-column: 2; grid-row: 1; }
.detail-commerce .detail-summary-rest { grid-column: 2; grid-row: 2; }
.detail-commerce .quote-panel { grid-column: 3; grid-row: 1 / span 2; align-self: start; }
.detail h1 { margin: 8px 0 7px; color: var(--brand-dark); font-size: 25px; line-height: 1.25; }
.product-gallery img {
  display: block; width: 100%; aspect-ratio: 4 / 3; max-height: 340px; object-fit: contain; padding: 13px; background: white; border: 1px solid var(--line); border-radius: 6px;
}
.product-gallery p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 12px 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; line-height: 1.58; border-bottom: 1px solid #edf1f4; padding-bottom: 12px; }
.detail-service-strip {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; align-self: stretch;
}
.detail-service-strip article {
  min-width: 0; padding: 11px 12px; border: 1px solid #e0ebf2; border-radius: 6px; background: #f8fbfd;
}
.detail-service-strip strong { display: block; color: var(--brand-dark); font-size: 13px; margin-bottom: 5px; }
.detail-service-strip span { display: block; color: #587083; font-size: 12px; line-height: 1.5; }
.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; }
.commerce-facts div { display: grid; grid-template-columns: 86px 1fr; gap: 13px; padding: 8px 0; font-size: 13px; }
.commerce-facts dt { color: var(--muted); }
.commerce-facts dd { margin: 0; color: var(--ink); 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 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: 8px; margin: 13px 0;
}
.detail-buy-price,
.detail-buy-stock {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  min-height: 42px; padding: 9px 11px; 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: 24px; line-height: 1.1; }
.detail-buy-stock strong { color: var(--brand-dark); font-size: 14px; text-align: right; }
.detail-buy-form {
  display: grid; gap: 10px; margin: 12px 0;
}
.detail-buy-form label {
  display: grid; grid-template-columns: 74px 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-buy-form .primary { min-height: 40px; border-radius: 5px; font-size: 14px; }
.detail-buy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 10px 0 13px; }
.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: 18px; 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: 16px 20px; 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: 16px; }
.detail-disclosure > summary em {
  color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.45;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.detail-disclosure > summary b {
  flex-shrink: 0; min-width: 54px; padding: 6px 9px; border: 1px solid #cfe0eb; border-radius: 5px;
  color: var(--brand); background: #f8fbfd; font-size: 12px; 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: 12px; }
.detail-disclosure-body { padding: 0 20px 20px; }
.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; }
.cart-link b { background: var(--brand); color: white; border-radius: 11px; padding: 2px 7px; font-size: 11px; }
.member-page { padding: 48px clamp(20px, 7vw, 92px); max-width: 1240px; }
.member-access { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; max-width: 930px; margin: 20px auto; }
.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-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); }
.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: .85fr minmax(400px, 560px); gap: 62px;
}
.bom-ssr-page { align-items: start; gap: clamp(28px, 5vw, 52px); }
.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; }
.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; gap: 9px; margin-top: 26px; }
.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-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-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; padding: 20px 22px; border: 1px solid #b9dcff; background: linear-gradient(135deg, #f4faff 0%, #eef8f4 100%); border-radius: 8px; }
.help-public-boundary h2, .help-related h2 { margin: 0 0 10px; color: var(--brand-dark); font-size: 18px; }
.help-public-boundary 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 { 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; }
  .footer-groups { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
  .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; }
  .stock-action-group { gap: 5px; }
  .home-search-panel { grid-template-columns: 1fr; gap: 16px; }
  .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); }
  .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; }
}
@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, .member-access, .member-shell, .help-page, .brand-index-hero, .compare-hero { grid-template-columns: 1fr; }
  .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; }
  .service-copy, .form-card { min-width: 0; width: 100%; }
  .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; }
  .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; }
  .exact-match-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
  .exact-match-readiness dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .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; }
  .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; }
  .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; }
  .supplier-seo-copy { grid-template-columns: 1fr; align-items: start; }
  .supplier-service-steps, .supplier-doc-grid { grid-template-columns: 1fr 1fr; }
  .catalog-search-banner { grid-template-columns: 1fr; gap: 18px; }
  .facet-panel {
    max-height: 300px;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .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; }
  .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; }
  .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-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; }
  .compare-decision-panel { grid-template-columns: 1fr; }
  .compare-verdict-panel { grid-template-columns: 1fr; }
  .compare-verdict-main, .compare-verdict-note { min-width: 0; }
  .compare-verdict-checks { grid-template-columns: 1fr; }
  .compare-guidance { grid-template-columns: 1fr; }
  .checkout-decision-panel { grid-template-columns: 1fr; }
  .no-result-head { grid-template-columns: 1fr; }
  .no-result-actions { justify-content: flex-start; max-width: none; }
  .no-result-relax { align-items: stretch; flex-direction: column; }
  .no-result-relax div { justify-content: flex-start; }
  .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: 1fr; }
  .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)); }
  .top-candidate-head { align-items: flex-start; }
  .guide-checklist-head { align-items: stretch; flex-direction: column; }
  .guide-checklist-head .secondary { text-align: center; }
  .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; }
  .stock-list-head { display: none; }
  .stock-row { grid-template-columns: 1fr 1fr; gap: 13px; border-top: 1px solid var(--line); margin-bottom: 10px; border-radius: 7px; }
  .stock-name, .stock-action-group { grid-column: 1 / -1; }
  .stock-action-group { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stock-field label { display: block; margin-bottom: 5px; }
  .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: 10px; min-height: auto; max-width: 100vw; overflow-x: hidden; padding: 9px 14px 8px;
  }
  .logo { gap: 8px; }
  .logo-mark { width: 42px; height: 34px; }
  .logo strong { font-size: 18px; line-height: 1.1; }
  .logo small { display: none; }
  .language-picker { min-width: 82px; padding: 7px; margin-left: auto; }
  .header nav {
    order: 4; width: 100%; min-width: 0; max-width: 100%; display: flex; flex-wrap: nowrap; justify-content: flex-start; gap: 15px;
    overflow-x: auto; padding: 9px 0 2px; border-top: 1px solid #edf3f7; 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: 32px; padding: 6px 2px; font-size: 14px; line-height: 1.4; }
  .header nav a[href="/member"], .header nav a[data-member-link], .header nav .cart-link {
    order: -1; padding-inline: 9px; 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: -7px; }
  .header .detail-search {
    order: 3; min-width: 100%; max-width: none; height: 42px;
  }
  .header.seo-header {
    display: flex; flex-wrap: wrap; align-items: center; gap: 10px; min-height: auto; max-width: 100vw; overflow-x: hidden; padding: 9px 14px 8px;
  }
  .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: 42px; }
  .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; }
  .header.seo-header nav {
    order: 4; grid-column: auto; width: 100%; min-width: 0; max-width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start;
    gap: 8px 14px; overflow-x: visible; padding: 3px 0 2px; white-space: normal; scrollbar-width: none;
  }
  .header .detail-search input { height: 40px; font-size: 14px; }
  .header .detail-search button { min-width: 82px; padding-inline: 12px; }
  .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, .brand-highlights, .brand-grid { 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%; }
  .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-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .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-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-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; }
  .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-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: 22px 18px 28px; gap: 16px; }
  .bom-ssr-page .service-copy h1 { font-size: 30px; line-height: 1.16; margin: 6px 0 10px; }
  .bom-ssr-page .service-copy > p:not(.eyebrow) { line-height: 1.55; margin: 0; }
  .bom-ssr-page .service-copy ul { display: grid; gap: 7px; margin: 14px 0 0; }
  .bom-ssr-page .service-copy li { padding: 7px 0; font-size: 13px; line-height: 1.35; }
  .bom-form-card { padding: 18px; }
  .bom-form-card h2 { margin-bottom: 13px; font-size: 20px; }
  .bom-form-prefilled .bom-source-context { padding: 12px; margin-bottom: 10px; }
  .bom-form-prefilled .bom-source-context-head strong { font-size: 15px; }
  .bom-form-prefilled .bom-source-context-head span { display: none; }
  .bom-form-prefilled .bom-source-context-actions { display: none; }
  .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; }
  .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-service-steps { grid-template-columns: 1fr; }
  .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; }
  .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 { width: 100%; text-align: center; }
  .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-qty-assist { grid-template-columns: 1fr; align-items: stretch; }
  .bom-qty-assist button { width: 100%; }
  .bom-repair-head { align-items: flex-start; flex-direction: column; }
  .bom-repair-grid { grid-template-columns: 1fr; }
  .bom-preview-table { min-width: 560px; }
  .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-activity-metrics, .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; }
  .brand-index-page { padding-inline: 18px; }
  .brand-index-hero { padding: 25px 20px; }
  .brand-index-hero h1, .site-map-hero h1 { font-size: 30px; }
  .brand-alias-strip { padding: 15px; }
  .brand-alias-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-index-rfq-router { padding: 14px; }
  .brand-index-rfq-actions { display: grid; grid-template-columns: 1fr; }
  .brand-index-rfq-actions .primary,
  .brand-index-rfq-actions .secondary { width: 100%; white-space: normal; text-align: center; }
  .brand-index-rfq-grid { grid-template-columns: 1fr; }
  .brand-index-rfq-examples > div { display: grid; grid-template-columns: 1fr; }
  .brand-index-rfq-examples a { max-width: none; }
  .site-map-page { padding-inline: 18px; }
  .site-map-hero { grid-template-columns: 1fr; padding: 22px; }
  .site-map-grid, .site-map-grid.compact { grid-template-columns: 1fr; }
  .mpn-index-page { padding-inline: 18px; }
  .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-main { grid-template-columns: 58px minmax(0, 1fr); }
  .exact-match-main img { width: 58px; height: 58px; }
  .exact-match-checks, .exact-match-actions, .exact-match-readiness dl, .exact-match-next-grid { grid-template-columns: 1fr; }
  .exact-match-next-steps > .primary { width: 100%; justify-content: center; text-align: center; }
  .inventory-ready-grid { grid-template-columns: 1fr; }
  .inventory-ready-grid article { min-height: auto; }
  .catalog-decision-strip { grid-template-columns: 1fr; }
  .catalog-decision-strip a { min-height: auto; }
  .catalog-rfq-grid { grid-template-columns: 1fr; }
  .catalog-rfq-grid article { min-height: auto; }
  .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: 12px 18px 18px; padding: 13px; }
  .recent-search-head, .recent-current { align-items: stretch; flex-direction: column; }
  .recent-current .secondary { margin-left: 0; text-align: center; }
  .recent-search-chips { display: grid; grid-template-columns: 1fr; }
  .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)); }
  .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; }
  .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-rfq-router, .datasheet-evidence-check { padding: 14px; }
  .datasheet-index-rfq-actions, .datasheet-evidence-actions { display: grid; grid-template-columns: 1fr; }
  .datasheet-index-rfq-actions .primary,
  .datasheet-index-rfq-actions .secondary,
  .datasheet-evidence-actions .primary,
  .datasheet-evidence-actions .secondary { width: 100%; white-space: normal; }
  .datasheet-index-rfq-grid, .datasheet-evidence-grid { grid-template-columns: 1fr; }
  .datasheet-index-rfq-examples strong, .datasheet-evidence-fields strong { white-space: normal; }
  .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; }
  .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; }
  .product-evidence-head .secondary { width: 100%; text-align: center; }
  .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; }
  .detail-commerce .product-gallery { order: 2; max-width: none; width: 100%; }
  .detail-commerce .quote-panel { order: 3; }
  .detail-commerce .detail-summary-rest { order: 4; }
  .detail-commerce .product-gallery img { max-height: 260px; aspect-ratio: auto; }
  .detail-commerce .product-gallery p { margin: 8px 0 10px; }
  .detail-commerce h1 { font-size: 26px; line-height: 1.2; margin-top: 7px; }
  .detail-commerce .detail-description { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; padding-bottom: 12px; }
  .detail-next-facts, .detail-next-actions, .quote-proof-list { grid-template-columns: 1fr; }
  .detail-disclosure > summary { align-items: flex-start; padding: 14px; }
  .detail-disclosure > summary em { white-space: normal; }
  .detail-disclosure-body { padding: 0 14px 14px; }
  .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: 66px; width: calc(100vw - 20px); padding: 8px; gap: 8px; }
  .detail-sticky-actions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
  .detail-sticky-actions a, .detail-sticky-actions button { min-height: 32px; padding-inline: 6px; }
  .detail-page.detail-with-sticky { padding-bottom: 186px; }
  .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: 18px; }
  .home-search-panel { padding-inline: 18px; }
  .home-search-form { height: 54px; }
  .home-search-form input { height: 42px; font-size: 14px; padding-left: 10px; }
  .home-search-form button { min-width: 94px; padding-inline: 9px; font-size: 14px; }
  .service-widget { right: 12px; bottom: 12px; }
  .service-toggle { min-width: 58px; min-height: 42px; padding: 8px 12px; border-radius: 21px; font-size: 12px; }
  .top-candidate-panel { margin-top: -6px; padding: 12px; overflow: hidden; }
  .top-candidate-head { align-items: stretch; flex-direction: column; gap: 8px; }
  .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(236px, 82%); grid-template-columns: none;
    gap: 9px; overflow-x: auto; padding-bottom: 3px; scroll-snap-type: x mandatory;
  }
  .top-candidate-card { scroll-snap-align: start; }
  .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(3, minmax(0, 1fr)); }
  .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: 18px;
    padding-inline: 18px;
  }
  .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, .flow-steps { grid-template-columns: 1fr; }
  .hero-category-actions { grid-template-columns: 1fr; }
  .flow-copy-head { align-items: start; flex-direction: column; gap: 3px; }
  .flow-copy-head span { white-space: normal; }
  .flow-step { grid-template-columns: auto minmax(0, 1fr); min-height: auto; }
  .workbench-illustration { grid-column: auto; grid-row: auto; min-height: 252px; }
  .illustration-line { display: none; }
  .illustration-rack, .illustration-pack, .illustration-reel, .illustration-wave, .illustration-tag { display: none; }
  .bom-sheet { left: 7%; top: 20px; width: 86px; min-height: 80px; }
  .search-node { left: 46%; top: 22px; width: 54px; height: 54px; }
  .illustration-chip { left: auto; right: 9%; top: 88px; width: 76px; height: 76px; border-width: 6px; }
  .quote-card { left: 8%; right: auto; top: 126px; width: 100px; min-height: 84px; }
  .qc-node { right: 34%; bottom: 34px; width: 54px; height: 54px; }
  .illustration-truck { right: 7%; bottom: 28px; width: 94px; height: 46px; }
  .caption-bom { left: 7%; top: 6px; }
  .caption-match { left: 43%; top: 78px; }
  .caption-quote { left: 9%; right: auto; top: 214px; }
  .caption-qc { right: 24%; bottom: 6px; }
  .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; }
  .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-groups { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
  .help-content { padding: 28px 20px; }
  .help-related > div { grid-template-columns: 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; }
}
@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; }
}
