.pooling-overview > header {
  margin-bottom: 1.9rem;
}
.legacy-doc-content > .pooling-overview {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.pooling-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.pooling-path-card {
  min-width: 0;
  border: 1px solid #D7DCD9;
  border-top: 3px solid #087E8B;
  background: #FFFFFF;
  transition: border-color 140ms ease, transform 140ms ease;
}
.pooling-path-card:hover {
  border-color: #087E8B;
  transform: translateY(-2px);
}
.pooling-path-card:focus-within {
  border-color: #087E8B;
  box-shadow: 0 0 0 2px rgba(8, 126, 139, 0.22);
}
.pooling-path-card > a {
  display: flex;
  height: 100%;
  padding: 1.25rem;
  flex-direction: column;
  color: #13212B;
  text-decoration: none;
}
.pooling-path-card > a:focus-visible {
  outline: 0;
}
.pooling-path-card header {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.75rem;
}
.pooling-path-number {
  grid-column: 1;
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 600;
}
.legacy-doc-content .pooling-path-card h3 {
  grid-column: 2;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.3;
}
.pooling-path-card header b {
  grid-column: 3;
  color: #05616B;
  font-weight: 400;
}
.legacy-doc-content .pooling-path-card ul {
  display: grid;
  flex: 1;
  grid-template-rows: repeat(3, auto);
  max-width: none;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}
.legacy-doc-content .pooling-path-card li {
  display: block;
  margin: 0;
  padding: 0.62rem 0;
  border-top: 1px solid #D7DCD9;
  color: #5B6872;
  font-size: 0.73rem;
  line-height: 1.45;
}
.legacy-doc-content .pooling-path-card li + li {
  margin-top: 0;
}
.pooling-path-card li > strong {
  margin-right: 0.42rem;
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.55rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.pooling-path-card code {
  font-size: 0.68rem;
  overflow-wrap: anywhere;
}
.pooling-overview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.9rem;
  margin-top: 3rem;
  padding: 1.25rem 0;
  border-top: 1px solid #D7DCD9;
  border-bottom: 1px solid #D7DCD9;
}
.pooling-overview-links a {
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-decoration: none;
}
.pooling-overview-links a::after {
  margin-left: 0.35rem;
  content: "↓";
}
.pooling-overview-links a:hover {
  color: #13212B;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}
.pooling-overview-links a:focus-visible {
  outline: 3px solid #E49A24;
  outline-offset: 3px;
}
.pooling-layer-map {
  max-width: none;
  margin: 1.9rem 0 3rem;
}
.pooling-flowchart-wrap {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
}
.pooling-flowchart {
  display: block;
  width: 100%;
  min-width: 0;
  height: auto;
}
.pooling-flowchart path,
.pooling-flowchart rect {
  vector-effect: non-scaling-stroke;
}
.pooling-flow-bus {
  fill: none;
  stroke: #087D49;
  stroke-width: 1.6;
}
.pooling-flow-use-edge {
  fill: none;
  marker-end: url(#pooling-flow-use-arrow);
  stroke: #087D49;
  stroke-width: 1.6;
}
.pooling-flow-dependency {
  fill: none;
  marker-end: url(#pooling-flow-dependency-arrow);
  stroke: #87939B;
  stroke-width: 1.6;
  stroke-dasharray: 7 6;
}
.pooling-flow-use-arrow {
  fill: #087D49;
}
.pooling-flow-dependency-arrow {
  fill: #87939B;
}
.pooling-flow-node rect {
  fill: #FFFFFF;
  stroke: #87939B;
  stroke-width: 1.5;
}
.pooling-flow-node text {
  fill: #13212B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 11.5px;
  font-weight: 600;
  text-anchor: middle;
}
.pooling-flow-application rect {
  fill: #13212B;
  stroke: #13212B;
}
.pooling-flow-application text {
  fill: #FFFFFF;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 17px;
}
.pooling-flow-no-pool text {
  fill: #13212B;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 13px;
}
.pooling-flow-no-pool .pooling-flow-no-pool-badge {
  fill: #E49A24;
  stroke: #E49A24;
}
.pooling-flow-no-pool .pooling-flow-no-pool-badge-text {
  fill: #FFFFFF;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.pooling-flow-sjm rect {
  fill: #E4F3EA;
  stroke: #087D49;
}
.pooling-flow-sjm text {
  fill: #087D49;
}
.pooling-flow-usecase rect {
  fill: #FFFFFF;
  stroke: #D7DCD9;
  stroke-width: 1;
  transition: fill 140ms ease, stroke 140ms ease;
}
.pooling-flow-usecase text {
  fill: #13212B;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-anchor: middle;
}
.pooling-flow-usecase .pooling-flow-number {
  fill: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 10px;
  text-anchor: start;
}
.pooling-flow-usecase:hover rect {
  fill: #E4F3EA;
  stroke: #087D49;
}
.pooling-flow-usecase:focus {
  outline: 0;
}
.pooling-flow-usecase:focus-visible rect {
  fill: #E4F3EA;
  stroke: #E49A24;
  stroke-width: 3;
}
.legacy-doc-content .pool-owner-rule {
  max-width: none;
  padding: 1.9rem;
  border: 1px solid #d08a1a;
  border-left: 5px solid #E49A24;
  background: #FFF2D8;
}
.pool-owner-rule strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #13212B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ownership-lanes {
  margin: 1.9rem 0 3rem;
  border-top: 1px solid #13212B;
}
.ownership-lifecycle {
  display: grid;
  grid-template-columns: minmax(235px, 1.05fr) repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #D7DCD9;
  background: #FFFFFF;
}
.ownership-lifecycle::before {
  content: "";
}
.ownership-lifecycle span {
  position: relative;
  padding: 0.72rem 1.9rem;
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ownership-lifecycle span:not(:last-child)::after {
  position: absolute;
  right: -0.24rem;
  color: #087D49;
  content: "→";
  font-size: 0.8rem;
}
.ownership-lane {
  display: grid;
  grid-template-columns: minmax(235px, 1.05fr) minmax(0, 3fr);
  border-bottom: 1px solid #D7DCD9;
  background: #FFFFFF;
}
.legacy-doc-content .ownership-lane h3 {
  min-width: 0;
  margin: 0;
  padding: 1rem 1.9rem 1rem 0;
  font-size: 0.78rem;
  line-height: 1.45;
}
.ownership-lane h3 a {
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  color: #13212B;
  text-decoration: none;
}
.ownership-lane h3 a:hover {
  color: #05616B;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.ownership-lane h3 a:focus-visible {
  outline: 3px solid #E49A24;
  outline-offset: 3px;
}
.ownership-lane h3 span {
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 600;
}
.legacy-doc-content .ownership-lane ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacy-doc-content .ownership-lane li {
  position: relative;
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 1rem 1.9rem;
  align-items: center;
}
.legacy-doc-content .ownership-lane li + li {
  margin-top: 0;
}
.ownership-lane li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -0.24rem;
  z-index: 1;
  padding: 0.12rem 0;
  background: #FFFFFF;
  color: #87939B;
  content: "→";
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.72rem;
  transform: translateY(-50%);
}
.ownership-lane li > b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.legacy-doc-content .ownership-lane p {
  max-width: none;
  margin: 0;
  color: #5B6872;
  font-size: 0.74rem;
  line-height: 1.5;
}
.ownership-lane p strong {
  color: #13212B;
  font-weight: 600;
}
.ownership-lane code {
  font-size: 0.69rem;
  overflow-wrap: anywhere;
}
.pooling-option {
  padding-top: 0.85rem;
}
.pooling-option-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}
.pooling-option-meta span {
  padding: 0.28rem 0.55rem;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
  color: #5B6872;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.pooling-option-meta .pooling-owner {
  border-color: rgba(8, 126, 139, 0.55);
  background: #E4F2F2;
  color: #05616B;
}
.pooling-benefit {
  position: relative;
  margin: 1.9rem 0 1.25rem;
  padding: 1.25rem 1.9rem 1.25rem 3.35rem;
  border: 1px solid #A9D5BA;
  border-left: 4px solid #087D49;
  background: linear-gradient(110deg, #E4F3EA 0%, rgba(228, 243, 234, 0.42) 100%);
  box-shadow: 0 4px 0 rgba(8, 125, 73, 0.07);
}
.pooling-benefit::before {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 50%;
  background: #087D49;
  color: #FFFFFF;
  content: "✓";
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
}
.pooling-benefit strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #087D49;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.legacy-doc-content .pooling-benefit p {
  max-width: none;
  margin: 0;
  color: #13212B;
  font-size: 0.84rem;
  line-height: 1.58;
}
.pooling-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 3rem;
  max-width: none !important;
  padding: 0 !important;
  list-style: none;
}
.pooling-checklist li {
  position: relative;
  margin: 0 !important;
  padding-left: 1.15rem;
}
.pooling-checklist li::before {
  position: absolute;
  left: 0;
  color: #05616B;
  content: "→";
}
@media (max-width: 1080px) {
  .pooling-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .legacy-doc-content section.pooling-option:has(> .view + .side) {
    display: block;
  }
  .pooling-option > .side {
    margin-top: 3rem;
  }
}
@media (max-width: 920px) {
  .ownership-lanes {
    border-top: 0;
  }
  .ownership-lifecycle {
    display: none;
  }
  .ownership-lane {
    display: block;
    margin-bottom: 1.25rem;
    border: 1px solid #D7DCD9;
  }
  .legacy-doc-content .ownership-lane h3 {
    padding: 1.25rem;
    border-bottom: 1px solid #D7DCD9;
  }
  .ownership-lane h3 a {
    grid-template-columns: 1.75rem minmax(0, 1fr);
  }
  .legacy-doc-content .ownership-lane ol {
    display: block;
  }
  .legacy-doc-content .ownership-lane li {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    padding: 0.72rem 1.25rem;
    align-items: start;
  }
  .legacy-doc-content .ownership-lane li + li {
    border-top: 1px solid #D7DCD9;
  }
  .ownership-lane li:not(:last-child)::after {
    display: none;
  }
  .ownership-lane li > b {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    color: #05616B;
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 0.55rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: normal;
  }
}
@media (max-width: 620px) {
  .pooling-path-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .pooling-checklist {
    grid-template-columns: 1fr;
  }
  .pooling-benefit {
    padding-right: 1.25rem;
    padding-left: 3.1rem;
  }
}
@media (max-width: 460px) {
  .legacy-doc-content .ownership-lane li {
    grid-template-columns: 6.2rem minmax(0, 1fr);
  }
}
