/* Shared frosted wallpaper for every full HTML page. */
@media screen {
  html{background:#acc0cc!important}
  html body{background:#acc0cc!important;isolation:isolate}
  html body::before{
    content:"";display:block;position:fixed;inset:-72px;z-index:-1;
    pointer-events:none;
    background:#acc0cc url('/static/images/glass2-blue-waves-20260911-d6b4253c.png') center/cover no-repeat;
    filter:blur(24px);mask-image:none;-webkit-mask-image:none;
  }
  body:has(.side-grad) .main,body:has(.side-grad) .app>main{
    backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  }
}
@media print{html body::before{display:none}}
