:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eef1f4;--surface:#fff;--surface-strong:#f6f7f9;--ink:#182434;--muted:#667382;--line:#d4d9df;--line-strong:#b8c0ca;--brand-navy:#152d4b;--brand-red:#b52c35;--brand-red-strong:#941f29;--brand-gold:#f4bd42;--brand-blue:#2f75b5;--brand-blue-strong:#1f5f98;--brand-blue-soft:#e7f2fb;--brand-blue-hover:#d8ebf8;--accent:var(--brand-blue);--accent-strong:var(--brand-blue-strong);--accent-soft:var(--brand-blue-soft);--warn:#9a6900;--shadow:0 10px 24px #152d4b14}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh}.topbar{color:var(--brand-navy);border-bottom:4px solid var(--brand-gold);background:#fff;justify-content:space-between;align-items:center;gap:24px;padding:18px 24px;display:flex}.eyebrow{color:var(--brand-navy);letter-spacing:0;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:800}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:27px;line-height:1.1}h2{margin-bottom:0;font-size:16px;line-height:1.2}h3{margin-bottom:8px;font-size:14px;line-height:1.15}.topbar-actions{align-items:end;gap:10px;min-width:min(560px,44vw);display:flex}.search{color:var(--brand-navy);flex:1;gap:6px;font-size:12px;font-weight:800;display:grid}.search input{border:1px solid var(--line-strong);width:100%;min-height:38px;color:var(--ink);background:#fff;border-radius:6px;outline:none;padding:8px 10px}.search input:focus,.qty-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2f75b52e}.icon-button,.primary-button,.secondary-button,.detail-actions a,.detail-actions button{border:1px solid var(--line);min-height:38px;color:var(--ink);cursor:pointer;background:#fff;border-radius:6px}.icon-button{place-items:center;width:42px;display:inline-grid}.catalog-layout{grid-template-columns:minmax(0,1fr);gap:16px;padding:16px;display:grid}.filters-panel,.results-panel,.detail-panel{background:var(--surface);border:1px solid var(--line);min-width:0;box-shadow:var(--shadow);border-radius:8px}.filters-panel{padding:14px}.filters-header{justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px;display:flex}.filters-header p{color:var(--muted);margin:4px 0 0;font-size:13px}.filter-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.primary-button,.secondary-button{padding:0 18px;font-size:13px;font-weight:800}.primary-button{background:var(--brand-blue-soft);color:var(--brand-navy);border-color:#9cc6e4}.primary-button:hover{background:var(--brand-blue-hover)}.secondary-button{background:var(--brand-navy);color:#fff;border-color:#1d3858}.secondary-button:hover{background:#0f2239}.facet-grid{grid-template-columns:minmax(220px,1fr) minmax(180px,.8fr) minmax(280px,1.25fr) repeat(4,minmax(190px,1fr));gap:14px;padding-bottom:3px;display:grid;overflow-x:auto}.facet-card{min-width:0}.facet-card h3{color:#30363d;margin:0;font-weight:850}.facet-title-row{justify-content:space-between;align-items:start;gap:14px;margin-bottom:7px;display:flex}.facet-options{background:#fff;border:1px solid #d3d6d9;border-radius:5px;height:190px;padding:8px;overflow:auto}.facet-option{color:#2f3439;cursor:pointer;grid-template-columns:18px minmax(0,1fr) auto;align-items:start;gap:6px;padding:2px 0;font-size:13px;line-height:1.25;display:grid}.facet-option input{width:14px;height:14px;accent-color:var(--accent);margin:2px 0 0}.facet-option span{overflow-wrap:anywhere}.facet-option b{color:#6a737d;font-size:12px;font-weight:750}.facet-option.is-disabled{color:#9aa1a8;cursor:not-allowed}.facet-option.is-disabled b{color:#adb4ba}.facet-empty{color:var(--muted);margin:0;font-size:13px}.pressure-facet{min-width:260px}.pressure-range-fields{background:#fff;border:1px solid #d3d6d9;border-radius:5px;grid-template-rows:auto auto 1fr auto;gap:8px;height:190px;padding:12px;display:grid}.pressure-number-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:8px;display:grid}.pressure-number,.pressure-unit{gap:4px;display:grid}.pressure-number span,.pressure-unit span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:850}.pressure-number input,.pressure-unit select{width:100%;height:34px;color:var(--ink);background:#fff;border:1px solid #c8cdd2;border-radius:5px;padding:0 9px;font-weight:800}.pressure-unit select{max-width:112px;font-size:12px;font-weight:750}.pressure-range-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.pressure-range-meta span{line-height:1.35}.pressure-range-meta button{color:#30363d;background:#f7f8f9;border-color:#c4c9ce;flex:none;height:30px;padding:0 12px;font-size:12px;font-weight:800}.results-panel{overflow:hidden}.results-toolbar{border-bottom:1px solid var(--line);background:var(--surface-strong);justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.results-toolbar p{color:var(--muted);margin:4px 0 0;font-size:13px}.table-wrap{max-height:54vh;overflow:auto}table{border-collapse:separate;border-spacing:0;width:100%;min-width:1580px;font-size:13px}th,td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top;white-space:nowrap;padding:10px 12px}th{z-index:1;color:#363c43;background:#f7f8fa;min-height:46px;font-size:12px;font-weight:850;position:sticky;top:0}th:first-child,td:first-child{border-left:0}th:nth-child(3),td:nth-child(3){min-width:210px;max-width:250px;box-shadow:1px 0 0 var(--line), 8px 0 12px #1c232a14;background:#fff;position:sticky;left:0}th:nth-child(3){z-index:4;background:#f7f8fa}td:nth-child(3){z-index:2}tbody tr:hover td:nth-child(3),tbody tr:focus td:nth-child(3){background:var(--brand-blue-hover)}tbody tr.is-selected td:nth-child(3){background:var(--accent-soft)}.sort-header{width:100%;min-width:0;color:inherit;font-size:inherit;font-weight:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:8px;padding:0;display:inline-flex}.sort-header span{white-space:normal}tbody tr{cursor:pointer}tbody tr:hover,tbody tr:focus{background:var(--brand-blue-hover);outline:none}tbody tr.is-selected{background:var(--accent-soft)}.part-cell{gap:3px;display:grid}.part-cell button{color:#1c5790;text-align:left;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-size:13px;font-weight:850}.part-cell button:hover{text-decoration:underline}.part-cell span,.muted-text{color:var(--muted);font-size:12px}.row-image{width:88px;height:48px;color:var(--muted);background:#fbfcfd;border:1px dashed #c8d0d8;border-radius:5px;place-items:center;font-size:11px;display:grid}.row-image img{object-fit:contain;max-width:82px;max-height:42px}.resource-buttons a,.detail-actions a,.detail-actions button{justify-content:center;align-items:center;gap:5px;min-width:58px;min-height:32px;padding:0 10px;font-size:12px;font-weight:850;text-decoration:none;display:inline-flex}.resource-buttons a,.detail-actions a{border:1px solid var(--accent);color:var(--accent-strong);background:#fff;border-radius:6px}a[aria-disabled=true],button:disabled{opacity:.5;pointer-events:none}.price-box{border:1px solid var(--line-strong);min-width:110px;min-height:30px;color:var(--muted);border-radius:5px;align-items:center;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.qty-input{border:1px solid var(--line-strong);border-radius:5px;width:74px;min-height:30px;padding:5px 8px}.status-pill{color:#1f4d78;background:#edf4fb;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.detail-panel{padding:14px}.detail-empty{color:var(--muted);gap:8px;display:grid}.detail-empty h2{color:var(--ink)}.detail-content{grid-template-columns:220px minmax(180px,260px) minmax(0,1fr) auto;align-items:start;gap:16px;display:grid}.image-slot{min-height:145px;color:var(--muted);background:#f9fbfc;border:1px dashed #b8c2cc;border-radius:8px;place-items:center;font-size:13px;display:grid}.image-slot img{object-fit:contain;max-width:100%;max-height:135px}.detail-heading{gap:4px;display:grid}.detail-heading p,.detail-heading span{color:var(--muted);margin:0;font-size:12px;font-weight:800}.detail-heading h2{overflow-wrap:anywhere;font-size:18px}.spec-grid{grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;margin:0;display:grid}.spec-grid div{border-bottom:1px solid var(--line);min-width:0;padding-bottom:8px}dt{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:850}dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:13px}.detail-actions{gap:10px;display:flex}.detail-actions button{padding:0 12px}.empty-cell{color:var(--muted);text-align:center;padding:36px}.product-page{gap:16px;padding:16px;display:grid}.text-button{color:#1c5790;cursor:pointer;background:0 0;border:0;justify-self:start;min-height:34px;padding:0;font-weight:850}.text-button:hover{text-decoration:underline}.product-loading,.product-hero,.detail-band{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.product-loading{padding:28px}.product-hero{grid-template-columns:minmax(220px,320px) minmax(0,1fr) minmax(220px,280px);align-items:start;gap:18px;padding:18px;display:grid}.product-image{min-height:250px;color:var(--muted);background:#f9fbfc;border:1px dashed #b8c2cc;border-radius:8px;place-items:center;display:grid}.product-image img{object-fit:contain;max-width:100%;max-height:230px}.product-summary{gap:8px;display:grid}.product-summary p,.product-summary span{color:var(--muted);margin:0;font-size:13px;font-weight:800}.product-summary h2{overflow-wrap:anywhere;font-size:28px;line-height:1.08}.product-summary .product-description{max-width:820px;color:var(--ink);font-weight:500;line-height:1.45}.product-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;display:flex}.product-actions a,.product-actions button{border:1px solid var(--accent);min-height:38px;color:var(--accent-strong);background:#fff;border-radius:6px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:850;text-decoration:none;display:inline-flex}.buy-panel{border:1px solid var(--line);background:#f8fafb;border-radius:8px;padding:14px}.buy-panel dl{gap:12px;margin:0;display:grid}.detail-band{padding:16px}.detail-band h2{margin-bottom:12px}.product-spec-grid{grid-template-columns:repeat(5,minmax(130px,1fr))}.spec-table-wrap{border:1px solid var(--line);border-radius:6px;overflow:auto}.spec-table{min-width:760px}.spec-table th,.spec-table td{white-space:normal}.spec-table th{width:240px;color:var(--muted);text-transform:uppercase;background:#f7f8fa;font-size:12px;position:static}.spec-table td{background:#fff}@media (max-width:1180px){.facet-grid{grid-template-columns:repeat(3,minmax(210px,1fr))}.detail-content{grid-template-columns:180px 1fr}.spec-grid,.detail-actions{grid-column:1/-1}.product-hero{grid-template-columns:220px minmax(0,1fr)}.buy-panel{grid-column:1/-1}.product-spec-grid{grid-template-columns:repeat(3,minmax(130px,1fr))}}@media (max-width:780px){.topbar,.topbar-actions,.filters-header,.results-toolbar{flex-direction:column;align-items:stretch}.topbar-actions{width:100%;min-width:0}.catalog-layout{padding:10px}.facet-grid{grid-template-columns:1fr}.facet-options{height:150px}.detail-content{grid-template-columns:1fr}.spec-grid{grid-template-columns:1fr 1fr}.product-hero{grid-template-columns:1fr}.product-image{min-height:190px}.product-summary h2{font-size:22px}.product-spec-grid{grid-template-columns:1fr 1fr}}
