:root {
  --bg: #f5f7fb;
  --paper: #ffffff;
  --text: #172033;
  --muted: #687386;
  --line: #e5e9f1;
  --blue: #155eef;
  --blue-dark: #0c3fb4;
  --navy: #0a1833;
  --green: #14b87a;
  --radius: 16px;
  --shadow: 0 12px 35px rgba(27, 43, 77, .08);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.container { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.top-note { background: #07142d; color: #bec9dd; font-size: 12px; }
.top-note__inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(18,31,54,.08); backdrop-filter: blur(12px); }
.header-main { height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: 190px; }
.brand-wordmark { display: inline-block; font-size: 23px; font-weight: 800; letter-spacing: -.6px; color: var(--blue); white-space: nowrap; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .04em; border-left: 1px solid var(--line); padding-left: 9px; }
.desktop-nav { margin-left: auto; height: 100%; display: flex; align-items: center; gap: 2px; }
.nav-item { height: 100%; display: flex; align-items: center; position: relative; }
.nav-item > a { padding: 25px 12px; font-size: 14px; font-weight: 600; color: #39455b; }
.nav-item > a:hover { color: var(--blue); }
.mega-menu { position: absolute; top: 72px; left: 50%; width: min(980px, 92vw); transform: translateX(-42%); display: grid; grid-template-columns: 260px 1fr; background: white; border: 1px solid var(--line); border-radius: 0 0 18px 18px; box-shadow: 0 24px 70px rgba(24,39,70,.16); padding: 24px; opacity: 0; visibility: hidden; transform-origin: top; transition: .2s ease; }
.nav-item--mega:hover .mega-menu { opacity: 1; visibility: visible; }
.mega-menu__intro { padding: 10px 24px 10px 8px; border-right: 1px solid var(--line); }
.mega-menu__intro strong { display: block; margin: 8px 0 10px; font-size: 20px; }
.mega-menu__intro p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.text-link { color: var(--blue); font-size: 13px; font-weight: 700; }
.mega-menu__grid { padding-left: 22px; display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; }
.mega-menu__grid > a { display: flex; gap: 10px; padding: 10px; border-radius: 10px; }
.mega-menu__grid > a:hover { background: #f1f6ff; }
.mega-menu__grid > a > span { width: 32px; height: 32px; display: grid; place-items: center; background: #edf4ff; color: var(--blue); border-radius: 8px; font-size: 12px; font-weight: 800; }
.mega-menu__grid strong, .mega-menu__grid small { display: block; }
.mega-menu__grid strong { font-size: 13px; }
.mega-menu__grid small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 10px; padding: 0 20px; color: white; background: var(--blue); font-weight: 700; box-shadow: 0 8px 20px rgba(21,94,239,.2); }
.button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button--compact { min-height: 38px; padding: 0 15px; font-size: 13px; }
.button--light { color: #0e3c92; background: white; box-shadow: none; }
.button--light:hover { background: #eaf2ff; }
.button--ghost { color: var(--blue); background: white; border: 1px solid #b9cdf7; box-shadow: none; }
.button--block { width: 100%; }
.menu-toggle { width: 42px; height: 42px; display: none; border: 0; border-radius: 9px; background: #eef3fb; padding: 11px; }
.menu-toggle span { height: 2px; display: block; margin: 4px 0; background: #26334a; border-radius: 2px; }
.mobile-menu { border-top: 1px solid var(--line); background: white; }
.mobile-menu .container { padding: 12px 0 20px; }
.mobile-menu a:not(.button) { display: flex; justify-content: space-between; padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 600; }
.mobile-menu .button { margin-top: 14px; width: 100%; }
.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 76% 30%, rgba(40,112,255,.33), transparent 30%), linear-gradient(120deg,#07162f 0%,#0b2654 52%,#0c4593 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right,transparent,black 35%,black); }
.hero-inner { position: relative; padding: 70px 0 34px; }
.hero-copy { text-align: center; }
.eyebrow { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--light { color: #92bdff; }
.hero h1 { margin: 15px 0 14px; font-size: clamp(38px,5vw,60px); line-height: 1.16; letter-spacing: -2px; }
.hero h1 em { color: #68a5ff; font-style: normal; }
.hero-copy > p { max-width: 650px; margin: auto; color: #c4d0e5; font-size: 17px; line-height: 1.7; }
.search-panel { max-width: 900px; margin: 38px auto 32px; padding: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; box-shadow: 0 22px 60px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.search-tabs { display: flex; gap: 3px; padding: 2px 4px 9px; }
.search-tabs button { color: #cbd8ec; background: transparent; border: 0; padding: 7px 18px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.search-tabs button.active { color: white; background: rgba(255,255,255,.16); }
.search-form { height: 62px; display: flex; align-items: center; background: white; border-radius: 11px; padding: 7px; }
.search-icon { color: #8190a7; font-size: 28px; margin: 0 10px; transform: rotate(-20deg); }
.search-form input { min-width: 0; flex: 1; border: 0; outline: 0; font-size: 15px; color: var(--text); }
.search-form button { align-self: stretch; min-width: 112px; color: white; background: var(--blue); border: 0; border-radius: 8px; font-weight: 800; }
.hot-keywords { display: flex; flex-wrap: wrap; gap: 11px; padding: 11px 8px 3px; color: #aebed7; font-size: 12px; }
.hot-keywords button { padding: 0; color: #d6e4f8; background: none; border: 0; }
.hot-keywords button:hover { color: white; }
.hero-metrics { max-width: 820px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.15); padding-top: 24px; }
.hero-metrics div { text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong, .hero-metrics span { display: block; }
.hero-metrics strong { font-size: 24px; }
.hero-metrics span { margin-top: 4px; color: #acbdd6; font-size: 11px; }
.home-quick { margin-top: -1px; padding: 28px 0; background: white; border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.quick-card { display: flex; align-items: center; gap: 13px; padding: 16px; background: #f8fafc; border: 1px solid #edf0f5; border-radius: 13px; transition: .2s ease; }
.quick-card:hover { transform: translateY(-3px); background: white; box-shadow: var(--shadow); border-color: #d8e3f6; }
.quick-card__icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; color: white; font-weight: 800; }
.quick-card__icon--1 { background: #2563eb; }.quick-card__icon--2 { background: #7c3aed; }.quick-card__icon--3 { background: #0f9f6e; }.quick-card__icon--4 { background: #e66a18; }
.quick-card div { min-width: 0; flex: 1; }.quick-card strong,.quick-card small { display: block; }.quick-card strong { font-size: 14px; }.quick-card small { margin-top: 4px; color: var(--muted); font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.quick-card b { color: #8b96a8; }
.featured-strip { padding: 58px 0 62px; background: linear-gradient(180deg,#f5f8fd,#eef3fa); }
.section-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin: 6px 0 0; font-size: 27px; letter-spacing: -.6px; }
.section-heading p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.section-link { display: inline-flex; align-items: center; gap: 9px; color: #4f5c71; font-size: 13px; font-weight: 700; }.section-link span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--blue); background: white; border: 1px solid var(--line); border-radius: 50%; }
.featured-grid,.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.product-card { min-width: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; transition: .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d4def0; }
.product-visual { --accent: #2563eb; height: 124px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; padding: 18px; color: white; background: linear-gradient(135deg,color-mix(in srgb,var(--accent),#0a1833 40%),var(--accent)); }
.product-visual::after { content:""; position:absolute; width:120px;height:120px;right:-25px;top:-35px;border:22px solid rgba(255,255,255,.11);border-radius:50%; }
.product-visual__grid { position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.45) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.45) 1px,transparent 1px);background-size:20px 20px; }
.product-visual strong,.product-visual small { position:relative;z-index:1; }.product-visual strong { font-size:20px; letter-spacing:.04em; }.product-visual small { margin-top:3px; color:rgba(255,255,255,.75); font-size:10px; }
.product-card__body { padding: 15px; }
.product-card__meta { display:flex;justify-content:space-between;color:#8090a8;font-size:10px; }.product-card__meta span:last-child { color:#13835c; }
.product-card__title { min-height: 44px; display:block; margin:8px 0 4px; font-size:16px; line-height:1.35; font-weight:800; }.product-card__title:hover { color:var(--blue); }
.product-card__body > p { min-height: 38px; margin:0 0 11px; color:var(--muted); font-size:11px; line-height:1.65; }
.tags { display:flex;flex-wrap:wrap;gap:5px; }.tags span { padding:4px 7px;color:#64748b;background:#f1f4f8;border-radius:5px;font-size:9px; }
.product-card__footer { margin-top:13px;padding-top:12px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between; }.company-inline { min-width:0;display:flex;align-items:center;gap:7px;color:#556278;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }.company-inline i { width:23px;height:23px;flex:0 0 auto;display:grid;place-items:center;color:white;border-radius:6px;font-style:normal;font-weight:800; }.product-card__footer > a:last-child { width:26px;height:26px;display:grid;place-items:center;color:var(--blue);background:#edf4ff;border-radius:7px; }
.directory-section { padding: 62px 0 72px; }
.directory-layout { display:grid;grid-template-columns:230px 1fr;gap:28px;align-items:start; }
.category-sidebar { position:sticky;top:126px;overflow:hidden;background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 30px rgba(24,39,70,.05); }
.category-sidebar__title { padding:17px 16px;background:#0b2045;color:white; }.category-sidebar__title span,.category-sidebar__title small { display:block; }.category-sidebar__title span { font-weight:800; }.category-sidebar__title small { margin-top:3px;color:#86ace9;font-size:8px;letter-spacing:.16em; }
.category-sidebar > a { display:flex;align-items:center;gap:10px;padding:11px 13px;border-bottom:1px solid #edf0f5; }.category-sidebar > a:last-child { border-bottom:0; }.category-sidebar > a:hover { background:#f3f7ff; }.category-sidebar i { width:30px;height:30px;display:grid;place-items:center;color:var(--blue);background:#edf4ff;border-radius:7px;font-size:10px;font-style:normal;font-weight:800; }.category-sidebar a > span { min-width:0;flex:1;font-size:12px;font-weight:700; }.category-sidebar small { display:block;margin-top:2px;color:#98a2b2;font-size:8px;font-weight:400; }.category-sidebar b { color:#a5adba;font-size:18px; }
.directory-intro { margin-bottom:36px;padding:30px;background:linear-gradient(135deg,#fff,#edf4ff);border:1px solid #dce7f8;border-radius:16px; }.directory-intro h2 { margin:8px 0;font-size:30px; }.directory-intro p { margin:0;color:var(--muted);line-height:1.7; }
.category-section { padding: 32px 0; border-top:1px solid var(--line); }.category-section:first-of-type { border-top:0;padding-top:0; }
.company-showcase { padding:68px 0;background:#fff; }
.company-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }
.company-card { padding:20px;background:white;border:1px solid var(--line);border-radius:14px;transition:.2s ease; }.company-card:hover { transform:translateY(-3px);box-shadow:var(--shadow); }
.company-card__top { display:flex;gap:12px;align-items:center; }.company-logo { --accent:#2563eb;width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;color:white;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent),#08152e 45%));border-radius:12px;font-weight:900; }.company-card__top span { color:#7a879c;font-size:9px; }.company-card h3 { margin:3px 0 0;font-size:14px;line-height:1.35; }.company-card h3 a:hover { color:var(--blue); }.company-card > p { min-height:54px;color:var(--muted);font-size:11px;line-height:1.65; }.company-products { padding:11px;background:#f6f8fb;border-radius:8px; }.company-products small,.company-products strong { display:block; }.company-products small { color:#8994a5;font-size:9px; }.company-products strong { margin-top:4px;font-size:10px;line-height:1.5; }.company-card .tags { margin-top:11px; }.company-card__link { margin-top:14px;padding-top:13px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--blue);font-size:10px;font-weight:800; }
.closing-cta { padding:0 0 64px;background:white; }.closing-cta__inner { padding:36px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:white;background:linear-gradient(115deg,#0a1833,#114a9d);border-radius:20px; }.closing-cta h2 { margin:7px 0;font-size:28px; }.closing-cta p { margin:0;color:#b8c9e4; }
.site-footer { color:#aebbd0;background:#071329; }.footer-grid { padding:56px 0 42px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px; }.brand--footer { min-width:0;color:white; }.footer-brand p { max-width:370px;color:#93a2ba;font-size:13px;line-height:1.8; }.status-pill { display:inline-flex;align-items:center;gap:7px;padding:7px 10px;background:rgba(255,255,255,.06);border-radius:20px;font-size:10px; }.status-pill i { width:7px;height:7px;background:#2bd193;border-radius:50%;box-shadow:0 0 0 4px rgba(43,209,147,.1); }.footer-column strong { display:block;margin-bottom:16px;color:white;font-size:13px; }.footer-column a { display:block;margin:10px 0;color:#91a1ba;font-size:12px; }.footer-column a:hover { color:white; }.footer-bottom { padding:18px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;font-size:10px; }
.page-hero { padding:58px 0;color:white;background:linear-gradient(115deg,#07162f,#124b9e); }.page-hero--company { background:linear-gradient(115deg,#132238,#334e68); }.page-hero--search { background:linear-gradient(115deg,#09172f,#173c70); }.page-hero h1 { margin:9px 0;font-size:40px; }.page-hero p { margin:0;color:#c4d1e6; }
.page-content { min-height:520px;padding:44px 0 68px; }
.filter-bar { margin-bottom:34px;padding:18px 20px;display:flex;align-items:flex-start;gap:24px;background:white;border:1px solid var(--line);border-radius:12px; }.filter-bar strong { flex:0 0 auto;font-size:13px; }.filter-bar div { display:flex;flex-wrap:wrap;gap:7px 16px; }.filter-bar a { color:#59667b;font-size:11px; }.filter-bar a:hover { color:var(--blue); }
.listing-group { margin-bottom:46px;scroll-margin-top:115px; }.listing-group__head { margin-bottom:16px;display:flex;align-items:center;justify-content:space-between; }.listing-group__head > div { display:flex;align-items:center;gap:12px; }.listing-group__head > div > span { width:46px;height:46px;display:grid;place-items:center;color:var(--blue);background:#eaf2ff;border-radius:12px;font-size:12px;font-weight:800; }.listing-group h2,.listing-group p { margin:0; }.listing-group h2 { font-size:23px; }.listing-group p { margin-top:4px;color:var(--muted);font-size:11px; }.listing-group__head > b { color:#8a95a8;font-size:10px;font-weight:600; }.product-grid--listing { grid-template-columns:repeat(4,1fr); }.data-note { margin-top:30px;padding:14px;text-align:center;color:#728096;background:#eef2f7;border-radius:10px;font-size:11px; }
.company-filter { margin-bottom:24px;padding:18px 20px;background:white;border:1px solid var(--line);border-radius:12px; }.company-filter > div { display:flex;align-items:center;gap:9px;margin:8px 0; }.company-filter span { width:70px;color:#6c788c;font-size:11px; }.company-filter button { padding:6px 11px;border:1px solid var(--line);background:#fafbfc;border-radius:7px;color:#556278;font-size:10px; }.company-filter button:first-of-type { color:var(--blue);background:#edf4ff;border-color:#cfe0ff; }.company-grid--listing { grid-template-columns:repeat(3,1fr); }
.detail-hero { padding:48px 0;background:white;border-bottom:1px solid var(--line); }.detail-hero__grid { display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center; }.detail-visual { --accent:#2563eb;min-height:410px;padding:36px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:end;color:white;background:linear-gradient(135deg,color-mix(in srgb,var(--accent),#071329 55%),var(--accent));border-radius:20px;box-shadow:0 28px 60px rgba(25,50,90,.16); }.detail-visual::after { content:"";position:absolute;width:320px;height:320px;right:-100px;top:-100px;border:55px solid rgba(255,255,255,.1);border-radius:50%; }.detail-visual span,.detail-visual strong,.detail-visual small { position:relative;z-index:1; }.detail-visual span { font-size:13px; }.detail-visual strong { margin:8px 0;font-size:42px; }.detail-visual small { color:rgba(255,255,255,.65);letter-spacing:.14em; }.breadcrumb { display:flex;flex-wrap:wrap;gap:8px;color:#8994a6;font-size:10px;margin-bottom:25px; }.breadcrumb a:hover { color:var(--blue); }.detail-summary h1 { margin:8px 0 12px;font-size:38px;line-height:1.2; }.detail-summary > p { color:var(--muted);line-height:1.8; }.tags--large span { padding:6px 10px;font-size:10px; }.detail-summary dl { margin:24px 0;border-top:1px solid var(--line); }.detail-summary dl div { padding:11px 0;display:grid;grid-template-columns:90px 1fr;border-bottom:1px solid var(--line);font-size:12px; }.detail-summary dt { color:#8792a4; }.detail-summary dd { margin:0;font-weight:700; }.detail-summary dd a { color:var(--blue); }.detail-actions { display:flex;gap:10px; }
.detail-content { padding:58px 0;background:#f5f7fb; }.detail-layout { display:grid;grid-template-columns:1fr 300px;gap:30px;align-items:start; }.detail-layout article { padding:34px;background:white;border:1px solid var(--line);border-radius:16px; }.detail-layout article h2 { margin:32px 0 12px;font-size:23px; }.detail-layout article h2:first-child { margin-top:0; }.detail-layout article p { color:var(--muted);line-height:1.9;font-size:13px; }.spec-table { border-top:1px solid var(--line); }.spec-table > div { display:grid;grid-template-columns:150px 1fr;padding:13px 8px;border-bottom:1px solid var(--line);font-size:12px; }.spec-table span { color:#7b879a; }.supplier-panel { position:sticky;top:126px;padding:25px;background:white;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow); }.supplier-panel h3 { margin:8px 0;font-size:20px; }.supplier-panel p { color:var(--muted);font-size:12px;line-height:1.7; }.supplier-panel small { display:block;margin-top:13px;color:#8995a8;font-size:10px;line-height:1.6; }.related-section { padding:58px 0;background:white; }
.company-detail-hero { padding:38px 0 50px;color:white;background:linear-gradient(115deg,#101d31,#294461); }.breadcrumb--light { color:#aebed4; }.company-profile { display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center; }.company-profile__logo { --accent:#2563eb;width:92px;height:92px;display:grid;place-items:center;color:white;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent),#08152e 45%));border:1px solid rgba(255,255,255,.2);border-radius:20px;font-size:32px;font-weight:900; }.company-profile h1 { margin:7px 0;font-size:36px; }.company-profile p { margin:0 0 12px;color:#c5d2e3; }.tags--dark span { color:#dce7f6;background:rgba(255,255,255,.1); }
.inline-search { max-width:760px;margin-top:22px;height:50px;display:flex;padding:5px;background:white;border-radius:10px; }.inline-search input { min-width:0;flex:1;border:0;outline:0;padding:0 13px; }.inline-search button { width:100px;border:0;border-radius:7px;color:white;background:var(--blue);font-weight:700; }.result-tabs { margin-bottom:22px;display:flex;gap:8px;border-bottom:1px solid var(--line); }.result-tabs a { padding:12px 16px;color:#6e7a8c;font-size:12px;font-weight:700; }.result-tabs a.active { color:var(--blue);border-bottom:2px solid var(--blue); }.empty-state { padding:70px 30px;text-align:center;background:white;border:1px solid var(--line);border-radius:16px; }.empty-state strong { display:block;font-size:24px; }.empty-state p { color:var(--muted); }
.prose { max-width:950px; }.prose h2 { margin:36px 0 12px;font-size:28px; }.prose > p { color:var(--muted);font-size:15px;line-height:1.9; }.value-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px 0; }.value-grid > div { padding:26px;background:white;border:1px solid var(--line);border-radius:15px; }.value-grid span { color:var(--blue);font-size:11px;font-weight:800; }.value-grid h3 { margin:8px 0; }.value-grid p { color:var(--muted);font-size:12px;line-height:1.7; }
@media (max-width:1100px) {
  .desktop-nav { display:none; }.header-submit { margin-left:auto; }.menu-toggle { display:block; }.brand { min-width:0; }.mega-menu { display:none; }
  .featured-grid,.product-grid,.product-grid--listing { grid-template-columns:repeat(3,1fr); }.company-grid { grid-template-columns:repeat(2,1fr); }
  .directory-layout { grid-template-columns:200px 1fr;gap:20px; }
}
@media (max-width:820px) {
  .top-note__right,.brand small,.header-submit { display:none; }.header-main { height:64px; }.site-header { position:sticky; }.container { width:min(100% - 28px,1240px); }
  .hero-inner { padding:52px 0 28px; }.hero h1 { font-size:40px; }.hero-copy > p { font-size:15px; }.search-panel { margin-top:28px; }.hero-metrics { grid-template-columns:repeat(2,1fr);row-gap:18px; }.hero-metrics div:nth-child(2){border-right:0;}
  .quick-grid { grid-template-columns:repeat(2,1fr); }.featured-grid,.product-grid,.product-grid--listing { grid-template-columns:repeat(2,1fr); }.directory-layout { display:block; }.category-sidebar { position:static;margin-bottom:25px;display:grid;grid-template-columns:repeat(3,1fr); }.category-sidebar__title { grid-column:1/-1; }.category-sidebar > a { border-right:1px solid var(--line); }.category-sidebar b { display:none; }.directory-intro { padding:23px; }.directory-intro h2 { font-size:26px; }
  .closing-cta__inner { padding:30px;align-items:flex-start;flex-direction:column; }.footer-grid { grid-template-columns:2fr 1fr 1fr; }.footer-column:last-child { display:none; }
  .detail-hero__grid { grid-template-columns:1fr; }.detail-visual { min-height:300px; }.detail-layout { grid-template-columns:1fr; }.supplier-panel { position:static; }.company-profile { grid-template-columns:auto 1fr; }.company-profile .button { grid-column:1/-1; }.company-grid--listing { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:560px) {
  .container { width:calc(100% - 24px); }.top-note__inner { justify-content:center; }.header-main { gap:10px; }.brand-wordmark { font-size:20px; }.menu-toggle { margin-left:auto; }
  .hero-inner { padding-top:40px; }.hero h1 { font-size:32px;letter-spacing:-1px; }.hero-copy > p { font-size:13px; }.search-tabs { overflow:auto; }.search-tabs button { padding:7px 14px; }.search-form { height:54px; }.search-icon { display:none; }.search-form input { padding-left:10px;font-size:12px; }.search-form button { min-width:78px; }.hot-keywords { gap:8px;max-height:52px;overflow:hidden; }.hero-metrics strong { font-size:20px; }
  .home-quick { padding:18px 0; }.quick-grid { grid-template-columns:1fr 1fr;gap:8px; }.quick-card { padding:11px;gap:9px; }.quick-card__icon { width:36px;height:36px; }.quick-card small,.quick-card b { display:none; }.quick-card strong { font-size:12px; }
  .featured-strip,.directory-section,.company-showcase { padding:42px 0; }.section-heading { align-items:flex-start; }.section-heading h2 { font-size:23px; }.section-heading p { line-height:1.6; }.section-link { font-size:0; }.section-link span { font-size:13px; }
  .featured-grid,.product-grid,.product-grid--listing { grid-template-columns:1fr 1fr;gap:9px; }.product-visual { height:95px;padding:12px; }.product-visual strong { font-size:15px; }.product-card__body { padding:11px; }.product-card__title { min-height:38px;font-size:13px; }.product-card__body > p { display:none; }.product-card__footer { margin-top:9px;padding-top:9px; }.company-inline { font-size:8px; }.tags span:nth-child(n+3) { display:none; }
  .category-sidebar { display:flex;overflow:auto;border-radius:11px; }.category-sidebar__title { min-width:110px;display:flex;flex-direction:column;justify-content:center; }.category-sidebar > a { min-width:115px; }.category-sidebar small { display:none; }.directory-intro { padding:18px; }.directory-intro h2 { font-size:22px; }.category-section { padding:25px 0; }
  .company-grid,.company-grid--listing { grid-template-columns:1fr; }.company-card > p { min-height:0; }.closing-cta h2 { font-size:23px; }.closing-cta__inner { border-radius:14px; }
  .footer-grid { grid-template-columns:1fr 1fr;gap:30px 18px; }.footer-brand { grid-column:1/-1; }.footer-bottom { flex-direction:column;gap:8px; }.page-hero { padding:42px 0; }.page-hero h1 { font-size:30px; }.filter-bar { display:block; }.filter-bar strong { display:block;margin-bottom:10px; }.listing-group__head > b { display:none; }
  .detail-hero { padding:28px 0; }.detail-visual { min-height:220px;padding:22px; }.detail-visual strong { font-size:29px; }.detail-summary h1 { font-size:29px; }.detail-actions { flex-direction:column; }.detail-layout article { padding:22px; }.spec-table > div { grid-template-columns:110px 1fr; }.company-profile { grid-template-columns:1fr;text-align:center; }.company-profile__logo { margin:auto; }.company-profile h1 { font-size:29px; }.company-profile .tags { justify-content:center; }.value-grid { grid-template-columns:1fr; }
}

/* Home portal layout V2 — compact navigation-site structure */
.portal-home { padding: 24px 0 64px; background: #f3f5f8; }
.portal-layout { display: grid; grid-template-columns: 224px minmax(0, 1fr); gap: 18px; align-items: start; }
.portal-main { min-width: 0; }
.portal-layout > .category-sidebar { position: sticky; top: 126px; }
.portal-panel { margin-bottom: 18px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 16px rgba(27, 43, 77, .035); }

.search-hub { margin-bottom: 18px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 16px rgba(27, 43, 77, .035); }
.search-hub__heading { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 26px 20px; background: linear-gradient(135deg, #ffffff 0%, #f2f7ff 100%); border-bottom: 1px solid #e2e9f4; }
.search-hub__heading h1 { margin: 7px 0 6px; font-size: 28px; line-height: 1.25; letter-spacing: -.8px; }
.search-hub__heading p { margin: 0; color: var(--muted); font-size: 13px; }
.search-hub__stats { flex: 0 0 auto; display: flex; gap: 18px; }
.search-hub__stats span { min-width: 74px; padding-left: 16px; color: #718096; border-left: 1px solid #dce4ef; font-size: 10px; }
.search-hub__stats strong { display: block; margin-bottom: 3px; color: #172033; font-size: 22px; }
.search-panel--light { max-width: none; margin: 0; padding: 18px 22px 17px; background: #fff; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; }
.search-panel--light .search-tabs { padding: 0 0 10px; gap: 6px; }
.search-panel--light .search-tabs button { padding: 6px 15px; color: #5f6b7c; background: #f2f4f7; }
.search-panel--light .search-tabs button.active { color: #fff; background: var(--blue); }
.search-panel--light .search-form { height: 54px; border: 2px solid var(--blue); border-radius: 8px; padding: 4px; box-shadow: 0 7px 20px rgba(21,94,239,.08); }
.search-panel--light .search-form button { min-width: 104px; border-radius: 5px; }
.search-panel--light .hot-keywords { padding: 10px 2px 0; color: #8b95a5; }
.search-panel--light .hot-keywords button { color: #5e6a7c; }
.search-panel--light .hot-keywords button:hover { color: var(--blue); }

.portal-panel--quick { padding: 12px; }
.portal-panel--quick .quick-grid { gap: 8px; }
.portal-panel--quick .quick-card { padding: 11px 12px; border: 0; border-right: 1px solid var(--line); border-radius: 8px; background: #fff; }
.portal-panel--quick .quick-card:last-child { border-right: 0; }
.portal-panel--quick .quick-card:hover { transform: none; background: #f7f9fc; box-shadow: none; }
.portal-panel--quick .quick-card__icon { width: 36px; height: 36px; border-radius: 9px; }
.portal-panel--quick .quick-card strong { font-size: 13px; }
.portal-panel--quick .quick-card small { font-size: 10px; }

.portal-main .featured-strip { padding: 22px; background: #fff; }
.portal-main .section-heading { margin-bottom: 16px; align-items: center; }
.portal-main .section-heading h2 { margin-top: 4px; font-size: 21px; }
.portal-main .section-heading p { margin-top: 4px; font-size: 11px; }
.portal-main .section-link { font-size: 11px; }
.portal-main .section-link span { width: 24px; height: 24px; }
.portal-main .featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }

.product-card--compact { display: grid; grid-template-columns: 62px minmax(0, 1fr); min-height: 112px; border-radius: 10px; box-shadow: none; }
.product-card--compact:hover { transform: translateY(-2px); }
.product-card--compact .product-visual { height: auto; min-height: 100%; padding: 10px 7px; justify-content: center; align-items: center; text-align: center; }
.product-card--compact .product-visual::after { width: 68px; height: 68px; right: -28px; top: -24px; border-width: 12px; }
.product-card--compact .product-visual__grid { background-size: 14px 14px; }
.product-card--compact .product-visual strong { font-size: 15px; }
.product-card--compact .product-visual small { display: none; }
.product-card--compact .product-card__body { min-width: 0; padding: 10px 10px 9px; }
.product-card--compact .product-card__meta { font-size: 8px; }
.product-card--compact .product-card__title { min-height: auto; margin: 5px 0 4px; overflow: hidden; font-size: 12px; line-height: 1.4; white-space: nowrap; text-overflow: ellipsis; }
.product-card--compact .product-card__body > p { display: none; }
.product-card--compact .tags { gap: 3px; overflow: hidden; white-space: nowrap; }
.product-card--compact .tags span { padding: 3px 5px; font-size: 8px; }
.product-card--compact .tags span:nth-child(n+3) { display: none; }
.product-card--compact .product-card__footer { margin-top: 7px; padding-top: 7px; }
.product-card--compact .company-inline { font-size: 8px; }
.product-card--compact .company-inline i { width: 18px; height: 18px; border-radius: 5px; }
.product-card--compact .product-card__footer > a:last-child { width: 20px; height: 20px; border-radius: 5px; font-size: 9px; }

.portal-main .directory-intro { margin-bottom: 18px; padding: 20px 22px; background: #fff; border-color: var(--line); border-radius: 12px; }
.portal-main .directory-intro h2 { margin: 5px 0; font-size: 22px; }
.portal-main .directory-intro p { font-size: 12px; }
.portal-main .category-section { padding: 20px 22px; border-top: 0; scroll-margin-top: 126px; }
.product-grid--category { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.portal-main .company-showcase { padding: 22px; background: #fff; }
.portal-main .company-grid { gap: 10px; }
.portal-main .company-card { padding: 15px; border-radius: 10px; }
.portal-main .company-card > p { min-height: 48px; }
.closing-cta--portal { padding: 0; background: transparent; }
.closing-cta--portal .closing-cta__inner { padding: 28px 32px; border-radius: 12px; }
.closing-cta--portal h2 { font-size: 23px; }
.closing-cta--portal p { font-size: 12px; }

@media (max-width: 1180px) {
  .portal-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 14px; }
  .portal-main .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-main .company-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-hub__stats { gap: 10px; }
}

@media (max-width: 900px) {
  .portal-home { padding-top: 14px; }
  .portal-layout { display: block; }
  .portal-layout > .category-sidebar { position: static; display: flex; overflow-x: auto; margin-bottom: 14px; border-radius: 10px; }
  .portal-layout > .category-sidebar .category-sidebar__title { min-width: 110px; display: flex; flex-direction: column; justify-content: center; }
  .portal-layout > .category-sidebar > a { min-width: 132px; border-right: 1px solid var(--line); border-bottom: 0; }
  .portal-layout > .category-sidebar b { display: none; }
  .search-hub__heading { min-height: 0; padding: 21px; }
  .search-hub__stats { display: none; }
  .portal-panel--quick .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-panel--quick .quick-card:nth-child(2) { border-right: 0; }
  .portal-panel--quick .quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 600px) {
  .portal-home { padding: 10px 0 42px; }
  .portal-panel, .portal-main .featured-strip, .portal-main .category-section, .portal-main .company-showcase { margin-bottom: 12px; padding: 15px; border-radius: 10px; }
  .search-hub { margin-bottom: 12px; border-radius: 10px; }
  .search-hub__heading { padding: 18px 16px 14px; }
  .search-hub__heading h1 { font-size: 21px; }
  .search-hub__heading p { font-size: 11px; line-height: 1.6; }
  .search-panel--light { padding: 14px; }
  .search-panel--light .search-tabs button { padding: 6px 13px; }
  .search-panel--light .search-form { height: 50px; }
  .search-panel--light .search-form input { font-size: 12px; }
  .search-panel--light .search-form button { min-width: 70px; }
  .portal-panel--quick { padding: 7px; }
  .portal-panel--quick .quick-card { padding: 9px; }
  .portal-panel--quick .quick-card small { display: none; }
  .portal-main .featured-grid, .product-grid--category { grid-template-columns: 1fr; }
  .product-card--compact { grid-template-columns: 58px minmax(0, 1fr); min-height: 102px; }
  .portal-main .directory-intro { margin-bottom: 12px; padding: 16px; }
  .portal-main .directory-intro h2 { font-size: 19px; }
  .portal-main .company-grid { grid-template-columns: 1fr; }
  .closing-cta--portal .closing-cta__inner { padding: 23px 20px; }
}

/* Directory and entity pages V3 — compact procurement-oriented layout */
.directory-page,
.entity-page { min-height: 70vh; padding: 24px 0 70px; background: #f3f5f8; }
.directory-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; color: #8792a4; font-size: 11px; }
.directory-breadcrumb a:hover { color: var(--blue); }
.directory-heading { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 18px; padding: 22px 26px; background: linear-gradient(135deg,#fff 0%,#f1f6ff 100%); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 16px rgba(27,43,77,.035); }
.directory-page--company .directory-heading { background: linear-gradient(135deg,#fff 0%,#f4f7fa 100%); }
.directory-heading h1 { margin: 6px 0 6px; font-size: 28px; line-height: 1.25; letter-spacing: -.8px; }
.directory-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.directory-heading__stats { flex: 0 0 auto; display: flex; align-items: stretch; }
.directory-heading__stats span { min-width: 92px; padding: 2px 18px; color: #7a8799; border-left: 1px solid #dce3ed; font-size: 10px; text-align: center; }
.directory-heading__stats strong { display: block; margin-bottom: 4px; color: var(--text); font-size: 22px; line-height: 1.1; }
.directory-shell { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 18px; align-items: start; }
.directory-filters { position: sticky; top: 126px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 16px rgba(27,43,77,.035); }
.directory-filters__head { display: flex; align-items: center; justify-content: space-between; padding: 16px; border-bottom: 1px solid var(--line); }
.directory-filters__head span,.directory-filters__head strong { display: block; }
.directory-filters__head strong { margin-top: 4px; font-size: 15px; }
.directory-filters__head > button { padding: 0; color: #8390a2; background: transparent; border: 0; font-size: 10px; }
.directory-filters__head > button:hover { color: var(--blue); }
.filter-group { padding: 14px 12px; border-bottom: 1px solid var(--line); }
.filter-group > strong { display: block; padding: 0 7px 8px; color: #556176; font-size: 11px; }
.filter-group > button { width: 100%; min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 6px 8px; color: #5d697d; background: transparent; border: 0; border-radius: 7px; font-size: 10px; text-align: left; }
.filter-group > button:hover { color: var(--blue); background: #f4f7fb; }
.filter-group > button.active { color: var(--blue); background: #edf4ff; font-weight: 700; }
.filter-group > button b { color: #a0a9b8; font-size: 9px; font-weight: 600; }
.filter-tip { margin: 12px; padding: 13px; color: #5b6c84; background: #eef5ff; border-radius: 9px; }
.filter-tip--company { background: #f0f5f4; }
.filter-tip span { display: block; color: var(--blue); font-size: 10px; font-weight: 800; }
.filter-tip p { margin: 5px 0 0; font-size: 9px; line-height: 1.6; }
.directory-results { min-width: 0; }
.directory-searchbar { height: 58px; display: flex; align-items: center; gap: 10px; margin-bottom: 12px; padding: 5px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 4px 16px rgba(27,43,77,.035); }
.directory-searchbar > span { flex: 0 0 auto; margin-left: 10px; color: #8491a5; font-size: 24px; transform: rotate(-18deg); }
.directory-searchbar input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; color: var(--text); font-size: 13px; }
.directory-searchbar > button:last-child { align-self: stretch; min-width: 92px; color: #fff; background: var(--blue); border: 0; border-radius: 7px; font-size: 12px; font-weight: 800; }
.filter-toggle { display: none; min-width: 64px; height: 38px; color: var(--blue); background: #edf4ff; border: 0; border-radius: 7px; font-size: 11px; font-weight: 700; }
.category-chip-row { display: flex; gap: 7px; overflow-x: auto; margin-bottom: 12px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 10px; scrollbar-width: thin; }
.category-chip-row button { flex: 0 0 auto; padding: 7px 11px; color: #667286; background: #f5f7fa; border: 1px solid transparent; border-radius: 7px; font-size: 10px; }
.category-chip-row button:hover,.category-chip-row button.active { color: var(--blue); background: #edf4ff; border-color: #d3e1fb; }
.result-toolbar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; padding: 10px 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.result-toolbar > div { display: flex; align-items: center; gap: 7px; color: #7b8799; font-size: 10px; }
.result-toolbar > div strong { color: var(--text); font-size: 18px; }
.result-toolbar em { padding: 4px 7px; color: var(--blue); background: #edf4ff; border-radius: 5px; font-size: 9px; font-style: normal; }
.result-toolbar label { display: flex; align-items: center; gap: 8px; color: #7a8799; font-size: 10px; }
.result-toolbar select { min-height: 31px; padding: 0 28px 0 9px; color: #4c596d; background: #f7f9fb; border: 1px solid var(--line); border-radius: 6px; font-size: 10px; outline: 0; }
.directory-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.directory-product-grid .product-card { border-radius: 10px; box-shadow: none; }
.directory-product-grid .product-visual { height: 105px; padding: 14px; }
.directory-product-grid .product-visual strong { font-size: 16px; }
.directory-product-grid .product-card__body { padding: 12px; }
.directory-product-grid .product-card__title { min-height: 38px; font-size: 13px; }
.directory-product-grid .product-card__body > p { min-height: 35px; font-size: 10px; line-height: 1.65; }
.directory-product-grid .product-card__footer { margin-top: 10px; padding-top: 9px; }
.directory-company-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.directory-company-grid .company-card { padding: 18px; border-radius: 10px; box-shadow: none; }
.directory-company-grid .company-card > p { min-height: 42px; }
.empty-state { padding: 70px 20px; text-align: center; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.empty-state strong { display: block; color: var(--text); font-size: 18px; }
.empty-state p { margin: 8px 0 20px; font-size: 12px; }

.entity-page { padding-top: 20px; }
.product-overview-card,.company-overview-card { margin-bottom: 14px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 4px 16px rgba(27,43,77,.035); }
.product-overview-card { display: grid; grid-template-columns: 420px minmax(0,1fr); gap: 30px; }
.product-gallery__main { --accent:#2563eb; min-height: 322px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #fff; background: linear-gradient(135deg,color-mix(in srgb,var(--accent),#071329 55%),var(--accent)); border-radius: 10px; }
.product-gallery__main::before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px); background-size:30px 30px; }
.product-gallery__main::after { content:""; position:absolute; width:230px; height:230px; right:-74px; top:-72px; border:40px solid rgba(255,255,255,.11); border-radius:50%; }
.product-gallery__main > * { position: relative; z-index: 1; }
.product-gallery__main span { font-size: 12px; }
.product-gallery__main strong { margin: 8px 0; font-size: 32px; letter-spacing: -.5px; }
.product-gallery__main small { color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .14em; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin-top: 8px; }
.product-gallery__thumbs button { min-height: 42px; color: #728096; background: #f6f8fb; border: 1px solid var(--line); border-radius: 7px; font-size: 9px; }
.product-gallery__thumbs button.active { color: var(--blue); background: #edf4ff; border-color: #bcd2fa; }
.product-overview__summary { min-width: 0; padding: 4px 2px; }
.entity-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.entity-badges span { padding: 5px 8px; color: #39608f; background: #eef5ff; border-radius: 5px; font-size: 9px; font-weight: 700; }
.product-overview__summary h1,.company-overview-card h1 { margin: 10px 0 9px; font-size: 30px; line-height: 1.25; letter-spacing: -.8px; }
.product-overview__summary > p,.company-overview__identity p { margin: 0 0 13px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.product-keyfacts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 18px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-keyfacts > div { min-height: 58px; padding: 11px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-keyfacts span,.product-keyfacts strong { display: block; }
.product-keyfacts span { color: #8a95a7; font-size: 9px; }
.product-keyfacts strong { margin-top: 5px; font-size: 11px; }
.product-keyfacts a { color: var(--blue); }
.icon-button { width: 44px; min-height: 44px; color: #5f6d82; background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: 20px; }
.response-note { display: flex; align-items: center; gap: 7px; margin: 12px 0 0 !important; color: #8692a4 !important; font-size: 9px !important; }
.response-note i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.entity-tabs { position: sticky; top: 106px; z-index: 30; display: flex; gap: 2px; overflow-x: auto; margin-bottom: 14px; padding: 7px; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 4px 16px rgba(27,43,77,.04); backdrop-filter: blur(10px); }
.entity-tabs a { flex: 0 0 auto; padding: 9px 15px; color: #667286; border-radius: 7px; font-size: 10px; font-weight: 700; }
.entity-tabs a:hover,.entity-tabs a.active { color: var(--blue); background: #edf4ff; }
.entity-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 16px; align-items: start; }
.entity-content-main { display: grid; gap: 14px; }
.content-card { scroll-margin-top: 170px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.content-card__title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.content-card__title > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--blue); background: #edf4ff; border-radius: 9px; font-size: 10px; font-weight: 800; }
.content-card__title h2,.content-card__title p { margin: 0; }
.content-card__title h2 { font-size: 19px; }
.content-card__title p { margin-top: 3px; color: #8b96a7; font-size: 9px; }
.content-card > p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 18px; }
.feature-grid div { padding: 14px; background: #f7f9fc; border: 1px solid #edf0f5; border-radius: 8px; }
.feature-grid strong,.feature-grid span { display: block; }
.feature-grid strong { font-size: 11px; }
.feature-grid span { margin-top: 6px; color: #7c889a; font-size: 9px; line-height: 1.55; }
.spec-table--modern { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 0; border-left: 1px solid var(--line); }
.spec-table--modern > div { min-height: 52px; grid-template-columns: 100px 1fr; padding: 12px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.download-row { width: 100%; min-height: 52px; display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; margin-top: 14px; padding: 0 14px; color: #4f5c70; background: #f8fafc; border: 1px solid var(--line); border-radius: 8px; text-align: left; }
.download-row span { font-size: 11px; font-weight: 700; }
.download-row b { color: #8c97a8; font-size: 9px; }
.download-row i { color: var(--blue); font-size: 16px; font-style: normal; }
.application-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.application-list span { padding: 8px 11px; color: #536178; background: #f5f7fa; border: 1px solid var(--line); border-radius: 7px; font-size: 10px; }
.entity-sidebar { position: sticky; top: 165px; display: grid; gap: 12px; }
.supplier-card,.sidebar-action-card { padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.supplier-card { box-shadow: 0 8px 24px rgba(27,43,77,.055); }
.supplier-card__head { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 11px; align-items: center; }
.supplier-card__head .company-logo { width: 46px; height: 46px; border-radius: 10px; }
.supplier-card__head span { color: #8a95a7; font-size: 9px; }
.supplier-card h3 { margin: 4px 0 0; font-size: 14px; line-height: 1.4; }
.supplier-card > p,.sidebar-action-card p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.supplier-card dl { margin: 14px 0; border-top: 1px solid var(--line); }
.supplier-card dl > div { display: grid; grid-template-columns: 68px 1fr; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 9px; }
.supplier-card dt { color: #8a95a7; }
.supplier-card dd { margin: 0; color: #46536a; font-weight: 700; }
.supplier-card small { display: block; margin-top: 12px; color: #929cad; font-size: 8px; line-height: 1.6; }
.sidebar-action-card strong { font-size: 13px; }
.related-block { padding: 46px 0 0; scroll-margin-top: 145px; }
.related-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.related-product-grid .product-card { border-radius: 10px; box-shadow: none; }

.company-overview-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; }
.company-overview__identity { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 20px; align-items: center; }
.company-overview__logo { --accent:#2563eb; width: 92px; height: 92px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent),#071329 50%)); border-radius: 17px; font-size: 30px; font-weight: 900; box-shadow: 0 12px 30px color-mix(in srgb,var(--accent),transparent 78%); }
.company-overview__actions { display: flex; gap: 8px; }
.company-stat-row { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2px; border-top: 1px solid var(--line); }
.company-stat-row div { padding: 16px 12px 0; text-align: center; border-right: 1px solid var(--line); }
.company-stat-row div:last-child { border-right: 0; }
.company-stat-row strong,.company-stat-row span { display: block; }
.company-stat-row strong { font-size: 18px; }
.company-stat-row span { margin-top: 4px; color: #8994a5; font-size: 9px; }
.company-info-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-info-grid > div { min-height: 58px; padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-info-grid .wide { grid-column: 1/-1; }
.company-info-grid span,.company-info-grid strong { display: block; }
.company-info-grid span { color: #8a95a7; font-size: 9px; }
.company-info-grid strong { margin-top: 5px; font-size: 11px; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.capability-grid > div { padding: 16px; background: #f7f9fb; border: 1px solid var(--line); border-radius: 8px; }
.capability-grid b,.capability-grid strong,.capability-grid span { display: block; }
.capability-grid b { color: #728096; font-size: 9px; }
.capability-grid strong { margin: 7px 0; font-size: 12px; }
.capability-grid span { color: #8590a2; font-size: 9px; line-height: 1.6; }
.document-list { border-top: 1px solid var(--line); }
.document-list > div { min-height: 52px; display: grid; grid-template-columns: 100px 1fr auto; gap: 12px; align-items: center; padding: 0 10px; border-bottom: 1px solid var(--line); font-size: 10px; }
.document-list span { color: #8590a2; }
.document-list b { padding: 4px 7px; color: #8b6f23; background: #fff7dc; border-radius: 5px; font-size: 8px; }
.company-contact-card > h3 { margin: 8px 0; font-size: 17px; }

@media (max-width: 1100px) {
  .directory-shell { grid-template-columns: 205px minmax(0,1fr); }
  .directory-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-overview-card { grid-template-columns: 355px minmax(0,1fr); gap: 22px; }
  .product-gallery__main { min-height: 290px; }
  .related-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .directory-heading__stats { display: none; }
  .directory-shell { display: block; }
  .directory-filters { position: static; display: none; margin-bottom: 12px; }
  .directory-filters.is-open { display: block; }
  .filter-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .filter-group { display: flex; flex-wrap: wrap; gap: 6px; }
  .filter-group > strong { width: 100%; }
  .filter-group > button { width: auto; min-height: 30px; border: 1px solid var(--line); }
  .filter-group > button b { margin-left: 8px; }
  .filter-tip { display: none; }
  .product-overview-card { grid-template-columns: 1fr; }
  .product-gallery { max-width: 560px; width: 100%; margin: 0 auto; }
  .entity-content-grid { grid-template-columns: 1fr; }
  .entity-sidebar { position: static; grid-template-columns: repeat(2,1fr); }
  .related-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .company-overview-card { grid-template-columns: 1fr; }
  .company-overview__actions { grid-row: 2; }
}

@media (max-width: 600px) {
  .directory-page,.entity-page { padding: 12px 0 46px; }
  .directory-breadcrumb { margin-bottom: 10px; }
  .directory-heading { min-height: 0; margin-bottom: 10px; padding: 17px; border-radius: 10px; }
  .directory-heading h1 { font-size: 21px; }
  .directory-heading p { font-size: 10px; line-height: 1.6; }
  .directory-searchbar { height: 52px; }
  .directory-searchbar input { font-size: 11px; }
  .directory-searchbar > button:last-child { min-width: 64px; }
  .category-chip-row { padding: 9px; }
  .result-toolbar { align-items: flex-start; }
  .result-toolbar label { display: none; }
  .directory-product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .directory-product-grid .product-visual { height: 88px; padding: 11px; }
  .directory-product-grid .product-card__body { padding: 10px; }
  .directory-product-grid .product-card__body > p { display: none; }
  .directory-product-grid .product-card__title { min-height: 36px; font-size: 12px; }
  .directory-product-grid .company-inline { max-width: 90px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .directory-company-grid { grid-template-columns: 1fr; }
  .product-overview-card,.company-overview-card { margin-bottom: 10px; padding: 14px; border-radius: 10px; }
  .product-gallery__main { min-height: 220px; padding: 19px; }
  .product-gallery__main strong { font-size: 24px; }
  .product-overview__summary h1,.company-overview-card h1 { font-size: 23px; }
  .product-keyfacts { grid-template-columns: 1fr; }
  .detail-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .detail-actions .button:first-child { grid-column: 1/-1; }
  .icon-button { width: auto; }
  .entity-tabs { top: 105px; margin-bottom: 10px; }
  .entity-tabs a { padding: 8px 11px; }
  .content-card { padding: 17px; border-radius: 10px; }
  .feature-grid,.capability-grid { grid-template-columns: 1fr; }
  .spec-table--modern { grid-template-columns: 1fr; }
  .entity-sidebar { grid-template-columns: 1fr; }
  .related-block { padding-top: 36px; }
  .related-product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .company-overview__identity { grid-template-columns: 65px minmax(0,1fr); gap: 13px; }
  .company-overview__logo { width: 65px; height: 65px; border-radius: 13px; font-size: 22px; }
  .company-overview__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .company-stat-row { grid-template-columns: repeat(2,1fr); }
  .company-stat-row div:nth-child(2) { border-right: 0; }
  .company-stat-row div:nth-child(-n+2) { padding-bottom: 13px; border-bottom: 1px solid var(--line); }
  .company-info-grid { grid-template-columns: 1fr; }
  .company-info-grid .wide { grid-column: auto; }
  .document-list > div { grid-template-columns: 82px 1fr; padding: 8px; }
  .document-list b { grid-column: 2; justify-self: start; }
}
.is-hidden { display: none !important; }

/* CNEVParts brand and locale switch */
.language-switch { margin-left:auto; display:inline-flex; align-items:center; gap:3px; padding:3px; border:1px solid var(--line); background:#f8fafc; border-radius:8px; }
.language-switch a { padding:5px 7px; border-radius:6px; color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.03em; }
.language-switch a.active { color:#fff; background:var(--blue); }
.mobile-language { display:flex; gap:8px; padding:12px 0 4px; }
.mobile-language a { flex:1; justify-content:center !important; border:1px solid var(--line); border-radius:8px; }
@media (max-width:1120px) { .language-switch { margin-left:auto; } }
@media (max-width:720px) { .language-switch { display:none; } }
@media (max-width:720px) {
  .search-panel--light .search-tabs { overflow-x:auto; flex-wrap:nowrap; scrollbar-width:none; }
  .search-panel--light .search-tabs::-webkit-scrollbar { display:none; }
  .search-panel--light .search-tabs button { flex:0 0 auto; padding:6px 10px; font-size:11px; }
  .search-panel--light .search-form input { width:0; min-width:0; }
  .search-panel--light .search-form button { flex:0 0 auto; }
}

/* Commercial placements are structurally reserved but disabled by default in lib/ad-config.ts. */
.ad-slot { margin: 16px 0; padding: 18px 20px; border: 1px dashed #cbd5e1; border-radius: 14px; background: #f8fafc; display: grid; gap: 4px; }
.ad-slot > span { width: max-content; padding: 2px 7px; border-radius: 999px; background: #e2e8f0; color: #475569; font-size: 11px; }
.ad-slot > strong { color: #0f172a; }
.ad-slot > small { color: #64748b; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* V6 search, filtering and inquiry interactions */
.filter-head-actions { display:flex; align-items:center; gap:10px; }
.filter-head-actions > button { padding:0; color:#8390a2; background:transparent; border:0; font-size:10px; }
.filter-head-actions > button:hover { color:var(--blue); }
.filter-done { display:none; }
.filter-backdrop { display:none; }
.directory-search-clear { flex:0 0 auto; width:30px; height:30px; color:#7b8799; background:#f1f4f8; border:0; border-radius:50%; font-size:17px; line-height:1; }
.active-filter-row { display:flex; flex-wrap:wrap; align-items:center; gap:7px; margin-bottom:12px; padding:10px 12px; background:#fff; border:1px solid var(--line); border-radius:10px; }
.active-filter-row > strong { margin-right:3px; color:#667286; font-size:10px; }
.active-filter-row > button { display:inline-flex; align-items:center; gap:7px; min-height:27px; padding:5px 8px; color:var(--blue); background:#edf4ff; border:1px solid #d3e1fb; border-radius:6px; font-size:9px; }
.active-filter-row > button span { font-size:13px; line-height:1; }
.active-filter-row > .clear-all { margin-left:auto; color:#6d7789; background:transparent; border-color:transparent; }

.search-directory-page { min-height:70vh; padding:24px 0 70px; background:#f3f5f8; }
.search-directory-hero { margin-bottom:14px; padding:30px; background:linear-gradient(135deg,#fff,#edf4ff); border:1px solid var(--line); border-radius:14px; box-shadow:0 4px 16px rgba(27,43,77,.035); }
.search-directory-hero h1 { margin:7px 0 7px; font-size:30px; line-height:1.25; letter-spacing:-.8px; }
.search-directory-hero > p { margin:0; color:var(--muted); font-size:13px; }
.search-directory-form { height:60px; display:flex; align-items:center; gap:10px; margin-top:22px; padding:6px; background:#fff; border:1px solid #dce4ef; border-radius:11px; box-shadow:0 8px 24px rgba(23,46,83,.06); }
.search-directory-form > span { margin-left:11px; color:#8190a5; font-size:24px; transform:rotate(-18deg); }
.search-directory-form input { min-width:0; flex:1; height:100%; padding:0 4px; color:var(--text); background:transparent; border:0; outline:0; font-size:13px; }
.search-directory-form .button { height:100%; min-width:104px; border:0; }
.search-clear { flex:0 0 auto; padding:7px 9px; color:#718096; background:#f2f5f8; border:0; border-radius:7px; font-size:10px; }
.search-keywords { display:flex; flex-wrap:wrap; align-items:center; gap:7px; margin-top:13px; }
.search-keywords strong { color:#69778b; font-size:10px; }
.search-keywords button { padding:5px 8px; color:#637186; background:#f4f7fb; border:1px solid #e2e8f0; border-radius:6px; font-size:9px; }
.search-keywords button:hover { color:var(--blue); border-color:#bfd2f4; }
.search-type-tabs { display:flex; gap:6px; overflow-x:auto; margin-bottom:12px; padding:8px; background:#fff; border:1px solid var(--line); border-radius:10px; }
.search-type-tabs button { flex:0 0 auto; min-width:100px; padding:10px 14px; color:#667286; background:#f6f8fb; border:1px solid transparent; border-radius:7px; font-size:10px; font-weight:700; }
.search-type-tabs button.active { color:#fff; background:var(--blue); }
.search-result-summary { min-height:50px; display:flex; align-items:center; margin-bottom:12px; padding:10px 14px; background:#fff; border:1px solid var(--line); border-radius:10px; }
.search-result-summary > div { display:flex; flex-wrap:wrap; align-items:center; gap:7px; color:#7b8799; font-size:10px; }
.search-result-summary strong { color:var(--text); font-size:18px; }
.search-result-summary em { padding:4px 7px; color:var(--blue); background:#edf4ff; border-radius:5px; font-size:9px; font-style:normal; }
.search-result-grid { grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.search-result-grid .product-card { border-radius:10px; box-shadow:none; }
.search-company-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.search-company-grid .company-card { box-shadow:none; }
.search-content-shell { padding:20px; background:#fff; border:1px solid var(--line); border-radius:12px; }
.search-content-intro { display:flex; align-items:center; justify-content:space-between; gap:25px; margin-bottom:16px; padding-bottom:16px; border-bottom:1px solid var(--line); }
.search-content-intro p { max-width:760px; margin:0; color:var(--muted); font-size:11px; line-height:1.7; }
.search-content-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.search-content-grid article { padding:20px; background:#f8fafc; border:1px solid #e5eaf1; border-radius:10px; }
.search-content-grid article > span { color:var(--blue); font-size:9px; font-weight:800; }
.search-content-grid h2 { margin:8px 0; font-size:17px; }
.search-content-grid p { min-height:55px; margin:0 0 14px; color:var(--muted); font-size:10px; line-height:1.7; }
.search-content-grid button { padding:7px 10px; color:#8a95a7; background:#edf1f5; border:0; border-radius:6px; font-size:9px; }
.sourcing-search-card { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:34px; color:#fff; background:linear-gradient(135deg,#10243e,#1e4e89); border-radius:14px; }
.sourcing-search-card h2 { margin:7px 0; font-size:25px; }
.sourcing-search-card p { max-width:720px; margin:0; color:rgba(255,255,255,.72); font-size:12px; line-height:1.7; }
.sourcing-search-card .eyebrow { color:#92bcff; }
.sourcing-search-card .button { flex:0 0 auto; background:#fff; color:#174987; border:0; }

body.modal-open { overflow:hidden; }
.inquiry-modal { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:20px; background:rgba(8,18,35,.62); backdrop-filter:blur(5px); }
.inquiry-dialog { width:min(720px,100%); max-height:calc(100vh - 40px); position:relative; overflow:auto; padding:26px; background:#fff; border-radius:16px; box-shadow:0 30px 80px rgba(0,0,0,.28); }
.inquiry-dialog__close { width:34px; height:34px; position:absolute; right:16px; top:16px; z-index:2; color:#68758a; background:#f1f4f8; border:0; border-radius:50%; font-size:22px; line-height:1; }
.inquiry-dialog__head { padding-right:38px; }
.inquiry-dialog__head h2 { margin:6px 0 7px; font-size:26px; }
.inquiry-dialog__head p { margin:0; color:var(--muted); font-size:11px; line-height:1.7; }
.inquiry-context { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; overflow:hidden; margin:18px 0; background:var(--line); border:1px solid var(--line); border-radius:9px; }
.inquiry-context > div { min-width:0; padding:11px 12px; background:#f8fafc; }
.inquiry-context span,.inquiry-context strong { display:block; }
.inquiry-context span { color:#8994a5; font-size:8px; text-transform:uppercase; }
.inquiry-context strong { overflow:hidden; margin-top:4px; font-size:10px; white-space:nowrap; text-overflow:ellipsis; }
.inquiry-form { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.inquiry-form label { display:grid; gap:6px; }
.inquiry-form label.wide { grid-column:1/-1; }
.inquiry-form label span { color:#5f6d81; font-size:10px; font-weight:700; }
.inquiry-form input,.inquiry-form textarea { width:100%; padding:11px 12px; color:var(--text); background:#fff; border:1px solid #dce3ed; border-radius:8px; outline:0; font:inherit; font-size:11px; }
.inquiry-form input:focus,.inquiry-form textarea:focus { border-color:#84aef2; box-shadow:0 0 0 3px #edf4ff; }
.inquiry-form textarea { resize:vertical; }
.inquiry-form__privacy { grid-column:1/-1; margin:0; color:#8a95a7; font-size:9px; }
.inquiry-form__actions { grid-column:1/-1; display:flex; justify-content:flex-end; gap:9px; padding-top:4px; }
.inquiry-form__actions .button { min-width:120px; border:0; }
.inquiry-success { padding:45px 20px 30px; text-align:center; }
.inquiry-success > span { width:58px; height:58px; display:grid; place-items:center; margin:0 auto 14px; color:#fff; background:var(--green); border-radius:50%; font-size:26px; }
.inquiry-success h2 { margin:0 0 8px; font-size:25px; }
.inquiry-success p { max-width:480px; margin:0 auto 20px; color:var(--muted); font-size:11px; line-height:1.7; }
.inquiry-success .button { border:0; }
.mobile-entity-cta { display:none; }

@media (max-width:1100px) {
  .search-result-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .search-company-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:820px) {
  .filter-backdrop { position:fixed; inset:0; z-index:99; display:block; background:rgba(8,18,35,.42); border:0; }
  .directory-filters.is-open { position:fixed; z-index:100; inset:0 auto 0 0; width:min(340px,88vw); display:block; overflow-y:auto; border-radius:0 14px 14px 0; }
  .filter-done { display:inline !important; color:var(--blue) !important; font-weight:800; }
  .search-result-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .search-content-grid { grid-template-columns:1fr; }
  .search-content-grid p { min-height:0; }
  .search-content-intro,.sourcing-search-card { align-items:flex-start; flex-direction:column; }
  .inquiry-context { grid-template-columns:1fr; }
}
@media (max-width:720px) {
  .search-directory-page { padding:12px 0 70px; }
  .search-directory-hero { padding:18px; border-radius:10px; }
  .search-directory-hero h1 { font-size:22px; }
  .search-directory-hero > p { font-size:10px; line-height:1.6; }
  .search-directory-form { height:54px; gap:5px; margin-top:16px; }
  .search-directory-form > span { margin-left:6px; }
  .search-directory-form input { width:0; font-size:11px; }
  .search-directory-form .button { min-width:64px; padding:0 12px; }
  .search-clear { display:none; }
  .search-type-tabs button { min-width:auto; padding:9px 12px; }
  .search-result-grid { grid-template-columns:1fr 1fr; gap:8px; }
  .search-result-grid .product-card__body > p { display:none; }
  .search-company-grid { grid-template-columns:1fr; }
  .search-content-shell { padding:14px; }
  .sourcing-search-card { padding:22px; }
  .sourcing-search-card h2 { font-size:21px; }
  .active-filter-row > .clear-all { margin-left:0; }
  .inquiry-modal { padding:0; place-items:end center; }
  .inquiry-dialog { width:100%; max-height:92vh; padding:20px 16px 24px; border-radius:18px 18px 0 0; }
  .inquiry-dialog__head h2 { font-size:22px; }
  .inquiry-form { grid-template-columns:1fr; }
  .inquiry-form label.wide,.inquiry-form__privacy,.inquiry-form__actions { grid-column:auto; }
  .inquiry-form__actions .button { min-width:0; flex:1; }
  .entity-page { padding-bottom:94px; }
  .mobile-entity-cta { position:fixed; z-index:80; left:0; right:0; bottom:0; display:grid; grid-template-columns:1.25fr 1fr; gap:8px; padding:10px 14px calc(10px + env(safe-area-inset-bottom)); background:rgba(255,255,255,.97); border-top:1px solid var(--line); box-shadow:0 -8px 25px rgba(20,35,60,.09); backdrop-filter:blur(10px); }
  .mobile-entity-cta .button { min-height:44px; border:0; }
  .mobile-entity-cta .button--ghost { border:1px solid var(--line); }
}

/* V7 directory contribution and conversion pages */
.button--outline-light { color:#fff; background:transparent; border:1px solid rgba(255,255,255,.46); box-shadow:none; }
.button--outline-light:hover { color:#123c78; background:#fff; }
.closing-cta__actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px; }
.submission-page { min-height:72vh; padding:28px 0 78px; background:linear-gradient(180deg,#eef3fa 0,#f6f8fb 270px); }
.submission-layout { display:grid; grid-template-columns:340px minmax(0,1fr); gap:22px; align-items:start; }
.submission-aside { position:sticky; top:128px; overflow:hidden; padding:30px; color:#fff; background:linear-gradient(145deg,#091a37,#123c78 62%,#155eef); border-radius:18px; box-shadow:0 24px 65px rgba(17,46,91,.18); }
.submission-aside::after { content:""; position:absolute; width:210px; height:210px; right:-80px; top:-70px; border:34px solid rgba(255,255,255,.07); border-radius:50%; }
.submission-aside__index { position:absolute; right:24px; top:18px; color:rgba(255,255,255,.09); font-size:78px; line-height:1; font-weight:900; }
.submission-aside .eyebrow { position:relative; color:#91bcff; }
.submission-aside h1 { position:relative; margin:12px 0 12px; font-size:29px; line-height:1.2; letter-spacing:-.8px; }
.submission-aside > p { position:relative; margin:0; color:#c9d6ea; font-size:12px; line-height:1.8; }
.submission-meta { position:relative; display:grid; gap:7px; margin:22px 0; padding:15px 0; border-top:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
.submission-meta span { color:#d5e0f0; font-size:10px; }
.submission-meta span::before { content:"✓"; margin-right:8px; color:#6ee7b7; font-weight:900; }
.submission-steps { position:relative; display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.submission-steps li { display:flex; align-items:center; gap:10px; color:#d7e1ef; font-size:10px; }
.submission-steps i { width:27px; height:27px; display:grid; place-items:center; flex:0 0 auto; color:#fff; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.15); border-radius:50%; font-style:normal; font-weight:800; }
.submission-related { position:relative; display:grid; gap:4px; margin-top:24px; padding-top:18px; border-top:1px solid rgba(255,255,255,.14); }
.submission-related > strong { margin-bottom:5px; color:#8fb8f8; font-size:9px; letter-spacing:.12em; text-transform:uppercase; }
.submission-related a { display:flex; justify-content:space-between; gap:10px; padding:8px 0; color:#fff; font-size:10px; font-weight:700; }
.submission-main { min-width:0; }
.submission-notice { display:flex; align-items:center; gap:12px; margin-bottom:12px; padding:12px 15px; background:#fff9e8; border:1px solid #f2dfaa; border-radius:10px; }
.submission-notice span { flex:0 0 auto; padding:4px 7px; color:#895b08; background:#ffedb7; border-radius:5px; font-size:9px; font-weight:800; }
.submission-notice p { margin:0; color:#806b3e; font-size:10px; }
.submission-form { display:grid; gap:14px; }
.form-section { padding:25px; background:#fff; border:1px solid var(--line); border-radius:15px; box-shadow:0 8px 28px rgba(27,43,77,.045); }
.form-section__head { display:flex; gap:13px; align-items:flex-start; margin-bottom:20px; padding-bottom:15px; border-bottom:1px solid var(--line); }
.form-section__head > span { width:36px; height:36px; display:grid; place-items:center; flex:0 0 auto; color:var(--blue); background:#edf4ff; border-radius:9px; font-size:10px; font-weight:900; }
.form-section__head h2 { margin:0; font-size:19px; }
.form-section__head p { margin:5px 0 0; color:var(--muted); font-size:10px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.form-field { min-width:0; display:grid; align-content:start; gap:7px; }
.form-field--wide { grid-column:1/-1; }
.form-field > span { color:#536176; font-size:10px; font-weight:750; }
.form-field > span b { margin-left:4px; color:#df3f4c; }
.form-field input,.form-field select,.form-field textarea { width:100%; min-height:43px; padding:10px 12px; color:var(--text); background:#fff; border:1px solid #dbe2ec; border-radius:8px; outline:0; font:inherit; font-size:11px; }
.form-field textarea { resize:vertical; line-height:1.65; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:#83abef; box-shadow:0 0 0 3px #edf4ff; }
.record-type-switch { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:16px; padding:5px; background:#f1f4f8; border-radius:9px; }
.record-type-switch button { min-height:39px; color:#657287; background:transparent; border:0; border-radius:7px; font-size:10px; font-weight:800; }
.record-type-switch button.active { color:var(--blue); background:#fff; box-shadow:0 3px 12px rgba(27,43,77,.08); }
.file-input { min-height:82px; position:relative; display:flex; align-items:center; gap:11px; padding:14px; background:#f8fafc; border:1px dashed #bdc9da; border-radius:9px; }
.file-input input { position:absolute; inset:0; z-index:2; min-height:0; opacity:0; cursor:pointer; }
.file-input > span { width:34px; height:34px; display:grid; place-items:center; flex:0 0 auto; color:var(--blue); background:#eaf2ff; border-radius:8px; font-size:20px; }
.file-input strong { color:#7d899b; font-size:9px; line-height:1.5; font-weight:600; }
.form-section--final { display:grid; gap:18px; }
.consent-row { display:flex; align-items:flex-start; gap:10px; color:#5f6c80; font-size:10px; line-height:1.55; }
.consent-row input { width:16px; height:16px; margin:0; accent-color:var(--blue); }
.submission-actions { display:flex; justify-content:flex-end; gap:10px; }
.submission-actions .button { min-width:150px; }
.submission-success { min-height:560px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:55px 30px; text-align:center; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); }
.submission-success__icon { width:68px; height:68px; display:grid; place-items:center; color:#fff; background:var(--green); border-radius:50%; font-size:30px; box-shadow:0 15px 34px rgba(20,184,122,.24); }
.submission-success h2 { margin:18px 0 8px; font-size:28px; }
.submission-success p { max-width:560px; margin:0 0 22px; color:var(--muted); font-size:11px; line-height:1.8; }
.submission-success > div { display:flex; gap:10px; }
@media (max-width:980px) {
  .submission-layout { grid-template-columns:1fr; }
  .submission-aside { position:relative; top:auto; }
  .submission-steps { grid-template-columns:repeat(4,1fr); }
  .submission-steps li { align-items:flex-start; }
  .submission-related { grid-template-columns:1fr 1fr; }
  .submission-related > strong { grid-column:1/-1; }
}
@media (max-width:720px) {
  .submission-page { padding:14px 0 92px; }
  .submission-layout { width:min(100% - 24px,1240px); gap:12px; }
  .submission-aside { padding:23px; border-radius:14px; }
  .submission-aside h1 { max-width:85%; font-size:25px; }
  .submission-steps { grid-template-columns:1fr 1fr; }
  .submission-related { grid-template-columns:1fr; }
  .submission-related > strong { grid-column:auto; }
  .submission-notice { align-items:flex-start; }
  .form-section { padding:19px 16px; border-radius:12px; }
  .form-grid { grid-template-columns:1fr; gap:13px; }
  .form-field--wide { grid-column:auto; }
  .record-type-switch { grid-template-columns:1fr; }
  .submission-actions { display:grid; grid-template-columns:1fr; }
  .submission-actions .button { width:100%; }
  .submission-success { min-height:440px; padding:35px 20px; }
  .submission-success > div { width:100%; display:grid; }
  .closing-cta__actions { width:100%; justify-content:stretch; }
  .closing-cta__actions .button { width:100%; }
}

/* V8 submission persistence and review workspace */
.submission-reference { display:inline-flex; margin:0 0 22px; padding:9px 13px; color:#123c78; background:#edf4ff; border:1px solid #d2e2fb; border-radius:8px; font-size:11px; font-weight:800; letter-spacing:.04em; }
.submission-success > div { flex-wrap:wrap; justify-content:center; }
.admin-page { min-height:78vh; padding:28px 0 78px; background:linear-gradient(180deg,#edf3fa 0,#f7f9fc 280px); }
.admin-shell { display:grid; gap:14px; }
.admin-hero { display:flex; align-items:flex-end; justify-content:space-between; gap:25px; padding:28px 30px; color:#fff; background:linear-gradient(135deg,#091a37,#123c78 70%,#155eef); border-radius:17px; box-shadow:0 22px 55px rgba(17,46,91,.16); }
.admin-hero h1 { margin:8px 0 7px; font-size:30px; letter-spacing:-.8px; }
.admin-hero p { max-width:690px; margin:0; color:#cdd9e9; font-size:11px; line-height:1.7; }
.admin-hero .eyebrow { color:#91bcff; }
.admin-hero__actions { display:flex; flex:0 0 auto; gap:9px; }
.admin-hero__actions .button--ghost { color:#fff; background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.28); }
.admin-local-notice { display:flex; align-items:center; gap:12px; padding:12px 15px; color:#755b21; background:#fff9e8; border:1px solid #f0dda5; border-radius:10px; font-size:10px; }
.admin-local-notice strong { flex:0 0 auto; padding:4px 7px; color:#855704; background:#ffedb7; border-radius:5px; font-size:9px; }
.admin-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.admin-stats article { display:flex; align-items:center; justify-content:space-between; min-height:78px; padding:17px 19px; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:0 7px 22px rgba(27,43,77,.035); }
.admin-stats span { color:#68758a; font-size:10px; font-weight:700; }
.admin-stats strong { color:#102d5d; font-size:26px; }
.admin-toolbar { display:grid; grid-template-columns:minmax(260px,1fr) repeat(3,190px); gap:9px; padding:12px; background:#fff; border:1px solid var(--line); border-radius:12px; }
.admin-search { min-height:42px; display:flex; align-items:center; gap:8px; padding:0 12px; background:#f8fafc; border:1px solid #dce3ec; border-radius:8px; }
.admin-search span { color:#718098; font-size:18px; }
.admin-search input { min-width:0; width:100%; background:transparent; border:0; outline:0; font:inherit; font-size:10px; }
.admin-toolbar select { min-height:42px; padding:0 11px; color:#4e5c71; background:#fff; border:1px solid #dce3ec; border-radius:8px; font:inherit; font-size:10px; }
.admin-workspace { min-height:650px; display:grid; grid-template-columns:430px minmax(0,1fr); gap:12px; align-items:stretch; }
.admin-queue,.admin-detail { min-width:0; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:0 9px 28px rgba(27,43,77,.04); }
.admin-queue { overflow:hidden; }
.admin-queue > header { min-height:54px; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:0 15px; border-bottom:1px solid var(--line); }
.admin-queue > header > strong { font-size:11px; }
.admin-queue > header div { display:flex; gap:4px; }
.admin-queue > header button { padding:5px 7px; color:#66758a; background:#f6f8fb; border:1px solid #e1e6ed; border-radius:5px; font-size:8px; font-weight:700; }
.admin-queue__list { max-height:720px; overflow:auto; padding:7px; }
.admin-record { width:100%; display:grid; gap:7px; padding:14px; text-align:left; background:#fff; border:1px solid transparent; border-bottom-color:#edf0f4; border-radius:9px; }
.admin-record:hover { background:#f8fbff; }
.admin-record.active { background:#f2f7ff; border-color:#bcd3f7; box-shadow:inset 3px 0 #155eef; }
.admin-record__top { display:flex; align-items:center; justify-content:space-between; gap:8px; }
.admin-record > strong { color:#192a45; font-size:11px; line-height:1.45; }
.admin-record > p { overflow:hidden; margin:0; color:#788397; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.admin-record footer { display:flex; align-items:center; justify-content:space-between; gap:8px; color:#8a95a6; font-size:8px; }
.admin-record code,.admin-detail code { font-family:ui-monospace,SFMono-Regular,Menlo,monospace; font-size:8px; }
.admin-kind,.admin-status { display:inline-flex; align-items:center; width:max-content; padding:4px 7px; border-radius:5px; font-size:8px; font-weight:800; }
.admin-kind--listing { color:#6d4c13; background:#fff3cd; }
.admin-kind--supplier { color:#145f4b; background:#dcf8ef; }
.admin-kind--sourcing { color:#174e9b; background:#e3efff; }
.admin-status--new { color:#9a4f0a; background:#fff0dc; }
.admin-status--in_review { color:#244f9d; background:#e7efff; }
.admin-status--approved { color:#14704e; background:#dcf8ed; }
.admin-status--published { color:#fff; background:#168761; }
.admin-status--rejected { color:#9f3440; background:#fde7ea; }
.admin-detail { padding:24px; }
.admin-detail__head { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.admin-detail__head h2 { margin:10px 0 6px; font-size:24px; line-height:1.25; }
.admin-detail__head code { color:#7a879a; }
.admin-meta-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:16px 0; }
.admin-meta-grid > div { min-width:0; padding:12px; background:#f8fafc; border:1px solid #edf0f4; border-radius:8px; }
.admin-meta-grid dt { margin-bottom:5px; color:#7b8798; font-size:8px; font-weight:700; text-transform:uppercase; }
.admin-meta-grid dd { overflow-wrap:anywhere; margin:0; color:#263650; font-size:10px; font-weight:700; }
.admin-meta-grid dd small { display:block; margin-top:4px; color:#788497; font-size:8px; font-weight:500; }
.admin-payload,.admin-workflow { margin-top:18px; padding-top:18px; border-top:1px solid var(--line); }
.admin-payload h3,.admin-workflow h3 { margin:0 0 12px; font-size:13px; }
.admin-payload > div { display:grid; grid-template-columns:180px minmax(0,1fr); gap:15px; padding:11px 0; border-bottom:1px solid #f0f2f5; }
.admin-payload span { color:#6f7d90; font-size:9px; font-weight:700; }
.admin-payload p { margin:0; color:#34445e; font-size:10px; line-height:1.6; white-space:pre-wrap; }
.admin-workflow > div { display:flex; flex-wrap:wrap; gap:7px; }
.admin-workflow button { min-height:34px; padding:0 11px; color:#5e6b7e; background:#fff; border:1px solid #dce3ec; border-radius:7px; font-size:9px; font-weight:750; }
.admin-workflow button:hover,.admin-workflow button.active { color:#fff; background:#155eef; border-color:#155eef; }
.admin-workflow > p { margin:10px 0 0; color:#168761; font-size:9px; font-weight:800; }
.admin-empty,.admin-detail__empty { display:grid; place-items:center; align-content:center; min-height:400px; padding:30px; color:#8290a4; text-align:center; font-size:10px; }
.admin-detail__empty span { width:58px; height:58px; display:grid; place-items:center; margin:auto; color:#3c72c8; background:#eaf2ff; border-radius:50%; font-size:28px; }
.admin-detail__empty h2 { margin:15px 0 6px; color:#233752; font-size:20px; }
.admin-detail__empty p { max-width:430px; margin:0; line-height:1.7; }
.admin-public-links { display:flex; align-items:center; gap:8px; padding:13px 15px; background:#fff; border:1px solid var(--line); border-radius:10px; }
.admin-public-links strong { margin-right:auto; font-size:10px; }
.admin-public-links a { padding:7px 9px; color:#155eef; background:#f0f5ff; border-radius:6px; font-size:9px; font-weight:750; }
@media (max-width:1050px) {
  .admin-toolbar { grid-template-columns:1fr 1fr; }
  .admin-workspace { grid-template-columns:340px minmax(0,1fr); }
  .admin-meta-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:820px) {
  .admin-hero { align-items:flex-start; flex-direction:column; }
  .admin-stats { grid-template-columns:1fr 1fr; }
  .admin-workspace { grid-template-columns:1fr; }
  .admin-queue__list { max-height:430px; }
  .admin-detail { min-height:500px; }
}
@media (max-width:600px) {
  .admin-page { padding:14px 0 90px; }
  .admin-shell { width:min(100% - 24px,1240px); }
  .admin-hero { padding:22px 19px; border-radius:13px; }
  .admin-hero h1 { font-size:25px; }
  .admin-hero__actions { width:100%; display:grid; grid-template-columns:1fr 1fr; }
  .admin-local-notice { align-items:flex-start; flex-direction:column; }
  .admin-stats { gap:7px; }
  .admin-stats article { min-height:66px; padding:13px; }
  .admin-stats span { max-width:90px; }
  .admin-stats strong { font-size:22px; }
  .admin-toolbar { grid-template-columns:1fr; }
  .admin-detail { padding:18px 15px; }
  .admin-detail__head { flex-direction:column; }
  .admin-detail__head h2 { font-size:21px; }
  .admin-meta-grid { grid-template-columns:1fr; }
  .admin-payload > div { grid-template-columns:1fr; gap:5px; }
  .admin-public-links { align-items:stretch; flex-direction:column; }
  .admin-public-links strong { margin:0 0 4px; }
  .admin-public-links a { width:100%; }
  .submission-success > div { display:grid; width:100%; }
}

/* V9 protected admin workflow */
.admin-login-page{padding:54px 0 80px;background:linear-gradient(180deg,#eef5f4 0,#f7f9f8 100%);min-height:72vh}.admin-login-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,480px);gap:48px;align-items:start}.admin-login-copy{padding:46px 0}.admin-login-copy h1{font-size:clamp(34px,4vw,58px);line-height:1.06;margin:14px 0 18px;max-width:720px}.admin-login-copy>p{font-size:18px;color:#54625f;line-height:1.8;max-width:690px}.admin-login-warning{margin-top:28px;border-left:4px solid #167d6d;background:#fff;padding:18px 20px;color:#53615f;line-height:1.65}.admin-login-card{background:#fff;border:1px solid #dce5e2;border-radius:18px;padding:28px;box-shadow:0 18px 50px rgba(34,67,61,.08);display:grid;gap:18px}.admin-login-card label{display:grid;gap:8px}.admin-login-card label span{font-weight:700;font-size:14px;color:#263835}.admin-login-card input{height:48px;border:1px solid #cfdad7;border-radius:10px;padding:0 14px;font:inherit}.admin-login-error{margin:0;color:#b3261e;font-weight:700}.admin-demo-accounts{border-top:1px solid #e5ecea;padding-top:18px;display:grid;gap:10px}.admin-demo-accounts>strong{font-size:13px;color:#61706d}.admin-demo-accounts button{border:1px solid #dfe8e5;background:#f8fbfa;border-radius:10px;padding:12px;text-align:left;display:grid;grid-template-columns:1fr auto;gap:5px 12px;cursor:pointer}.admin-demo-accounts button span{grid-column:1/-1;font-size:12px;color:#60706d}.admin-demo-accounts code{font-size:12px;color:#173f38}.admin-account-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dce5e2;padding:12px 0 16px;margin-bottom:26px}.admin-account-bar>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-account-bar strong{color:#173f38}.admin-account-bar span{font-size:13px;color:#6b7876}.admin-account-bar em{font-style:normal;background:#e8f4f1;color:#126b5e;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.admin-account-bar button{border:0;background:transparent;color:#a23b32;font-weight:700;cursor:pointer}.admin-role-notice{background:#fff6df;border:1px solid #efd99d;color:#69551d;border-radius:10px;padding:13px 16px;margin-bottom:18px}.admin-tabs{display:flex;gap:8px;margin:22px 0 14px;border-bottom:1px solid #dce5e2}.admin-tabs button{border:0;background:transparent;padding:13px 18px 14px;font-weight:800;color:#667572;cursor:pointer;border-bottom:3px solid transparent}.admin-tabs button.active{color:#126b5e;border-color:#126b5e}.admin-tabs span{margin-left:8px;background:#eaf1ef;border-radius:999px;padding:2px 8px;font-size:11px}.admin-detail--v9{max-height:none}.admin-notes,.admin-publish-tools,.admin-history{border-top:1px solid #e2e9e7;padding:22px 0}.admin-notes h3,.admin-publish-tools h3,.admin-history h3{margin:0 0 14px;font-size:17px}.admin-note-compose{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.admin-note-compose textarea{width:100%;border:1px solid #cfdbd8;border-radius:10px;padding:12px;font:inherit;resize:vertical}.admin-note-list{display:grid;gap:10px;margin-top:14px}.admin-note-list>p{color:#778481}.admin-note-list article{background:#f7faf9;border:1px solid #e0e8e6;border-radius:10px;padding:12px 14px}.admin-note-list header{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:#71807d}.admin-note-list p{margin:7px 0 0;line-height:1.55}.admin-publish-tools>p{color:#687673;font-size:13px}.admin-publish-tools>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.admin-publish-tools button,.admin-draft-actions button{border:1px solid #bad0ca;background:#fff;color:#175d52;border-radius:9px;padding:9px 12px;font-weight:700;cursor:pointer}.admin-publish-tools button:disabled,.admin-draft-actions button:disabled{opacity:.45;cursor:not-allowed}.admin-history>div{display:grid;gap:0}.admin-history article{display:grid;grid-template-columns:18px 1fr;gap:10px;position:relative;padding-bottom:18px}.admin-history article:not(:last-child):before{content:"";position:absolute;left:6px;top:16px;bottom:0;width:1px;background:#cfddda}.admin-history i{width:13px;height:13px;border:3px solid #d9ece7;background:#167d6d;border-radius:50%;margin-top:3px;z-index:1}.admin-history strong{display:block;font-size:13px}.admin-history span{display:block;color:#7a8784;font-size:12px;margin-top:3px}.admin-history p{margin:5px 0 0;font-size:13px;color:#52615e}.admin-drafts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-draft-card{background:#fff;border:1px solid #dae4e1;border-radius:14px;padding:20px}.admin-draft-card header{display:flex;justify-content:space-between;gap:12px}.admin-draft-card h2{font-size:20px;margin:16px 0 8px}.admin-draft-card>code{font-size:12px;color:#60716d}.admin-draft-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.admin-draft-card dl div{background:#f7faf9;padding:10px;border-radius:8px}.admin-draft-card dt{font-size:11px;color:#778481}.admin-draft-card dd{margin:5px 0 0;font-size:13px;word-break:break-word}.admin-draft-actions{display:flex;gap:7px;flex-wrap:wrap}.admin-draft-actions button.active{background:#167d6d;color:#fff;border-color:#167d6d}.admin-empty--large{grid-column:1/-1;padding:65px}.admin-toast{position:fixed;right:24px;bottom:24px;background:#173f38;color:#fff;padding:12px 18px;border-radius:10px;box-shadow:0 12px 35px rgba(0,0,0,.18);z-index:100}.admin-loading{padding:80px 0;min-height:60vh}
@media(max-width:900px){.admin-login-shell{grid-template-columns:1fr;gap:10px}.admin-login-copy{padding:10px 0}.admin-drafts{grid-template-columns:1fr}}
@media(max-width:600px){.admin-login-page{padding:28px 0 55px}.admin-login-card{padding:20px}.admin-demo-accounts button{grid-template-columns:1fr}.admin-account-bar{align-items:flex-start}.admin-account-bar>div{display:grid;gap:3px}.admin-note-compose{grid-template-columns:1fr}.admin-draft-card dl{grid-template-columns:1fr}.admin-tabs button{padding-inline:10px}.admin-toast{left:16px;right:16px;text-align:center}}
/* V10 server/static mode indicators */
.admin-mode-badge,.submission-mode{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:auto;height:auto;max-width:100%;margin:.65rem 0 0;padding:.34rem .62rem;border:1px solid #d9e2ec;border-radius:999px;background:#f7f9fb;color:#52606d;font-size:.76rem;font-weight:700;line-height:1.25;white-space:nowrap;writing-mode:horizontal-tb;text-orientation:mixed;box-shadow:none}
.admin-mode-badge.is-server,.submission-mode.is-server{border-color:#9bd4c4;background:#edf9f5;color:#126b54}
.admin-mode-badge.is-server::before,.submission-mode.is-server::before{content:"";width:.42rem;height:.42rem;border-radius:50%;background:#16a079}
.submission-reference{display:block;width:max-content;margin:.7rem auto;padding:.45rem .75rem;border-radius:.45rem;background:#0c2438;color:#fff;font-weight:800;letter-spacing:.04em}

/* V10.2 cache-safe success status */
.submission-success > .submission-mode-v102{display:inline-flex!important;flex:none!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;width:max-content!important;min-width:0!important;max-width:calc(100% - 24px)!important;height:auto!important;min-height:0!important;margin:.65rem auto 1rem!important;padding:.36rem .68rem!important;border:1px solid #9bd4c4!important;border-radius:999px!important;background:#edf9f5!important;color:#126b54!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:0!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;box-shadow:none!important}.submission-success > .submission-mode-v102:before{content:"";flex:none;width:7px;height:7px;border-radius:50%;background:#16a079}

/* V11 taxonomy: powertrain, condition, used OEM and fuel-cell scope */
.technology-scope-panel{padding:28px}.technology-scope-panel__head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.technology-scope-panel__head h2{margin:5px 0 8px;font-size:26px}.technology-scope-panel__head p{max-width:780px;margin:0;color:var(--muted);line-height:1.7}.scope-columns{display:grid;gap:24px}.scope-column>strong{display:block;margin-bottom:12px;font-size:14px}.scope-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.scope-card{display:flex;min-height:132px;flex-direction:column;padding:16px;border:1px solid var(--border);border-radius:14px;background:#fff;color:inherit;text-decoration:none;transition:.2s}.scope-card:hover{transform:translateY(-2px);border-color:#94a3b8;box-shadow:0 12px 28px rgba(15,23,42,.08)}.scope-card b{font-size:20px;letter-spacing:.04em}.scope-card span{margin-top:5px;font-weight:700}.scope-card small{margin-top:10px;color:var(--muted);line-height:1.45}.scope-card--fcev{background:linear-gradient(145deg,#f0fdfa,#fff);border-color:#99f6e4}.condition-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.condition-card{display:flex;flex-direction:column;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#f8fafc;color:inherit;text-decoration:none}.condition-card span{font-weight:800}.condition-card small{margin-top:6px;color:var(--muted);line-height:1.45}.condition-card--used-oem{background:#fff7ed;border-color:#fed7aa}.condition-card--remanufactured{background:#f0fdf4;border-color:#bbf7d0}.condition-card--refurbished{background:#faf5ff;border-color:#e9d5ff}.reserved-category-panel{padding:22px;border:1px dashed #5eead4;border-radius:16px;background:linear-gradient(135deg,#f0fdfa,#f8fafc)}.reserved-category-panel__copy strong{font-size:18px}.reserved-category-panel__copy p{max-width:850px;margin:8px 0 16px;color:var(--muted);line-height:1.7}.reserved-subcategory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:18px}.reserved-subcategory-grid span{padding:10px 12px;border:1px solid #ccfbf1;border-radius:10px;background:#fff;font-size:13px;font-weight:700}.condition-label{font-weight:800!important}.condition-label--new{color:#166534!important;background:#dcfce7!important}.condition-label--used-oem{color:#9a3412!important;background:#ffedd5!important}.condition-label--remanufactured{color:#075985!important;background:#e0f2fe!important}.condition-label--refurbished{color:#6b21a8!important;background:#f3e8ff!important}.product-scope-tags{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 10px}.product-scope-tags span{padding:3px 7px;border:1px solid #cbd5e1;border-radius:999px;color:#475569;background:#f8fafc;font-size:10px;font-weight:800}.product-state-chip-row{margin-bottom:8px}.content-card--fuel-cell{border-color:#99f6e4;background:linear-gradient(145deg,#fff,#f0fdfa)}.content-card--condition{border-color:#fed7aa;background:linear-gradient(145deg,#fff,#fff7ed)}
@media(max-width:1024px){.scope-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.condition-card-grid,.reserved-subcategory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.technology-scope-panel{padding:18px}.technology-scope-panel__head{display:block}.technology-scope-panel__head .section-link{display:inline-flex;margin-top:12px}.scope-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scope-card{min-height:120px;padding:13px}.condition-card-grid,.reserved-subcategory-grid{grid-template-columns:1fr}.product-keyfacts{grid-template-columns:1fr 1fr}}

/* Contextual product taxonomy */
.subcategory-taxonomy{margin:0 0 18px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.subcategory-taxonomy>strong{display:block;margin-bottom:10px;font-size:12px;letter-spacing:.08em;color:#64748b}.subcategory-taxonomy__grid{display:flex;flex-wrap:wrap;gap:8px}.subcategory-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:750}.subcategory-chip--featured{border-color:#fb923c;background:#fff7ed;color:#9a3412}.subcategory-chip b{padding:2px 6px;border-radius:999px;background:#ea580c;color:#fff;font-size:9px;letter-spacing:.06em}.content-card--mobile-charging{border-color:#fdba74;background:linear-gradient(145deg,#fff,#fff7ed)}
/* V12 production workflow additions */
.site-toast,.admin-toast{position:fixed;right:24px;bottom:24px;z-index:9999;max-width:420px;padding:14px 18px;border-radius:12px;background:#102a43;color:#fff;box-shadow:0 18px 50px rgba(15,23,42,.25);font-weight:700}.site-toast.is-error,.admin-toast.is-error{background:#991b1b}
.content-card{display:flex;flex-direction:column;gap:12px;min-height:270px;padding:26px;border:1px solid #dce5ed;border-radius:18px;background:#fff}.content-card>span{font-size:12px;font-weight:800;letter-spacing:.1em;color:#087f5b}.content-card h2{margin:0;font-size:23px;line-height:1.25}.content-card h2 a{color:inherit;text-decoration:none}.content-card p{margin:0;color:#526575;line-height:1.75}.content-card footer{display:flex;justify-content:space-between;gap:16px;margin-top:auto;padding-top:15px;border-top:1px solid #e8eef3;font-size:13px}.content-card footer a{font-weight:700;color:#087f5b;text-decoration:none}.content-empty{grid-column:1/-1;padding:42px;border:1px dashed #bac8d3;border-radius:18px;background:#f8fafc;text-align:center;color:#607182}.published-sourcing-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:20px}.published-sourcing-list article{padding:24px;border:1px solid #dce5ed;border-radius:18px;background:#fff}.published-sourcing-list h2{margin:8px 0}.published-sourcing-list dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.published-sourcing-list dt{font-size:11px;color:#718096}.published-sourcing-list dd{margin:3px 0 0;font-weight:700}.is-dynamic{outline:1px solid rgba(8,127,91,.18)}
.article-detail{max-width:920px;margin:0 auto;padding:70px 24px 90px}.article-detail header>a{font-weight:700;color:#087f5b;text-decoration:none}.article-detail header>span{display:block;margin-top:35px;font-size:12px;font-weight:800;letter-spacing:.12em;color:#087f5b}.article-detail h1{max-width:820px;margin:12px 0 18px;font-size:clamp(36px,6vw,64px);line-height:1.08}.article-detail header>p{font-size:20px;line-height:1.65;color:#526575}.article-detail header>div{margin:18px 0;color:#718096}.article-detail header>img{width:100%;max-height:520px;object-fit:cover;margin-top:30px;border-radius:20px}.article-body{margin-top:45px;font-size:18px;line-height:1.95;color:#253746}.article-body p{margin:0 0 1.5em}.article-detail footer{padding-top:30px;border-top:1px solid #dce5ed}.published-detail dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:30px}.published-detail dl>div{padding:18px;border:1px solid #dce5ed;border-radius:14px}.published-detail dt{font-size:12px;color:#718096;text-transform:capitalize}.published-detail dd{margin:7px 0 0;white-space:pre-wrap;font-weight:650}
.footer-bottom a{color:inherit;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}

.admin-v12-body{margin:0;background:#f3f6f8;color:#102a43;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.admin-v12{min-height:100vh}.admin-v12-top{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 28px;border-bottom:1px solid #d8e1e8;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.admin-v12-top .brand{text-decoration:none}.admin-v12-account{display:flex;align-items:center;gap:10px}.admin-v12-account>span{display:flex;flex-direction:column;min-width:160px}.admin-v12-account small{color:#718096}.admin-v12-account em{padding:6px 10px;border-radius:999px;background:#e6fcf5;color:#087f5b;font-style:normal;font-size:12px;font-weight:800}.admin-v12-account button,.admin-v12-nav button,.admin-v12-nav a,.admin-action-row button,.admin-table button,.admin-danger button,.admin-work-card select{border:1px solid #cbd5df;border-radius:9px;background:#fff;color:#243b53;padding:9px 12px;font:inherit;cursor:pointer;text-decoration:none}.admin-v12-layout{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 73px)}.admin-v12-nav{position:sticky;top:73px;align-self:start;display:flex;flex-direction:column;gap:8px;height:calc(100vh - 73px);padding:22px 16px;border-right:1px solid #d8e1e8;background:#fff}.admin-v12-nav button,.admin-v12-nav a{display:flex;justify-content:space-between;text-align:left;border-color:transparent}.admin-v12-nav button.active{background:#0f766e;color:#fff}.admin-v12-nav b{min-width:24px;text-align:center}.admin-v12-nav a{margin-top:auto}.admin-v12-main{min-width:0;padding:28px}.admin-v12-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:28px}.admin-v12-stats article{padding:18px;border:1px solid #d8e1e8;border-radius:14px;background:#fff}.admin-v12-stats span{display:block;font-size:12px;color:#718096}.admin-v12-stats strong{display:block;margin-top:6px;font-size:30px}.admin-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:20px}.admin-panel-head span,.admin-editor-form header span{font-size:11px;font-weight:800;letter-spacing:.12em;color:#0f766e}.admin-panel-head h1{margin:5px 0 0;font-size:30px}.admin-panel-head p{margin:8px 0 0;color:#607182}.admin-filters{display:flex;flex-wrap:wrap;gap:10px}.admin-filters input,.admin-filters select,.admin-editor-form input,.admin-editor-form textarea,.admin-editor-form select,.admin-settings-card input,.admin-note-compose textarea{min-height:42px;padding:10px 12px;border:1px solid #cbd5df;border-radius:10px;background:#fff;font:inherit}.admin-filters input{min-width:260px}.admin-split{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px;align-items:start}.admin-record-list,.admin-record-detail,.admin-work-card,.admin-settings-card,.admin-danger,.admin-table-wrap{border:1px solid #d8e1e8;border-radius:16px;background:#fff}.admin-record-list{max-height:calc(100vh - 245px);overflow:auto}.admin-record{display:block;width:100%;padding:16px;border:0;border-bottom:1px solid #e8eef3;background:#fff;text-align:left;cursor:pointer}.admin-record.active{background:#edfdf8;box-shadow:inset 4px 0 #0f766e}.admin-record>div{display:flex;justify-content:space-between;gap:8px}.admin-record strong,.admin-record small,.admin-record code{display:block;margin-top:8px}.admin-record small{color:#607182}.admin-record code{font-size:11px;color:#8293a2}.admin-kind{font-size:11px;font-weight:800;color:#0f766e}.admin-status{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#eef2f6;font-style:normal;font-size:11px;font-weight:800}.admin-status--new{background:#fff4e6;color:#c2410c}.admin-status--in_review,.admin-status--review{background:#eff6ff;color:#1d4ed8}.admin-status--approved,.admin-status--ready,.admin-status--qualified{background:#ecfdf5;color:#047857}.admin-status--published,.admin-status--closed{background:#e6fcf5;color:#087f5b}.admin-status--rejected,.admin-status--spam{background:#fef2f2;color:#b91c1c}.admin-record-detail{padding:24px}.admin-record-detail>header{display:flex;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid #e8eef3}.admin-record-detail h2{margin:6px 0}.admin-record-detail section{padding-top:24px}.admin-record-detail h3{margin:0 0 12px}.admin-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0}.admin-detail-grid>div,.admin-payload>div{padding:13px;border-radius:10px;background:#f7f9fb}.admin-detail-grid dt,.admin-payload span{font-size:11px;color:#718096}.admin-detail-grid dd{margin:5px 0 0;font-weight:700}.admin-detail-grid small{display:block;margin-top:4px;font-weight:400}.admin-payload{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.admin-payload p{margin:6px 0 0;white-space:pre-wrap}.admin-action-row{display:flex;flex-wrap:wrap;gap:8px}.admin-action-row button.active{border-color:#0f766e;background:#0f766e;color:#fff}.admin-action-row button:disabled{opacity:.45;cursor:not-allowed}.admin-note-compose{display:flex;gap:10px}.admin-note-compose textarea{flex:1}.admin-note{position:relative;margin-top:12px;padding:14px;border-radius:10px;background:#f7f9fb}.admin-note time{float:right;font-size:12px;color:#718096}.admin-note p{margin-bottom:0}.admin-history-row{padding:12px 0;border-bottom:1px solid #e8eef3}.admin-history-row span{display:block;font-size:12px;color:#718096}.attachment-link{display:block;margin:8px 0;color:#0f766e;font-weight:700}.admin-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-work-card{padding:20px}.admin-work-card header{display:flex;justify-content:space-between}.admin-work-card h2{margin:14px 0 8px}.admin-work-card p{color:#607182;white-space:pre-wrap}.admin-work-card dl{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.admin-work-card dl>div{padding:10px;border-radius:9px;background:#f7f9fb}.admin-work-card dt{font-size:11px;color:#718096}.admin-work-card dd{margin:4px 0 0;overflow-wrap:anywhere}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px;border-bottom:1px solid #e8eef3;text-align:left}.admin-table th{font-size:11px;color:#718096}.admin-table td small{display:block;margin-top:5px;color:#8293a2}.admin-table td:last-child{white-space:nowrap}.admin-empty{padding:35px;text-align:center;color:#718096}.admin-settings-card,.admin-danger{max-width:650px;padding:24px;margin-bottom:18px}.admin-settings-card label{display:block;margin-bottom:14px;font-weight:700}.admin-settings-card input{display:block;width:100%;box-sizing:border-box;margin-top:6px}.admin-settings-card p,.admin-danger p{color:#607182}.admin-danger{border-color:#fecaca}.admin-danger button+button{margin-left:8px;color:#b91c1c}.admin-modal[hidden]{display:none}.admin-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.admin-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.6)}.admin-modal-dialog{position:relative;z-index:1;width:min(820px,96vw);max-height:92vh;overflow:auto;padding:28px;border-radius:18px;background:#fff;box-shadow:0 25px 80px rgba(15,23,42,.35)}.admin-modal-x{position:absolute;right:16px;top:14px;border:0;background:transparent;font-size:30px;cursor:pointer}.admin-editor-form{display:grid;gap:14px}.admin-editor-form h2{margin:5px 0 10px}.admin-editor-form label{display:grid;gap:6px;font-weight:700}.admin-editor-form textarea{resize:vertical}.admin-editor-form>div:last-child{display:flex;justify-content:flex-end;gap:10px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(max-width:1050px){.admin-v12-layout{grid-template-columns:1fr}.admin-v12-nav{position:static;display:flex;flex-direction:row;height:auto;overflow:auto;border-right:0;border-bottom:1px solid #d8e1e8}.admin-v12-nav a{margin:0 0 0 auto;white-space:nowrap}.admin-v12-stats{grid-template-columns:repeat(3,1fr)}.admin-split{grid-template-columns:1fr}.admin-record-list{max-height:340px}.admin-card-grid{grid-template-columns:1fr}}
@media(max-width:720px){.admin-v12-top{padding:10px 14px;align-items:flex-start}.admin-v12-account>span,.admin-v12-account em,.admin-v12-account button:first-of-type{display:none}.admin-v12-main{padding:18px 12px}.admin-v12-stats{grid-template-columns:repeat(2,1fr)}.admin-panel-head{align-items:flex-start;flex-direction:column}.admin-filters{width:100%}.admin-filters input,.admin-filters select{width:100%;min-width:0}.admin-detail-grid,.admin-payload,.admin-form-grid,.published-detail dl,.published-sourcing-list{grid-template-columns:1fr}.admin-record-detail{padding:16px}.admin-card-grid{grid-template-columns:1fr}.admin-v12-nav button,.admin-v12-nav a{white-space:nowrap}.admin-table{min-width:700px}.inquiry-form{grid-template-columns:1fr!important}}

/* V13 production-readiness additions */
:focus-visible{outline:3px solid #14b8a6;outline-offset:3px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.site-toast,.admin-toast{position:fixed;right:20px;bottom:20px;z-index:2000;max-width:min(420px,calc(100vw - 40px));padding:13px 17px;border-radius:12px;background:#0f766e;color:#fff;box-shadow:0 16px 45px rgba(15,23,42,.3);font-weight:700}.site-toast.is-error,.admin-toast.is-error{background:#b91c1c}.preview-banner{display:inline-flex;margin:24px 0 0;padding:7px 11px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:850;letter-spacing:.08em}.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.related-section{padding:50px 0;background:#f7fafc}.related-section h2{margin-top:0}.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.related-grid article{padding:20px;border:1px solid #dce5ed;border-radius:16px;background:#fff}.related-grid a{color:#102a43;text-decoration:none}.related-grid p{color:#607182}.not-found-page,.maintenance-page{display:grid;min-height:62vh;place-items:center;padding:60px 20px;text-align:center}.not-found-page h1,.maintenance-page h1{font-size:clamp(48px,10vw,110px);margin:0}.not-found-page p,.maintenance-page p{max-width:620px;color:#607182}.contact-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px}.contact-card{padding:28px;border:1px solid #dce5ed;border-radius:18px;background:#fff}.contact-card h2{margin-top:0}.contact-options{display:grid;gap:14px}.contact-option{padding:18px;border:1px solid #dce5ed;border-radius:14px}.contact-option strong,.contact-option span{display:block}.contact-option span{margin-top:5px;color:#607182}.admin-detail-actions{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.admin-detail-actions button,.revision-card button,.media-card button,.admin-user-create button,.admin-download-grid a{border:1px solid #cbd5df;border-radius:9px;background:#fff;color:#243b53;padding:9px 12px;font:inherit;cursor:pointer;text-decoration:none}.revision-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #e8eef3}.revision-card p{grid-column:1/3;margin:0}.admin-media-upload,.admin-user-create{display:flex;flex-wrap:wrap;align-items:end;gap:12px;margin-bottom:22px;padding:18px;border:1px solid #d8e1e8;border-radius:16px;background:#fff}.admin-media-upload label{display:grid;gap:6px;min-width:220px;font-weight:700}.admin-media-upload input,.admin-user-create input,.admin-user-create select,.media-card input,.media-card select,.admin-settings-card textarea,.admin-settings-card select{min-height:42px;padding:10px 12px;border:1px solid #cbd5df;border-radius:10px;background:#fff;font:inherit;box-sizing:border-box}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.media-card{display:grid;gap:10px;padding:16px;border:1px solid #d8e1e8;border-radius:16px;background:#fff}.media-card img{width:100%;height:180px;object-fit:cover;border-radius:10px;background:#eef2f6}.media-card small{color:#718096}.media-card>div{display:flex;flex-wrap:wrap;gap:7px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.wide-card,.admin-settings-card.wide-card{grid-column:1/-1;max-width:none}.admin-settings-card h2{margin-top:0}.admin-settings-card textarea,.admin-settings-card select{width:100%}.settings-checks{display:flex;flex-wrap:wrap;gap:18px}.admin-download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.admin-user-create input,.admin-user-create select{flex:1 1 160px}.admin-table td code{display:block;max-width:420px;max-height:90px;overflow:auto;white-space:pre-wrap;font-size:11px}.audit-table{max-height:540px}.scheduled-label{display:inline-flex;margin-left:5px;padding:3px 7px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:10px;font-weight:800}.button-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.admin-inquiry-split .admin-record-detail{min-height:360px}.consent-row{display:flex!important;align-items:flex-start!important;gap:9px!important}.consent-row input{flex:0 0 auto!important;width:auto!important;min-height:0!important;margin-top:3px}.admin-status--scheduled{background:#fef3c7;color:#92400e}.skip-link{position:absolute;left:-9999px;top:0;z-index:3000;padding:10px;background:#fff}.skip-link:focus{left:10px}.prose table{width:100%;border-collapse:collapse}.prose th,.prose td{padding:12px;border:1px solid #dce5ed;text-align:left}
@media(max-width:1050px){.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid{grid-template-columns:1fr}}
@media(max-width:720px){.media-grid,.related-grid,.contact-grid{grid-template-columns:1fr}.admin-media-upload,.admin-user-create{align-items:stretch;flex-direction:column}.admin-media-upload label,.admin-user-create input,.admin-user-create select{width:100%;min-width:0}.admin-download-grid{grid-template-columns:1fr}.revision-card{grid-template-columns:1fr}.revision-card p{grid-column:auto}.site-toast,.admin-toast{right:12px;bottom:12px;max-width:calc(100vw - 24px)}}


/* V13.1 explicit editorial publishing workflow */
.content-row-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;min-width:300px}
.content-row-actions>a,.content-row-actions>button{white-space:nowrap}
.content-action{border:1px solid #cbd5e1;background:#fff;color:#24324a;border-radius:8px;padding:.58rem .82rem;font-weight:700;cursor:pointer}
.content-action:hover{border-color:#64748b;background:#f8fafc}
.content-action--review{border-color:#d97706;color:#92400e;background:#fffbeb}
.content-action--publish{border-color:#15803d;color:#fff;background:#15803d}
.content-action--publish:hover{background:#166534;border-color:#166534}
.content-action--schedule{border-color:#2563eb;color:#fff;background:#2563eb}
.content-action--schedule:hover{background:#1d4ed8;border-color:#1d4ed8}
.content-action--withdraw{border-color:#b91c1c;color:#b91c1c;background:#fff7f7}
.content-workflow-summary{display:grid;gap:.65rem;padding:1rem 1.1rem;border:1px solid #dbe4ef;border-radius:12px;background:#f8fafc}
.content-workflow-summary>div{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.content-workflow-summary p{margin:0;color:#536176;font-size:.92rem;line-height:1.55}
.content-workflow-warning{color:#9a3412!important;font-weight:700}
.content-workflow-actions{display:flex!important;flex-wrap:wrap;gap:.65rem;align-items:center;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}
.content-schedule-field small{display:block;margin-top:.35rem;color:#64748b;font-weight:400}
.admin-status--scheduled{background:#dbeafe;color:#1d4ed8}
@media (max-width:900px){.content-row-actions{min-width:240px}.content-workflow-actions{justify-content:stretch}.content-workflow-actions button{flex:1 1 150px}.content-workflow-summary>div{align-items:flex-start;flex-direction:column}}

/* V13.2 — compact editorial typography for Industry News and Knowledge Center */
.search-directory-page[data-default-type="news"] .search-directory-hero,
.search-directory-page[data-default-type="knowledge"] .search-directory-hero {
  padding: 26px 28px;
}
.search-directory-page[data-default-type="news"] .search-directory-hero h1,
.search-directory-page[data-default-type="knowledge"] .search-directory-hero h1 {
  margin: 6px 0;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -.45px;
}
.search-directory-page[data-default-type="news"] .search-directory-hero > p,
.search-directory-page[data-default-type="knowledge"] .search-directory-hero > p {
  max-width: 820px;
  font-size: 12px;
  line-height: 1.65;
}
.search-directory-page[data-default-type="news"] .search-content-grid h2,
.search-directory-page[data-default-type="knowledge"] .search-content-grid h2 {
  margin: 7px 0;
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: -.12px;
}
.search-directory-page[data-default-type="news"] .search-content-grid h2 a,
.search-directory-page[data-default-type="knowledge"] .search-content-grid h2 a {
  color: inherit;
  text-decoration: none;
}
.search-directory-page[data-default-type="news"] .search-content-grid p,
.search-directory-page[data-default-type="knowledge"] .search-content-grid p {
  min-height: 0;
  margin-bottom: 12px;
  font-size: 10px;
  line-height: 1.65;
}
.search-directory-page[data-default-type="news"] .search-content-grid article,
.search-directory-page[data-default-type="knowledge"] .search-content-grid article {
  padding: 18px;
}

/* Article details: restrained B2B editorial scale, scoped away from product/company pages. */
.article-detail {
  max-width: 840px;
  padding: 56px 24px 76px;
}
.article-detail header > span {
  margin-top: 28px;
  font-size: 11px;
}
.article-detail h1 {
  max-width: 780px;
  margin: 10px 0 15px;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.16;
  letter-spacing: -.65px;
}
.article-detail header > p {
  max-width: 780px;
  font-size: 16.5px;
  line-height: 1.72;
}
.article-detail header > div {
  margin: 15px 0;
  font-size: 13px;
}
.article-detail header > img {
  margin-top: 24px;
  border-radius: 16px;
}
.article-body {
  margin-top: 34px;
  font-size: 16px;
  line-height: 1.86;
}
.article-body p { margin-bottom: 1.35em; }
.article-body h1 { font-size: 27px; line-height: 1.3; margin: 34px 0 14px; }
.article-body h2 { font-size: 23px; line-height: 1.38; margin: 32px 0 12px; }
.article-body h3 { font-size: 19px; line-height: 1.45; margin: 26px 0 10px; }
.article-body ul,
.article-body ol { margin: 0 0 1.35em; padding-left: 1.35em; }
.article-body li { margin: .35em 0; }
.article-body blockquote {
  margin: 1.5em 0;
  padding: 14px 18px;
  border-left: 3px solid #0f766e;
  background: #f5faf8;
  color: #415665;
}
.article-body code { font-size: .9em; }
.article-detail .related-section h2 { font-size: 21px; }
.article-detail .related-grid strong { font-size: 14px; line-height: 1.45; }
.article-detail .related-grid span { font-size: 11px; line-height: 1.6; }

html[lang="zh-CN"] .search-directory-page[data-default-type="news"] .search-directory-hero h1,
html[lang="zh-CN"] .search-directory-page[data-default-type="knowledge"] .search-directory-hero h1 {
  font-size: 25px;
  letter-spacing: 0;
}
html[lang="zh-CN"] .article-detail h1 {
  font-size: clamp(29px, 4vw, 44px);
  line-height: 1.22;
  letter-spacing: 0;
}
html[lang="zh-CN"] .article-detail header > p {
  font-size: 16px;
  line-height: 1.82;
}
html[lang="zh-CN"] .article-body {
  font-size: 16px;
  line-height: 1.95;
}

@media (max-width: 820px) {
  .search-directory-page[data-default-type="news"] .search-directory-hero,
  .search-directory-page[data-default-type="knowledge"] .search-directory-hero {
    padding: 22px 20px;
  }
  .search-directory-page[data-default-type="news"] .search-directory-hero h1,
  .search-directory-page[data-default-type="knowledge"] .search-directory-hero h1,
  html[lang="zh-CN"] .search-directory-page[data-default-type="news"] .search-directory-hero h1,
  html[lang="zh-CN"] .search-directory-page[data-default-type="knowledge"] .search-directory-hero h1 {
    font-size: 23px;
    line-height: 1.34;
  }
  .search-directory-page[data-default-type="news"] .search-content-grid,
  .search-directory-page[data-default-type="knowledge"] .search-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-detail { padding: 44px 20px 64px; }
  .article-detail h1,
  html[lang="zh-CN"] .article-detail h1 {
    font-size: clamp(28px, 7vw, 38px);
  }
  .article-detail header > p,
  html[lang="zh-CN"] .article-detail header > p { font-size: 15.5px; }
  .article-body,
  html[lang="zh-CN"] .article-body { font-size: 16px; }
  .article-body h1 { font-size: 24px; }
  .article-body h2 { font-size: 21px; }
  .article-body h3 { font-size: 18px; }
}

@media (max-width: 560px) {
  .search-directory-page[data-default-type="news"] .search-directory-hero h1,
  .search-directory-page[data-default-type="knowledge"] .search-directory-hero h1,
  html[lang="zh-CN"] .search-directory-page[data-default-type="news"] .search-directory-hero h1,
  html[lang="zh-CN"] .search-directory-page[data-default-type="knowledge"] .search-directory-hero h1 {
    font-size: 22px;
  }
  .search-directory-page[data-default-type="news"] .search-content-grid,
  .search-directory-page[data-default-type="knowledge"] .search-content-grid {
    grid-template-columns: 1fr;
  }
  .search-directory-page[data-default-type="news"] .search-content-grid h2,
  .search-directory-page[data-default-type="knowledge"] .search-content-grid h2 { font-size: 15px; }
  .article-detail { padding: 36px 18px 56px; }
  .article-detail header > span { margin-top: 22px; }
  .article-detail h1,
  html[lang="zh-CN"] .article-detail h1 {
    font-size: 28px;
    line-height: 1.25;
  }
  .article-detail header > p,
  html[lang="zh-CN"] .article-detail header > p {
    font-size: 15px;
    line-height: 1.78;
  }
  .article-body,
  html[lang="zh-CN"] .article-body {
    margin-top: 28px;
    font-size: 15.5px;
    line-height: 1.88;
  }
  html[lang="zh-CN"] .article-body { line-height: 1.95; }
}


/* V13.4 publication-state clarity */
.admin-status-stack{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.admin-guidance{margin:10px 0 0;padding:10px 12px;border:1px solid #dbe3ee;border-radius:10px;background:#f8fafc;color:#475569;font-size:13px;line-height:1.55}.admin-guidance strong{color:#0f172a}.admin-guidance--success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.admin-guidance--success strong{color:#166534}

/* V13.5 product listing form and dynamic catalogue card corrections */
.form-help { display:block; margin-top:1px; color:#8793a5; font-size:9px; line-height:1.55; }
.form-field[hidden],.conditional-field[hidden],[data-product-only][hidden] { display:none!important; }
.powertrain-field { min-width:0; margin:0; padding:0; border:0; }
.powertrain-field legend { margin:0 0 7px; padding:0; color:#536176; font-size:10px; font-weight:750; }
.powertrain-field legend b { margin-left:4px; color:#df3f4c; }
.choice-chip-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; }
.choice-chip-grid label { position:relative; min-width:0; }
.choice-chip-grid input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }
.choice-chip-grid span { min-height:38px; display:flex; align-items:center; justify-content:center; padding:8px 10px; color:#5f6d82; background:#f7f9fc; border:1px solid #dbe2ec; border-radius:8px; font-size:9px; font-weight:750; text-align:center; cursor:pointer; transition:.18s ease; }
.choice-chip-grid input:focus-visible + span { outline:3px solid #dbeafe; outline-offset:1px; }
.choice-chip-grid input:checked + span { color:#155eef; background:#edf4ff; border-color:#9bbcf4; box-shadow:inset 0 0 0 1px #c7dafe; }
.choice-chip-grid input:disabled + span { opacity:.55; cursor:not-allowed; }
.conditional-field { padding:14px; background:#f8fbff; border:1px solid #dbeafe; border-radius:10px; }
.record-type-switch button[aria-pressed="true"] { color:var(--blue); }
.product-card.is-dynamic { overflow:hidden; }
.product-card.is-dynamic .product-card__title { display:block; }
.product-card.is-dynamic .tags:empty { display:none; }
.product-card.is-dynamic .company-inline { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
@media (max-width:720px) {
  .choice-chip-grid { grid-template-columns:1fr 1fr; }
  .choice-chip-grid span { min-height:42px; }
}
@media (max-width:420px) {
  .choice-chip-grid { grid-template-columns:1fr; }
}

/* V13.6: canonical product taxonomy and contextual subcategory filters. */
.filter-subcategory-group{margin:3px 0 7px 13px;padding:7px 0 4px 10px;border-left:2px solid #dbe7f7}
.filter-subcategory-group[hidden]{display:none!important}
.filter-subcategory-group>span{display:block;margin:0 8px 5px;color:#8a96a8;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.filter-subcategory-group>[data-subcategory-options]{display:grid;gap:2px}
.filter-subcategory-group button{width:100%;min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;color:#657187;background:transparent;border:0;border-radius:7px;font-size:10px;text-align:left}
.filter-subcategory-group button:hover{color:var(--blue);background:#f4f7fb}
.filter-subcategory-group button.active{color:var(--blue);background:#edf4ff;font-weight:700}
.filter-subcategory-group button b{color:#a0a9b8;font-size:9px;font-weight:600}
.admin-taxonomy-note{display:block;margin-top:5px;color:#64748b;font-size:11px;line-height:1.5}
.admin-powertrain-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:6px}
.admin-powertrain-options label{display:flex;align-items:center;gap:7px;padding:8px;border:1px solid #dbe2ec;border-radius:8px;background:#f8fafc;font-size:12px}
@media (max-width:520px){.admin-powertrain-options{grid-template-columns:1fr}}

/* Static sample detail fallback */
.static-catalog-detail{max-width:920px}.static-catalog-detail>.tags{margin-bottom:24px}.static-record-note{margin:24px 0;color:#526071;line-height:1.75}

/* V13.9 Supplier Profile and verification methodology */
.supplier-hero{padding:54px 0 58px}.supplier-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);gap:48px;align-items:end}.supplier-hero h1{max-width:820px}.supplier-hero-actions,.methodology-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.supplier-quality{padding:22px;border:1px solid rgba(255,255,255,.24);border-radius:16px;background:rgba(8,22,45,.5);box-shadow:0 18px 60px rgba(0,0,0,.12)}.supplier-quality>span{display:block;color:#dbeafe;font-size:13px;font-weight:800}.supplier-quality>strong{display:inline-flex;margin:9px 0;padding:5px 9px;border-radius:99px;background:#e2e8f0;color:#334155;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.supplier-quality--sourcing_ready>strong{background:#dbeafe;color:#1d4ed8}.supplier-quality--document_verified>strong{background:#fef3c7;color:#92400e}.supplier-quality--verified_supplier>strong{background:#dcfce7;color:#166534}.supplier-quality p{margin:4px 0 14px;color:#d5deea;font-size:12px;line-height:1.65}.supplier-quality dl{display:grid;gap:5px;margin:0 0 13px}.supplier-quality dl div{display:flex;justify-content:space-between;gap:12px;font-size:10px}.supplier-quality dt{color:#94a3b8}.supplier-quality dd{margin:0;color:#e2e8f0;text-align:right}.supplier-quality>a{color:#bfdbfe;font-size:10px;font-weight:700}.supplier-profile-page,.methodology-page{padding:54px 0 80px;background:#f5f7fb}.supplier-boundary{margin-bottom:24px;padding:17px 20px;border:1px solid #cbd5e1;border-left:4px solid #64748b;border-radius:12px;background:#fff}.supplier-boundary strong{display:block;margin-bottom:5px;color:#0f172a;font-size:12px}.supplier-boundary p{margin:0;color:#64748b;font-size:11px;line-height:1.7}.supplier-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.supplier-profile-section,.supplier-trust-section,.supplier-unknown,.methodology-levels,.methodology-checks,.methodology-evidence,.methodology-workflow,.methodology-privacy,.methodology-faq{padding:26px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.035)}.supplier-profile-section>header,.supplier-trust-section>header,.methodology-page section>header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.supplier-profile-section>header>span,.supplier-trust-section>header>span,.methodology-page section>header>span{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:8px;background:#eaf2ff;color:#155eef;font-size:10px;font-weight:850}.supplier-profile-section h2,.supplier-trust-section h2,.supplier-unknown h2,.methodology-page h2{margin:0;color:#14213a;font-size:18px}.supplier-profile-section dl{display:grid;gap:11px;margin:0}.supplier-profile-section dl div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;padding-bottom:10px;border-bottom:1px solid #eef2f7}.supplier-profile-section dt{color:#7c8799;font-size:10px}.supplier-profile-section dd{margin:0;color:#29364b;font-size:11px;line-height:1.55}.supplier-unknown{margin-top:18px;border-color:#fed7aa;background:#fffaf4}.supplier-unknown p{color:#7c5b35;font-size:11px}.supplier-unknown>div{display:flex;flex-wrap:wrap;gap:7px}.supplier-unknown span{padding:5px 8px;border-radius:99px;background:#ffedd5;color:#9a3412;font-size:9px}.supplier-trust-section{margin-top:18px}.supplier-trust-section>header>p{margin:5px 0 0;color:#64748b;font-size:11px;line-height:1.6}.supplier-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.supplier-evidence-card{padding:17px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.supplier-evidence-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.supplier-evidence-card strong{font-size:12px;color:#1e293b}.supplier-evidence-card p{color:#526071;font-size:10px;line-height:1.65}.supplier-evidence-card dl{display:grid;gap:5px}.supplier-evidence-card dl div{display:grid;grid-template-columns:90px 1fr;gap:8px;font-size:9px}.supplier-evidence-card dt{color:#8793a5}.supplier-evidence-card dd{margin:0;color:#344258}.supplier-evidence-card>a{display:inline-block;margin:8px 10px 0 0;color:#155eef;font-size:9px;font-weight:750}.evidence-status{padding:4px 7px;border-radius:99px;background:#e2e8f0;color:#475569;font-size:8px;text-transform:uppercase}.evidence-status--verified{background:#dcfce7;color:#166534}.evidence-status--submitted{background:#fef3c7;color:#92400e}.evidence-status--expired,.evidence-status--rejected{background:#fee2e2;color:#991b1b}.supplier-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.supplier-contact,.supplier-asset{display:flex;flex-direction:column;gap:4px;padding:15px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc;color:#1e293b}.supplier-contact span,.supplier-asset span{color:#526071;font-size:10px;overflow-wrap:anywhere}.supplier-contact small{color:#8793a5;font-size:8px;text-transform:uppercase}.supplier-empty{color:#7c8799;font-size:11px;line-height:1.7}.supplier-rfq{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;padding:28px 32px;border-radius:16px;background:#10213e;color:#fff}.supplier-rfq span{color:#8db7ff;font-size:9px;font-weight:800;letter-spacing:.12em}.supplier-rfq h2{margin:7px 0;color:#fff;font-size:22px}.supplier-rfq p{max-width:720px;margin:0;color:#c9d4e4;font-size:11px;line-height:1.7}.methodology-hero{padding:66px 0;background:linear-gradient(120deg,#07172e,#143665);color:#fff}.methodology-hero h1{max-width:850px;margin:12px 0;font-size:42px;line-height:1.08}.methodology-hero>div>p{max-width:760px;color:#d4deeb;font-size:15px;line-height:1.8}.methodology-page section{margin-bottom:18px}.methodology-page section>header>div>p{margin:6px 0 0;color:#64748b;font-size:11px;line-height:1.65}.methodology-level-grid,.methodology-check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.methodology-level-grid article,.methodology-check-grid article{padding:18px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.methodology-level-grid strong{color:#155eef;font-size:12px}.methodology-level-grid p,.methodology-check-grid p{color:#526071;font-size:10px;line-height:1.7}.methodology-check-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.methodology-check-grid article b{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#dbeafe;color:#1d4ed8;font-size:10px}.methodology-check-grid h3{margin:11px 0 5px;color:#1e293b;font-size:14px}.methodology-check-grid small{color:#8793a5;font-size:9px;line-height:1.55}.methodology-two-column{display:grid;grid-template-columns:1fr 1fr;gap:16px}.methodology-two-column article{padding:20px;border-radius:12px;background:#f8fafc}.methodology-two-column h3{margin-top:0;color:#1e293b}.methodology-two-column ul{margin:0;padding-left:20px;color:#526071;font-size:11px;line-height:1.85}.methodology-workflow ol{display:grid;gap:10px;margin:0 0 18px;padding-left:22px;color:#526071;font-size:11px;line-height:1.7}.methodology-workflow li strong{color:#1e293b}.methodology-privacy>p{color:#526071;font-size:11px;line-height:1.8}.methodology-faq details{padding:14px 0;border-top:1px solid #e2e8f0}.methodology-faq summary{color:#1e293b;font-size:12px;font-weight:750;cursor:pointer}.methodology-faq details p{color:#526071;font-size:11px;line-height:1.75}.admin-section-group{margin:14px 0;padding:16px;border:1px solid #dbe2ec;border-radius:11px;background:#f8fafc}.admin-section-group>legend{padding:0 8px;color:#155eef;font-size:11px;font-weight:800}.admin-section-group>p{color:#64748b;font-size:10px;line-height:1.55}.admin-json-area{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.admin-verification-check{display:grid;grid-template-columns:180px 140px minmax(180px,1fr);gap:8px;padding:10px 0;border-top:1px solid #e2e8f0}.admin-verification-check>strong{font-size:10px}.admin-trust-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.supplier-level-pill{display:inline-flex;padding:4px 7px;border-radius:99px;background:#e2e8f0;color:#475569;font-size:8px;font-weight:800;text-transform:uppercase}
@media(max-width:980px){.supplier-hero-grid{grid-template-columns:1fr}.methodology-level-grid{grid-template-columns:repeat(2,1fr)}.methodology-check-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.supplier-profile-grid,.supplier-evidence-grid,.supplier-contact-grid,.methodology-two-column{grid-template-columns:1fr}.supplier-rfq{align-items:flex-start;flex-direction:column}.methodology-hero h1{font-size:32px}.admin-verification-check{grid-template-columns:1fr}.supplier-profile-section dl div{grid-template-columns:1fr}}
@media(max-width:520px){.methodology-level-grid,.methodology-check-grid{grid-template-columns:1fr}.supplier-profile-section,.supplier-trust-section,.supplier-unknown,.methodology-page section{padding:19px}}

/* V13.11 Product V2 record */
.product-hero{padding:54px 0 58px}.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);gap:48px;align-items:end}.product-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.product-quality{padding:22px;border:1px solid rgba(255,255,255,.24);border-radius:16px;background:rgba(8,22,45,.5)}.product-quality>span{display:block;color:#dbeafe;font-size:13px;font-weight:800}.product-quality>strong{display:inline-flex;margin:9px 0;padding:5px 9px;border-radius:99px;background:#e2e8f0;color:#334155;font-size:10px;text-transform:uppercase}.product-quality--sourcing_ready>strong{background:#dcfce7;color:#166534}.product-quality p{margin:4px 0 14px;color:#d5deea;font-size:12px;line-height:1.65}.product-quality dl{display:grid;gap:6px;margin:0}.product-quality dl div{display:flex;justify-content:space-between;gap:12px;font-size:10px}.product-quality dt{color:#94a3b8}.product-quality dd{margin:0;color:#e2e8f0;text-align:right}.product-profile-page{padding:54px 0 80px;background:#f5f7fb}.product-boundary{margin-bottom:18px;padding:18px 20px;border:1px solid #cbd5e1;border-left:4px solid #64748b;border-radius:12px;background:#fff}.product-boundary strong{font-size:12px;color:#0f172a}.product-boundary p{margin:6px 0 10px;color:#64748b;font-size:11px;line-height:1.7}.product-boundary>div{display:flex;flex-wrap:wrap;gap:6px}.product-boundary span{padding:4px 7px;border-radius:99px;background:#fff7ed;color:#9a3412;font-size:9px}.product-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.product-module{padding:26px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.035)}.product-module--wide{margin-bottom:18px}.product-module>header{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.product-module>header>span{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:8px;background:#eaf2ff;color:#155eef;font-size:10px;font-weight:850}.product-module h2{margin:0;color:#14213a;font-size:18px}.product-module>header p{margin:5px 0 0;color:#64748b;font-size:11px;line-height:1.6}.product-module>dl{display:grid;gap:11px;margin:0}.product-module>dl>div,.product-claim dl>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;padding-bottom:10px;border-bottom:1px solid #eef2f7}.product-module dt,.product-claim dt{color:#7c8799;font-size:10px}.product-module dd,.product-claim dd{margin:0;color:#29364b;font-size:11px;line-height:1.55}.product-table-wrap{overflow-x:auto}.product-table{width:100%;border-collapse:collapse;font-size:11px}.product-table th,.product-table td{padding:12px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.product-table thead th{background:#f8fafc;color:#526071;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.product-table tbody th{min-width:170px;color:#1e293b}.product-table a{color:#155eef;font-weight:700}.product-table small{display:block;color:#8793a5;font-weight:400}.product-empty{color:#7c8799!important;font-size:11px;line-height:1.7}.product-claim-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-claim{padding:17px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.product-claim header{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-claim header strong{font-size:12px}.product-claim p{color:#526071;font-size:10px;line-height:1.65}.product-claim dl{display:grid;gap:5px}.product-claim a{color:#155eef;font-size:9px;font-weight:750}.product-download-grid,.product-related-grid{display:grid;gap:10px}.product-download,.product-related-card{display:flex;flex-direction:column;gap:4px;padding:15px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc;color:#1e293b}.product-download span,.product-related-card span{color:#526071;font-size:9px;text-transform:uppercase}.product-download small,.product-related-card small{color:#8793a5;font-size:9px;line-height:1.5}.product-sources ul{margin:0 0 16px;padding-left:20px}.product-sources li{margin:7px 0;font-size:10px;overflow-wrap:anywhere}.product-sources>p{color:#64748b;font-size:10px;line-height:1.7}
@media(max-width:980px){.product-hero-grid{grid-template-columns:1fr}}
@media(max-width:720px){.product-profile-grid,.product-claim-grid{grid-template-columns:1fr}.product-hero-actions{flex-direction:column;align-items:stretch}.product-module>dl>div,.product-claim dl>div{grid-template-columns:1fr}.product-table{min-width:680px}}
@media(max-width:520px){.product-module{padding:19px}.product-quality{padding:18px}}

.methodology-check-grid article code{display:inline-block;margin:0 0 .55rem .45rem;padding:.2rem .45rem;border-radius:999px;background:#eef4ff;color:#1849a9;font-size:.72rem;letter-spacing:.02em}
.admin-field-group{margin:16px 0;padding:18px;border:1px solid #dbe2ec;border-radius:12px;background:#f8fafc}.admin-field-group>header{display:flex;align-items:flex-start;gap:11px;margin-bottom:15px}.admin-field-group>header>span{display:grid;place-items:center;flex:0 0 28px;height:28px;border-radius:8px;background:#dbeafe;color:#1d4ed8;font-size:10px;font-weight:850}.admin-field-group h3{margin:0;color:#17233a;font-size:15px}.admin-field-group header p{margin:4px 0 0;color:#64748b;font-size:10px;line-height:1.55}.admin-field-group fieldset{margin:12px 0;padding:12px;border:1px solid #dbe2ec;border-radius:10px}.admin-field-group legend{padding:0 6px;color:#334155;font-size:11px;font-weight:800}.admin-controlled-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.admin-controlled-options label{display:flex;align-items:center;gap:7px;padding:8px;border:1px solid #dbe2ec;border-radius:8px;background:#fff;font-size:10px}.supplier-trust-form textarea,.supplier-verification-form textarea{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.trust-form-actions{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:9px;margin-top:18px;padding:14px;border-top:1px solid #dbe2ec;background:rgba(255,255,255,.96);backdrop-filter:blur(8px)}.verification-effective{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:15px;border-radius:11px;background:#eff6ff}.verification-effective span{display:block;color:#64748b;font-size:9px}.verification-effective strong{color:#1d4ed8;font-size:15px}.verification-effective p{max-width:480px;margin:0;color:#526071;font-size:10px;line-height:1.55}.verification-checks-heading{margin:20px 0 10px}.verification-checks-heading h3{margin:0;color:#17233a}.verification-checks-heading p{color:#64748b;font-size:10px;line-height:1.55}.verification-check{margin-top:10px;padding:15px;border:1px solid #dbe2ec;border-radius:11px;background:#f8fafc}.verification-check>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.verification-check>header span{display:block;color:#64748b;font-size:8px;text-transform:uppercase}.verification-check h3{margin:3px 0 0;color:#17233a;font-size:13px}.verification-check>header em{color:#8793a5;font-size:9px;font-style:normal}
@media(max-width:720px){.admin-controlled-options{grid-template-columns:1fr}.admin-field-group>header,.verification-check>header,.verification-effective{align-items:flex-start;flex-direction:column}.trust-form-actions{position:static}}

/* V13.10: bilingual System Hubs */
.hub-index-hero,.hub-hero{padding:62px 0 66px}.hub-index-hero h1,.hub-hero h1{max-width:900px}.hub-index-hero p,.hub-hero p{max-width:820px;line-height:1.75}.hub-hero .button{margin-top:20px}.hub-index-page,.hub-page{padding:54px 0 82px;background:#f5f7fb}.hub-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hub-index-card{display:block;padding:24px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.035);transition:.2s ease}.hub-index-card:hover{transform:translateY(-3px);border-color:#b9cdf0;box-shadow:0 14px 36px rgba(15,23,42,.08)}.hub-index-card>span,.hub-module>header>span,.hub-boundary>span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#eaf2ff;color:#155eef;font-size:10px;font-weight:850}.hub-index-card h2{margin:16px 0 8px;color:#14213a;font-size:18px}.hub-index-card p{min-height:68px;margin:0;color:#64748b;font-size:11px;line-height:1.7}.hub-index-card small{display:block;margin-top:16px;color:#155eef;font-size:9px;font-weight:750}.hub-boundary,.hub-module{margin-bottom:18px;padding:28px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.035)}.hub-boundary{display:flex;align-items:flex-start;gap:15px;border-left:4px solid #155eef}.hub-boundary h2,.hub-module h2{margin:0;color:#14213a;font-size:21px}.hub-boundary p,.hub-module>header p{margin:7px 0 0;color:#64748b;font-size:11px;line-height:1.75}.hub-module>header{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.hub-subcategory-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.hub-subcategory-list li{display:flex;min-width:0;flex-direction:column;gap:5px;padding:15px;border:1px solid #e2e8f0;border-radius:11px;background:#f8fafc}.hub-subcategory-list strong{color:#29364b;font-size:11px;line-height:1.45}.hub-subcategory-list small{color:#8793a5;font-size:8px;overflow-wrap:anywhere}.hub-dimension-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.hub-dimension{padding:17px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.hub-dimension>span{color:#155eef;font-size:8px;font-weight:800;text-transform:uppercase}.hub-dimension h3{margin:8px 0 6px;color:#1e293b;font-size:13px}.hub-dimension p{margin:0;color:#64748b;font-size:10px;line-height:1.65}.hub-dimension>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.hub-dimension small{padding:4px 7px;border-radius:99px;background:#eaf2ff;color:#365f9d;font-size:8px}.hub-record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.hub-record-card{display:block;padding:18px;border:1px solid #dbe4f1;border-radius:12px;background:#f8fafc}.hub-record-card>span{color:#155eef;font-size:8px;font-weight:800;text-transform:uppercase}.hub-record-card h3{margin:9px 0 6px;color:#1e293b;font-size:14px}.hub-record-card p{margin:0;color:#64748b;font-size:10px;line-height:1.65}.hub-empty{grid-column:1/-1;padding:20px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc}.hub-empty strong{color:#334155;font-size:12px}.hub-empty p{margin:6px 0 0;color:#64748b;font-size:10px;line-height:1.7}.hub-faq-list details{padding:15px 0;border-top:1px solid #e2e8f0}.hub-faq-list summary{color:#1e293b;font-size:12px;font-weight:750;cursor:pointer}.hub-faq-list details p{color:#526071;font-size:11px;line-height:1.75}.hub-rfq{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px 34px;border-radius:16px;background:#10213e;color:#fff}.hub-rfq span{color:#8db7ff;font-size:9px;font-weight:800;letter-spacing:.12em}.hub-rfq h2{margin:7px 0;color:#fff;font-size:22px}.hub-rfq p{max-width:720px;margin:0;color:#c9d4e4;font-size:11px;line-height:1.7}
@media(max-width:980px){.hub-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-dimension-grid,.hub-record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.hub-index-hero,.hub-hero{padding:48px 0}.hub-index-page,.hub-page{padding:38px 0 62px}.hub-index-grid,.hub-subcategory-list,.hub-dimension-grid,.hub-record-grid{grid-template-columns:1fr}.hub-index-card p{min-height:0}.hub-boundary,.hub-module{padding:20px}.hub-rfq{align-items:flex-start;flex-direction:column;padding:24px}.hub-module>header{align-items:flex-start}.hub-boundary h2,.hub-module h2{font-size:19px}}

/* V13.13: buyer trust and sourcing tools */
.buyer-tool-hero{padding:62px 0 66px}.buyer-tool-hero h1{max-width:920px}.buyer-tool-hero p{max-width:820px;line-height:1.75}.buyer-tool-page{padding:54px 0 82px;background:#f5f7fb}.tool-conclusion,.tool-section{margin-bottom:18px;padding:28px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.035)}.tool-conclusion{border-left:4px solid #155eef}.tool-conclusion>span,.compliance-conclusion{color:#155eef;font-size:9px;font-weight:850;letter-spacing:.1em}.tool-conclusion h2,.tool-section h2{margin:8px 0;color:#14213a;font-size:21px}.tool-conclusion p,.tool-section p{color:#64748b;font-size:11px;line-height:1.75}.rfq-step-grid,.boundary-grid,.brief-content-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rfq-step-grid article,.boundary-grid article,.brief-content-grid article{padding:18px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.rfq-step-grid article>span,.brief-content-grid article>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#dbeafe;color:#1d4ed8;font-size:10px;font-weight:850}.rfq-step-grid h3,.boundary-grid h3,.brief-content-grid h3{margin:11px 0 6px;color:#1e293b;font-size:14px}.rfq-step-grid p,.boundary-grid p,.brief-content-grid p{margin:0;color:#64748b;font-size:10px;line-height:1.7}.tool-table-wrap{overflow-x:auto}.tool-table{width:100%;border-collapse:collapse;font-size:11px}.tool-table th,.tool-table td{padding:13px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.tool-table thead th{background:#f8fafc;color:#526071;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.tool-table tbody th{color:#1e293b}.compliance-index{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.compliance-index a{padding:7px 10px;border:1px solid #dbe4f1;border-radius:99px;background:#fff;color:#155eef;font-size:10px;font-weight:750}.compliance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.compliance-card{padding:24px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.035)}.compliance-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.compliance-card h2{margin:0;color:#14213a;font-size:20px}.compliance-card header span{padding:5px 8px;border-radius:99px;background:#eaf2ff;color:#155eef;font-size:8px;font-weight:800}.compliance-card h3{margin:17px 0 6px;color:#334155;font-size:12px}.compliance-card p,.compliance-card li{color:#64748b;font-size:10px;line-height:1.7}.compliance-card ul{margin:0;padding-left:18px}.compliance-parts{display:flex;flex-wrap:wrap;gap:6px}.compliance-parts span{padding:5px 8px;border-radius:99px;background:#f1f5f9;color:#475569;font-size:9px}.compliance-card>a{display:inline-block;margin-top:15px;color:#155eef;font-size:10px;font-weight:750}.source-boundary{margin-top:18px;padding:18px 20px;border:1px solid #fed7aa;border-radius:12px;background:#fffaf4;color:#7c5b35;font-size:10px;line-height:1.7}.weekly-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.7fr);gap:24px;align-items:start}.brief-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.weekly-form-card{padding:26px;border:1px solid #dbe4f1;border-radius:16px;background:#fff;box-shadow:0 14px 38px rgba(15,23,42,.07)}.weekly-form-card h2{margin:8px 0 18px;color:#14213a;font-size:22px}.weekly-form-card form{display:grid;gap:14px}.weekly-form-card form>label:not(.consent-row):not(.honeypot){display:grid;gap:6px;color:#344258;font-size:11px;font-weight:750}.weekly-form-card input,.weekly-form-card select{width:100%;min-height:43px;padding:10px 12px;border:1px solid #cbd5df;border-radius:9px;background:#fff;font:inherit;box-sizing:border-box}.weekly-form-card fieldset,.check-field{margin:0;padding:0;border:0}.weekly-form-card legend,.check-field legend{margin-bottom:8px;color:#344258;font-size:11px;font-weight:750}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.check-grid label,.radio-stack label{display:flex;align-items:flex-start;gap:8px;padding:9px;border:1px solid #dbe4f1;border-radius:9px;background:#f8fafc;color:#526071;font-size:10px;line-height:1.45}.check-grid input,.radio-stack input{flex:0 0 auto;width:15px;min-height:0;height:15px;margin:0;accent-color:#155eef}.radio-stack{display:grid;gap:7px}.form-note{margin:0!important;color:#8793a5!important;font-size:9px!important}.newsletter-success{padding:26px;text-align:center}.newsletter-success>span{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 12px;border-radius:50%;background:#dcfce7;color:#166534;font-size:22px}.newsletter-success h3{margin:0;color:#14213a}.newsletter-success p{color:#64748b;font-size:11px;line-height:1.7}
@media(max-width:980px){.rfq-step-grid,.boundary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.weekly-layout{grid-template-columns:1fr}.compliance-grid{grid-template-columns:1fr}}
@media(max-width:720px){.buyer-tool-hero{padding:48px 0}.buyer-tool-page{padding:38px 0 62px}.tool-conclusion,.tool-section,.compliance-card,.weekly-form-card{padding:20px}.rfq-step-grid,.boundary-grid,.brief-content-grid{grid-template-columns:1fr}.tool-table{min-width:680px}}
@media(max-width:480px){.check-grid{grid-template-columns:1fr}}

/* V13.14: GEO-ready bilingual Buyer’s Guides */
.buyer-guide-page{background:linear-gradient(180deg,#f8fbff 0,#fff 520px)}.buyer-guide-detail{max-width:1040px}.buyer-guide-detail header{padding:30px 34px;border:1px solid #dbe7f5;border-radius:20px;background:#fff;box-shadow:0 14px 44px rgba(15,40,80,.07)}.buyer-guide-detail h1{max-width:930px;font-size:clamp(34px,5.2vw,58px)}.buyer-guide-meta{display:flex!important;flex-wrap:wrap;gap:7px!important;margin:18px 0 4px!important}.buyer-guide-meta span{padding:6px 9px;border-radius:999px;background:#eef5ff;color:#315f9f;font-size:10px;font-weight:750}.buyer-guide-detail>.article-body{margin-top:28px;padding:34px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(15,23,42,.04)}.buyer-guide-detail .article-body>blockquote:first-child{margin-top:0;padding:22px 24px;border-left:4px solid #155eef;border-radius:0 12px 12px 0;background:#eff6ff;color:#173764;font-size:20px;font-weight:750;line-height:1.65}.article-table-wrap{max-width:100%;margin:16px 0 30px;overflow-x:auto;border:1px solid #dce5ef;border-radius:12px}.article-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px;line-height:1.55}.article-table th,.article-table td{padding:13px 14px;border-bottom:1px solid #e5ebf2;text-align:left;vertical-align:top}.article-table th{background:#f1f6fc;color:#34455d;font-size:11px;letter-spacing:.02em}.article-table td:first-child{color:#172b4d;font-weight:750}.article-table tbody tr:last-child td{border-bottom:0}.buyer-guide-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin:28px 0;padding:28px 30px;border-radius:16px;background:#10213e;color:#fff}.buyer-guide-cta span{color:#8db7ff;font-size:9px;font-weight:800;letter-spacing:.12em}.buyer-guide-cta h2{margin:7px 0;color:#fff;font-size:21px}.buyer-guide-cta p{max-width:680px;margin:0;color:#c9d4e4;font-size:11px;line-height:1.7}.buyer-guide-cta .button{flex:0 0 auto}
@media(max-width:720px){.buyer-guide-detail header,.buyer-guide-detail>.article-body{padding:20px}.buyer-guide-detail .article-body>blockquote:first-child{padding:18px;font-size:17px}.buyer-guide-cta{align-items:flex-start;flex-direction:column;padding:23px}.article-table{font-size:12px}}

/* V14 manufacturer archive */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.is-hidden{display:none!important}
.manufacturer-home-hero{background:linear-gradient(135deg,#082e2d 0%,#0f4f4a 60%,#17685f 100%);color:#fff;padding:74px 0 66px;position:relative;overflow:hidden}
.manufacturer-home-hero:after{content:"";position:absolute;right:-180px;top:-220px;width:540px;height:540px;border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 80px rgba(255,255,255,.03),0 0 0 160px rgba(255,255,255,.025)}
.manufacturer-home-hero__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:54px;align-items:center;position:relative;z-index:1}
.manufacturer-home-hero h1{font-size:clamp(2.5rem,5vw,5rem);line-height:1.02;letter-spacing:-.055em;margin:16px 0 22px;max-width:920px}
.manufacturer-home-hero p{font-size:1.12rem;line-height:1.75;max-width:800px;color:#d9eeeb}
.manufacturer-search{display:grid;grid-template-columns:1fr auto;background:#fff;border-radius:12px;padding:7px;margin-top:30px;max-width:790px;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.manufacturer-search input{min-width:0;border:0;padding:0 18px;font:inherit;color:#142c2a;background:transparent;outline:none}
.manufacturer-search .button{border-radius:8px;background:#e65c32;border-color:#e65c32}
.manufacturer-home-hero__actions{display:flex;gap:24px;flex-wrap:wrap;margin-top:22px}
.manufacturer-home-hero__actions a{color:#fff;text-decoration:none;font-weight:700}
.manufacturer-proof{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:32px;backdrop-filter:blur(12px)}
.manufacturer-proof>span{font-size:.73rem;letter-spacing:.12em;color:#bce2dc;font-weight:800}
.manufacturer-proof>strong{display:block;font-size:5rem;line-height:1;margin:20px 0 8px}
.manufacturer-proof>p{font-size:.95rem;line-height:1.5;color:#d9eeeb}
.manufacturer-proof dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0 0}
.manufacturer-proof dl div{border-top:1px solid rgba(255,255,255,.18);padding-top:14px}
.manufacturer-proof dt{font-size:1.5rem;font-weight:850}.manufacturer-proof dd{margin:3px 0 0;color:#cbe5e1;font-size:.83rem}
.manufacturer-principles{background:#f5f8f6;border-bottom:1px solid #dfe8e3;padding:34px 0}
.manufacturer-principles .container{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.manufacturer-principles article{background:#fff;border:1px solid #dfe8e3;border-radius:12px;padding:24px}
.manufacturer-principles article>span,.method-steps article>span{color:#e65c32;font-weight:900;font-size:.78rem;letter-spacing:.1em}
.manufacturer-principles h2{font-size:1.08rem;margin:9px 0}.manufacturer-principles p{margin:0;color:#536763;line-height:1.65;font-size:.9rem}
.manufacturer-systems,.manufacturer-latest{padding:70px 0}.manufacturer-latest{background:#f5f8f6}
.manufacturer-system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.manufacturer-system-grid>a{border:1px solid #d9e4df;background:#fff;border-radius:12px;padding:24px;text-decoration:none;color:#143c38;transition:.18s ease;min-height:190px}
.manufacturer-system-grid>a:hover{border-color:#1f776d;transform:translateY(-3px);box-shadow:0 14px 30px rgba(16,74,68,.09)}
.manufacturer-system-grid>a>span{font-size:.78rem;color:#e65c32;font-weight:900;letter-spacing:.08em}.manufacturer-system-grid h3{margin:16px 0 8px;font-size:1.08rem}.manufacturer-system-grid p{color:#647671;line-height:1.55;font-size:.88rem}.manufacturer-system-grid small{display:block;margin-top:14px;color:#1b6b62;font-weight:800}
.manufacturer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.manufacturer-card{background:#fff;border:1px solid #dce6e1;border-radius:14px;padding:25px;display:flex;flex-direction:column;min-width:0;box-shadow:0 7px 24px rgba(17,64,59,.04)}
.manufacturer-card__head{display:flex;align-items:center;gap:12px;min-height:54px}.manufacturer-logo,.manufacturer-logo-detail{display:grid;place-items:center;overflow:hidden;flex:0 0 auto;border:1px solid #dce6e1;background:#f4f8f7;color:#176c61;font-weight:850;letter-spacing:-.02em}.manufacturer-logo{width:52px;height:52px;border-radius:12px;font-size:15px}.manufacturer-logo img,.manufacturer-logo-detail img{width:100%;height:100%;object-fit:contain;background:#fff}.manufacturer-logo-detail{width:92px;height:92px;border-radius:18px;font-size:25px;box-shadow:0 12px 32px rgba(0,0,0,.12)}.manufacturer-title-row{display:flex;align-items:center;gap:22px}.manufacturer-title-row>div{min-width:0}.manufacturer-title-row h1{margin-top:8px}.manufacturer-title-row p{margin-bottom:0}.admin-company-logo-field{display:grid;grid-template-columns:82px minmax(0,1fr);gap:16px;align-items:center;margin:0 0 18px;padding:16px;border:1px solid #dbe7e3;border-radius:13px;background:#f7faf9}.admin-company-logo-preview{display:grid;place-items:center;width:78px;height:78px;overflow:hidden;border:1px solid #d6e3df;border-radius:15px;background:#fff;color:#176c61;font-size:22px;font-weight:850}.admin-company-logo-preview img{width:100%;height:100%;object-fit:contain}.admin-company-logo-controls{display:grid;gap:8px}.admin-company-logo-controls label{margin:0}.admin-company-logo-controls small{color:#64748b;line-height:1.55}
.manufacturer-card__status{display:flex;align-items:center;gap:8px;color:#176c61;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.manufacturer-card__status span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#dff4ef;color:#137266;font-weight:900}
.manufacturer-card h2{font-size:1.16rem;line-height:1.35;margin:18px 0 10px}.manufacturer-card h2 a{color:#142f2d;text-decoration:none}.manufacturer-card>p{color:#5d6e6a;line-height:1.6;font-size:.9rem;min-height:4.3em}
.manufacturer-card dl{margin:14px 0}.manufacturer-card dl div{display:grid;grid-template-columns:105px 1fr;gap:10px;border-top:1px solid #edf2ef;padding:9px 0}.manufacturer-card dt{font-size:.74rem;color:#788984}.manufacturer-card dd{margin:0;font-size:.82rem;color:#2a4542;overflow-wrap:anywhere}
.manufacturer-card__tags{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0 18px}.manufacturer-card__tags span{background:#eef6f3;border:1px solid #d7e8e3;border-radius:999px;padding:5px 8px;color:#34615c;font-size:.68rem}.manufacturer-card .section-link{margin-top:auto}
.manufacturer-empty,.hub-empty{border:1px dashed #a9c4bd;background:#fff;border-radius:14px;padding:44px;text-align:center;margin-top:26px}.manufacturer-empty strong,.hub-empty strong{display:block;font-size:1.3rem;color:#173d39}.manufacturer-empty p,.hub-empty p{max-width:740px;margin:10px auto 22px;color:#61726e;line-height:1.65}
.manufacturer-directory-hero .evidence-disclaimer{display:flex;align-items:center;gap:14px;margin-top:24px;max-width:900px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:15px 18px;border-radius:10px}.evidence-disclaimer strong{white-space:nowrap}.evidence-disclaimer span{color:#d9e9e6;font-size:.86rem}
.manufacturer-directory{padding:46px 0 76px;background:#f6f8f7}.manufacturer-filter{display:grid;grid-template-columns:1.4fr 1fr auto auto;gap:12px;align-items:end;background:#fff;border:1px solid #dce6e1;padding:18px;border-radius:12px}.manufacturer-filter label{display:grid;gap:6px}.manufacturer-filter label span{font-size:.74rem;font-weight:800;color:#526763;text-transform:uppercase;letter-spacing:.05em}.manufacturer-filter input,.manufacturer-filter select{height:46px;border:1px solid #cddbd6;border-radius:8px;padding:0 12px;background:#fff;font:inherit}.manufacturer-filter>a{height:46px;display:flex;align-items:center;padding:0 10px;color:#286b63;font-weight:700;text-decoration:none}.manufacturer-result-head{display:flex;align-items:center;justify-content:space-between;margin:28px 0 4px;padding-bottom:16px;border-bottom:1px solid #dce6e1}.manufacturer-result-head div{display:flex;align-items:baseline;gap:8px}.manufacturer-result-head strong{font-size:2rem;color:#164d47}.manufacturer-result-head p{margin:0;color:#687b76;font-size:.85rem}
.directory-boundary{margin-top:32px;padding:24px;background:#eef6f3;border-left:4px solid #1e746a}.directory-boundary strong{display:block;color:#174f49}.directory-boundary p{margin:8px 0 0;color:#536b66;line-height:1.6}
.methodology-hero h1{max-width:950px}.manufacturer-method{padding:56px 0 82px;background:#f6f8f7}.method-conclusion{background:#0d4541;color:#fff;border-radius:16px;padding:38px}.method-conclusion>span{font-size:.75rem;color:#90d3ca;letter-spacing:.11em;font-weight:900}.method-conclusion h2{font-size:clamp(1.5rem,3vw,2.5rem);margin:14px 0}.method-conclusion p{color:#d3e8e5;line-height:1.7;max-width:1000px}.method-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0 48px}.method-steps article{background:#fff;border:1px solid #dce6e1;border-radius:12px;padding:23px}.method-steps h3{margin:11px 0 8px;font-size:1rem}.method-steps p{margin:0;color:#60726e;line-height:1.65;font-size:.86rem}.evidence-table,.method-status{background:#fff;border:1px solid #dce6e1;border-radius:14px;padding:30px;margin-top:22px}.evidence-table header{display:flex;gap:14px;align-items:center;margin-bottom:18px}.evidence-table header>span{color:#e65c32;font-weight:900}.evidence-table h2{margin:0}.method-status blockquote{margin:18px 0;padding:22px;border-left:4px solid #1e746a;background:#f0f7f5;color:#355b56;line-height:1.7}.method-status li{margin:8px 0;color:#526a65}
.submission-hero h1{max-width:850px}.manufacturer-submission{padding:54px 0 80px;background:#f6f8f7}.submission-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:28px;align-items:start}.submission-boundary{background:#0e4a45;color:#fff;border-radius:14px;padding:28px;position:sticky;top:110px}.submission-boundary strong{font-size:1.1rem}.submission-boundary li{margin:13px 0;color:#d2e9e5;line-height:1.55}.manufacturer-submission .submission-form{background:#fff;border:1px solid #dbe6e1;border-radius:14px;padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.manufacturer-submission .submission-form>label{display:grid;gap:7px}.manufacturer-submission .submission-form label>span{font-weight:750;color:#2f4a46;font-size:.84rem}.manufacturer-submission input,.manufacturer-submission select,.manufacturer-submission textarea{width:100%;border:1px solid #cddbd6;border-radius:8px;padding:11px 12px;font:inherit;background:#fff}.manufacturer-submission textarea{resize:vertical}.manufacturer-submission .wide,.manufacturer-submission .consent-row,.manufacturer-submission .form-note,.manufacturer-submission .submission-form>.button,.manufacturer-submission .honeypot{grid-column:1/-1}.manufacturer-submission small,.form-note{color:#6b7d78;line-height:1.5}.manufacturer-submission .consent-row{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start}.manufacturer-submission .consent-row input{width:auto;margin-top:3px}.manufacturer-submission .submission-form>.button{justify-self:start}.submission-success{background:#fff;border:1px solid #dbe6e1;border-radius:14px;padding:40px;text-align:center}.submission-success>span{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#dff4ef;color:#137266;font-size:1.8rem;margin:0 auto}
.manufacturer-confirmed{background:#e1f4ef;border:1px solid #98cfc3;color:#174e48;border-radius:14px;padding:25px}.manufacturer-confirmed>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#1a7268;color:#fff;font-size:1.25rem}.manufacturer-confirmed strong{display:block;font-size:1.1rem;margin:14px 0 8px}.manufacturer-confirmed p{font-size:.87rem!important;color:#3a635e!important;line-height:1.6!important}.manufacturer-confirmed a{color:#155f57;font-weight:800;text-decoration:none}.profile-notice{background:#f1f7f5;border-left:4px solid #1e746a;padding:20px 24px;margin-bottom:26px}.profile-notice p{margin:6px 0 0;color:#506b66;line-height:1.6}.equipment-table{overflow:auto}.manufacturer-profile .supplier-trust-section{scroll-margin-top:110px}
.footer-operator{display:inline-flex;align-items:center;gap:8px;color:#b8c6da}.footer-operator img{width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
@media (max-width:980px){.manufacturer-home-hero__grid,.submission-layout{grid-template-columns:1fr}.manufacturer-proof{max-width:520px}.manufacturer-principles .container,.manufacturer-system-grid,.manufacturer-grid{grid-template-columns:repeat(2,1fr)}.method-steps{grid-template-columns:repeat(2,1fr)}.manufacturer-filter{grid-template-columns:1fr 1fr}.submission-boundary{position:static}.manufacturer-submission .submission-form{grid-template-columns:1fr}.manufacturer-submission .submission-form>label,.manufacturer-submission .admin-form-grid{grid-column:1/-1}}
@media (max-width:640px){.manufacturer-home-hero{padding:50px 0}.manufacturer-search{grid-template-columns:1fr}.manufacturer-search input{height:52px}.manufacturer-principles .container,.manufacturer-system-grid,.manufacturer-grid,.method-steps{grid-template-columns:1fr}.manufacturer-directory-hero .evidence-disclaimer{align-items:flex-start;flex-direction:column}.manufacturer-filter{grid-template-columns:1fr}.manufacturer-result-head{align-items:flex-start;flex-direction:column;gap:9px}.manufacturer-card dl div{grid-template-columns:88px 1fr}.method-conclusion,.evidence-table,.method-status{padding:24px}.manufacturer-submission .submission-form{padding:20px}.manufacturer-home-hero h1{letter-spacing:-.04em}.footer-operator{order:3}.manufacturer-logo-detail{width:70px;height:70px;border-radius:14px;font-size:20px}.manufacturer-title-row{align-items:flex-start;gap:14px}.admin-company-logo-field{grid-template-columns:1fr}.admin-company-logo-preview{width:72px;height:72px}}

/* V15.5.1: public trust pages, visible source links and mobile locale access */
.archive-refresh{display:flex;justify-content:space-between;gap:16px;margin-top:20px!important;padding-top:16px;border-top:1px solid rgba(255,255,255,.15);font-size:.82rem!important}.archive-refresh strong{color:#fff}.archive-refresh time{color:#b9d8d4}.directory-updated{display:inline-block;margin-left:10px;color:#456b66}.directory-updated strong{font-size:inherit;color:inherit}
.archive-about,.archive-contact{padding:56px 0 82px;background:#f6f8f7}.archive-about-intro{max-width:1000px;padding:34px;border-radius:16px;background:#0d4541;color:#fff}.archive-about-intro>span,.archive-contact-card>span{color:#83cfc4;font-size:.72rem;font-weight:900;letter-spacing:.12em}.archive-about-intro h2{margin:12px 0;font-size:clamp(1.45rem,3vw,2.3rem)}.archive-about-intro p{margin:0;color:#d3e8e5;line-height:1.75}.archive-about-grid,.archive-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.archive-about-grid article,.archive-contact-card{padding:28px;border:1px solid #dce6e1;border-radius:14px;background:#fff}.archive-about-grid article>span{color:#e65c32;font-size:.75rem;font-weight:900}.archive-about-grid h2,.archive-contact-card h2{margin:12px 0;color:#173f3b;font-size:1.18rem}.archive-about-grid p,.archive-contact-card p{margin:0;color:#5c716c;line-height:1.7}.archive-about-actions{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:28px;border:1px solid #dce6e1;border-radius:14px;background:#fff}.archive-about-actions h2{margin:0 0 7px}.archive-about-actions p{margin:0;color:#647671}.archive-about-actions>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.archive-contact-grid{margin-top:0}.archive-contact-card--primary{grid-column:1/-1;background:#0d4541;color:#fff}.archive-contact-card--primary h2 a{color:#fff}.archive-contact-card--primary p{color:#d3e8e5}.archive-contact-card>a{display:inline-block;margin-top:18px;color:#176c61;font-weight:800;text-decoration:none}
.manufacturer-public-module{margin-top:24px;padding:28px;border:1px solid #dce6e1;border-radius:14px;background:#fff}.manufacturer-public-module>header{display:flex;gap:14px;margin-bottom:20px}.manufacturer-public-module>header>span{color:#e65c32;font-weight:900}.manufacturer-public-module>header h2{margin:0 0 6px;color:#173f3b}.manufacturer-public-module>header p{margin:0;color:#627570;line-height:1.6}.manufacturer-source-module ol{display:grid;gap:10px;margin:0;padding:0;list-style:none}.manufacturer-source-module li{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;border:1px solid #e1e9e6;border-radius:10px;background:#f8faf9}.manufacturer-source-module li div{display:grid;gap:4px}.manufacturer-source-module li span{color:#6b7d78;font-size:.78rem}.manufacturer-source-module li a,.manufacturer-fact-grid article>a{color:#176c61;font-weight:800;text-decoration:none}.manufacturer-review-date{margin:18px 0 0;color:#667a75;font-size:.82rem}.manufacturer-fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.manufacturer-fact-grid article{padding:20px;border:1px solid #e1e9e6;border-radius:11px;background:#f8faf9}.manufacturer-fact-grid article>strong{display:block;color:#183f3b}.manufacturer-fact-grid article>p{color:#627570;line-height:1.55}.manufacturer-fact-grid dl div{display:grid;grid-template-columns:115px 1fr;gap:10px;padding:7px 0;border-top:1px solid #e5ece9}.manufacturer-fact-grid dt{color:#748682;font-size:.75rem}.manufacturer-fact-grid dd{margin:0;color:#294b47;font-size:.82rem}
@media(max-width:720px){.mobile-language{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 4px 0}.mobile-language a{display:flex!important;justify-content:center!important;border:1px solid #cddbd6!important;border-radius:8px}.archive-about-grid,.archive-contact-grid,.manufacturer-fact-grid{grid-template-columns:1fr}.archive-about-intro,.archive-about-grid article,.archive-contact-card,.manufacturer-public-module{padding:22px}.archive-about-actions{align-items:flex-start;flex-direction:column}.manufacturer-source-module li{align-items:flex-start;flex-direction:column}.manufacturer-source-module li a{width:100%}.directory-updated{display:block;margin:5px 0 0}.manufacturer-public-module>header{align-items:flex-start}.manufacturer-fact-grid dl div{grid-template-columns:1fr}}

/* V14.1: manufacturer-archive admin and non-numeric homepage trust card */
.manufacturer-proof__seal{display:grid;place-items:center;width:58px;height:58px;margin:22px 0 16px;border-radius:50%;background:#dff4ef;color:#12665d;font-size:1.8rem;font-weight:900;box-shadow:0 0 0 8px rgba(255,255,255,.07)}
.manufacturer-proof h2{margin:0 0 12px;color:#fff;font-size:1.35rem;line-height:1.35;letter-spacing:-.02em}
.manufacturer-proof>p{margin:0}
.archive-workflow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0 28px}
.archive-workflow article{position:relative;min-height:142px;padding:20px;border:1px solid #dbe4e1;border-radius:13px;background:#fff;box-shadow:0 7px 22px rgba(15,69,64,.04)}
.archive-workflow article:not(:last-child):after{content:"→";position:absolute;right:-10px;top:50%;z-index:2;color:#8ba49f;font-weight:900}
.archive-workflow span{color:#e65c32;font-size:.72rem;font-weight:900;letter-spacing:.1em}.archive-workflow strong{display:block;margin:12px 0 8px;color:#173f3b;font-size:.96rem}.archive-workflow p{margin:0;color:#647671;font-size:.78rem;line-height:1.55}
.archive-attention{margin-top:20px;padding:24px;border:1px solid #dbe4e1;border-radius:14px;background:#fff}.archive-attention h2{margin:0 0 16px;color:#183f3b;font-size:1.05rem}.archive-alert-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.archive-alert{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px;border-radius:10px;background:#f6f9f8;color:#4e6662;font-size:.82rem}.archive-alert strong{font-size:1.35rem;color:#164f48}.archive-alert--warning{background:#fff8ed;color:#8b5e22}.archive-alert--warning strong{color:#b45309}.archive-alert--danger{background:#fff1f2;color:#9f3444}.archive-alert--danger strong{color:#be123c}
.archive-mode-note{margin-top:18px;padding:18px 22px;border-left:4px solid #64748b;background:#f1f5f9}.archive-mode-note strong{color:#334155}.archive-mode-note p{margin:6px 0 0;color:#64748b;font-size:.82rem;line-height:1.6}
.archive-manufacturer-table{min-width:1160px}.archive-manufacturer-table td{vertical-align:top}.archive-manufacturer-table td>strong{display:block;color:#1f3633}.archive-manufacturer-table td>small{display:block;margin-top:4px;color:#7a8b88}.archive-locale{display:inline-block;margin-top:6px;padding:3px 6px;border-radius:99px;background:#edf4f2;color:#3c6963;font-size:.62rem;font-weight:800}.archive-system-tags,.archive-checks,.archive-row-actions{display:flex;flex-wrap:wrap;gap:5px}.archive-system-tags span{padding:4px 6px;border-radius:6px;background:#eef5f3;color:#35655f;font-size:.64rem}.archive-check{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:99px;background:#f1f5f9;color:#64748b;font-size:.62rem}.archive-check:before{content:"×";display:grid;place-items:center;width:13px;height:13px;border-radius:50%;background:#cbd5e1;color:#fff;font-size:.55rem;font-weight:900}.archive-check.is-pass{background:#e7f7f1;color:#17675d}.archive-check.is-pass:before{content:"✓";background:#1d7b6e}.archive-status{display:inline-flex;padding:5px 8px;border-radius:99px;background:#eef2f6;color:#526071;font-size:.66rem;font-weight:800;white-space:nowrap}.archive-status--public{background:#dcfce7;color:#166534}.archive-status--review_due,.archive-status--evidence_review,.archive-status--admission_review{background:#fff3d6;color:#8a5b0a}.archive-status--suspended{background:#ffe4e6;color:#9f1239}.archive-status--evidence_pending{background:#eaf2ff;color:#315f9f}.archive-row-actions button,.archive-row-actions a{padding:5px 7px;border:1px solid #d5e0dd;border-radius:6px;background:#fff;color:#2c615a;font-size:.65rem;text-decoration:none;white-space:nowrap}.archive-row-actions button:hover,.archive-row-actions a:hover{border-color:#23756b;background:#eff7f5}.archive-reasons{max-width:260px;margin-top:7px;color:#8a5b0a;font-size:.63rem;line-height:1.45}
.archive-taxonomy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.archive-taxonomy-grid article{padding:20px;border:1px solid #dbe4e1;border-radius:12px;background:#fff}.archive-taxonomy-grid span{color:#e65c32;font-size:.68rem;font-weight:900}.archive-taxonomy-grid h2{margin:9px 0 6px;color:#1e403c;font-size:.95rem}.archive-taxonomy-grid p{margin:0;color:#657773;font-size:.76rem;line-height:1.55}.archive-taxonomy-grid small{display:block;margin-top:12px;color:#34736a;font-weight:800}
@media(max-width:1100px){.archive-workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.archive-workflow article:not(:last-child):after{display:none}.archive-taxonomy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.archive-workflow,.archive-alert-grid,.archive-taxonomy-grid{grid-template-columns:1fr}.archive-attention{padding:18px}}

/* V14.1.2 manufacturer profile publication workflow */
[data-admin-panel="submissions"] [data-create-draft="product"],
[data-admin-panel="submissions"] [data-create-draft="sourcing"]{display:none!important}
.profile-publication-card{border-top:4px solid #0b5fff}
.profile-gate-state{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 8px}
.profile-gate-state span{padding:10px 12px;border:1px solid #d5dce8;border-radius:8px;background:#f6f8fb;color:#6a7485;font-size:.82rem;font-weight:700}
.profile-gate-state span.is-pass{border-color:#8bd4af;background:#eaf8f1;color:#12643f}
.profile-admission-note{margin:0 0 14px!important;padding:9px 11px;border-left:3px solid #f0ad32;background:#fff9ec;color:#654917!important;font-size:.85rem}
.profile-publish-button{background:#0b5fff!important;border-color:#0b5fff!important;color:#fff!important;font-weight:800}
.translation-generate-button{border-color:#4f46e5!important;background:#eef2ff!important;color:#3730a3!important;font-weight:800}.translation-generate-button:disabled{opacity:.62}.translation-state{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 14px!important;padding:10px 12px;border:1px solid #c7d2fe;border-radius:9px;background:#eef2ff;color:#3730a3!important;font-size:.78rem}.translation-state span{color:#59637b}.translation-state--ready{border-color:#a7f3d0;background:#ecfdf5;color:#047857!important}.translation-state--stale,.translation-state--failed{border-color:#fecaca;background:#fef2f2;color:#b91c1c!important}.translation-review{display:grid;gap:18px}.translation-review>header span{color:#4f46e5;font-size:.72rem;font-weight:900;letter-spacing:.12em}.translation-review>header h2{margin:6px 0 8px}.translation-review>header p{margin:0;color:#64748b;line-height:1.6}.translation-review-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dbe3ee;border-radius:12px;overflow:hidden}.translation-review-grid>article,.translation-review-grid>div{min-width:0;padding:14px 16px;border-bottom:1px solid #e5eaf0}.translation-review-grid>:nth-child(odd){border-right:1px solid #e5eaf0;background:#f8fafc}.translation-review-grid h3,.translation-review-grid strong,.translation-review-grid p,.translation-review-grid span{overflow-wrap:anywhere}.translation-review-grid h3{margin:0 0 7px;color:#64748b;font-size:.72rem;text-transform:uppercase}.translation-review-grid span{display:block;margin-bottom:5px;color:#64748b;font-size:.68rem;font-weight:800}.translation-review-grid p{margin:0;color:#27364a;white-space:pre-wrap;line-height:1.55}.translation-warning-panel{padding:16px;border:1px solid #bbf7d0;border-radius:11px;background:#f0fdf4}.translation-warning-panel.has-warnings{border-color:#fde68a;background:#fffbeb}.translation-warning-panel h3{margin:0 0 10px}.translation-warning-panel p{margin:0;color:#526071}.translation-warning-panel ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.translation-warning-panel li{display:grid;grid-template-columns:minmax(110px,.32fr) 1fr;gap:10px;padding:9px 11px;border-radius:8px;background:#fff}.translation-warning-panel li span{color:#596579;line-height:1.5}.translation-review>footer{display:flex;justify-content:flex-end;gap:10px}.translation-review>footer button{padding:10px 14px;border:1px solid #cbd5df;border-radius:9px;background:#fff;font:inherit;cursor:pointer}.translation-review>footer .button{border-color:#4f46e5;background:#4f46e5;color:#fff}
@media(max-width:620px){.profile-gate-state{grid-template-columns:1fr}.translation-review-grid{grid-template-columns:1fr}.translation-review-grid>:nth-child(odd){border-right:0}.translation-review-grid>article:first-child{border-right:0}.translation-warning-panel li{grid-template-columns:1fr}.translation-review>footer{flex-direction:column}}

/* V14.8.3 MariaDB durability status and controlled SQLite restore */
.admin-restore-card{border-top:4px solid #0f766e}.durability-status{display:grid;gap:4px;margin:0 0 18px;padding:13px 14px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#991b1b}.durability-status strong,.durability-status span{display:block}.durability-status span{font-size:.78rem;line-height:1.45}.durability-status.is-ready{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.durability-status.is-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.admin-danger-note{padding:11px 13px;border-left:3px solid #dc2626;background:#fff7f7;color:#8f1d1d!important;font-size:.82rem;line-height:1.55}.admin-restore-card button:disabled,.admin-restore-card input:disabled{cursor:not-allowed;opacity:.56}
