/* Shared Logic Bunting page background — matches the current CCI/SPI/PEI/PPI shell. */
:root .ambient{opacity:1}
:root .ambient{position:fixed;inset:0 0 0 var(--sidebar);z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 78% -10%,rgba(124,76,255,.09),transparent 55%),radial-gradient(ellipse at 5% 60%,rgba(16,191,225,.035),transparent 50%)}
:root[data-effects="current"] .ambient{overflow:hidden;opacity:1;background:linear-gradient(180deg,#090f20 0%,#0a1020 58%,#080d1c 100%)}
:root[data-effects="current"] .ambient::before,:root[data-effects="current"] .ambient::after{content:"";position:absolute;border-radius:50%;filter:blur(100px);opacity:.18;pointer-events:none}
:root[data-effects="current"] .ambient::before{width:52vw;height:52vw;left:-18vw;top:-20vw;background:#23b9e8}
:root[data-effects="current"] .ambient::after{width:48vw;height:48vw;right:-16vw;top:-18vw;background:#f448a4}
:root[data-theme="light"][data-effects="current"] .ambient{background:linear-gradient(180deg,#fbfcff 0%,#f7f8fb 62%,#f3f5fa 100%)}
