/* Mechanically scoped retained Shop presentation. No visitor-wide imports. */
/* Retained source: style.css */
.cw-shop-research .cw-section { padding: 84px 0; }
.cw-shop-research .cw-section--tight { padding: 58px 0; }
.cw-shop-research .cw-section--line { border-top: 1px solid var(--cw-border); }
.cw-shop-research .cw-kicker {
  margin-bottom: 12px;
  color: var(--cw-label-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cw-shop-research .cw-section-heading {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(38px, 6vw, 72px);
}
.cw-shop-research .cw-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border-bottom: 1px solid var(--cw-border);
  background: linear-gradient(105deg, rgba(6,36,26,.72), rgba(12,23,39,.98) 54%, rgba(12,31,58,.94));
}
.cw-shop-research .cw-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(141, 220, 247, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 220, 247, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}
.cw-shop-research .cw-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
  padding: 52px 0 34px;
}
.cw-shop-research .cw-hero h1 { max-width: 820px; margin-bottom: 14px; font-size: clamp(48px, 6vw, 72px); }
.cw-shop-research .cw-hero h1 span { color: var(--cw-green); }
.cw-shop-research .cw-hero-copy p { max-width: 680px; margin-bottom: 22px; color: var(--cw-muted); font-size: 18px; }
.cw-shop-research .cw-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cw-shop-research .cw-secondary-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cw-shop-research .cw-secondary-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid var(--cw-border-soft);
  border-radius: 999px;
  color: var(--cw-muted);
  font-size: 12px;
  font-weight: 700;
}
.cw-shop-research .cw-secondary-actions a:hover,
.cw-shop-research .cw-secondary-actions a:focus-visible { color: #fff; border-color: rgba(141,220,247,.35); }
.cw-shop-research .cw-hero-stats { display: grid; grid-template-columns: repeat(3, minmax(92px, 1fr)); gap: 10px; }
.cw-shop-research .cw-hero-stats div {
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 14px;
  border: 1px solid var(--cw-border-soft);
  border-radius: 14px;
  background: rgba(12,17,27,.52);
  text-align: center;
}
.cw-shop-research .cw-hero-stats strong { color: var(--cw-green); font-family: var(--cw-display); font-size: 29px; font-weight: 400; line-height: 1; }
.cw-shop-research .cw-hero-stats span { margin-top: 7px; color: var(--cw-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cw-shop-research .cw-button {
  display: inline-flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  color: #07140e !important;
  background: var(--cw-green) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.cw-shop-research .cw-button:hover {
  color: #06130d !important;
  background: #6aeda3 !important;
  transform: translateY(-2px);
}
.cw-shop-research .cw-button--outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}
.cw-shop-research .cw-button--outline:hover { color: #fff !important; background: rgba(255, 255, 255, 0.08) !important; }
.cw-shop-research .cw-button--purple { color: #13091b !important; background: var(--cw-purple) !important; }
.cw-shop-research .cw-section-topline { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.cw-shop-research .cw-section-topline .cw-section-heading { margin-bottom: 0; }
.cw-shop-research .cw-text-link { flex: 0 0 auto; padding-bottom: 8px; border-bottom: 1px solid rgba(141,220,247,.42); color: var(--cw-blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cw-shop-research .cw-catalog-layout select {
  min-height: 46px;
  padding: 0 42px 0 14px;
  border: 1px solid var(--cw-border-soft);
  border-radius: 10px;
  color: var(--cw-text);
  background: var(--cw-panel);
}
@media (max-width: 980px) {
.cw-shop-research .cw-hero-grid { grid-template-columns: 1fr; align-items: start; }
.cw-shop-research .cw-hero { min-height: auto; }
.cw-shop-research .cw-hero-stats { width: 100%; }
}
@media (max-width: 640px) {
.cw-shop-research .cw-hero-grid { padding: 68px 0; }
.cw-shop-research .cw-hero h1 { font-size: clamp(46px, 14vw, 64px); }
.cw-shop-research .cw-hero-copy p { font-size: 17px; }
.cw-shop-research .cw-actions { display: grid; }
.cw-shop-research .cw-button { width: 100%; }
.cw-shop-research .cw-secondary-actions { display: grid; grid-template-columns: 1fr; }
.cw-shop-research .cw-hero-stats { grid-template-columns: repeat(3, 1fr); }
.cw-shop-research .cw-hero-stats div { min-height: 82px; padding: 10px 6px; }
.cw-shop-research .cw-hero-stats strong { font-size: 24px; }
.cw-shop-research .cw-hero-stats span { font-size: 9px; }
.cw-shop-research .cw-section { padding: 62px 0; }
.cw-shop-research .cw-section--tight { padding: 46px 0; }
.cw-shop-research .cw-section-topline { display: grid; align-items: start; }
}
/* Retained source: assets/restoration.css */
.cw-shop-research [hidden] { display:none !important; }
.cw-shop-research .cw-seed-row.cw-seed-row--deferred { display:none; }
.cw-shop-research :where(a,button,input,select):focus-visible { outline:2px solid var(--cw-blue); outline-offset:4px; }
.cw-shop-research .cw-hero-grid { padding:46px 0 38px; gap:40px; }
.cw-shop-research .cw-hero h1 { font-size:clamp(44px,5vw,68px); }
.cw-shop-research .cw-hero-copy p { max-width:610px; font-size:17px; }
.cw-shop-research .cw-secondary-actions a { padding-inline:0; border:0; border-radius:0; font-size:12px; color:var(--cw-blue); }
.cw-shop-research .cw-hero-stats div { background:none; border:0; border-left:1px solid var(--cw-border); border-radius:0; padding-inline:20px; }
.cw-shop-research .cw-hero-stats span { font-size:10px; }
.cw-shop-research .cw-menu-pause { margin:-14px 0 24px; color:var(--cw-muted); font-size:13px; line-height:1.6; }
.cw-shop-research .cw-menu-section { padding:46px 0 58px; scroll-margin-top:100px; }
.cw-shop-research .cw-menu-section .cw-section-heading { font-size:48px; }
.cw-shop-research .cw-section-topline { margin-bottom:26px; }
.cw-shop-research .cw-kicker { margin-bottom:9px; font-size:11px; letter-spacing:.14em; }
.cw-shop-research .cw-catalog-layout { display:grid; grid-template-columns:244px minmax(0,1fr); gap:30px; align-items:start; }
.cw-shop-research .cw-catalog-sidebar { padding:22px 18px; border:1px solid var(--cw-border); border-radius:12px; background:rgba(13,21,34,.7); }
.cw-shop-research .cw-field-label { display:block; margin-bottom:8px; color:var(--cw-muted); font-size:12px; }
.cw-shop-research .cw-catalog-sidebar input[type="search"] { width:100%; min-height:46px; padding:10px 12px; border:1px solid rgba(141,220,247,.24); border-radius:7px; color:var(--cw-text); background:var(--cw-bg); }
.cw-shop-research .cw-desktop-lines h3 { margin:26px 0 12px; font-size:23px; }
.cw-shop-research .cw-line-filters { display:grid; max-height:552px; overflow-y:auto; gap:3px; scrollbar-color:#486d63 transparent; scrollbar-width:thin; padding:4px; margin-inline:-4px; }
.cw-shop-research .cw-line-filters button { display:flex; align-items:center; justify-content:space-between; gap:10px; width:100%; min-height:42px; padding:9px 10px; border:1px solid transparent; border-radius:6px; background:transparent; color:var(--cw-muted); text-align:left; font-size:12px; line-height:1.4; }
.cw-shop-research .cw-line-filters button span { color:var(--cw-muted); font-size:11px; }
.cw-shop-research .cw-line-filters button:hover { color:#fff; background:rgba(255,255,255,.04); }
.cw-shop-research .cw-line-filters button[aria-pressed="true"] { color:var(--cw-green); border-color:rgba(var(--cw-green-rgb),.25); background:rgba(var(--cw-green-rgb),.07); }
.cw-shop-research .cw-catalog-footnote { margin:18px 0 0; color:var(--cw-muted); font-size:12px; line-height:1.65; }
.cw-shop-research .cw-catalog-main { min-width:0; }
.cw-shop-research .cw-menu-toolbar { min-height:74px; display:flex; justify-content:space-between; gap:20px; align-items:center; padding-bottom:20px; }
.cw-shop-research .cw-menu-toolbar h3 { margin:0 0 5px; font-size:28px; }
.cw-shop-research .cw-menu-toolbar p { margin:0; font-size:12px; color:var(--cw-muted); }
.cw-shop-research .cw-sort { display:flex; align-items:center; gap:10px; font-size:12px; }
.cw-shop-research .cw-sort label { color:var(--cw-muted); }
.cw-shop-research .cw-sort select { min-height:42px; max-width:190px; border-radius:6px; font-size:12px; padding-right:22px; }
.cw-shop-research .cw-seed-table { border:1px solid var(--cw-border); border-radius:10px; overflow:hidden; }
.cw-shop-research .cw-seed-head,
.cw-shop-research .cw-seed-row { display:grid; grid-template-columns:minmax(0,2fr) minmax(0,1fr) 85px 72px; align-items:center; gap:18px; }
.cw-shop-research .cw-seed-head { padding:13px 18px; background:rgba(var(--cw-green-rgb),.04); color:var(--cw-muted); font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.cw-shop-research .cw-seed-row { padding:19px 18px; min-height:93px; border-top:1px solid var(--cw-border-soft); background:rgba(20,30,47,.64); }
.cw-shop-research .cw-seed-row:hover { background:rgba(38,54,77,.55); }
.cw-shop-research .cw-seed-name { display:grid; gap:4px; min-width:0; }
.cw-shop-research .cw-seed-name a { color:#f3f1f8; font-size:14px; font-weight:600; line-height:1.5; overflow-wrap:anywhere; }
.cw-shop-research .cw-seed-name a:hover { color:var(--cw-green); }
.cw-shop-research .cw-seed-name small { font-size:10px; letter-spacing:.06em; color:var(--cw-muted); }
.cw-shop-research .cw-seed-line { font-size:12px; line-height:1.5; color:var(--cw-blue); overflow-wrap:anywhere; }
.cw-shop-research .cw-seed-price { font-family:var(--cw-display); font-size:24px; white-space:nowrap; }
.cw-shop-research .cw-seed-action a { display:inline-flex; min-height:42px; align-items:center; gap:6px; color:var(--cw-green); font-size:12px; }
.cw-shop-research .cw-catalog-pagination { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-top:20px; }
.cw-shop-research .cw-catalog-pagination button,
.cw-shop-research .cw-catalog-empty button { min-height:44px; padding:10px 18px; border:1px solid var(--cw-border); border-radius:6px; background:transparent; color:var(--cw-text); font-size:12px; }
.cw-shop-research .cw-catalog-pagination button:disabled { opacity:.4; cursor:default; }
.cw-shop-research .cw-catalog-pagination span { color:var(--cw-muted); font-size:12px; }
.cw-shop-research .cw-catalog-empty { padding:44px 20px; text-align:center; border:1px solid var(--cw-border-soft); }
.cw-shop-research .cw-catalog-empty h3 { font-size:30px; }
.cw-shop-research .cw-catalog-empty p { color:var(--cw-muted); }
.cw-shop-research .cw-mobile-line-select,
.cw-shop-research .cw-mobile-line-label { display:none; }
.cw-shop-research .cw-contact-actions { display:grid; gap:14px; text-align:center; }
.cw-shop-research .cw-contact-actions > a:last-child { color:var(--cw-blue); font-size:14px; }
@media(max-width:1100px) {
.cw-shop-research .cw-hero-grid { grid-template-columns:1fr; gap:26px; }
.cw-shop-research .cw-hero-stats { max-width:440px; }
.cw-shop-research .cw-hero-stats div:first-child { border-left:0; padding-left:0; }
.cw-shop-research .cw-catalog-layout { grid-template-columns:212px minmax(0,1fr); gap:20px; }
.cw-shop-research .cw-seed-head,
.cw-shop-research .cw-seed-row { grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) 64px; gap:14px; }
.cw-shop-research .cw-seed-head > :last-child { display:none; }
.cw-shop-research .cw-seed-action { grid-column:1 / -1; margin-top:-10px; }
.cw-shop-research .cw-seed-action a { min-height:44px; }
}
@media(max-width:760px) {
.cw-shop-research .cw-catalog-layout { grid-template-columns:1fr; gap:22px; }
.cw-shop-research .cw-catalog-sidebar { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:8px 12px; padding:18px; }
.cw-shop-research .cw-catalog-sidebar > label { grid-row:1; margin:0; }
.cw-shop-research .cw-catalog-sidebar > input { grid-row:2; }
.cw-shop-research .cw-mobile-line-select,
.cw-shop-research .cw-mobile-line-label { display:block; min-width:0; }
.cw-shop-research .cw-mobile-line-label { grid-column:2; }
.cw-shop-research .cw-mobile-line-select { grid-column:2; grid-row:2; width:100%; min-height:46px; padding-right:12px; font-size:12px; }
.cw-shop-research .cw-desktop-lines,
.cw-shop-research .cw-catalog-sidebar .cw-catalog-footnote { display:none; }
.cw-shop-research .cw-seed-head { display:none; }
.cw-shop-research .cw-seed-row { grid-template-columns:minmax(0,1fr) auto; gap:8px 16px; padding:18px; }
.cw-shop-research .cw-seed-name { grid-column:1; grid-row:1; }
.cw-shop-research .cw-seed-price { grid-column:2; grid-row:1; align-self:start; font-size:24px; }
.cw-shop-research .cw-seed-line { grid-column:1; grid-row:2; font-size:11px; }
.cw-shop-research .cw-seed-action { grid-column:2; grid-row:2; margin:0; }
.cw-shop-research .cw-seed-action a { font-size:11px; }
}
@media(max-width:640px) {
.cw-shop-research .cw-hero-grid { padding:32px 0 24px; gap:22px; }
.cw-shop-research .cw-hero h1 { font-size:46px; }
.cw-shop-research .cw-hero-copy p { font-size:15px; line-height:1.7; }
.cw-shop-research .cw-actions { display:flex; flex-wrap:wrap; gap:10px; }
.cw-shop-research .cw-actions .cw-button { width:auto; min-height:44px; padding-inline:15px !important; font-size:12px; border-radius:7px !important; }
.cw-shop-research .cw-secondary-actions { display:flex; margin-top:8px; }
.cw-shop-research .cw-hero-stats { grid-template-columns:repeat(3,1fr); }
.cw-shop-research .cw-hero-stats div { min-height:58px; padding:6px 12px; text-align:left; }
.cw-shop-research .cw-hero-stats span { font-size:9px; }
.cw-shop-research .cw-menu-section { padding-top:32px; }
.cw-shop-research .cw-section-topline { display:flex; gap:16px; align-items:end; }
.cw-shop-research .cw-menu-section .cw-section-heading { font-size:40px; }
.cw-shop-research .cw-text-link { font-size:10px; letter-spacing:.04em; }
.cw-shop-research .cw-menu-toolbar { gap:10px; }
.cw-shop-research .cw-menu-toolbar h3 { font-size:23px; }
.cw-shop-research .cw-sort { display:grid; gap:4px; }
.cw-shop-research .cw-sort label { font-size:10px; }
.cw-shop-research .cw-sort select { min-height:40px; max-width:160px; font-size:11px; }
}
.cw-shop-research .cw-hero-grid { padding:28px 0 24px; min-height:210px; gap:28px; }
.cw-shop-research .cw-hero h1 { font-size:clamp(28px,3.2vw,42px); margin-bottom:10px; }
.cw-shop-research .cw-hero-copy p { max-width:690px; font-size:15px; margin-bottom:18px; }
.cw-shop-research .cw-original-actions { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); max-width:680px; gap:12px; }
.cw-shop-research .cw-original-actions .cw-button { min-height:48px; padding:10px 16px !important; border-radius:10px !important; font-size:12px; text-align:center; }
.cw-shop-research .cw-original-actions .cw-report-action { color:var(--cw-blue) !important; border-color:rgba(141,220,247,.35) !important; }
.cw-shop-research .cw-original-actions .cw-lineage-action { color:#d29af2 !important; border-color:rgba(210,154,242,.42) !important; }
.cw-shop-research .cw-secondary-actions { gap:22px; margin-top:4px; }
.cw-shop-research .cw-secondary-actions a { min-height:44px; display:inline-flex; align-items:center; }
.cw-shop-research .cw-hero-stats { align-self:end; padding-bottom:6px; }
@media (min-width:641px) {
.cw-shop-research .cw-hero-stats.cw-hero-stats--compact { display:flex; width:max-content; max-width:100%; gap:24px; justify-self:start; }
.cw-shop-research .cw-hero-stats--compact div { display:flex; align-items:baseline; gap:9px; min-height:36px; padding:0; border:0; text-align:left; }
.cw-shop-research .cw-hero-stats--compact div + div { padding-left:24px; border-left:1px solid var(--cw-border); }
.cw-shop-research .cw-hero-stats--compact strong { font-size:25px; line-height:1.4; }
.cw-shop-research .cw-hero-stats--compact span { margin:0; font-size:12px; font-weight:500; letter-spacing:0; text-transform:none; }
}
@media (min-width:641px) and (max-width:1100px) {
.cw-shop-research .cw-hero-stats.cw-hero-stats--compact { justify-self:center; }
}
.cw-shop-research .cw-lineage-section,
.cw-shop-research .cw-reports-section { scroll-margin-top:95px; }
.cw-shop-research .cw-lineage-section .cw-section-heading { margin-bottom:0; }
.cw-shop-research .cw-lineage-intro { max-width:760px; color:var(--cw-muted); font-size:14px; line-height:1.75; }
.cw-shop-research #cw-lineage-select { display:block; width:100%; max-width:100%; min-width:0; min-height:48px; padding:12px; color:var(--cw-text); background:var(--cw-bg); border:1px solid var(--cw-border); border-radius:8px; font-size:14px; }
.cw-shop-research .cw-listed-tree { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:28px 24px; margin-top:30px; }
.cw-shop-research .cw-listed-parent,
.cw-shop-research .cw-listed-cross { position:relative; padding:22px; border:1px solid var(--cw-border); border-radius:10px; background:rgba(20,30,47,.64); text-align:center; min-width:0; overflow-wrap:anywhere; }
.cw-shop-research .cw-listed-tree span { display:block; margin-bottom:10px; color:var(--cw-muted); font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.cw-shop-research .cw-listed-parent strong { color:var(--cw-blue); font-size:18px; font-weight:500; }
.cw-shop-research .cw-listed-parent::after { content:''; position:absolute; height:15px; width:1px; background:var(--cw-border); top:100%; left:50%; }
.cw-shop-research .cw-listed-cross { grid-column:1 / -1; border-color:rgba(var(--cw-green-rgb),.35); }
.cw-shop-research .cw-listed-cross::before { content:''; position:absolute; top:-15px; height:14px; width:calc(50% + 13px); left:calc(25% - 7px); border-top:1px solid var(--cw-border); }
.cw-shop-research .cw-listed-cross h3 { margin:0 0 14px; font-size:30px; }
.cw-shop-research .cw-listed-cross a { display:inline-flex; min-height:44px; align-items:center; }
@media(max-width:1100px) {
.cw-shop-research .cw-hero-grid { gap:16px; }
.cw-shop-research .cw-hero-stats { max-width:430px; }
}
@media(max-width:640px) {
.cw-shop-research .cw-hero-grid { padding:24px 0 20px; }
.cw-shop-research .cw-hero h1 { font-size:36px; }
.cw-shop-research .cw-original-actions { grid-template-columns:1fr; gap:9px; }
.cw-shop-research .cw-original-actions .cw-button { min-height:46px; width:100%; }
.cw-shop-research .cw-hero-stats { display:none; }
.cw-shop-research .cw-secondary-actions { display:flex; gap:18px; }
.cw-shop-research .cw-listed-tree { gap:28px 12px; }
.cw-shop-research .cw-listed-parent { padding:18px 10px; }
.cw-shop-research .cw-listed-parent strong { font-size:14px; }
.cw-shop-research .cw-listed-cross h3 { font-size:26px; }
.cw-shop-research .cw-listed-cross { padding:20px 14px; }
.cw-shop-research #cw-lineage-select { font-size:12px; }
}
/* Retained source: assets/catalog-targets.css */
.cw-shop-research .cw-native-catalog-rows { list-style:none; margin:0; padding:0; }
.cw-shop-research .cw-seed-head,
.cw-shop-research .cw-seed-row {
  grid-template-columns:minmax(0,1.7fr) minmax(0,1fr) 90px 28px;
  gap:18px;
}
.cw-shop-research .cw-seed-row {
  position:relative;
  isolation:isolate;
  min-height:82px;
  padding:16px 20px;
  background:rgba(8,20,28,.42);
  cursor:pointer;
  transition:background-color 120ms ease-out;
}
.cw-shop-research .cw-seed-row::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(100deg,rgba(var(--cw-green-rgb),.09) 0%,rgba(var(--cw-green-rgb),.035) 52%,rgba(var(--cw-green-rgb),0) 100%);
  opacity:0;
  transition:opacity 160ms ease-out;
}
.cw-shop-research .cw-seed-head { padding:12px 20px; }
.cw-shop-research .cw-seed-head > :last-child { display:block; }
.cw-shop-research .cw-seed-name { display:block; grid-column:1; grid-row:1; min-width:0; }
.cw-shop-research .cw-seed-name .cw-product-name {
  color:#edf3f1;
  font-size:15px;
  font-weight:500;
  line-height:1.5;
  overflow-wrap:anywhere;
}
.cw-shop-research .cw-seed-line { grid-column:2; grid-row:1; color:#a5b9be; font-size:12px; line-height:1.5; }
.cw-shop-research .cw-seed-price { grid-column:3; grid-row:1; color:#edf3f1; font-size:24px; line-height:1.2; text-align:right; align-self:center; }
.cw-shop-research .cw-seed-action { grid-column:4; grid-row:1; justify-self:end; margin:0; }
.cw-shop-research .cw-seed-action .cw-product-link {
  position:static;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-height:44px;
  min-width:28px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#a0c9ce;
  font-family:var(--cw-body);
  font-size:20px;
  line-height:1;
  text-decoration:none;
}
.cw-shop-research .cw-product-link::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  cursor:pointer;
}
.cw-shop-research .cw-product-link:focus-visible { outline:none; }
.cw-shop-research .cw-product-link:focus-visible::after { outline:2px solid #a0c9ce; outline-offset:-3px; }
.cw-shop-research .cw-seed-row:focus-within { background:#122930; }
.cw-shop-research .cw-seed-row:focus-within::before { opacity:1; }
.cw-shop-research .cw-seed-row:hover { background:rgba(8,20,28,.42); }
@media(hover:hover) and (pointer:fine) {
.cw-shop-research .cw-seed-row:hover { background:#11262e; }
.cw-shop-research .cw-seed-row:hover::before { opacity:1; }
}
@media(max-width:1100px) {
.cw-shop-research .cw-seed-head { display:none; }
.cw-shop-research .cw-seed-row {
    grid-template-columns:minmax(0,1fr) max-content 24px;
    grid-template-rows:auto auto;
    gap:5px 16px;
    min-height:94px;
    padding:17px 18px;
  }
.cw-shop-research .cw-seed-name { grid-column:1; grid-row:1; align-self:end; }
.cw-shop-research .cw-seed-line { grid-column:1; grid-row:2; align-self:start; }
.cw-shop-research .cw-seed-price { grid-column:2; grid-row:1 / 3; align-self:center; }
.cw-shop-research .cw-seed-action { grid-column:3; grid-row:1 / 3; align-self:center; margin:0; }
.cw-shop-research .cw-seed-action .cw-product-link { min-width:24px; width:auto; }
}
@media(max-width:480px) {
.cw-shop-research .cw-seed-row { gap:5px 12px; padding:16px 14px; }
.cw-shop-research .cw-seed-price { font-size:22px; }
.cw-shop-research .cw-seed-line { font-size:12px; }
}
@media(prefers-reduced-motion:reduce) {
.cw-shop-research .cw-seed-row,
.cw-shop-research .cw-seed-row::before { transition:none; }
}
/* Retained source: assets/connected.css */
.cw-shop-research .cw-selected-line a:not([hidden]) { display:inline-flex; min-height:44px; align-items:center; color:#a0c9ce; text-decoration:underline; text-underline-offset:4px; font-size:13px; margin-bottom:12px; }
.cw-shop-research [data-cw-selection-title] { scroll-margin-top:110px; }
.cw-shop-research .cw-lineage-controls { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.4fr); gap:16px; margin-top:24px; }
.cw-shop-research .cw-lineage-controls > div { min-width:0; }
.cw-shop-research .cw-lineage-controls select,
.cw-shop-research .cw-lineage-controls #cw-lineage-select { display:block; width:100%; min-width:0; min-height:48px; padding:12px; background:var(--cw-bg); color:var(--cw-text); border:1px solid var(--cw-border); border-radius:8px; font:inherit; font-size:15px; text-overflow:ellipsis; }
.cw-shop-research .cw-lineage-controls select:disabled { opacity:.58; cursor:not-allowed; }
.cw-shop-research .cw-lineage-controls select:focus-visible { outline:2px solid #a0c9ce; outline-offset:3px; }
.cw-shop-research .cw-lineage-summary { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:0 24px; margin:10px 0 4px; }
.cw-shop-research .cw-lineage-summary p { margin:0; }
.cw-shop-research .cw-lineage-summary a { display:inline-flex; min-height:44px; align-items:center; }
.cw-shop-research [data-cw-lineage-detail] { max-width:820px; margin:20px auto 0; font-synthesis:none; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-tree { --cw-parent-gap:20px; position:relative; margin:0 0 40px; gap:var(--cw-parent-gap); }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-parent { display:flex; flex-direction:column; justify-content:center; padding:24px 16px; border-radius:7px; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-parent > span { margin:0 0 14px; font-size:10px; font-weight:400; line-height:1.5; letter-spacing:.1em; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-parent strong,
.cw-shop-research .cw-lineage-result h3 { font-family:var(--cw-display); font-weight:300; font-size:30px; line-height:1.15; letter-spacing:.015em; color:#edf3f1; text-wrap:balance; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-parent::after { height:20px; background:rgba(160,201,206,.38); }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-tree::after { content:''; position:absolute; top:calc(100% + 20px); left:calc(25% - var(--cw-parent-gap) / 4); width:calc(50% + var(--cw-parent-gap) / 2); height:1px; background:rgba(160,201,206,.38); }
.cw-shop-research .cw-lineage-result::before { display:none; }
.cw-shop-research .cw-listed-tree:not([hidden]) + .cw-lineage-result::before { content:''; display:block; position:absolute; top:-20px; left:50%; width:1px; height:20px; border:0; background:rgba(160,201,206,.38); }
.cw-shop-research .cw-lineage-result { width:min(100%,600px); margin-inline:auto; padding:26px 24px 22px; border-radius:7px; text-align:center; }
.cw-shop-research .cw-lineage-result [data-cw-cross-line] { display:block; margin-bottom:13px; color:var(--cw-muted); font-size:11px; line-height:1.5; }
.cw-shop-research .cw-lineage-result h3 { margin:0; font-size:clamp(30px,4vw,40px); font-weight:300; }
.cw-shop-research .cw-lineage-result .cw-cross-parentage { margin:10px 0 0; color:var(--cw-blue); font-family:var(--cw-display); font-weight:300; font-size:24px; line-height:1.25; letter-spacing:.015em; text-wrap:balance; }
.cw-shop-research .cw-lineage-result .cw-catalog-footnote { max-width:48ch; margin:18px auto 0; font-size:12px; line-height:1.6; }
.cw-shop-research .cw-lineage-result .cw-text-link { min-height:48px; min-width:200px; max-width:100%; justify-content:center; gap:14px; margin-top:18px; padding:10px 18px; color:#edf3f1; font-family:var(--cw-body); font-size:14px; font-weight:500; letter-spacing:0; text-transform:none; }
.cw-shop-research .cw-lineage-result .cw-text-link:focus-visible { outline:2px solid #a0c9ce; outline-offset:4px; }
.cw-shop-research .cw-lineage-disclaimer { margin-top:20px; max-width:760px; }
.cw-shop-research [data-cw-lineage] [hidden] { display:none !important; }
.cw-shop-research .cw-text-link[href] { display:inline-flex; align-items:center; min-height:44px; transition:color 140ms ease-out, border-color 140ms ease-out; }
.cw-shop-research .cw-text-link[href]:not([aria-disabled="true"]):focus-visible { color:#edf3f1; border-bottom-color:#a0c9ce; outline:2px solid #a0c9ce; outline-offset:4px; }
.cw-shop-research .cw-lineage-result .cw-text-link[href] { border:1px solid rgba(151,192,188,.5); border-radius:12px; background:rgba(134,177,170,.07); text-decoration:none; transition:color 140ms ease-out, border-color 140ms ease-out, background-color 140ms ease-out; }
.cw-shop-research .cw-lineage-result .cw-text-link > span[aria-hidden="true"] { display:inline-block; color:var(--cw-green); font-size:16px; transition:transform 140ms ease-out; }
.cw-shop-research .cw-lineage-result .cw-text-link[href]:not([aria-disabled="true"]):focus-visible { background:rgba(134,177,170,.14); border-color:#97c0bc; }
.cw-shop-research .cw-lineage-result .cw-text-link[href]:not([aria-disabled="true"]):focus-visible > span[aria-hidden="true"] { transform:translateX(3px); }
@media(hover:hover) and (pointer:fine) {
.cw-shop-research .cw-text-link[href]:not([aria-disabled="true"]):hover { color:#edf3f1; border-bottom-color:#a0c9ce; }
.cw-shop-research .cw-lineage-result .cw-text-link[href]:not([aria-disabled="true"]):hover { background:rgba(134,177,170,.14); border-color:#97c0bc; }
.cw-shop-research .cw-lineage-result .cw-text-link[href]:not([aria-disabled="true"]):hover > span[aria-hidden="true"] { transform:translateX(3px); }
}
.cw-shop-research .cw-lineage-result .cw-text-link[href]:not([aria-disabled="true"]):active { background:rgba(134,177,170,.2); }
@media(prefers-reduced-motion:reduce) {
.cw-shop-research .cw-text-link[href],
.cw-shop-research .cw-lineage-result .cw-text-link > span[aria-hidden="true"] { transition:none !important; }
.cw-shop-research .cw-lineage-result .cw-text-link[href] > span[aria-hidden="true"],
.cw-shop-research .cw-button { transform:none !important; }
}
@media(max-width:600px) {
.cw-shop-research .cw-lineage-controls { grid-template-columns:minmax(0,1fr); gap:16px; }
.cw-shop-research .cw-lineage-controls select,
.cw-shop-research .cw-lineage-controls #cw-lineage-select { font-size:16px; }
.cw-shop-research .cw-lineage-summary { margin-top:12px; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-parent { padding:18px 10px; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-parent > span { font-size:9px; letter-spacing:.08em; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-parent strong { font-size:25px; }
.cw-shop-research [data-cw-lineage-detail] .cw-listed-tree { --cw-parent-gap:12px; }
.cw-shop-research .cw-lineage-result { padding:22px 14px 18px; }
.cw-shop-research .cw-lineage-result .cw-catalog-footnote { max-width:30ch; }
}
/* Retained source: assets/community-reports.css */
.cw-shop-research .cw-reports-heading { align-items:flex-end; gap:12px 28px; }
.cw-shop-research .cw-reports-heading > div { min-width:0; }
.cw-shop-research .cw-reports-heading > a { flex-shrink:0; }
.cw-shop-research .cw-reports-intro { max-width:70ch; margin:12px 0 28px; color:var(--cw-muted); font-size:15px; line-height:1.75; }
.cw-shop-research .cw-report-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.cw-shop-research .cw-report-card { position:relative; isolation:isolate; display:flex; flex-direction:column; min-width:0; padding:24px; background:rgba(134,177,170,.035); border:1px solid var(--cw-border-soft); border-radius:12px; transition:background-color 180ms ease-out,border-color 180ms ease-out,box-shadow 180ms ease-out,transform 180ms ease-out; }
.cw-shop-research .cw-report-card::before { content:""; position:absolute; inset:0; z-index:-1; pointer-events:none; border-radius:inherit; background:linear-gradient(110deg,rgba(69,200,120,.09),rgba(69,200,120,.025) 55%,transparent); opacity:0; transition:opacity 180ms ease-out; }
.cw-shop-research .cw-report-card:focus-within { background-color:#11262e; border-color:rgba(134,188,171,.4); box-shadow:0 8px 22px rgba(0,0,0,.14); }
.cw-shop-research .cw-report-card:focus-within::before { opacity:1; }
.cw-shop-research .cw-report-meta { display:flex; flex-wrap:wrap; gap:4px 16px; justify-content:space-between; color:#a0c9ce; font-size:12px; line-height:1.6; }
.cw-shop-research .cw-report-meta time { white-space:nowrap; color:var(--cw-muted); }
.cw-shop-research .cw-report-card h3 { font-family:var(--cw-display); font-size:30px; font-weight:300; line-height:1.2; letter-spacing:.01em; margin:14px 0 12px; color:#edf3f1; }
.cw-shop-research .cw-report-summary { margin:0; color:#d0dcde; font-size:14px; line-height:1.75; }
.cw-shop-research .cw-report-context { margin:14px 0 18px; color:#a9bdc1; font-size:12px; line-height:1.65; }
.cw-shop-research .cw-report-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:center; gap:8px 12px; border-top:1px solid var(--cw-border-soft); padding-top:10px; margin-top:auto; }
.cw-shop-research .cw-report-links a { display:inline-flex; align-items:center; gap:8px; min-height:48px; min-width:44px; width:fit-content; max-width:100%; font-size:13px; line-height:1.5; white-space:nowrap; text-decoration:underline; text-decoration-color:#6e9291; text-underline-offset:4px; transition:color 140ms ease-out,text-decoration-color 140ms ease-out; }
.cw-shop-research .cw-report-links .cw-report-source { color:#c5d9d7; font-weight:500; }
.cw-shop-research .cw-report-links .cw-report-product { color:#abc4c7; justify-self:end; }
.cw-shop-research .cw-report-links a span { display:inline-block; color:currentColor; transition:transform 140ms ease-out; }
.cw-shop-research .cw-report-links a:focus-visible { color:#e0ece9; text-decoration-color:#b2ceca; outline:2px solid #a0c9ce; outline-offset:4px; border-radius:2px; }
.cw-shop-research .cw-report-links .cw-report-source:focus-visible span { transform:translate(2px,-2px); }
.cw-shop-research .cw-report-links .cw-report-product:focus-visible span { transform:translateX(3px); }
.cw-shop-research .cw-report-links a:active { color:#e0ece9; text-decoration-color:#b2ceca; }
.cw-shop-research .cw-reports-disclosure { max-width:100ch; margin:20px 0 0; }
@media(hover:hover) and (pointer:fine) {
.cw-shop-research .cw-report-card:hover { background-color:#11262e; border-color:rgba(134,188,171,.4); box-shadow:0 8px 22px rgba(0,0,0,.14); transform:translateY(-2px); }
.cw-shop-research .cw-report-card:hover::before { opacity:1; }
.cw-shop-research .cw-report-links a:hover { color:#d7e7e3; text-decoration-color:#a6c5bf; }
.cw-shop-research .cw-report-links .cw-report-source:hover span { transform:translate(2px,-2px); }
.cw-shop-research .cw-report-links .cw-report-product:hover span { transform:translateX(3px); }
}
@media(max-width:600px) {
.cw-shop-research .cw-report-grid { grid-template-columns:minmax(0,1fr); gap:14px; }
.cw-shop-research .cw-report-card { padding:20px; }
.cw-shop-research .cw-report-card h3 { font-size:28px; }
.cw-shop-research .cw-reports-heading { align-items:flex-start; }
.cw-shop-research .cw-reports-intro { margin-top:8px; }
}
@media(prefers-reduced-motion:reduce) {
.cw-shop-research .cw-report-card,
.cw-shop-research .cw-report-card::before,
.cw-shop-research .cw-report-links a,
.cw-shop-research .cw-report-links a span { transition:none; }
.cw-shop-research .cw-report-card,
.cw-shop-research .cw-report-links a span { transform:none !important; }
}
/* Retained source: assets/mobile-polish.css */
@media (max-width: 1100px) {
.cw-shop-research .cw-sort select { min-height: 44px; }
}
/* Readable native-sized text in Clearwater's own catalog controls. These
   selectors do not reach account, checkout or provider-owned forms. */
.cw-shop-research .cw-menu-toolbar { flex-wrap: wrap; }
.cw-shop-research .cw-catalog-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--cw-border);
  border-radius: 8px;
  color: var(--cw-text);
  background: transparent;
  font-size: 14px;
  line-height: 1.4;
}
.cw-shop-research .cw-catalog-reset:hover {
  border-color: var(--cw-blue);
  background-color: rgba(141, 220, 247, .06);
}
.cw-shop-research .cw-lineage-filter { max-width: 520px; margin-top: 24px; }
.cw-shop-research .cw-lineage-filter-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.cw-shop-research .cw-lineage-filter-row input { flex: 1 1 180px; width: 100%; min-width: 0; font-size: 16px; }
.cw-shop-research .cw-lineage-filter .cw-catalog-footnote { margin-top: 8px; }
/* Narrow the catalog's existing line choices without changing strain search. */
.cw-shop-research .cw-catalog-line-group { min-width: 0; margin-top: 24px; }
.cw-shop-research .cw-catalog-line-filter { margin-bottom: 16px; }
.cw-shop-research .cw-catalog-line-filter .cw-catalog-reset { margin-top: 8px; }
.cw-shop-research .cw-line-choice-status { margin: 8px 0 0; color: var(--cw-muted); font-size: 12px; line-height: 1.5; }
.cw-shop-research .cw-catalog-line-group .cw-desktop-lines h3 { margin-top: 0; }
@media (max-width: 760px) {
  .cw-shop-research .cw-catalog-sidebar { grid-template-rows: min-content 1fr; }
  .cw-shop-research .cw-catalog-sidebar > label,
  .cw-shop-research .cw-catalog-sidebar > input { align-self: start; }
  .cw-shop-research .cw-catalog-line-group { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; }
  .cw-shop-research .cw-catalog-line-group .cw-mobile-line-label { margin-bottom: 8px; }
}
@media (max-width: 1100px) {
  .cw-shop-research .cw-catalog-sidebar input[type="search"],
  .cw-shop-research .cw-mobile-line-select,
  .cw-shop-research .cw-sort select,
  .cw-shop-research .cw-lineage-controls select,
  .cw-shop-research .cw-lineage-controls #cw-lineage-select { font-size: 16px; }
}
/* Only the separately selected Shop surface. No provider/landing shell ownership. */
.cw-shop-research {
  --cw-green-rgb: 69, 200, 120;
  --cw-label-green: var(--cw-green);
  min-width: 0;
}
.cw-shop-research [hidden],
.cw-shop-research .waave-is-restricted { display: none !important; }
.cw-shop-research :where(input, select) {
  max-width: 100%;
  min-width: 0;
  min-height: 44px;
  color: var(--cw-text);
  background: var(--cw-bg);
  border: 1px solid var(--cw-border);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}
.cw-shop-research :where(a, button, input, select):focus-visible {
  outline: 2px solid var(--cw-blue);
  outline-offset: 3px;
}
.cw-shop-research :where(h1, h2, h3, p, .cw-seed-name, .cw-seed-price) { overflow-wrap: anywhere; }
.cw-shop-research .cw-section-topline { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; }
.cw-shop-research .cw-line-filters button { min-height: 44px; }
.cw-shop-research .cw-sort select { min-height: 44px; }
.cw-shop-research .cw-report-links a { white-space: normal; overflow-wrap: anywhere; }
.cw-shop-research .cw-seed-price { white-space: normal; }
.cw-shop-research .cw-hero-grid { grid-template-columns: minmax(0, 1fr); }
.cw-shop-research .cw-hero h1 { max-width: 100%; }
.cw-shop-research .cw-menu-toolbar > div { min-width: 0; }
[data-cw-shop-return] { display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; margin-bottom: 20px; }
[data-cw-shop-return] a { display: inline-flex; align-items: center; min-height: 44px; color: var(--cw-blue); text-decoration: underline; text-underline-offset: 4px; }
[data-cw-shop-return] a:focus-visible { outline: 2px solid var(--cw-blue); outline-offset: 3px; }
@media (max-width: 480px) {
  .cw-shop-research .cw-catalog-sidebar { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; }
  .cw-shop-research .cw-catalog-sidebar > label,
  .cw-shop-research .cw-catalog-sidebar > input,
  .cw-shop-research .cw-mobile-line-label,
  .cw-shop-research .cw-mobile-line-select { grid-column: auto; grid-row: auto; }
  .cw-shop-research .cw-catalog-line-group { grid-column: auto; grid-row: auto; margin-top: 12px; }
  .cw-shop-research .cw-menu-toolbar { align-items: start; flex-direction: column; }
  .cw-shop-research .cw-sort { width: 100%; grid-template-columns: auto minmax(0, 1fr); align-items: center; }
  .cw-shop-research .cw-sort select { width: 100%; max-width: 100%; }
  .cw-shop-research .cw-report-links { grid-template-columns: minmax(0, 1fr); }
  .cw-shop-research .cw-report-links .cw-report-product { justify-self: start; }
  .cw-shop-research .cw-seed-row { grid-template-columns: minmax(0, 1fr) minmax(44px, 92px) 24px; gap:6px 10px; }
  .cw-shop-research .cw-seed-name { grid-column:1 / -1; grid-row:1; align-self:start; }
  .cw-shop-research .cw-seed-line { grid-column:1; grid-row:2; align-self:center; }
  .cw-shop-research .cw-seed-price { grid-column:2; grid-row:2; }
  .cw-shop-research .cw-seed-action { grid-column:3; grid-row:2; }
}

/* The active query and selected cross remain readable without opening controls. */
.cw-shop-research .cw-menu-toolbar > div:first-child { flex:1 1 260px; }
.cw-shop-research .cw-menu-toolbar .cw-search-line-context { margin-bottom:5px; color:var(--cw-blue); }
.cw-shop-research .cw-selected-cross-heading { margin:0 auto 24px; max-width:760px; text-align:center; overflow-wrap:anywhere; }
.cw-shop-research .cw-selected-cross-heading > span { display:block; margin-bottom:10px; font-size:13px; line-height:1.5; color:var(--cw-muted); }
.cw-shop-research .cw-selected-cross-heading h3 { margin:0; font-family:var(--cw-display); font-weight:300; font-size:clamp(28px,4vw,40px); line-height:1.2; letter-spacing:.015em; color:#edf3f1; text-wrap:balance; }
@media(max-width:480px){.cw-shop-research .cw-menu-toolbar > div:first-child{flex:0 1 auto;width:100%;}}
.cw-line-directory { margin-top: 1.5rem; border-top: 1px solid #304552; padding-top: 1rem; }
.cw-line-directory summary { cursor: pointer; padding: .75rem 0; color: #b7e8ee; }
.cw-line-directory ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: .25rem 1rem; list-style: none; margin: .5rem 0; padding: 0; }
.cw-line-directory a { display: block; padding: .75rem 0; overflow-wrap: anywhere; color: #b7e8ee; text-underline-offset: .2em; }
.cw-line-directory a:focus-visible, .cw-line-directory summary:focus-visible { outline: 2px solid #2cdb83; outline-offset: 3px; }
