.gradient-wrapper{position:fixed;inset:0;width:100%;height:calc(var(--vh, 1vh) * 100);overflow:hidden;z-index:-1}@supports (height:100dvh){.gradient-wrapper{height:100dvh}}.gradient-background{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,#0d0d0d,#1a1a1a,#fb923c,#ea580c,#1a1a1a,#0d0d0d);background-size:400% 400%;animation:gradientShift 60s linear infinite;z-index:0;filter:blur(100px);opacity:.8}.gradient-content{position:relative;z-index:1;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}