.white-background{position:fixed;background-color:#fff;height:100%;width:100%}.backdrop{flex-direction:column;justify-content:center;align-items:center;gap:2rem;z-index:1;height:100%;width:100%;overflow:hidden}.backdrop,.panel-container{position:fixed;display:flex;top:50%;left:50%;transform:translate(-50%,-50%)}.panel-container{width:95%;flex-wrap:wrap;z-index:200;gap:.25rem;max-width:800px;padding:.25rem}.panel{flex:1 1 auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding:2rem;background-color:rgb(var(--middleground-rgb),.2);border-radius:.125rem;border:1px solid;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);z-index:100}.panel,.panel:hover{border-color:rgb(var(--middleground-rgb))}.panel:hover{background-color:rgb(var(--middleground-rgb),.4)}.panel-title{display:block;color:#000;z-index:100;text-decoration:none;font-size:1rem}