:root {
  --lbe-ink: #102a43;
  --lbe-muted: #5e7180;
  --lbe-green: #137a4e;
  --lbe-green-dark: #0d5b3a;
  --lbe-soft: #f5f8f7;
  --lbe-border: #dce5e1;
  --lbe-shadow: 0 16px 42px rgba(16, 42, 67, .09);
}

.lb-shell { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.lb-catalog, .lb-product-page { color: var(--lbe-ink); }
.lb-eyebrow { margin: 0 0 8px; color: var(--lbe-green); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.lb-catalog-hero { padding: 54px 0; background: linear-gradient(110deg, #f6fbf8, #fff 62%); }
.lb-catalog-hero h1 { max-width: 880px; margin: 0; font-size: clamp(2.25rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.055em; }
.lb-catalog-hero > div > p:not(.lb-eyebrow) { max-width: 830px; color: var(--lbe-muted); font-size: 1.14rem; line-height: 1.65; }
.lb-catalog-search { display: flex; max-width: 860px; margin-top: 24px; border: 1px solid var(--lbe-border); border-radius: 12px; background: #fff; box-shadow: var(--lbe-shadow); overflow: hidden; }
.lb-catalog-search input { min-width: 0; flex: 1; border: 0; padding: 16px 18px; font: inherit; }
.lb-catalog-search button, .lb-catalog-filters button, .lb-primary-cta, .lb-store-cta { border: 0; background: var(--lbe-green); color: #fff !important; font-weight: 850; text-decoration: none; cursor: pointer; }
.lb-catalog-search button { padding: 0 22px; }
.lb-catalog-body { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 32px; padding-block: 40px 72px; }
.lb-catalog-filters form, .lb-gate-note { border: 1px solid var(--lbe-border); border-radius: 14px; background: #fff; padding: 18px; }
.lb-catalog-filters label { display: block; margin: 0 0 7px; font-weight: 800; }
.lb-catalog-filters select { width: 100%; margin: 0 0 18px; padding: 10px; border: 1px solid var(--lbe-border); border-radius: 8px; background: #fff; }
.lb-catalog-filters button { width: 100%; border-radius: 8px; padding: 11px; }
.lb-gate-note { margin-top: 16px; background: var(--lbe-soft); }
.lb-gate-note p { margin-bottom: 0; color: var(--lbe-muted); line-height: 1.55; }
.lb-results-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 20px; }
.lb-results-heading h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.03em; }
.lb-results-heading a, .lb-compare-link { color: var(--lbe-green); font-weight: 850; }
.lb-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lb-product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--lbe-border); border-radius: 14px; background: #fff; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.lb-product-card:hover { transform: translateY(-3px); box-shadow: var(--lbe-shadow); }
.lb-product-image { display: grid; place-items: center; aspect-ratio: 1.2 / 1; background: #fff; padding: 18px; }
.lb-product-image img { width: 100%; height: 100%; object-fit: contain; }
.lb-product-image span { color: var(--lbe-muted); font-weight: 700; }
.lb-product-card-copy { display: flex; flex: 1; flex-direction: column; padding: 18px; border-top: 1px solid var(--lbe-border); }
.lb-card-brand { margin: 0; color: var(--lbe-green); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.lb-product-card h3 { margin: 7px 0 16px; font-size: 1.06rem; line-height: 1.38; }
.lb-product-card h3 a { color: var(--lbe-ink); text-decoration: none; }
.lb-card-price { display: flex; justify-content: space-between; gap: 12px; align-items: end; margin-top: auto; }
.lb-card-price span { color: var(--lbe-muted); font-size: .8rem; }
.lb-card-price strong { font-size: 1.25rem; }
.lb-product-card-copy > p:not(.lb-card-brand) { color: var(--lbe-muted); font-size: .84rem; }
.page-numbers { display: flex; gap: 7px; list-style: none; margin: 32px 0 0; padding: 0; }
.page-numbers a, .page-numbers span { display: block; border: 1px solid var(--lbe-border); border-radius: 8px; padding: 9px 12px; text-decoration: none; }
.page-numbers .current { border-color: var(--lbe-green); background: var(--lbe-green); color: #fff; }
.lb-empty { border: 1px dashed var(--lbe-border); border-radius: 14px; background: var(--lbe-soft); padding: 28px; }
.lb-breadcrumb { display: flex; gap: 9px; align-items: center; padding: 22px 0; color: var(--lbe-muted); font-size: .88rem; }
.lb-breadcrumb a { color: var(--lbe-green); font-weight: 750; text-decoration: none; }
.lb-product-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 52px; align-items: center; padding: 28px 0 52px; }
.lb-product-gallery { display: grid; place-items: center; min-height: 500px; border: 1px solid var(--lbe-border); border-radius: 18px; background: #fff; padding: 34px; }
.lb-product-gallery img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; }
.lb-image-pending { display: flex; flex-direction: column; gap: 8px; text-align: center; color: var(--lbe-muted); }
.lb-image-pending strong { color: var(--lbe-ink); font-size: 1.2rem; }
.lb-product-summary h1 { margin: 0 0 18px; font-size: clamp(2.2rem, 4.4vw, 4.5rem); line-height: 1.02; letter-spacing: -.05em; }
.lb-lede { color: var(--lbe-muted); font-size: 1.08rem; line-height: 1.7; }
.lb-best-price { display: grid; gap: 2px; margin: 24px 0; padding: 18px 20px; border: 1px solid #b8d8c8; border-radius: 14px; background: #f3fbf6; }
.lb-best-price span, .lb-best-price small { color: var(--lbe-muted); }
.lb-best-price strong { font-size: 2.35rem; line-height: 1.1; }
.lb-primary-cta { display: inline-block; border-radius: 10px; padding: 13px 18px; }
.lb-primary-cta:hover, .lb-store-cta:hover { background: var(--lbe-green-dark); }
.lb-affiliate-note { margin-top: 20px; color: var(--lbe-muted); font-size: .82rem; line-height: 1.55; }
.lb-affiliate-note a { color: var(--lbe-green); }
.lb-research-status { display: flex; flex-direction: column; gap: 7px; margin: 22px 0; border: 1px solid #e7c99b; border-radius: 12px; background: #fffaf1; padding: 16px; }
.lb-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; padding-bottom: 80px; }
.lb-product-section, .lb-product-aside section { border: 1px solid var(--lbe-border); border-radius: 16px; background: #fff; padding: 24px; }
.lb-product-section + .lb-product-section, .lb-product-aside section + section { margin-top: 20px; }
.lb-product-section h2, .lb-product-aside h2 { margin: 0 0 14px; font-size: 1.6rem; letter-spacing: -.03em; }
.lb-product-section p { color: var(--lbe-muted); line-height: 1.68; }
.lb-section-heading { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.lb-section-heading > p { margin: 0; font-size: .86rem; }
.lb-offer-table-wrap { overflow-x: auto; }
.lb-offer-table { width: 100%; border-collapse: collapse; }
.lb-offer-table th, .lb-offer-table td { padding: 14px 12px; border-bottom: 1px solid var(--lbe-border); text-align: left; white-space: nowrap; }
.lb-offer-table th { color: var(--lbe-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .05em; }
.lb-offer-table tr.is-best { background: #f4fbf7; }
.lb-best-badge { display: inline-block; margin-left: 7px; border-radius: 999px; background: #dff2e8; color: var(--lbe-green-dark); padding: 3px 7px; font-size: .68rem; font-weight: 900; }
.lb-store-cta { display: inline-block; border-radius: 8px; padding: 9px 12px; }
.lb-spec-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.lb-spec-grid > div { display: grid; grid-template-columns: 1fr 1.35fr; gap: 12px; border-bottom: 1px solid var(--lbe-border); padding: 11px 0; }
.lb-spec-grid > div:nth-child(odd) { padding-right: 18px; }
.lb-spec-grid > div:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--lbe-border); }
.lb-spec-grid dt, .lb-product-aside dt { color: var(--lbe-muted); font-size: .82rem; }
.lb-spec-grid dd, .lb-product-aside dd { margin: 0; font-weight: 750; }
.lb-product-aside { align-self: start; position: sticky; top: 20px; }
.lb-product-aside dl { margin: 0; }
.lb-product-aside dl > div { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--lbe-border); padding: 10px 0; }
.lb-product-aside ul { padding-left: 20px; color: var(--lbe-muted); line-height: 1.7; }

@media (max-width: 1080px) {
  .lb-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lb-product-layout { grid-template-columns: 1fr; }
  .lb-product-aside { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: static; }
  .lb-product-aside section + section { margin-top: 0; }
}

@media (max-width: 760px) {
  .lb-shell { width: min(100% - 24px, 1320px); }
  .lb-catalog-search { display: block; border: 0; box-shadow: none; background: transparent; }
  .lb-catalog-search input, .lb-catalog-search button { width: 100%; border: 1px solid var(--lbe-border); border-radius: 9px; padding: 14px; }
  .lb-catalog-search button { margin-top: 8px; }
  .lb-catalog-body, .lb-product-hero { grid-template-columns: 1fr; }
  .lb-product-grid, .lb-product-aside, .lb-spec-grid { grid-template-columns: 1fr; }
  .lb-product-hero { gap: 28px; }
  .lb-product-gallery { min-height: 320px; }
  .lb-product-summary h1 { font-size: 2.35rem; }
  .lb-section-heading, .lb-results-heading { display: block; }
  .lb-results-heading > a { display: inline-block; margin-top: 10px; }
  .lb-spec-grid > div:nth-child(odd), .lb-spec-grid > div:nth-child(even) { padding-inline: 0; border-left: 0; }
}

/* Reference-matched LootBandit site chrome */
.lb-engine-ui .lb-site-header { display: none !important; }
.lbx-shell { width: min(1460px, calc(100% - 72px)); margin-inline: auto; }
.lbx-header { position: static; z-index: 200; background: #fff; border-bottom: 1px solid #e5e9ef; color: #091526; }
.lbx-top { display: grid; grid-template-columns: 320px minmax(340px, 1fr) 310px; gap: 34px; align-items: center; min-height: 82px; }
.lbx-logo { display: block; width: 295px; }
.lbx-logo img { display: block; width: 100%; height: auto; }
.lbx-search { display: flex; height: 46px; overflow: hidden; border: 1px solid #d9dee8; border-radius: 7px; background: #fff; box-shadow: inset 0 1px 1px rgba(16, 24, 40, .02); }
.lbx-search input { min-width: 0; flex: 1; border: 0; padding: 0 18px; outline: 0; color: #1b2638; font: inherit; }
.lbx-search button { width: 118px; border: 0; background: #ff6a00; color: #fff; font-weight: 850; cursor: pointer; }
.lbx-actions { display: flex; justify-content: flex-end; gap: 32px; }
.lbx-actions a { display: grid; justify-items: center; gap: 5px; color: #0b1424; font-size: .72rem; text-decoration: none; }
.lbx-actions svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lbx-nav { background: #061426; color: #fff; }
.lbx-nav > div { display: flex; align-items: center; gap: 43px; min-height: 50px; }
.lbx-nav a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: .83rem; font-weight: 760; text-decoration: none; white-space: nowrap; }
.lbx-nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.lbx-nav .lbx-best { margin-left: auto; color: #ff7a00; }

/* Homepage reference */
.lbx-home { background: #f8fafc; color: #071426; }
.lbx-hero { border-bottom: 1px solid #e7ebef; background: linear-gradient(90deg, #fff 0%, #fff 49%, #fff8f1 100%); }
.lbx-hero-grid { display: grid; grid-template-columns: 1.08fr .88fr 330px; gap: 24px; align-items: center; min-height: 420px; }
.lbx-hero-copy { padding: 34px 0 26px; }
.lbx-hero-copy h1 { margin: 0 0 20px; max-width: 650px; color: #061426; font-size: clamp(3rem, 3.35vw, 4rem); line-height: 1.02; letter-spacing: -.05em; }
.lbx-hero-copy h1 span { display: block; color: #ff5219; }
.lbx-hero-copy > p { max-width: 650px; color: #253449; font-size: 1.15rem; line-height: 1.55; }
.lbx-retailer-pills { display: flex; flex-wrap: wrap; gap: 14px; margin: 22px 0 24px; }
.lbx-retailer-pills span { display: grid; place-items: center; min-width: 120px; height: 58px; border: 1px solid #e2e6eb; border-radius: 11px; background: #fff; box-shadow: 0 6px 14px rgba(16, 24, 40, .07); font-size: 1.05rem; font-weight: 900; }
.lbx-retailer-pills .amazon { color: #111; }
.lbx-retailer-pills .walmart { color: #0869c7; }
.lbx-retailer-pills .target { color: #cc0017; }
.lbx-retailer-pills .dollar { background: #ffe500; color: #111; font-size: .72rem; line-height: .86; }
.lbx-proof-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.lbx-proof-row > div { display: grid; grid-template-columns: 32px 1fr; column-gap: 8px; align-items: center; }
.lbx-proof-row b { grid-row: 1 / 3; color: #ff6a00; font-size: 1.75rem; }
.lbx-proof-row strong { font-size: .98rem; }
.lbx-proof-row span { color: #5a6878; font-size: .72rem; }
.lbx-hero-art { align-self: end; }
.lbx-hero-art img { display: block; width: 112%; max-width: 560px; max-height: 400px; margin-left: -7%; object-fit: contain; object-position: bottom; filter: drop-shadow(0 18px 20px rgba(62, 35, 18, .14)); }
.lbx-deal-now { border: 1px solid #e2e6eb; border-radius: 13px; background: rgba(255, 255, 255, .96); box-shadow: 0 12px 30px rgba(17, 24, 39, .08); padding: 18px; }
.lbx-panel-title, .lbx-panel-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.lbx-panel-title { padding-bottom: 13px; border-bottom: 1px solid #e5e8ec; }
.lbx-panel-title h2, .lbx-panel-heading h2 { margin: 0; font-size: 1.05rem; letter-spacing: -.02em; }
.lbx-panel-title span { border-radius: 7px; background: #dff4e4; color: #138232; padding: 5px 9px; font-size: .72rem; font-weight: 850; }
.lbx-deal-product { display: grid; grid-template-columns: 90px 1fr; gap: 14px; align-items: center; padding: 16px 0; }
.lbx-deal-product img { width: 90px; height: 80px; object-fit: contain; }
.lbx-deal-product strong, .lbx-deal-product small { display: block; }
.lbx-deal-product small { margin-top: 5px; color: #64748b; }
.lbx-mini-offers > div { display: grid; grid-template-columns: 1fr auto 64px; gap: 12px; align-items: center; border-top: 1px solid #edf0f3; padding: 9px 0; }
.lbx-mini-offers > div > a { border-radius: 6px; background: #ff6a00; color: #fff; padding: 8px 10px; font-size: .73rem; font-weight: 850; text-align: center; text-decoration: none; }
.lbx-view-all { display: block; padding-top: 15px; border-top: 1px solid #e8ebee; color: #075bcc; font-size: .88rem; font-weight: 850; text-align: center; text-decoration: none; }
.lbx-deal-loading { display: grid; justify-items: center; padding: 22px 8px 4px; text-align: center; }
.lbx-deal-loading img { width: 115px; height: 100px; object-fit: contain; }
.lbx-deal-loading p { color: #64748b; font-size: .82rem; }
.lbx-deal-loading a { color: #075bcc; font-weight: 850; }
.lbx-category-bar { background: #fff; border-bottom: 1px solid #e6e9ed; }
.lbx-category-bar > div { display: flex; justify-content: space-between; gap: 12px; overflow-x: auto; padding-block: 20px; }
.lbx-category-bar a { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; color: #152033; font-size: .78rem; font-weight: 800; text-decoration: none; }
.lbx-category-bar a span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #e1e6ea; border-radius: 50%; background: #fff; box-shadow: 0 3px 10px rgba(16, 24, 40, .05); font-size: 1.2rem; }
.lbx-home-body { padding-block: 24px 42px; }
.lbx-home-panels { display: grid; grid-template-columns: 1.65fr 1fr .72fr; gap: 18px; }
.lbx-panel { border: 1px solid #e2e7ec; border-radius: 12px; background: #fff; box-shadow: 0 5px 16px rgba(16, 24, 40, .04); padding: 17px; }
.lbx-panel-heading { margin-bottom: 15px; }
.lbx-panel-heading a { color: #0b5fcc; font-size: .75rem; font-weight: 750; text-decoration: none; }
.lbx-deal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lbx-deal-grid article { min-width: 0; padding: 0 14px; border-right: 1px solid #e6eaee; }
.lbx-deal-grid article:last-child { border-right: 0; }
.lbx-deal-grid article > a { display: flex; height: 100%; flex-direction: column; color: #111827; text-decoration: none; }
.lbx-deal-grid img { width: 100%; height: 118px; object-fit: contain; }
.lbx-deal-grid h3 { margin: 8px 0; font-size: .84rem; line-height: 1.32; }
.lbx-deal-grid strong { font-size: 1.03rem; }
.lbx-deal-grid span { margin-top: 5px; color: #4d6075; font-size: .75rem; }
.lbx-deal-grid .is-loading { text-align: center; }
.lbx-popular-comparisons > a { display: grid; grid-template-columns: 50px 1fr auto; gap: 12px; align-items: center; border-top: 1px solid #e7ebef; padding: 10px 0; color: #142033; text-decoration: none; }
.lbx-popular-comparisons > a img { width: 48px; height: 48px; object-fit: contain; }
.lbx-popular-comparisons > a span { font-size: .78rem; }
.lbx-popular-comparisons > a small { display: block; margin-top: 4px; color: #627187; }
.lbx-why > div:not(.lbx-panel-heading) { display: grid; grid-template-columns: 40px 1fr; gap: 10px; align-items: center; padding: 9px 0; }
.lbx-why > div > b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #e8f8ed; color: #119447; }
.lbx-why strong, .lbx-why small { display: block; }
.lbx-why strong { font-size: .79rem; }
.lbx-why small { margin-top: 3px; color: #607086; font-size: .7rem; }
.lbx-alert-banner { display: grid; grid-template-columns: 135px 1fr minmax(360px, .9fr); gap: 24px; align-items: center; margin-top: 22px; overflow: hidden; border-radius: 11px; background: linear-gradient(105deg, #0b1931, #203d78); color: #fff; padding: 16px 24px; }
.lbx-alert-banner > img { width: 125px; filter: brightness(0) invert(1); }
.lbx-alert-banner h2 { margin: 0 0 4px; font-size: 1.2rem; }
.lbx-alert-banner p { margin: 0; color: #d6dfed; font-size: .85rem; }
.lbx-alert-banner form { display: flex; height: 44px; overflow: hidden; border-radius: 7px; background: #fff; }
.lbx-alert-banner input { min-width: 0; flex: 1; border: 0; padding: 0 16px; }
.lbx-alert-banner button { width: 120px; border: 0; background: #ff6a00; color: #fff; font-weight: 850; }

@media (max-width: 1180px) {
  .lbx-shell { width: min(100% - 32px, 1460px); }
  .lbx-top { grid-template-columns: 250px 1fr 255px; gap: 18px; }
  .lbx-logo { width: 235px; }
  .lbx-actions { gap: 18px; }
  .lbx-nav > div { gap: 22px; }
  .lbx-hero-grid { grid-template-columns: 1fr .75fr 300px; }
  .lbx-home-panels { grid-template-columns: 1fr 1fr; }
  .lbx-top-deals { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .lbx-top { grid-template-columns: 210px 1fr; min-height: 70px; }
  .lbx-logo { width: 200px; }
  .lbx-actions { display: none; }
  .lbx-nav { overflow-x: auto; }
  .lbx-nav > div { min-width: 920px; }
  .lbx-hero-grid { grid-template-columns: 1fr; }
  .lbx-hero-copy { padding-bottom: 0; }
  .lbx-hero-art { display: none; }
  .lbx-deal-now { margin-bottom: 24px; }
  .lbx-home-panels { grid-template-columns: 1fr; }
  .lbx-top-deals { grid-column: auto; }
  .lbx-alert-banner { grid-template-columns: 1fr; }
  .lbx-alert-banner > img { display: none; }
}

@media (max-width: 620px) {
  .lbx-shell { width: min(100% - 22px, 1460px); }
  .lbx-top { grid-template-columns: 1fr; gap: 10px; padding-block: 10px; }
  .lbx-logo { width: 210px; }
  .lbx-search { width: 100%; }
  .lbx-search button { width: 84px; }
  .lbx-hero-copy h1 { font-size: 3.05rem; }
  .lbx-proof-row { grid-template-columns: 1fr 1fr; }
  .lbx-deal-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lbx-deal-grid article { border-right: 0; }
  .lbx-alert-banner form { display: grid; height: auto; overflow: visible; background: transparent; }
  .lbx-alert-banner input, .lbx-alert-banner button { width: 100%; min-height: 44px; border-radius: 7px; }
  .lbx-alert-banner button { margin-top: 8px; }
}

/* Product intelligence page reference */
.lbx-product { background: #fff; color: #0b1525; }
.lbx-breadcrumb { display: flex; gap: 9px; align-items: center; padding: 16px 0; color: #68768a; font-size: .76rem; }
.lbx-breadcrumb a { color: #53657a; text-decoration: none; }
.lbx-product-top { display: grid; grid-template-columns: minmax(360px, 1.05fr) minmax(360px, 1.02fr) minmax(380px, 1.1fr); gap: 24px; align-items: start; padding: 8px 0 18px; }
.lbx-gallery { display: grid; grid-template-columns: 64px 1fr; gap: 14px; min-width: 0; }
.lbx-thumbs { display: grid; align-content: start; gap: 10px; }
.lbx-thumbs button, .lbx-thumbs > span { display: grid; place-items: center; width: 64px; height: 64px; overflow: hidden; border: 1px solid #dfe5eb; border-radius: 8px; background: #fff; color: #657286; font-size: .68rem; cursor: pointer; }
.lbx-thumbs button.is-active { border: 2px solid #ff6a00; }
.lbx-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.lbx-main-image { display: grid; place-items: center; min-height: 330px; }
.lbx-main-image > img { width: 100%; height: 360px; object-fit: contain; }
.lbx-main-image > div { display: grid; gap: 7px; justify-items: center; color: #66758a; text-align: center; }
.lbx-product-copy { min-width: 0; padding-top: 6px; }
.lbx-brandline { display: inline-block; margin: 0 0 8px; border-bottom: 4px solid #f6cb00; color: #111; font-size: 1rem; font-weight: 950; letter-spacing: .04em; }
.lbx-product-copy h1 { margin: 0 0 10px; font-size: clamp(1.75rem, 2.45vw, 2.65rem); line-height: 1.1; letter-spacing: -.035em; }
.lbx-rating { display: flex; gap: 9px; align-items: center; font-size: .78rem; }
.lbx-rating span { color: #ff9d00; letter-spacing: .03em; }
.lbx-rating a { color: #075ccc; text-decoration: none; }
.lbx-product-lede { color: #526274; font-size: .9rem; line-height: 1.55; }
.lbx-score-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.lbx-score-card, .lbx-buy-card { min-height: 95px; border: 1px solid #dce3e8; border-radius: 10px; background: #fff; padding: 13px; }
.lbx-score-card { display: grid; grid-template-columns: 62px 1fr; gap: 12px; align-items: center; border-left: 3px solid #25a94f; }
.lbx-score-card > span { display: grid; place-items: center; width: 58px; height: 58px; border: 3px solid #28a950; border-radius: 18px 18px 26px 26px; color: #15923d; font-size: 1.3rem; font-weight: 900; }
.lbx-score-card strong, .lbx-score-card b { display: block; }
.lbx-score-card b { margin-top: 3px; color: #17a142; font-size: 1.08rem; }
.lbx-buy-card small { font-size: .65rem; }
.lbx-buy-card > strong { display: block; margin-top: 4px; color: #16a142; font-size: 1.4rem; }
.lbx-buy-card p { margin: 3px 0 0; color: #4a596c; font-size: .78rem; line-height: 1.35; }
.lbx-best-prices { border: 1px solid #e1e6eb; border-radius: 13px; background: #fff; box-shadow: 0 9px 25px rgba(16, 24, 40, .07); padding: 16px; }
.lbx-price-row { display: grid; grid-template-columns: 1.05fr .75fr .9fr .72fr 88px; gap: 10px; align-items: center; border-top: 1px solid #e7ebef; padding: 12px 8px; }
.lbx-price-row.is-best { margin: 0 -4px; border: 1px solid #d7e3ff; border-radius: 8px; background: #f7f9ff; }
.lbx-price-row > b { color: #075ccc; }
.lbx-price-row > small { color: #657487; font-size: .68rem; }
.lbx-price-row > em { color: #16913b; font-size: .68rem; font-style: normal; }
.lbx-price-row > a { border-radius: 7px; background: #ff6a00; color: #fff; padding: 9px 10px; font-size: .71rem; font-weight: 850; text-align: center; text-decoration: none; }
.lbx-prices-empty { padding: 22px 8px 8px; color: #5d6d80; }
.lbx-feature-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; gap: 18px; align-items: center; padding: 11px 0 15px; border-bottom: 1px solid #e5e9ee; }
.lbx-feature-strip > div { display: grid; grid-template-columns: 28px 1fr; gap: 7px; align-items: center; }
.lbx-feature-strip > div > b { color: #142a44; font-size: 1.25rem; }
.lbx-feature-strip strong, .lbx-feature-strip small { display: block; }
.lbx-feature-strip strong { font-size: .73rem; }
.lbx-feature-strip small, .lbx-feature-strip > p { color: #657488; font-size: .63rem; }
.lbx-product-tabs { display: flex; gap: 28px; align-items: center; overflow-x: auto; border-bottom: 1px solid #e4e8ed; min-height: 48px; }
.lbx-product-tabs a { flex: 0 0 auto; color: #435268; font-size: .75rem; text-decoration: none; }
.lbx-product-tabs a.is-active { align-self: stretch; display: grid; align-items: center; border-bottom: 2px solid #0c62e8; color: #0c62e8; font-weight: 850; }
.lbx-product-tabs span { flex: 1; }
.lbx-product-dashboard { display: grid; grid-template-columns: .9fr 1.55fr 1.25fr; gap: 16px; padding: 18px 0; background: #fbfcfd; }
.lbx-card { min-width: 0; border: 1px solid #e1e6eb; border-radius: 11px; background: #fff; box-shadow: 0 4px 14px rgba(16, 24, 40, .04); padding: 17px; }
.lbx-card h2 { margin: 0 0 15px; font-size: .95rem; }
.lbx-card h3 { margin: 20px 0 8px; font-size: .83rem; }
.lbx-card p { color: #58687c; font-size: .78rem; line-height: 1.55; }
.lbx-features { grid-row: span 1; }
.lbx-features ul { margin: 0; padding: 0; list-style: none; }
.lbx-features li { margin: 9px 0; color: #263447; font-size: .74rem; line-height: 1.45; }
.lbx-features li::first-letter { color: #1eaa4d; }
.lbx-history { grid-column: 2; }
.lbx-card-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.lbx-card-heading a { color: #075ccc; font-size: .7rem; text-decoration: none; }
.lbx-card-heading span { border-radius: 999px; background: #e9f0ff; color: #0b54bd; padding: 6px 13px; font-size: .65rem; font-weight: 850; }
.lbx-history svg { display: block; width: 100%; height: 200px; }
.lbx-history-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; border: 1px solid #e4e8ed; border-radius: 8px; padding: 11px 0; }
.lbx-history-stats > div { border-right: 1px solid #e4e8ed; text-align: center; }
.lbx-history-stats > div:last-child { border-right: 0; }
.lbx-history-stats span, .lbx-history-stats strong { display: block; }
.lbx-history-stats span { color: #5c6c80; font-size: .63rem; }
.lbx-history-stats strong { margin-top: 4px; font-size: .78rem; }
.lbx-history-empty { display: grid; place-items: center; min-height: 210px; border-radius: 9px; background: #f7faf8; padding: 24px; text-align: center; }
.lbx-compare { grid-column: 3; }
.lbx-compare-products { display: grid; grid-template-columns: 78px repeat(3, 1fr); overflow-x: auto; }
.lbx-compare-products > div, .lbx-compare-products > a { display: grid; grid-template-rows: 95px 35px 35px 35px; min-width: 105px; color: #263447; text-align: center; text-decoration: none; }
.lbx-compare-products > a { border: 1px solid #e3e7ec; border-left: 0; }
.lbx-compare-products > a > span, .lbx-compare-products > a > strong, .lbx-compare-products > a > em, .lbx-compare-products > a > small, .lbx-compare-labels > span { display: grid; place-items: center; border-bottom: 1px solid #e5e8ed; padding: 4px; font-size: .65rem; font-style: normal; }
.lbx-compare-products > a > span img { width: 58px; height: 55px; object-fit: contain; }
.lbx-compare-products > a > span b { font-size: .61rem; }
.lbx-compare-labels { background: #f8fafc; }
.lbx-review { grid-column: 1 / 3; }
.lbx-review-score { display: grid; grid-template-columns: 100px 120px 1fr; gap: 18px; align-items: center; }
.lbx-review-score > strong { font-size: 2.6rem; }
.lbx-review-score > span { color: #ff9d00; font-size: 1.25rem; }
.lbx-review-score > small { color: #5f6f82; }
.lbx-review-empty { display: flex; gap: 18px; align-items: center; min-height: 90px; }
.lbx-alternatives { grid-column: 3; }
.lbx-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lbx-related-grid a { color: #1b293b; text-align: center; text-decoration: none; }
.lbx-related-grid img { width: 100%; height: 70px; object-fit: contain; }
.lbx-related-grid strong, .lbx-related-grid span { display: block; font-size: .65rem; }
.lbx-related-grid span { margin-top: 4px; font-weight: 850; }
.lbx-evidence { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0 0 36px; }
.lbx-evidence > div { border: 1px solid #e0e5ea; border-radius: 10px; background: #fff; padding: 17px; }
.lbx-evidence h2 { margin: 0 0 10px; font-size: .9rem; }
.lbx-evidence p { color: #5b6a7d; font-size: .74rem; line-height: 1.55; }
.lbx-evidence dl { margin: 0; }
.lbx-evidence dl > div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #ebedf0; padding: 7px 0; font-size: .7rem; }
.lbx-evidence dd { margin: 0; font-weight: 750; }

@media (max-width: 1220px) {
  .lbx-product-top { grid-template-columns: 1fr 1fr; }
  .lbx-best-prices { grid-column: 1 / -1; }
  .lbx-product-dashboard { grid-template-columns: 1fr 1fr; }
  .lbx-history, .lbx-compare, .lbx-review, .lbx-alternatives { grid-column: auto; }
}

@media (max-width: 820px) {
  .lbx-product-top { grid-template-columns: 1fr; }
  .lbx-best-prices { grid-column: auto; }
  .lbx-feature-strip { grid-template-columns: 1fr 1fr; }
  .lbx-product-dashboard { grid-template-columns: 1fr; }
  .lbx-history, .lbx-compare, .lbx-review, .lbx-alternatives { grid-column: auto; }
  .lbx-evidence { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .lbx-gallery { grid-template-columns: 52px 1fr; }
  .lbx-thumbs button, .lbx-thumbs > span { width: 52px; height: 52px; }
  .lbx-main-image > img { height: 280px; }
  .lbx-score-row, .lbx-feature-strip { grid-template-columns: 1fr; }
  .lbx-price-row { grid-template-columns: 1fr 1fr; }
  .lbx-price-row > a { grid-column: 2; }
  .lbx-history-stats { grid-template-columns: 1fr 1fr; }
  .lbx-history-stats > div { border-right: 0; }
}

/* 2.0.5 — locked reference geometry */
html:has(body.lb-engine-ui) { margin-top: 0 !important; }
body.lb-engine-ui { margin: 0; background: #fff; color: #081426; font-family: Arial, Helvetica, sans-serif; }
body.lb-engine-ui #wpadminbar { display: none !important; }
body.lb-engine-ui .lbx-header *, body.lb-engine-ui .lbx-home *, body.lb-engine-ui .lbx-product * { box-sizing: border-box; }
body.lb-engine-ui .lbx-shell { width: min(1444px, calc(100% - 72px)); }
body.lbx-home-view .lbx-shell { width: min(1414px, calc(100% - 80px)); }

.lbx-header { border-bottom: 0; }
.lbx-top { grid-template-columns: 300px minmax(360px, 1fr) 280px; gap: 42px; min-height: 84px; }
.lbx-logo { display: flex; width: 286px; align-items: center; gap: 9px; color: #081426; text-decoration: none; }
.lbx-logo-mark { width: 58px !important; height: 58px !important; flex: 0 0 58px; object-fit: contain; }
.lbx-wordmark { display: block; color: #07101f; font-size: 29px; font-weight: 950; line-height: .9; letter-spacing: -.045em; white-space: nowrap; }
.lbx-wordmark > span { color: #ff5a18; }
.lbx-wordmark small { display: block; margin-top: 7px; padding-left: 2px; color: #101827; font-size: 8.8px; font-weight: 900; letter-spacing: .28em; line-height: 1; }
.lbx-search { height: 42px; border-radius: 7px; }
.lbx-search button { width: 96px; }
.lbx-actions { gap: 40px; }
.lbx-actions a { font-size: .68rem; }
.lbx-actions svg { width: 22px; height: 22px; }
.lbx-nav > div { gap: 42px; min-height: 49px; }
.lbx-nav a { font-size: .78rem; }

body.lbx-home-view .lbx-hero-grid { grid-template-columns: 600px minmax(290px, 1fr) 320px; gap: 17px; min-height: 397px; }
body.lbx-home-view .lbx-hero-copy { min-width: 0; padding: 30px 0 20px 43px; }
body.lbx-home-view .lbx-hero-copy h1 { max-width: 600px; margin-bottom: 18px; font-size: clamp(44px, 3.55vw, 55px); line-height: 1.01; }
body.lbx-home-view .lbx-hero-copy > p { max-width: 590px; margin: 0; font-size: 17px; line-height: 1.5; }
body.lbx-home-view .lbx-retailer-pills { flex-wrap: nowrap; gap: 13px; margin: 19px 0 27px; }
body.lbx-home-view .lbx-retailer-pills span { min-width: 111px; height: 59px; border-radius: 10px; font-size: 1.05rem; }
body.lbx-home-view .lbx-retailer-pills .dollar { font-size: .68rem; }
body.lbx-home-view .lbx-proof-row { gap: 14px; margin: 0; }
body.lbx-home-view .lbx-proof-row > div { grid-template-columns: 30px 1fr; column-gap: 7px; }
body.lbx-home-view .lbx-proof-row b { font-size: 1.55rem; }
body.lbx-home-view .lbx-proof-row strong { font-size: .85rem; line-height: 1.15; }
body.lbx-home-view .lbx-proof-row span { font-size: .65rem; line-height: 1.3; }
body.lbx-home-view .lbx-hero-art { align-self: end; min-width: 0; }
body.lbx-home-view .lbx-hero-art img { width: 126%; max-width: 475px; max-height: 383px; margin-left: -19%; }
body.lbx-home-view .lbx-deal-now { align-self: center; min-height: 357px; padding: 17px 18px 15px; }
.lbx-pending-product { display: grid; grid-template-columns: 92px 1fr; gap: 13px; align-items: center; min-height: 104px; }
.lbx-pending-product img { width: 90px; height: 83px; object-fit: contain; opacity: .82; }
.lbx-pending-product strong, .lbx-pending-product span { display: block; }
.lbx-pending-product strong { font-size: .92rem; }
.lbx-pending-product span { margin-top: 5px; color: #69768a; font-size: .7rem; line-height: 1.35; }
.lbx-pending-offers > div { display: grid; grid-template-columns: 1fr auto 62px; gap: 10px; align-items: center; border-top: 1px solid #e9edf1; padding: 9px 0; }
.lbx-pending-offers b { font-size: .77rem; }
.lbx-pending-offers span { color: #657489; font-size: .66rem; }
.lbx-pending-offers em { border-radius: 6px; background: #eef2f6; color: #536275; padding: 6px; font-size: .62rem; font-style: normal; text-align: center; }
body.lbx-home-view .lbx-category-bar > div { min-height: 94px; align-items: center; padding-block: 18px; }
body.lbx-home-view .lbx-category-bar a { font-size: .72rem; }
body.lbx-home-view .lbx-category-bar a span { width: 48px; height: 48px; }
body.lbx-home-view .lbx-home-body { padding-block: 18px 14px; }
body.lbx-home-view .lbx-home-panels { grid-template-columns: 1.65fr 1fr .72fr; gap: 18px; }
body.lbx-home-view .lbx-panel { min-height: 270px; padding: 16px; }
body.lbx-home-view .lbx-deal-grid img { height: 112px; }
.lbx-deal-grid article { position: relative; }
.lbx-deal-state { position: absolute; z-index: 1; top: 0; left: 7px; margin: 0 !important; border-radius: 5px; background: #f13b2f; color: #fff !important; padding: 4px 6px; font-size: .58rem !important; font-weight: 850; }
body.lbx-home-view .lbx-alert-banner { min-height: 96px; margin-top: 18px; padding-block: 11px; }
body.lbx-home-view .lbx-alert-banner > img { width: 82px; height: 70px; object-fit: contain; filter: none; }

body.lbx-product-view .lbx-top { grid-template-columns: 300px minmax(360px, 1fr) 280px; min-height: 69px; }
body.lbx-product-view .lbx-logo { width: 265px; }
body.lbx-product-view .lbx-logo-mark { width: 50px !important; height: 50px !important; flex-basis: 50px; }
body.lbx-product-view .lbx-wordmark { font-size: 27px; }
body.lbx-product-view .lbx-wordmark small { font-size: 8px; }
body.lbx-product-view .lbx-search { height: 38px; }
body.lbx-product-view .lbx-search button { background: #071426; }
body.lbx-product-view .lbx-nav > div { min-height: 35px; }
body.lbx-product-view .lbx-nav a { font-size: .69rem; }
body.lbx-product-view .lbx-breadcrumb { height: 41px; padding: 0; font-size: .68rem; }
body.lbx-product-view .lbx-product-top { grid-template-columns: 31% 33.5% minmax(0, 1fr); gap: 16px; min-height: 316px; padding: 0 0 11px; }
body.lbx-product-view .lbx-gallery { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; }
body.lbx-product-view .lbx-main-image { min-height: 308px; }
body.lbx-product-view .lbx-main-image > img { height: 318px; }
body.lbx-product-view img[src*="dewalt-dcd805b-official"] { transform: scaleX(-1); }
body.lbx-product-view .lbx-product-copy { padding: 8px 0 0; }
body.lbx-product-view .lbx-product-copy h1 { margin-bottom: 8px; font-size: 25px; line-height: 1.1; letter-spacing: -.025em; }
body.lbx-product-view .lbx-brandline { margin-bottom: 8px; font-size: .96rem; }
body.lbx-product-view .lbx-product-lede { margin: 7px 0 0; font-size: .76rem; line-height: 1.4; }
body.lbx-product-view .lbx-verifying-copy { color: #637186; }
body.lbx-product-view .lbx-score-row { gap: 14px; margin-top: 13px; }
body.lbx-product-view .lbx-score-card, body.lbx-product-view .lbx-buy-card { min-height: 91px; padding: 12px; }
body.lbx-product-view .lbx-best-prices { min-height: 310px; padding: 14px; }
body.lbx-product-view .lbx-price-row { grid-template-columns: 1.08fr .68fr .9fr .72fr 82px; gap: 8px; padding: 11px 7px; }
body.lbx-product-view .lbx-price-row.is-pending > span { display: block; border-radius: 6px; background: #eef2f6; color: #59687a; padding: 8px 5px; font-size: .62rem; font-weight: 800; text-align: center; }
body.lbx-product-view .lbx-price-row.is-pending > strong { color: #909aaa; }
body.lbx-product-view .lbx-feature-strip { min-height: 47px; padding: 7px 0 10px; }
body.lbx-product-view .lbx-product-tabs { min-height: 48px; }
body.lbx-product-view .lbx-product-dashboard { grid-template-columns: 325px minmax(0, 1.58fr) minmax(380px, 1.25fr); gap: 14px; padding: 12px 0; }
body.lbx-product-view .lbx-card { min-height: 282px; padding: 16px; }
body.lbx-product-view .lbx-review, body.lbx-product-view .lbx-alternatives { min-height: 165px; }
body.lbx-product-view .lbx-evidence { margin-top: 2px; }

/* 2.3.0 — working catalog tools */
.lb-product-image { position: relative; }
.lb-product-image .lbx-state, .lbx-state { position: absolute; z-index: 2; top: 12px; left: 12px; border-radius: 999px; background: #fff1d8; color: #9b5700; padding: 5px 9px; font-size: .66rem; font-weight: 900; line-height: 1; }
.lb-product-image .lbx-state.is-ready, .lbx-state.is-ready { background: #ddf5e4; color: #137a43; }
.lbx-product-tabs button { flex: 0 0 auto; border: 0; background: transparent; color: #435268; padding: 0; font: inherit; font-size: .75rem; cursor: pointer; }
.lbx-product-tabs button.is-active { color: #e85211; font-weight: 850; }
.lbx-tools { min-height: 70vh; background: #f7f9fc; color: #0a172a; }
.lbx-tools-hero { border-bottom: 1px solid #e2e7ee; background: linear-gradient(115deg, #fff 52%, #fff4e8); }
.lbx-tools-hero nav { display: flex; gap: 9px; align-items: center; height: 42px; color: #69778a; font-size: .72rem; }
.lbx-tools-hero nav a { color: #3d536f; text-decoration: none; }
.lbx-tools-hero nav + div { padding: 27px 0 34px; }
.lbx-tools-hero nav + div > p:first-child, .lbx-kicker { margin: 0 0 7px; color: #ff6100; font-size: .7rem; font-weight: 900; letter-spacing: .11em; }
.lbx-tools-hero h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.045em; }
.lbx-tools-hero h1 + p { max-width: 760px; margin: 13px 0 0; color: #5e6c7e; font-size: 1rem; }
.lbx-tools-body { padding-block: 28px 68px; }
.lbx-department-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lbx-department-grid > a { display: grid; grid-template-columns: 54px 1fr auto; gap: 14px; align-items: center; min-height: 86px; border: 1px solid #e0e5ec; border-radius: 12px; background: #fff; color: #0a172a; padding: 14px; text-decoration: none; box-shadow: 0 5px 18px rgba(18, 39, 67, .04); }
.lbx-department-grid > a:hover { border-color: #ff8a3d; box-shadow: 0 10px 30px rgba(18, 39, 67, .09); }
.lbx-department-grid > a > span { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 12px; background: #f4f6f9; font-size: 1.65rem; }
.lbx-department-grid strong, .lbx-department-grid small { display: block; }
.lbx-department-grid small { margin-top: 4px; color: #708095; font-size: .72rem; }
.lbx-department-grid b { color: #ff6100; font-size: 1.25rem; }
.lbx-section-heading, .lbx-saved-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin: 31px 0 15px; }
.lbx-section-heading p, .lbx-saved-toolbar p { margin: 0 0 4px; color: #ff6100; font-size: .68rem; font-weight: 900; letter-spacing: .11em; }
.lbx-section-heading h2, .lbx-saved-toolbar h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.025em; }
.lbx-section-heading a, .lbx-saved-toolbar > a { color: #0c5dd8; font-size: .8rem; font-weight: 800; text-decoration: none; }
.lbx-tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.lbx-tool-grid > .lbx-empty-state { grid-column: 1 / -1; }
.lbx-tool-card { min-width: 0; overflow: hidden; border: 1px solid #e0e5ec; border-radius: 12px; background: #fff; box-shadow: 0 5px 18px rgba(18, 39, 67, .04); }
.lbx-tool-card-image { position: relative; display: grid; place-items: center; height: 210px; background: #fff; padding: 16px; }
.lbx-tool-card-image img { width: 100%; height: 100%; object-fit: contain; }
.lbx-tool-card-image img[src*="lootbandit-raccoon-mark"] { width: 90px; height: 90px; opacity: .32; }
.lbx-tool-card-copy { border-top: 1px solid #edf0f4; padding: 14px; }
.lbx-tool-card-copy > p { height: 16px; overflow: hidden; margin: 0; color: #69798e; font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; text-overflow: ellipsis; }
.lbx-tool-card-copy h2 { min-height: 43px; margin: 6px 0 12px; font-size: .93rem; line-height: 1.35; }
.lbx-tool-card-copy h2 a { color: #0a172a; text-decoration: none; }
.lbx-tool-card-copy > div { display: flex; justify-content: space-between; gap: 12px; align-items: end; }
.lbx-tool-card-copy > div strong { font-size: 1.05rem; }
.lbx-tool-card-copy > div span { color: #6c7a8d; font-size: .7rem; }
.lbx-tool-card-copy footer { display: flex; justify-content: space-between; gap: 9px; align-items: center; margin-top: 14px; border-top: 1px solid #edf0f4; padding-top: 11px; }
.lbx-tool-card-copy footer a, .lbx-tool-card-copy footer button { border: 0; background: transparent; color: #0c5dd8; padding: 0; font: inherit; font-size: .72rem; font-weight: 850; text-decoration: none; cursor: pointer; }
.lbx-tool-card-copy footer button.is-active { color: #e64a19; }
.lbx-compare-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 130px; gap: 13px; align-items: end; border: 1px solid #e0e5ec; border-radius: 12px; background: #fff; padding: 16px; }
.lbx-compare-picker label, .lbx-workflow-card label { display: grid; gap: 7px; color: #34455c; font-size: .76rem; font-weight: 800; }
.lbx-compare-picker select, .lbx-workflow-card select, .lbx-workflow-card input, .lbx-saved-toolbar input { min-width: 0; height: 44px; border: 1px solid #d8dee7; border-radius: 8px; background: #fff; padding: 0 12px; color: #0b1729; font: inherit; }
.lbx-compare-picker button, .lbx-workflow-card > button, .lbx-saved-toolbar form button { height: 44px; border: 0; border-radius: 8px; background: #ff6500; color: #fff; padding: 0 16px; font-weight: 900; cursor: pointer; }
.lbx-comparison { margin-top: 18px; overflow-x: auto; border: 1px solid #dde3ea; border-radius: 12px; background: #fff; }
.lbx-comparison-head, .lbx-comparison-row, .lbx-comparison-actions { display: grid; grid-template-columns: 170px repeat(3, minmax(200px, 1fr)); min-width: 800px; }
.lbx-comparison-head > *, .lbx-comparison-row > *, .lbx-comparison-actions > * { display: flex; align-items: center; border-right: 1px solid #e5e9ef; padding: 13px; }
.lbx-comparison-head > :last-child, .lbx-comparison-row > :last-child, .lbx-comparison-actions > :last-child { border-right: 0; }
.lbx-comparison-head > span { align-items: end; color: #68778a; font-size: .72rem; font-weight: 900; }
.lbx-comparison-head a { min-height: 150px; flex-direction: column; justify-content: end; gap: 9px; color: #0a172a; text-align: center; text-decoration: none; }
.lbx-comparison-head img { width: 105px; height: 86px; object-fit: contain; }
.lbx-comparison-head strong { font-size: .82rem; }
.lbx-comparison-row { border-top: 1px solid #e5e9ef; }
.lbx-comparison-row > strong { background: #f8fafc; font-size: .73rem; }
.lbx-comparison-row span { justify-content: center; font-size: .8rem; text-align: center; }
.lbx-comparison-actions { border-top: 1px solid #e5e9ef; }
.lbx-comparison-actions > span { background: #f8fafc; color: #69788b; font-size: .7rem; font-weight: 800; }
.lbx-comparison-actions a { justify-content: center; color: #0b5dd7; font-size: .75rem; font-weight: 850; text-decoration: none; }
.lbx-workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lbx-workflow-card { align-self: start; border: 1px solid #dfe5ec; border-radius: 12px; background: #fff; padding: 22px; box-shadow: 0 5px 18px rgba(18, 39, 67, .04); }
form.lbx-workflow-card { display: grid; gap: 16px; }
.lbx-workflow-card h2 { margin: 0 0 7px; font-size: 1.45rem; letter-spacing: -.025em; }
.lbx-workflow-card > p:not(.lbx-kicker) { color: #5e6d80; line-height: 1.55; }
.lbx-workflow-card > small { color: #6c7b8e; font-size: .7rem; line-height: 1.45; }
.lbx-money-input { display: grid; grid-template-columns: 36px 1fr; }
.lbx-money-input b { display: grid; place-items: center; border: 1px solid #d8dee7; border-right: 0; border-radius: 8px 0 0 8px; background: #f4f6f9; }
.lbx-money-input input { border-radius: 0 8px 8px 0; }
.lbx-check { display: flex !important; grid-template-columns: auto 1fr; align-items: center; }
.lbx-check input { width: 18px; height: 18px; }
.lbx-alert-row { display: flex; justify-content: space-between; gap: 15px; align-items: center; border-bottom: 1px solid #e9edf2; padding: 13px 0; }
.lbx-alert-row div { display: grid; gap: 3px; }
.lbx-alert-row a { color: #0a172a; font-size: .82rem; font-weight: 850; text-decoration: none; }
.lbx-alert-row span, .lbx-alert-row small { color: #6b7a8e; font-size: .7rem; }
.lbx-alert-row button { border: 0; background: #fff0ea; color: #c83c14; border-radius: 6px; padding: 7px 9px; font-size: .7rem; font-weight: 850; cursor: pointer; }
.lbx-empty-inline { border: 1px dashed #d9e0e8; border-radius: 9px; background: #fafbfc; color: #68778a; padding: 18px; font-size: .8rem; }
.lbx-account-actions { display: flex; gap: 10px; margin-top: 18px; }
.lbx-account-actions a { border-radius: 8px; background: #0c5dd8; color: #fff; padding: 11px 15px; font-size: .78rem; font-weight: 850; text-decoration: none; }
.lbx-account-actions a + a { background: #edf2f8; color: #34455c; }
.lbx-saved-toolbar form { display: flex; height: 42px; }
.lbx-saved-toolbar form input { border-radius: 8px 0 0 8px; }
.lbx-saved-toolbar form button { height: 44px; border-radius: 0 8px 8px 0; }
.lbx-empty-state { border: 1px dashed #d5dde6; border-radius: 12px; background: #fff; padding: 32px; text-align: center; }
.lbx-empty-state h2 { margin: 0 0 8px; }
.lbx-empty-state p { color: #65758a; }
.lbx-empty-state a { color: #0c5dd8; font-weight: 850; text-decoration: none; }
.lbx-guide-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.lbx-guide-steps article { border: 1px solid #e0e5ec; border-radius: 12px; background: #fff; padding: 20px; }
.lbx-guide-steps span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: #fff0e4; color: #f05a00; font-weight: 900; }
.lbx-guide-steps h2 { margin: 13px 0 7px; font-size: 1.05rem; }
.lbx-guide-steps p { margin: 0; color: #647387; font-size: .8rem; line-height: 1.5; }
.lbx-toast { position: fixed; z-index: 99999; right: 22px; bottom: 22px; transform: translateY(20px); border-radius: 9px; background: #08182f; color: #fff; padding: 13px 17px; box-shadow: 0 14px 40px rgba(5, 17, 36, .28); opacity: 0; pointer-events: none; transition: .2s ease; font-size: .8rem; font-weight: 800; }
.lbx-toast.is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 1260px) {
  .lbx-top { grid-template-columns: 250px minmax(300px, 1fr) 250px; gap: 24px; }
  .lbx-logo { width: 242px; }
  body.lbx-home-view .lbx-hero-grid { grid-template-columns: 535px minmax(250px, 1fr) 300px; }
  body.lbx-home-view .lbx-hero-copy { padding-left: 24px; }
  body.lbx-home-view .lbx-retailer-pills span { min-width: 102px; }
  .lbx-nav > div { gap: 24px; }
  body.lbx-product-view .lbx-product-dashboard { grid-template-columns: 290px minmax(0, 1fr) minmax(340px, .9fr); }
}

@media (max-width: 1420px) and (min-width: 1081px) {
  body.lbx-home-view .lbx-category-bar > div { gap: 6px; }
  body.lbx-home-view .lbx-category-bar a { gap: 6px; font-size: .67rem; }
  body.lbx-home-view .lbx-category-bar a span { width: 40px; height: 40px; }
}

@media (max-width: 1080px) {
  body.lbx-home-view .lbx-hero-grid { grid-template-columns: 1.15fr .8fr; min-height: auto; }
  body.lbx-home-view .lbx-deal-now { grid-column: 1 / -1; margin: 0 0 24px; min-height: auto; }
  body.lbx-home-view .lbx-home-panels { grid-template-columns: 1fr 1fr; }
  body.lbx-home-view .lbx-top-deals { grid-column: 1 / -1; }
  body.lbx-product-view .lbx-product-top { grid-template-columns: 1fr 1fr; }
  body.lbx-product-view .lbx-best-prices { grid-column: 1 / -1; }
  body.lbx-product-view .lbx-product-dashboard { grid-template-columns: 1fr 1fr; }
  .lbx-department-grid, .lbx-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lbx-compare-picker { grid-template-columns: 1fr 1fr; }
  .lbx-compare-picker button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body.lb-engine-ui .lbx-shell, body.lbx-home-view .lbx-shell { width: min(100% - 22px, 1444px); }
  .lbx-top, body.lbx-product-view .lbx-top { grid-template-columns: 1fr; gap: 9px; padding: 9px 0; }
  .lbx-actions { display: none; }
  .lbx-logo, body.lbx-product-view .lbx-logo { width: 236px; }
  .lbx-nav { overflow-x: auto; }
  .lbx-nav > div, body.lbx-product-view .lbx-nav > div { min-width: 900px; }
  body.lbx-home-view .lbx-hero-grid { grid-template-columns: 1fr; }
  body.lbx-home-view .lbx-hero-copy { padding: 28px 0 8px; }
  body.lbx-home-view .lbx-retailer-pills { display: grid; grid-template-columns: 1fr 1fr; }
  body.lbx-home-view .lbx-retailer-pills span { width: 100%; min-width: 0; }
  body.lbx-home-view .lbx-hero-art { display: block; }
  body.lbx-home-view .lbx-hero-art img { width: 100%; margin: 0; }
  body.lbx-home-view .lbx-home-panels { grid-template-columns: 1fr; }
  body.lbx-home-view .lbx-top-deals { grid-column: auto; }
  body.lbx-product-view .lbx-product-top, body.lbx-product-view .lbx-product-dashboard { grid-template-columns: 1fr; }
  body.lbx-product-view .lbx-best-prices { grid-column: auto; }
  body.lbx-product-view .lbx-card { min-height: auto; }
  .lbx-tools-hero nav + div { padding: 20px 0 25px; }
  .lbx-department-grid, .lbx-tool-grid, .lbx-workflow-grid, .lbx-guide-steps, .lbx-compare-picker { grid-template-columns: 1fr; }
  .lbx-tool-card-image { height: 190px; }
  .lbx-section-heading, .lbx-saved-toolbar { display: grid; align-items: start; }
  .lbx-saved-toolbar form { width: 100%; }
  .lbx-saved-toolbar form input { flex: 1; }
  .lbx-compare-picker button { grid-column: auto; }
}
