/* BAOI 5.3.34.3.1 — PDF compressor layout/contrast + shared PDF discovery order closure. */

/* P2PDF_COMPRESSOR_INITIAL_FULL_WIDTH
 * The result card is native-engine-owned and starts hidden. While it is hidden,
 * do not reserve its second grid column: the upload/compression panel uses the
 * full application width. Once a result is revealed, the 5.3.34.3 split grid
 * automatically becomes active again. */
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor
.boai-uc__grid:has(> .boai-uc__result[hidden]){
  grid-template-columns:minmax(0,1fr)!important;
}

/* P2PDF_COMPRESSOR_CONTRAST
 * The historical compressor CSS has higher-specificity !important foregrounds
 * designed for white cards. Override them explicitly only for this renderer so
 * every label remains readable on the converged dark PDF surface. */
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__panel,
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__panel h3,
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__panel legend,
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__panel label,
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__panel strong{
  color:var(--baoi-p2pdf-text,#f8fafc)!important;
  -webkit-text-fill-color:currentColor!important;
}
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__panel p,
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__panel small,
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__status,
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__levels small{
  color:var(--baoi-p2pdf-muted,#a8b3c7)!important;
  -webkit-text-fill-color:currentColor!important;
  opacity:1!important;
}
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__drop strong{
  color:var(--baoi-p2pdf-text,#f8fafc)!important;
  -webkit-text-fill-color:currentColor!important;
}
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__badges span{
  color:#c9fbf5!important;
  -webkit-text-fill-color:currentColor!important;
  background:rgba(49,213,200,.07)!important;
  border-color:rgba(49,213,200,.22)!important;
}
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__capabilities span{
  color:var(--baoi-p2pdf-muted,#a8b3c7)!important;
  -webkit-text-fill-color:currentColor!important;
  background:var(--baoi-p2pdf-panel2,#172236)!important;
  border-color:var(--baoi-p2pdf-border,rgba(148,163,184,.20))!important;
}
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__capabilities .is-ok{
  color:var(--baoi-p2pdf-success,#5ee09d)!important;
  -webkit-text-fill-color:currentColor!important;
}
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__levels label.is-selected strong{
  color:#dcfffb!important;
  -webkit-text-fill-color:currentColor!important;
}

/* Related resources are now emitted after FAQ by the runtime composition
 * filter. Keep the discovery layer compact and clearly separated. */
body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431 .boai-related{
  margin-top:24px!important;
  padding-top:18px!important;
}

@media(max-width:900px){
  body.baoi-tool-p2-pdf-v5343.baoi-tool-p2-pdf-v53431.baoi-tool-p2-pdf-owner-universal-file-compressor .boai-uc__grid{
    grid-template-columns:1fr!important;
  }
}
