.background-container{position:relative;width:100%;overflow-x:hidden}.background-content{position:relative;min-height:100vh;width:100%;z-index:1;overflow:hidden}.background-container.h-full .background-content{min-height:0}.background-fixed{position:fixed;inset:0;z-index:0;pointer-events:none}.background-fixed:before{position:absolute;inset:0;z-index:-2;background:var(--background);content:""}.background-fixed:after{position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05) 25%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.03) 75%,rgba(255,255,255,.06));backdrop-filter:saturate(1.2) brightness(1.05) blur(5px);content:""}.dark .background-fixed:after{background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.02) 25%,rgba(255,255,255,.04) 50%,rgba(255,255,255,.01) 75%,rgba(255,255,255,.03));backdrop-filter:saturate(1.1) brightness(1.1)}