/* Finder 3: calm hierarchy, visible evidence and complete small-screen flows. */
html { scroll-padding-top: 128px; }
body { background: #fafcfd; }
main { min-width: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 20px; background: white; border: 2px solid var(--primary); }
.skip-link:focus { top: 12px; }
.site-header { background: rgba(255,255,255,.98); }
.brand { flex-shrink: 0; }
.brand-logo { flex-shrink: 0; }
.site-nav { white-space: nowrap; }
.header-actions { flex-shrink: 0; }
.eyebrow { font-size: 11px; letter-spacing: .14em; font-weight: 700; color: var(--primary); margin: 0 0 14px; }
.finder-intro { padding-top: 34px; padding-bottom: 4px; }
.finder-heading { display: flex; align-items: end; gap: 32px; justify-content: space-between; }
.finder-heading h1 { font-size: clamp(28px,3.2vw,44px); letter-spacing: -.035em; max-width: 800px; line-height: 1.12; }
.finder-heading p:not(.eyebrow) { color: var(--text-2); line-height: 1.65; margin: 13px 0 0; }
.dataset-label { font-size: 11px; color: var(--text-3); white-space: nowrap; }
.path-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 24px 0 20px; }
.path-card { display: flex; align-items: center; gap: 14px; padding: 17px 18px; border: 1px solid #dce7ee; border-radius: 12px; background: white; color: var(--text); transition: border-color .15s, background .15s; text-align: left; font: inherit; cursor: pointer; }
.path-card:hover { border-color: var(--primary); background: var(--ice); }
.path-card.featured { background: #eaf5fc; border-color: #b7d9ed; }
.path-icon { width: 38px; height: 38px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px; background: #f0f6fa; color: var(--primary); font-size: 22px; }
.path-card strong { display: block; font-size: 14px; font-weight: 600; }
.path-card small { display: block; color: var(--text-3); font-size: 12px; margin-top: 4px; line-height: 1.4; }
.finder-search { border: 1px solid #b8d3e3; border-radius: 12px; background: white; box-shadow: 0 4px 18px #003a6410; }
.finder-search input { height: 58px; border: 0; border-radius: 12px; padding-left: 48px; font-size: 16px; width: 100%; background: transparent; }
.finder-search .ti { left: 18px; font-size: 22px; }
.explorer-layout { grid-template-columns: 252px minmax(0,1fr); gap: 26px; padding-bottom: 48px; }
.results { min-width: 0; }
.sidebar { padding: 18px; background: white; border: 1px solid #e1e9ee; border-radius: 12px; top: 80px; }
.sidebar .assist-card { display: none; }
.filter-more { border-top: 1px solid var(--line); padding-top: 16px; margin: 16px 0; }
.filter-more>summary { font-size: 14px; font-weight: 600; cursor: pointer; margin-bottom: 16px; }
.tech-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.tech-inputs label { font-size: 10px; color: var(--text-3); }
.tech-inputs input { display: block; min-width: 0; width: 100%; padding: 6px 8px; font-size: 12px; }
.tech-inputs input[aria-invalid="true"] { border-color: #ab3020; }
.p-card { position: relative; padding: 20px; box-shadow: 0 1px 3px #00344a04; transition: box-shadow .15s, border-color .15s; overflow: hidden; }
.p-card:hover { box-shadow: 0 6px 24px #003a6410; border-color: #b7cdda; }
.p-card-top { display: flex; gap: 16px; margin-bottom: 14px; align-items: center; }
.p-card-top>div { min-width: 0; flex: 1; }
.p-card .p-card-head { align-items: start; gap: 10px; }
.p-card .p-name { font-size: 20px; letter-spacing: -.03em; }
.p-thumb { width: 74px; height: 76px; object-fit: contain; flex-shrink: 0; background: white; border-radius: 8px; }
.p-thumb-placeholder { display: grid; place-items: center; color: #9db6c7; font-size: 32px; background: #f5f9fc; }
.p-purpose { font-size: 13px; line-height: 1.55; color: var(--text-2); margin: 8px 0 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 40px; }
.p-card .p-ref { overflow-wrap: anywhere; white-space: normal; }
.p-props { background: #f7fafc; border: 0; padding: 12px; border-radius: 8px; gap: 13px; }
.match-hint { margin-bottom: 10px; font-size: 11px; color: #00699f; }
.p-foot { align-items: end; }
.p-certs { min-width: 0; }
.p-compare { flex-shrink: 0; }
.list-view .p-card { display: block; }
.list-view .p-card-top { margin-bottom: 4px; }
.list-view .p-thumb { width: 48px; height: 48px; }
.list-view .p-purpose { min-height: 0; }
.list-view .p-props { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.data-notice { padding: 13px 16px; border-left: 3px solid #dfae3c; background: #fff9ea; border-radius: 6px; font-size: 13px; line-height: 1.55; margin: 16px 0; }
.data-notice[hidden] { display: none; }
.assessment { display: inline-flex; padding: 5px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; color: #805b19; background: #fff4d9; }
.assessment.documented { background: #e9f5ee; color: #276348; }
.assessment.conditional { background: #eaf4fc; color: #17648e; }
.rec-score-row { flex-wrap: wrap; gap: 10px; }
.rec-checks { background: #f6f9fb; border-radius: 8px; padding: 14px 18px; margin: 14px 0; }
.rec-checks h3 { font: 600 13px var(--font-body); margin-bottom: 8px; }
.rec-checks ul { padding-left: 18px; margin: 0; font-size: 13px; line-height: 1.7; }
.rec-card .badge { white-space: normal; line-height: 1.45; }
.wiz-question { outline: none; }
.wiz-unknown { display: block; margin-top: 18px; color: var(--text-3); }
.requirements-mode { margin-top: 18px; padding: 14px; border-radius: 8px; background: #f3f8fc; }
.requirements-mode label { display: flex; align-items: start; gap: 9px; margin: 8px 0; font-size: 13px; }
.d-head { position: relative; padding: 26px 28px; border: 1px solid var(--line); border-radius: 14px; background: white; margin-bottom: 28px; }
.d-head.has-image { padding-right: 240px; min-height: 235px; }
.d-product-image { position: absolute; right: 28px; top: 20px; width: 190px; height: 190px; object-fit: contain; }
.d-head .d-meta { font-size: 11px; margin-bottom: 12px; }
.d-head .d-desc { font-size: 15px; line-height: 1.75; max-width: 850px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.source-label { font-size: 11px; color: var(--text-3); margin: 8px 0; }
.d-rail { background: white; border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.d-section { scroll-margin-top: 110px; }
.source-details { background: white; border: 1px solid var(--line); border-radius: 10px; margin: 10px 0; }
.source-details>summary { cursor: pointer; padding: 14px 16px; font-size: 13px; font-weight: 600; }
.source-details>div { padding: 0 16px 16px; font-size: 13px; line-height: 1.7; }
.package-table td { white-space: normal; }
.package-table .btn { white-space: nowrap; }
.package-table th { white-space: nowrap; }
.knowledge-page,.inquiry-page { padding-top: 36px; padding-bottom: 50px; }
.knowledge-links { display:flex; gap:8px; flex-wrap:wrap; margin:24px 0; }
.knowledge-source pre { white-space:pre-wrap; overflow-wrap:anywhere; font:14px/1.8 var(--font-body); }
.inquiry-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,1fr); gap: 26px; margin-top: 26px; }
.inquiry-form,.inquiry-summary { background: white; padding: 24px; border-radius: 12px; border: 1px solid var(--line); }
.inquiry-form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 18px; }
.inquiry-form input,.inquiry-form textarea,.inquiry-form select { width: 100%; margin-top: 7px; font: 14px var(--font-body); }
.inquiry-form textarea { padding: 12px; min-height: 150px; resize: vertical; border: 1px solid var(--line-strong); border-radius: 8px; }
.form-row { display:grid;grid-template-columns:1fr 1fr;gap:16px; }
.inquiry-product { padding: 14px 0; border-bottom:1px solid var(--line); }
.inquiry-product:last-child { border-bottom:0; }
.inquiry-page { max-width:1120px; margin:auto; padding-left:20px; padding-right:20px; }
.inquiry-form .field { margin-bottom:18px; }
.inquiry-form label { margin-bottom:4px; }
.inquiry-actions { display:flex; gap:12px; flex-wrap:wrap; }
.inquiry-summary { align-self:start; }
.check-list { background:#f6f9fb; border-left:3px solid #9aaeb9; padding:14px 18px; margin:16px 0; font-size:13px; }
.check-list ul { margin:8px 0 0; padding-left:18px; }
.check-list li { margin:5px 0; }
.package-table { font-size:12px; }
.package-table td { overflow-wrap:anywhere; }
.inquiry-product small { display:block; margin-top:5px; color:var(--text-3); }
.comparison-note { max-width: 760px; font-size: 13px; color: var(--text-3); line-height: 1.6; }
.score-meter { max-width: 100px; }
.wizard-page .btn,.opt-card { touch-action: manipulation; }
@media (max-width:1100px) {
  .brand-product,.brand-divider { display:none; }
  .header-inner { gap: 12px; }
  .site-nav { margin-left:0; gap:0; }
  .site-nav a { padding:10px; }
  .expert-toggle-label { display:none; }
  .path-card { padding: 14px; gap:10px; }
}
@media (max-width:900px) {
  .header-inner { display:grid; grid-template-columns:minmax(0,1fr) auto; height:auto; padding-top:10px; padding-bottom:0; gap:6px 12px; }
  .brand { min-width: 0; }
  .brand-logo { height:29px; max-width:160px; width:auto; }
  .header-actions { grid-column:2; grid-row:1; gap:6px; }
  .site-nav { grid-column:1/-1; grid-row:2; margin:0; justify-content:center; width:100%; flex-wrap:wrap; }
  .site-nav a { padding:10px 16px; font-size:13px; }
  .site-nav .x-only { font-size:12px; }
  .explorer-layout { display:block; }
  .filter-open { display:inline-flex; margin-bottom:16px; }
  .sidebar { border-radius:0; top:0; max-height:100dvh; padding:20px; width:min(360px,90vw); }
  .finder-heading { display:block; }
  .dataset-label { display:block; margin-top:12px; }
  .path-card small { font-size:11px; }
  .path-icon { display:none; }
  .d-head.has-image { padding-right:185px; }
  .d-product-image { width:145px; height:145px; right:18px; top:28px; }
  .inquiry-layout { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .finder-intro { padding-top:24px; }
  .finder-heading h1 { font-size:31px; }
  .finder-heading p:not(.eyebrow) { font-size:14px; }
  .path-grid { grid-template-columns:1fr; gap:8px; margin:20px 0 16px; }
  .path-card { padding:12px 14px; }
  .path-icon { display:grid; width:32px; height:32px; font-size:20px; }
  .path-card small { font-size:12px; }
  .path-card strong { font-size:13px; }
  .finder-search input { height:54px; font-size:14px; padding-right:14px; }
  .header-actions .compare-chip { padding:4px 6px; font-size:10px; }
  .brand-logo { height:24px; max-width:126px; }
  .lang-btn { min-width:28px; padding:6px; }
  .expert-toggle { width:30px; height:30px; padding:0; justify-content:center; }
  .p-card { padding:16px; }
  .p-card .p-card-head { flex-wrap:wrap; }
  .p-card .p-name { font-size:21px; }
  .p-thumb { width:65px; height:74px; }
  .p-props { grid-template-columns:1fr 1fr; }
  .list-view .p-props { grid-template-columns:1fr 1fr; }
  .toolbar { flex-wrap:wrap; gap:8px; }
  .sort-select { max-width:190px; }
  .d-head,.d-head.has-image { padding:20px; }
  .d-product-image { position:static; width:140px; height:135px; float:right; margin:0 0 10px 12px; }
  .d-head:after { content:''; display:block; clear:both; }
  .d-head h1 { font-size:30px; }
  .d-head .d-desc { clear:both; }
  .detail-actions .btn { flex:1; }
  .rec-checks { padding:12px; }
  .rec-card { padding:16px; }
  .wiz-nav { gap:12px; }
  .wiz-nav .btn { min-height:44px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .inquiry-form,.inquiry-summary { padding:18px; }
  .tray-inner { gap:8px; }
}
@media print {
  .finder-intro,.detail-actions,.source-label,.inquiry-form button,.path-grid { display:none!important; }
  body { background:white; }
  .d-head,.d-rail,.inquiry-form,.inquiry-summary { border:0; }
  .inquiry-layout { display:block; }
  .data-notice,.rec-checks { break-inside:avoid; }
  .source-details>div { display:block!important; }
}
.tds-source-tables{margin:20px 0;border:1px solid #dce5e8;border-radius:10px;padding:18px;background:white}.tds-source-tables>summary{font-weight:600;cursor:pointer}.tds-source-product h3{font-size:16px;margin:22px 0 12px}.tds-source-product th{font-weight:500;min-width:160px}.tds-source-product td{min-width:160px}.tds-source-product td:last-child{min-width:70px}.er-specs table td{white-space:normal;min-width:160px}
