:root{--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--foreground-rgb:255,255,255}@media (prefers-color-scheme:light){:root{--foreground-rgb:255,255,255;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}}@property --purple-x{syntax:"<percentage>";inherits:false;initial-value:20%}@property --purple-y{syntax:"<percentage>";inherits:false;initial-value:20%}@property --blue-x{syntax:"<percentage>";inherits:false;initial-value:80%}@property --blue-y{syntax:"<percentage>";inherits:false;initial-value:80%}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));position:relative;overflow-x:hidden;background-color:hsl(var(--background));font-family:Calluna,system-ui,sans-serif;color:hsl(var(--foreground))}@keyframes move-gradients{0%,to{--purple-x:20%;--purple-y:20%;--blue-x:80%;--blue-y:80%}25%{--purple-x:80%;--purple-y:20%;--blue-x:20%;--blue-y:80%}50%{--purple-x:80%;--purple-y:80%;--blue-x:20%;--blue-y:20%}75%{--purple-x:20%;--purple-y:80%;--blue-x:80%;--blue-y:20%}}.bg-admin,.bg-qr,.bg-social{background-color:hsl(var(--background));color:hsl(var(--foreground))}.bg-homepage{position:relative}.bg-homepage:after{background:radial-gradient(circle at var(--purple-x,20%) var(--purple-y,20%),rgba(120,119,198,.3) 0,transparent 50%),radial-gradient(circle at var(--blue-x,80%) var(--blue-y,80%),rgba(255,119,198,.15) 0,transparent 50%);z-index:-1;animation:move-gradients 15s ease-in-out infinite}.bg-homepage:after,.bg-homepage:before{content:"";position:absolute;inset:0;pointer-events:none}.bg-homepage:before{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");opacity:.02;z-index:-2;filter:blur(8px);-webkit-filter:blur(8px)}.bg-transparent-override{background:transparent!important}.bg-glass{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bg-section-gradient{background:linear-gradient(135deg,rgba(120,119,198,.1),rgba(255,119,198,.05))}