/* Hernick Parts Diagram public presentation layer - intentionally separate from core layout/interaction CSS */
.hpd-front{--hpd-ui-blue:#1f6fae;--hpd-ui-border:#d9e0e7;--hpd-ui-soft:#f7f9fb;--hpd-ui-text:#1f2933;color:var(--hpd-ui-text)}
.hpd-series-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:0 0 14px;padding:0 0 12px;border-bottom:1px solid var(--hpd-ui-border)}
.hpd-series-heading h2{margin:0!important;letter-spacing:-.015em}
.hpd-public-identity-bubbles{display:grid;gap:7px;min-width:min(100%,360px);max-width:760px}.hpd-public-bubble-group{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px}.hpd-public-bubble-label{padding-top:4px;color:#607589;font-size:9px;font-weight:800;letter-spacing:.075em;line-height:1.2;text-transform:uppercase;white-space:nowrap}.hpd-public-bubble-list{display:flex;justify-content:flex-end;gap:5px;flex-wrap:wrap}.hpd-public-bubble{display:inline-flex;align-items:center;min-height:23px;padding:3px 9px;border:1px solid #a9c9e3;border-radius:999px;background:#edf6fd;color:#135e96;font-size:10.5px;font-weight:750;line-height:1.2}.hpd-public-bubble.is-model-code{border-color:#cbd4dc;background:#f5f7f9;color:#41576a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.015em}
.hpd-v2-series-tools{margin:0!important;padding:0}
.hpd-v2-series-tools label{font-size:.88em;font-weight:600;color:#4f5b66}
.hpd-v2-series-tools select,.hpd-model-finder input{border:1px solid #cfd7df;border-radius:7px;background:#fff;min-height:36px}
.hpd-series-layout{gap:20px}
.hpd-subnav-item{border-color:var(--hpd-ui-border);border-radius:10px;padding:7px;background:#fff;box-shadow:0 1px 2px rgba(20,35,50,.04);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background .14s ease}
.hpd-subnav-item:hover{transform:translateY(-1px);box-shadow:0 5px 15px rgba(20,35,50,.08)}
.hpd-subnav-item.is-active{background:#f4f9fd;border-color:var(--hpd-ui-blue);box-shadow:0 0 0 1px rgba(31,111,174,.12)}
.hpd-subnav-item img{background:#fff;border-color:#e2e7ec}
.hpd-current-subtitle{font-size:1.05em;font-weight:650;margin:0 0 7px;color:#263645}
.hpd-zoom-toolbar{padding:5px 7px;border:1px solid var(--hpd-ui-border);border-radius:8px;background:#fff;width:max-content;box-shadow:0 1px 2px rgba(20,35,50,.04)}
.hpd-zoom-shell{border:1px solid #cfd8e1;border-radius:11px;background:#f9fbfc;box-shadow:0 2px 10px rgba(24,44,62,.06)}
.hpd-zoom-shell{touch-action:pan-x pan-y}.hpd-zoom-shell.is-pinching{cursor:zoom-in}.hpd-zoom-shell.is-pinching .hpd-zoom-content{transition:none!important}
/* Faint, varied hotspot tint. Hue is assigned stably from the part UID in JS. */
.hpd-hotspot{fill:hsla(var(--hpd-hue,210),72%,52%,.085);stroke:hsla(var(--hpd-hue,210),60%,40%,.22);stroke-width:1.5}
.hpd-hotspot:hover,.hpd-hotspot.is-active{fill:hsla(var(--hpd-hue,210),78%,50%,.30);stroke:hsla(var(--hpd-hue,210),68%,36%,.92);filter:drop-shadow(0 0 4px hsla(var(--hpd-hue,210),70%,45%,.62)) drop-shadow(0 0 10px hsla(var(--hpd-hue,210),70%,45%,.25))}
.hpd-support-shape{pointer-events:all!important;cursor:help;fill:hsla(var(--hpd-hue,210),72%,52%,.035);stroke:hsla(var(--hpd-hue,210),64%,40%,.42);stroke-width:1.7;stroke-dasharray:7 5;vector-effect:non-scaling-stroke;transition:fill .14s ease,stroke .14s ease,filter .14s ease}
.hpd-support-shape.is-active{fill:hsla(var(--hpd-hue,210),78%,50%,.30);stroke:hsla(var(--hpd-hue,210),68%,36%,.92);stroke-width:1.5;stroke-dasharray:none;filter:drop-shadow(0 0 4px hsla(var(--hpd-hue,210),70%,45%,.62)) drop-shadow(0 0 10px hsla(var(--hpd-hue,210),70%,45%,.25))}
.hpd-support-tooltip{position:absolute;z-index:19;width:max-content;max-width:min(250px,calc(100% - 20px));padding:8px 10px;border:1px dashed #8ba9c0;border-radius:9px;background:rgba(250,253,255,.97);box-shadow:0 8px 22px rgba(25,62,91,.16);color:#29465d;line-height:1.25;opacity:0;visibility:hidden;transform:translateY(3px);transition:opacity .12s ease,transform .12s ease,visibility .12s;pointer-events:none}.hpd-support-tooltip.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.hpd-support-tooltip-badge{display:block;margin-bottom:3px;color:#54748d;font-size:8px;font-weight:850;letter-spacing:.075em}.hpd-support-tooltip strong,.hpd-support-tooltip small{display:block}.hpd-support-tooltip strong{font-size:12px}.hpd-support-tooltip small{margin-top:2px;color:#61798c;font-size:10px}.hpd-hotspot.is-support-pulsing{animation:hpd-support-source-pulse .82s ease-in-out infinite;transform-box:fill-box;transform-origin:center}@keyframes hpd-support-source-pulse{0%,100%{fill:hsla(var(--hpd-hue,210),72%,52%,.13);stroke:hsla(var(--hpd-hue,210),68%,38%,.58);filter:drop-shadow(0 0 2px hsla(var(--hpd-hue,210),72%,45%,.3))}50%{fill:hsla(var(--hpd-hue,210),84%,56%,.48);stroke:#fff;stroke-width:3;filter:drop-shadow(0 0 7px hsla(var(--hpd-hue,210),82%,48%,.9)) drop-shadow(0 0 14px hsla(var(--hpd-hue,210),72%,45%,.45))}}
.hpd-popover{border-color:#d4dce4;border-radius:10px;box-shadow:0 12px 30px rgba(20,35,50,.16)}
.hpd-table-wrap{margin-top:20px;border:1px solid var(--hpd-ui-border);border-radius:10px;overflow:auto;background:#fff}
.hpd-bulk-tools{margin:0!important;padding:9px;border-bottom:1px solid var(--hpd-ui-border);background:var(--hpd-ui-soft)}
.hpd-parts-table{border-collapse:separate;border-spacing:0;font-size:.89em}
.hpd-parts-table th,.hpd-parts-table td{border:0!important;border-bottom:1px solid #edf0f2!important;padding:8px 9px!important}
.hpd-parts-table th{font-size:.9em;text-transform:none;white-space:nowrap;color:#46525d;background:#f7f9fb}
.hpd-parts-table tbody tr:last-child td{border-bottom:0!important}
.hpd-parts-table tbody tr:hover,.hpd-parts-table tbody tr.is-active{background:#f1f7fc}
.hpd-product-where-used{border-color:var(--hpd-ui-border)!important;border-radius:10px!important;background:#fafcfd;padding:14px 16px!important}
.hpd-product-where-used h3{font-size:1.05em}
.hpd-product-where-used li+li{margin-top:4px}
@media(max-width:800px){.hpd-series-heading{align-items:flex-start}.hpd-v2-series-tools{width:100%}.hpd-v2-series-tools label{width:100%}.hpd-v2-series-tools select{width:100%}.hpd-public-identity-bubbles{width:100%;min-width:0;max-width:none}.hpd-public-bubble-group{display:block}.hpd-public-bubble-label{display:block;margin-bottom:5px;padding:0}.hpd-public-bubble-list{justify-content:flex-start}.hpd-table-wrap{border-radius:8px}}
/* popup reference badge */
.hpd-popover{padding-right:42px}
.hpd-pop-ref{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;margin:0;background:#33485b;color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 1px 3px rgba(0,0,0,.2)}
/* v2.3 popup, grouped products, and contained parts list */
.hpd-parts-scroll{max-height:440px;overflow:auto;border:1px solid #d9dde3;border-radius:8px;background:#fff}
.hpd-parts-scroll .hpd-parts-table{margin:0}
.hpd-parts-scroll .hpd-parts-table thead th{position:sticky;top:0;z-index:3;background:#f6f7f7;box-shadow:0 1px 0 #d9dde3}
.hpd-parts-table .hpd-option-row td{border-top-style:dashed}
.hpd-parts-table .hpd-option-note{font-size:.86em;color:#5d6670}
.hpd-table-kits{padding:5px 0;font-size:.9em;color:#50575e}
.hpd-popover{max-width:310px}
.hpd-pop-close{position:absolute;top:5px;left:6px;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:rgba(30,41,59,.12);color:#334155;font-size:17px;line-height:20px;cursor:pointer;z-index:5}
.hpd-pop-close:hover{background:rgba(30,41,59,.22)}
.hpd-pop-products{display:grid;gap:8px}
.hpd-pop-product{display:grid;grid-template-columns:58px minmax(0,1fr);gap:8px;align-items:start;padding-bottom:8px;border-bottom:1px solid #e7e9ec}
.hpd-pop-product:last-child{padding-bottom:0;border-bottom:0}
.hpd-pop-product>img{width:58px;height:58px;object-fit:contain;border-radius:5px;background:#fff}
.hpd-pop-product-info{min-width:0;display:flex;flex-direction:column;gap:2px}
.hpd-pop-title{font-size:13px;line-height:1.22;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.hpd-pop-title.is-long,.hpd-pop-product-info strong:nth-child(1):has(+ small + small){font-size:12px}
.hpd-pop-option-note{font-size:11px;font-weight:600;color:#475569}
.hpd-pop-kits{margin-top:8px;padding-top:7px;border-top:1px solid #e7e9ec;font-size:11px;line-height:1.35}
.hpd-pop-kits>strong{display:block;margin-bottom:3px}
.hpd-pop-kits a{font-weight:600}
.hpd-cart-status{font-size:10.5px}
@media(max-width:700px){.hpd-parts-scroll{max-height:360px}.hpd-popover{max-width:min(290px,calc(100vw - 24px))}}
.hpd-pop-title.is-long{font-size:11.5px;line-height:1.18}
.hpd-pop-products{max-height:330px;overflow:auto;padding-right:2px}


/* v2.4 interaction and compact commerce controls */
.hpd-popover,.hpd-pop-products,.hpd-pop-product,.hpd-pop-product-info{box-sizing:border-box;max-width:100%;overflow-x:hidden}
.hpd-pop-products{overflow-y:auto;overflow-x:hidden;padding-right:2px}
.hpd-pop-title,.hpd-pop-product-info small,.hpd-open-product{overflow-wrap:anywhere;word-break:normal}
.hpd-front .hpd-add,.hpd-front .hpd-view-part{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;min-height:0!important;height:auto!important;padding:5px 9px!important;margin:0!important;font-size:12px!important;line-height:1.2!important;border-radius:5px!important;white-space:nowrap!important}
.hpd-front .hpd-pop-actions{align-items:center;flex-wrap:nowrap}
.hpd-front .hpd-pop-actions .hpd-pop-qty{width:52px!important;min-width:52px!important;height:28px!important;min-height:28px!important;padding:3px 5px!important;font-size:12px!important}
.hpd-front .hpd-parts-table .hpd-qty{width:50px!important;min-width:50px!important;height:28px!important;min-height:28px!important;padding:3px 5px!important;font-size:12px!important}
.hpd-option-pills{display:flex;flex-wrap:wrap;gap:5px;margin:1px 0 8px;padding:0 2px 0 24px;max-width:100%}
.hpd-option-pill{appearance:none;border:1px solid #c9d2dc;background:#f4f7fa;color:#334155;border-radius:999px;padding:4px 8px;font-size:10.5px;font-weight:650;line-height:1.15;cursor:pointer;max-width:100%;white-space:normal;text-align:left}
.hpd-option-pill:hover{border-color:#8099af;background:#eef4f8}
.hpd-option-pill.is-active{background:#33485b;border-color:#33485b;color:#fff}
.hpd-parts-table tr.hpd-option-group-row td{background:#fbfcfd}
.hpd-parts-table tr.hpd-option-group-start td{border-top:2px solid #cfd9e3!important}
.hpd-parts-table tr.hpd-option-group-end td{border-bottom:2px solid #cfd9e3!important}
.hpd-parts-table .hpd-group-ref{vertical-align:top!important;background:#f3f7fa!important;border-right:1px solid #dce4eb!important;min-width:72px}
.hpd-parts-table .hpd-group-ref strong{display:block;font-size:1.02em}
.hpd-parts-table .hpd-group-ref small{display:block;margin-top:3px;font-size:.76em;line-height:1.15;color:#66727e;font-weight:500}
.hpd-table-option-pill{display:inline-block;margin:0 6px 2px 0;padding:2px 6px;border-radius:999px;background:#eaf1f6;color:#3c5265;font-size:.78em;font-weight:650;white-space:nowrap}

/* v2.5 repeated-location navigation */
.hpd-hotspot.is-focused-occurrence{stroke-width:3.5!important;filter:drop-shadow(0 0 7px hsla(var(--hpd-hue,210),85%,46%,.78))}
.hpd-occurrence-nav{display:flex;align-items:center;justify-content:center;gap:7px;margin:0 34px 7px 0;font-size:11px;color:#50575e}
.hpd-occurrence-nav button{appearance:none;border:1px solid #c3c4c7!important;background:#fff!important;color:#2c3338!important;width:24px!important;height:24px!important;min-width:24px!important;padding:0!important;border-radius:999px!important;line-height:20px!important;font-size:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}
.hpd-occurrence-nav button:hover{border-color:#2271b1!important;color:#2271b1!important}

/* v2.6 viewer polish */
.hpd-series-layout{grid-template-columns:210px minmax(0,1fr);gap:14px}.hpd-subnav{gap:8px}.hpd-subnav-item{position:relative;border-radius:12px;padding:8px;grid-template-columns:64px 1fr;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #d8e1ea;box-shadow:0 2px 10px rgba(24,44,62,.05)}.hpd-subnav-item::after{content:'';position:absolute;right:-8px;top:14px;bottom:14px;width:8px;border-radius:0 8px 8px 0;background:transparent;transition:background .15s ease}.hpd-subnav-item.is-active::after{background:#dcecf8}.hpd-subnav-item strong{font-size:.92em}.hpd-subnav-item small{font-size:.78em;color:#66737f}.hpd-subnav-item img{width:64px;height:52px;border-radius:8px}.hpd-zoom-toolbar{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:999px;background:#fff;border:1px solid var(--hpd-ui-border);box-shadow:0 2px 8px rgba(20,35,50,.05);margin-bottom:10px}.hpd-zoom-toolbar .button{min-height:28px;line-height:26px;padding:0 10px;border-radius:999px;font-size:12px}.hpd-zoom-toolbar .hpd-zoom-level{display:inline-flex;align-items:center;justify-content:center;min-width:54px;font-size:12px;font-weight:700;color:#4b5964}.hpd-series-main .hpd-front-stage{position:relative}.hpd-series-main .hpd-zoom-toolbar{position:relative;z-index:2}.hpd-table-wrap{display:flex;flex-direction:column;max-height:430px;overflow:hidden}.hpd-parts-scroll{overflow:auto;max-height:360px}.hpd-parts-table thead th{position:sticky;top:0;z-index:2}.hpd-popover{overflow-x:hidden}.hpd-pop-actions .button,.hpd-parts-table .hpd-add,.hpd-parts-table .hpd-view-part{min-height:30px!important;line-height:28px!important;padding:0 10px!important;font-size:12px!important}.hpd-parts-table .hpd-qty,.hpd-pop-qty{width:58px!important;min-height:30px}.hpd-pop-products{overflow-x:hidden}.hpd-pop-title.is-long{font-size:.92em;line-height:1.2}.hpd-pop-title.is-long{word-break:break-word}.hpd-table-wrap .hpd-bulk-tools{position:sticky;top:0;z-index:3}.hpd-pop-ref{position:absolute;right:10px;top:10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#2f3e4d;color:#fff;font-size:13px;font-weight:700;margin:0}.hpd-popover{padding-top:16px}.hpd-pop-close{position:absolute;right:8px;top:6px;z-index:4;background:none;border:0;font-size:17px;line-height:1;cursor:pointer;color:#667}.hpd-occurrence-nav{display:flex;align-items:center;gap:7px;margin:4px 0 8px}.hpd-option-pills{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 9px}.hpd-option-pill{border:1px solid #c6d4df;background:#f7fbfe;border-radius:999px;padding:5px 10px;font-size:12px;cursor:pointer}.hpd-option-pill.is-active{background:#1f6fae;color:#fff;border-color:#1f6fae}.hpd-parts-table .hpd-option-group-start td{border-top:2px solid #dbe7f0!important}.hpd-parts-table .hpd-option-group-end td{border-bottom:2px solid #dbe7f0!important}.hpd-parts-table .hpd-group-ref{background:#fbfdff}.hpd-table-option-pill{display:inline-block;margin:0 6px 4px 0;padding:2px 7px;border-radius:999px;background:#edf5fb;font-size:11px;color:#355}.hpd-hotspot.is-focused-occurrence{filter:drop-shadow(0 0 5px rgba(34,113,177,.95)) drop-shadow(0 0 12px rgba(34,113,177,.4))}.hpd-popover .button{white-space:nowrap}@media(max-width:800px){.hpd-series-layout{grid-template-columns:1fr}.hpd-zoom-toolbar{position:static}.hpd-table-wrap{max-height:none}.hpd-parts-scroll{max-height:420px}}

/* v2.7 connected public viewer polish */
.hpd-series-layout{align-items:start}
.hpd-subnav{padding-right:0}
.hpd-subnav-item{margin-right:-1px}
.hpd-subnav-item.is-active{border-right-color:#fff;box-shadow:-2px 2px 12px rgba(24,44,62,.07);z-index:2}
.hpd-series-main{border-left:1px solid #d8e1ea;padding-left:13px}
.hpd-zoom-toolbar{margin-left:auto;margin-right:2px}
.hpd-zoom-toolbar .hpd-zoom-out,.hpd-zoom-toolbar .hpd-zoom-in{width:29px;padding:0!important;font-size:15px!important}
.hpd-zoom-toolbar .hpd-zoom-reset{padding:0 8px!important}
.hpd-front-annotation,.hpd-front-annotation *{pointer-events:none}
@media(max-width:800px){.hpd-subnav-item{margin-right:0}.hpd-series-main{border-left:0;padding-left:0}}


/* v2.8 public viewer polish */
.hpd-front{
  --hpd-tech-blue:#1769c2;
  --hpd-tech-blue-2:#3e91e6;
  --hpd-tech-ink:#20364d;
  --hpd-tech-soft:#f5f9fd;
  --hpd-tech-line:#bfd5e9;
  --hpd-tech-glow:rgba(37,126,211,.16);
}
.hpd-series-layout{
  gap:0!important;
  align-items:start;
  border:1px solid var(--hpd-tech-line);
  border-radius:14px;
  background:linear-gradient(135deg,#f8fbfe 0%,#ffffff 42%,#f4f9fd 100%);
  box-shadow:0 10px 28px rgba(31,72,108,.08),inset 0 1px 0 rgba(255,255,255,.85);
  overflow:visible;
}
.hpd-subnav{
  gap:7px!important;
  padding:12px 0 12px 12px!important;
  background:linear-gradient(180deg,#eef6fd 0%,#f8fbfe 50%,#edf5fb 100%);
  border-right:1px solid var(--hpd-tech-line);
  border-radius:13px 0 0 13px;
}
.hpd-subnav-item{
  position:relative;
  margin-right:-1px!important;
  border:1px solid rgba(154,187,215,.72)!important;
  border-right-color:transparent!important;
  border-radius:9px 0 0 9px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(241,247,252,.92))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease!important;
}
.hpd-subnav-item:hover{
  transform:translateX(3px)!important;
  border-color:#75aee0!important;
  border-right-color:transparent!important;
  box-shadow:0 5px 13px rgba(25,93,151,.11)!important;
}
.hpd-subnav-item.is-active{
  z-index:3;
  transform:translateX(1px)!important;
  background:linear-gradient(135deg,#ffffff 0%,#f6fbff 100%)!important;
  border-color:#4b96d5!important;
  border-right-color:#fff!important;
  box-shadow:-3px 4px 14px rgba(25,93,151,.12),inset 3px 0 0 var(--hpd-tech-blue)!important;
}
.hpd-subnav-item.is-active:after{
  content:"";
  position:absolute;
  top:-1px;right:-2px;bottom:-1px;width:4px;
  background:#fff;
}
.hpd-subnav-item img{
  border:1px solid #d4e2ed;
  border-radius:6px;
  background:#fff;
}
.hpd-subnav-item strong{color:var(--hpd-tech-ink)}
.hpd-subnav-item small{color:#61778c}
.hpd-series-main{
  position:relative;
  padding:12px 12px 14px!important;
  background:linear-gradient(145deg,#fff 0%,#fbfdff 62%,#f4f9fd 100%);
  border-radius:0 13px 13px 0;
}
.hpd-current-subtitle{
  color:var(--hpd-tech-ink);
  font-weight:700;
  letter-spacing:.01em;
  margin:0 0 8px;
}
.hpd-zoom-toolbar{
  position:absolute!important;
  top:17px;right:18px;
  z-index:8!important;
  margin:0!important;
  padding:3px!important;
  gap:1px!important;
  border:1px solid #b9d0e4!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(240,247,252,.96))!important;
  box-shadow:0 6px 18px rgba(26,77,120,.11)!important;
  backdrop-filter:blur(5px);
}
.hpd-zoom-toolbar .button{
  min-width:28px!important;
  min-height:27px!important;
  height:27px!important;
  line-height:25px!important;
  padding:0 7px!important;
  border:0!important;
  border-radius:7px!important;
  background:transparent!important;
  color:#315c7d!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:700!important;
}
.hpd-zoom-toolbar .button:hover{background:#e4f1fb!important;color:#155f9e!important}
.hpd-zoom-toolbar .hpd-zoom-level{
  min-width:44px!important;
  padding:0 5px;
  color:#365a74!important;
  font-size:11px!important;
}
.hpd-front-stage{
  border:1px solid #a9c9e5!important;
  border-radius:12px!important;
  background:radial-gradient(circle at 50% 10%,#fff 0%,#fbfdff 58%,#f1f7fc 100%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.85),0 5px 16px rgba(30,83,126,.07)!important;
  overflow:hidden;
}
.hpd-zoom-shell{border:0!important;background:transparent!important}
.hpd-popover{
  border:1px solid #aac8e2!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,#ffffff 0%,#f7fbff 100%)!important;
  box-shadow:0 12px 30px rgba(21,63,99,.18),0 0 0 1px rgba(255,255,255,.7) inset!important;
}
.hpd-option-pill{background:linear-gradient(180deg,#fff,#edf6fd)!important;border-color:#b8d1e6!important;color:#315872!important}
.hpd-option-pill.is-active{background:linear-gradient(135deg,var(--hpd-tech-blue),var(--hpd-tech-blue-2))!important;color:#fff!important;border-color:#1769c2!important;box-shadow:0 3px 9px rgba(23,105,194,.2)}
.hpd-table-wrap{
  margin-top:12px;
  border:1px solid #b8d0e4;
  border-radius:12px;
  background:linear-gradient(180deg,#fff,#f8fbfe);
  box-shadow:0 5px 16px rgba(30,83,126,.06);
}
.hpd-parts-table thead th{background:linear-gradient(180deg,#eef6fc,#e7f1f9)!important;color:#31536e!important;border-bottom:1px solid #bfd4e5!important}
.hpd-parts-table tbody tr:hover td{background:#f1f8fe!important}
.hpd-cart-status-wrap{
  position:relative;
  min-height:18px;
  border-radius:6px;
  transition:opacity .16s ease,background .16s ease;
}
.hpd-cart-status-wrap.is-refreshing{
  overflow:hidden;
  background:linear-gradient(90deg,rgba(220,233,244,.45) 25%,rgba(244,249,253,.95) 45%,rgba(220,233,244,.45) 65%);
  background-size:220% 100%;
  animation:hpdCartPulse 1.05s ease-in-out infinite;
}
.hpd-cart-status-wrap.is-refreshing .hpd-cart-status{opacity:.55}
@keyframes hpdCartPulse{0%{background-position:100% 0}100%{background-position:-100% 0}}
@media(max-width:800px){
  .hpd-series-layout{border-radius:12px;overflow:hidden}
  .hpd-subnav{border-right:0;border-bottom:1px solid var(--hpd-tech-line);border-radius:11px 11px 0 0;padding:10px!important}
  .hpd-subnav-item,.hpd-subnav-item.is-active{margin-right:0!important;border-right-color:rgba(154,187,215,.72)!important;border-radius:8px!important;transform:none!important}
  .hpd-subnav-item.is-active:after{display:none}
  .hpd-series-main{border-radius:0 0 11px 11px}
  .hpd-zoom-toolbar{position:relative!important;top:auto;right:auto;margin:0 0 8px auto!important;width:max-content}
}

/* v2.9 cart badges, placeholders, and quote actions */
.hpd-cart-status{margin-top:4px!important;padding:6px 9px!important}
.hpd-cart-status-wrap{min-height:0!important;margin-top:2px}
.hpd-cart-status-wrap:empty{display:none}
.hpd-cart-status-wrap.is-refreshing{display:block;min-height:24px!important;margin-top:2px}
.hpd-table-cart-actions{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.hpd-cart-indicator{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:28px;color:#315d80;cursor:help}.hpd-cart-indicator>svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hpd-cart-count-badge{position:absolute;right:-4px;top:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#176fc3;color:#fff;font-size:9px;font-weight:800;line-height:1;box-shadow:0 2px 5px rgba(25,84,133,.25)}
.hpd-cart-indicator::after{content:attr(data-tooltip);position:absolute;right:0;bottom:calc(100% + 7px);z-index:30;min-width:130px;padding:6px 8px;border-radius:6px;background:#263746;color:#fff;font-size:10.5px;font-weight:600;line-height:1.25;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(3px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;pointer-events:none}
.hpd-cart-indicator:hover::after{opacity:1;visibility:visible;transform:translateY(0)}
.hpd-front .hpd-quote-request{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;min-height:30px!important;height:auto!important;padding:0 10px!important;margin:0!important;font-size:12px!important;line-height:28px!important;border-radius:5px!important;white-space:nowrap!important;background:linear-gradient(135deg,#176fc3,#12538f)!important;border-color:#12538f!important;color:#fff!important}
.hpd-request-price-label{font-size:11px;font-weight:700;color:#315d80}
.hpd-hotspot.is-placeholder{fill:rgba(115,124,134,.15)!important;stroke:rgba(91,101,111,.55)!important;--hpd-hue:210!important}
.hpd-hotspot.is-placeholder:hover,.hpd-hotspot.is-placeholder.is-active{fill:rgba(105,115,125,.34)!important;stroke:rgba(70,80,90,.95)!important;filter:drop-shadow(0 0 5px rgba(90,100,110,.45))!important}
.hpd-placeholder-pop p{font-size:12px;line-height:1.35;margin:6px 0;color:#51606d}
.hpd-placeholder-pop p:last-child{margin-bottom:0}
.hpd-placeholder-pop{grid-template-columns:minmax(0,1fr)!important;width:100%}
.hpd-placeholder-pop .hpd-pop-product-info{grid-column:1/-1;width:100%;min-width:0}
.hpd-placeholder-pop .hpd-pop-title{display:block;overflow:visible;-webkit-line-clamp:unset;font-size:13px;line-height:1.25}
.hpd-placeholder-pop .hpd-pop-actions{flex-wrap:wrap}
.hpd-placeholder-row td{background:linear-gradient(180deg,#fafbfc,#f5f6f7)!important;color:#59636d}
.hpd-placeholder-row:hover td{background:#f0f2f4!important}
.hpd-placeholder-row small{display:block;margin-top:3px;font-size:10.5px;color:#75808a}
.hpd-placeholder-label{font-weight:700}
.hpd-placeholder-call{display:inline-flex;padding:3px 7px;border-radius:999px;background:#e8ebee;color:#56616b;font-size:10px;font-weight:700}


/* v2.10 popup reference badge + compact product-page icon */
.hpd-pop-ref{
 background:linear-gradient(145deg,#435363 0%,#2f3e4d 48%,#24313d 100%)!important;
 border:1px solid rgba(255,255,255,.16);
 box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 2px 4px rgba(15,23,32,.28),0 5px 12px rgba(15,23,32,.14)!important;
 text-shadow:0 1px 1px rgba(0,0,0,.28);
}
.hpd-open-product{
 position:relative;
 align-self:flex-start;
 display:inline-flex!important;
 align-items:center;
 justify-content:center;
 width:30px;
 height:30px;
 margin-top:7px!important;
 padding:0!important;
 border:1px solid #cbd6df;
 border-radius:7px;
 background:linear-gradient(180deg,#fff 0%,#f7f9fb 100%);
 color:#33485b!important;
 text-decoration:none!important;
 box-shadow:0 1px 2px rgba(23,40,54,.08);
 transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,background .14s ease;
 overflow:visible!important;
}
.hpd-open-product:hover,.hpd-open-product:focus-visible{
 border-color:#8aa8bf;
 background:#fff;
 color:#1f6fae!important;
 box-shadow:0 3px 8px rgba(31,111,174,.16);
 transform:translateY(-1px);
 outline:none;
}
.hpd-open-product-icon{width:17px;height:17px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hpd-open-product::after{
 content:attr(data-tooltip);
 position:absolute;
 right:0;
 bottom:calc(100% + 7px);
 width:max-content;
 max-width:170px;
 padding:5px 7px;
 border-radius:5px;
 background:#1f2933;
 color:#fff;
 font-size:10.5px;
 font-weight:600;
 line-height:1.2;
 white-space:nowrap;
 box-shadow:0 4px 12px rgba(15,23,32,.2);
 opacity:0;
 visibility:hidden;
 transform:translateY(3px);
 pointer-events:none;
 transition:opacity .12s ease,transform .12s ease,visibility .12s ease;
 z-index:30;
}
.hpd-open-product::before{
 content:'';
 position:absolute;
 right:10px;
 bottom:calc(100% + 3px);
 border:4px solid transparent;
 border-top-color:#1f2933;
 opacity:0;
 visibility:hidden;
 pointer-events:none;
 transition:opacity .12s ease,visibility .12s ease;
 z-index:31;
}
.hpd-open-product:hover::after,.hpd-open-product:focus-visible::after,.hpd-open-product:hover::before,.hpd-open-product:focus-visible::before{opacity:1;visibility:visible;transform:translateY(0)}
.hpd-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}


/* v2.11 live table cart sync + bottom-right product-page icon */
.hpd-pop-product-info{position:relative;padding-bottom:34px}
.hpd-open-product{position:absolute!important;right:0!important;bottom:0!important;align-self:auto!important;margin:0!important}
.hpd-open-product::after{right:calc(100% + 8px)!important;bottom:1px!important;transform:translateX(3px)!important}
.hpd-open-product::before{right:calc(100% + 1px)!important;bottom:10px!important;border:4px solid transparent!important;border-left-color:#1f2933!important}
.hpd-open-product:hover::after,.hpd-open-product:focus-visible::after{transform:translateX(0)!important}
.hpd-open-product:hover::before,.hpd-open-product:focus-visible::before{transform:none!important}

/* v2.15.3 integrated product-page links */
.hpd-pop-product-info{padding-bottom:0!important}.hpd-pop-image-link{display:block;width:58px;height:58px;border:1px solid transparent;border-radius:6px;background:#fff;transition:border-color .14s ease,box-shadow .14s ease}.hpd-pop-image-link img{display:block;width:100%;height:100%;object-fit:contain;border-radius:5px}.hpd-pop-image-link:hover,.hpd-pop-image-link:focus-visible{border-color:#8fb5d2;box-shadow:0 2px 7px rgba(31,111,174,.16);outline:none}.hpd-pop-title-link{display:block;color:inherit!important;text-decoration:none!important}.hpd-pop-title-link:hover,.hpd-pop-title-link:focus-visible{color:#176da7!important;text-decoration:underline!important;text-underline-offset:2px;outline:none}

/* v2.12 public PDF downloads and deep-link location pulse */
.hpd-public-documents{display:flex;align-items:flex-start;gap:14px;margin:0 0 14px;padding:11px 13px;border:1px solid #d9e4eb;border-radius:10px;background:#f8fbfd;font-size:12px}
.hpd-public-documents>strong{padding-top:7px;white-space:nowrap}.hpd-public-document-list{display:flex;gap:8px;flex-wrap:wrap}
.hpd-public-document{display:grid;grid-template-columns:auto auto;gap:1px 12px;align-items:center;padding:6px 9px;border:1px solid #cddce6;border-radius:8px;background:#fff;text-decoration:none!important}
.hpd-public-document span{font-weight:700}.hpd-public-document small{grid-column:1;color:#65737e}.hpd-public-document b{grid-column:2;grid-row:1/3;color:#176da7;font-size:11px}
.hpd-public-document[hidden]{display:none!important}
.hpd-hotspot.is-deep-linked{animation:hpd-deep-link-pulse .72s ease-in-out 5;stroke:#fff!important;stroke-width:4!important;filter:drop-shadow(0 0 6px #137bb8) drop-shadow(0 0 16px rgba(19,123,184,.8))!important}
@keyframes hpd-deep-link-pulse{0%,100%{fill:rgba(34,113,177,.18)}50%{fill:rgba(27,148,220,.62)}}
@media(max-width:700px){.hpd-public-documents{display:block}.hpd-public-documents>strong{display:block;margin-bottom:7px}.hpd-public-document-list{display:grid}.hpd-public-document{width:100%}}
@media(prefers-reduced-motion:reduce){.hpd-hotspot.is-deep-linked{animation:none}}

/* v2.14.3 single-page breakdown layout */
.hpd-series-layout.is-single-page{grid-template-columns:minmax(0,1fr)}

/* v2.15.19 opaque popup reference badge */
.hpd-pop-ref{z-index:7!important;opacity:1!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:#2f3e4d!important;isolation:isolate}
.hpd-mobile-subnav{display:none}

/* v2.15.18 mobile interactive breakdown layout */
.hpd-front,.hpd-series-layout,.hpd-series-main,.hpd-front-stage,.hpd-zoom-shell,.hpd-table-wrap,.hpd-parts-scroll{min-width:0;max-width:100%;box-sizing:border-box}
@media(max-width:700px){
 .hpd-front{width:100%;overflow-x:hidden}
 .hpd-front *{box-sizing:border-box}
 .hpd-series-heading{display:block;margin-bottom:10px;padding-bottom:10px}
 .hpd-series-heading h2{max-width:100%;font-size:1.25em;line-height:1.2;overflow-wrap:anywhere}
 .hpd-v2-series-tools{display:grid!important;grid-template-columns:minmax(0,1fr);gap:7px;margin-top:10px!important}
 .hpd-v2-series-tools label,.hpd-v2-series-tools select,.hpd-v2-series-tools .button{width:100%;max-width:100%;margin:0!important}
 .hpd-model-finder{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;max-width:100%}
 .hpd-model-finder[hidden]{display:none!important}
 .hpd-model-finder label,.hpd-model-finder input,.hpd-model-finder .button{width:100%;max-width:100%}
 .hpd-series-layout{display:block!important;width:100%;overflow:hidden!important;border-radius:10px!important}
 .hpd-subnav{display:none!important}
 .hpd-mobile-subnav{display:block;margin:0 0 10px;padding:12px 0 0}
 .hpd-mobile-subnav-label{display:block;margin:0 0 7px;padding-left:2px;color:#607589;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
 .hpd-mobile-subnav-toggle{display:grid!important;grid-template-columns:62px minmax(0,1fr) 20px;gap:10px;align-items:center;width:100%!important;min-height:68px;padding:7px!important;border:1px solid #8fb7d7!important;border-radius:10px!important;background:linear-gradient(180deg,#fff,#f7fbfe)!important;color:#20364d!important;text-align:left!important;box-shadow:0 2px 8px rgba(31,72,108,.06)!important}
 .hpd-mobile-subnav-image{display:block;width:62px!important;height:52px!important;object-fit:cover;border:1px solid #d2dfe8;border-radius:7px;background:#fff}
 .hpd-mobile-subnav-current{display:block;min-width:0}.hpd-mobile-subnav-current strong,.hpd-mobile-subnav-current small{display:block;overflow-wrap:anywhere}.hpd-mobile-subnav-current strong{font-size:13px;line-height:1.25}.hpd-mobile-subnav-current small{margin-top:4px;color:#607589;font-size:10.5px;line-height:1.2}
 .hpd-mobile-subnav-chevron{width:10px;height:10px;border-right:2px solid #1769c2;border-bottom:2px solid #1769c2;transform:rotate(45deg) translateY(-3px);transition:transform .15s ease}.hpd-mobile-subnav.is-open .hpd-mobile-subnav-chevron{transform:rotate(225deg) translate(-2px,-2px)}
 .hpd-mobile-subnav-menu{margin-top:7px;padding:10px;border:1px solid #9dbed8;border-radius:11px;background:#fff;box-shadow:0 7px 20px rgba(31,72,108,.1)}.hpd-mobile-subnav-menu[hidden]{display:none!important}
 .hpd-mobile-subnav-menu-label{display:block;margin:0 3px 8px;color:#607589;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
 .hpd-mobile-subnav-options{display:grid;gap:5px;max-height:min(48vh,390px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
 .hpd-mobile-subnav-option{display:grid!important;grid-template-columns:22px minmax(0,1fr);gap:7px;align-items:center;width:100%!important;padding:8px!important;border:1px solid #d8e3eb!important;border-radius:8px!important;background:#fff!important;color:#20364d!important;text-align:left!important;box-shadow:none!important}.hpd-mobile-subnav-option.is-active{border-color:#74a9d5!important;background:#edf6fd!important}.hpd-mobile-subnav-option>span:last-child,.hpd-mobile-subnav-option strong,.hpd-mobile-subnav-option small{display:block;min-width:0}.hpd-mobile-subnav-option strong{font-size:12px;line-height:1.2}.hpd-mobile-subnav-option small{margin-top:2px;color:#607589;font-size:10px;line-height:1.2}
 .hpd-mobile-subnav-check{display:grid!important;place-items:center;width:17px;height:17px;border-radius:50%;background:#dfe8ef;color:transparent;font-size:11px;font-weight:800}.hpd-mobile-subnav-option.is-active .hpd-mobile-subnav-check{background:#1769c2;color:#fff}
 .hpd-mobile-subnav-pager{display:grid;grid-template-columns:96px minmax(0,1fr) 96px;gap:7px;align-items:center;margin-top:7px}.hpd-mobile-subnav-pager button{min-height:32px!important;padding:4px 8px!important;border:1px solid #a8c8e3!important;border-radius:999px!important;background:#edf6fd!important;color:#1769c2!important;font-size:10.5px!important;font-weight:700!important;line-height:1.15!important}.hpd-mobile-subnav-pager button:disabled{border-color:#d4e0e9!important;background:#f4f7f9!important;color:#98a8b5!important;opacity:1}.hpd-mobile-subnav-count{text-align:center;color:#607589;font-size:10.5px;font-weight:700}
 .hpd-series-main{width:100%;padding:8px!important;border-left:0!important}
 .hpd-current-subtitle{min-height:28px;padding-right:0;margin-bottom:6px;font-size:.96em;line-height:1.25;overflow-wrap:anywhere}
 .hpd-zoom-toolbar{position:relative!important;inset:auto!important;width:100%!important;max-width:100%;justify-content:center;margin:0 0 7px!important}
 .hpd-zoom-toolbar .button{flex:0 0 auto}
 .hpd-front-stage{width:100%;border-radius:9px!important;overflow:hidden!important}
 .hpd-zoom-shell{width:100%;max-height:62vh;overflow:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}
 .hpd-zoom-content{max-width:none}
 .hpd-popover{position:fixed!important;left:10px!important;right:10px!important;top:auto!important;bottom:10px!important;width:auto!important;max-width:none!important;max-height:min(68vh,480px);overflow:auto!important;padding:14px 42px 14px 12px!important;z-index:99999!important;border-radius:14px!important}
 .hpd-pop-products{max-height:none}
 .hpd-pop-close{left:auto!important;right:8px!important;top:8px!important;width:30px!important;height:30px!important}
 .hpd-pop-ref{right:44px!important;top:8px!important}
 .hpd-occurrence-nav{justify-content:flex-start;margin:0 72px 8px 0!important}
 .hpd-table-wrap{width:100%;max-height:none!important;overflow:hidden!important;margin-top:9px}
 .hpd-bulk-tools{display:grid!important;grid-template-columns:1fr 1fr;gap:6px!important;padding:7px!important}
 .hpd-bulk-tools .button{width:100%;margin:0!important;white-space:normal}
 .hpd-parts-scroll{width:100%;max-height:58vh!important;overflow:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
 .hpd-parts-table{width:max-content!important;min-width:720px}
 .hpd-parts-table th,.hpd-parts-table td{padding:7px!important}
 .hpd-public-documents{max-width:100%;overflow:hidden}
 .hpd-public-document{min-width:0;grid-template-columns:minmax(0,1fr) auto}
}
