/* IT310BACKGROUND_STANDARD1 — INFOTECH background policy
   Clean standard background for all non-Tools pages.
   Tools section keeps the INFOTECH astronaut/particles visual territory.
   Do not use ad-* class prefixes. */
html{background:#02050b}
body.it-clean-bg{
  background:
    radial-gradient(circle at 78% 24%,rgba(0,153,255,.13),transparent 30%),
    radial-gradient(circle at 16% 8%,rgba(0,105,255,.12),transparent 26%),
    linear-gradient(180deg,#020408 0%,#02050b 48%,#030914 100%)!important;
}
body.it-clean-bg .bg,
body.it-clean-bg .ixdesk-bg-layer{
  background:
    radial-gradient(circle at 78% 24%,rgba(0,153,255,.13),transparent 30%),
    radial-gradient(circle at 16% 8%,rgba(0,105,255,.12),transparent 26%),
    linear-gradient(180deg,#020408 0%,#02050b 48%,#030914 100%)!important;
  background-image:
    radial-gradient(circle at 78% 24%,rgba(0,153,255,.13),transparent 30%),
    radial-gradient(circle at 16% 8%,rgba(0,105,255,.12),transparent 26%),
    linear-gradient(180deg,#020408 0%,#02050b 48%,#030914 100%)!important;
  background-size:auto!important;
  background-position:center!important;
  background-attachment:scroll!important;
}
body.it-clean-bg .bg::before,
body.it-clean-bg .bg::after,
body.it-clean-bg .ixdesk-bg-layer::before,
body.it-clean-bg .ixdesk-bg-layer::after{
  background:none!important;
  opacity:0!important;
}
body.it-clean-bg::before,
body.it-clean-bg .stars,
body.it-clean-bg .infotech-particles{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
}
body.it-clean-bg .ixdesk-mountains{
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.88)),radial-gradient(80% 60% at 50% 100%,rgba(0,92,185,.28),transparent 62%)!important;
  opacity:.58!important;
}
/* Tools pages intentionally retain the existing visual identity.
   A subtle marker only; no override is applied. */
body.it-tools-bg{ }
/* Optional local tool panel visual territory for future pages outside /fixturebridge/. */
.infotech-tools-frame,
.infotech-tools-showcase,
.tool-section.infotech-visual-frame{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(0,0,0,.20),rgba(0,0,0,.58)),
    image-set(url('/assets/infotech_space_bg.webp') type('image/webp'),url('/assets/infotech_space_bg_fallback.jpg') type('image/jpeg')) center/cover no-repeat!important;
}
.infotech-tools-frame::before,
.infotech-tools-showcase::before,
.tool-section.infotech-visual-frame::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 24%,rgba(255,255,255,.25) 0 1px,transparent 1.4px),
    radial-gradient(circle at 72% 38%,rgba(0,245,255,.22) 0 1px,transparent 1.4px);
  background-size:180px 180px,270px 270px;
  opacity:.24;
}
.infotech-tools-frame > *,
.infotech-tools-showcase > *,
.tool-section.infotech-visual-frame > *{position:relative;z-index:1}
