:root{--sg-animation-duration:4s;--sg-color-lightest:#A1E8FF;--sg-color-light:#81CDFA;--sg-color-medium:#61B3F5;--sg-color-dark:#2868B4;--sg-color-darker:#1685C7;--sg-color-darkest:#04162F;--sg-border-color:var(--color-text-inverse);--sg-bg-square-color:rgba(255, 255, 255, 0.1);--sg-drop-shadow-color:rgba(40, 120, 255, 0.5)}@keyframes sg-pulse{0%{background-color:var(--sg-color-lightest)}25%{background-color:var(--sg-color-light)}50%{background-color:var(--sg-color-medium)}75%{background-color:var(--sg-color-dark)}100%{background-color:var(--sg-color-darkest)}}:root{--mindfront-animation-duration:var(--sg-animation-duration);--mindfront-color-lightest:var(--sg-color-lightest);--mindfront-color-light:var(--sg-color-light);--mindfront-color-medium:var(--sg-color-medium);--mindfront-color-dark:var(--sg-color-dark);--mindfront-color-darker:var(--sg-color-darker);--mindfront-color-darkest:var(--sg-color-darkest);--mindfront-border-color:var(--sg-border-color);--mindfront-bg-square-color:var(--sg-bg-square-color);--mindfront-drop-shadow-color:var(--sg-drop-shadow-color)}.mindfront-logo{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:15%;width:100%;aspect-ratio:1/1;position:relative;min-width:4rem;overflow:visible}.mindfront-logo::before{content:"";position:absolute;width:80%;height:80%;top:10%;left:10%;overflow:visible;background-color:var(--color-text-inverse);box-sizing:border-box;z-index:-1;filter:drop-shadow(0 0 4rem var(--sg-drop-shadow-color))}.mindfront-logo>div{min-width:1rem;min-height:1rem;border-radius:var(--radius-full);background-color:var(--sg-color-medium);box-sizing:border-box;border:.25rem solid var(--sg-border-color);animation:sg-pulse var(--sg-animation-duration)infinite alternate}.mindfront-logo>div:nth-child(1){background-color:var(--sg-color-lightest);animation-delay:0s}.mindfront-logo>div:nth-child(2){background-color:var(--sg-color-medium);animation-delay:-.4s}.mindfront-logo>div:nth-child(3){background-color:var(--sg-color-dark);animation-delay:-.8s}.mindfront-logo>div:nth-child(4){background-color:var(--sg-color-medium);animation-delay:-.4s}.mindfront-logo>div:nth-child(5){background-color:var(--sg-color-darker);animation-delay:-.8s}.mindfront-logo>div:nth-child(6){background-color:var(--sg-color-medium);animation-delay:-1.2s}.mindfront-logo>div:nth-child(7){background-color:var(--sg-color-dark);animation-delay:-.8s}.mindfront-logo>div:nth-child(8){background-color:var(--sg-color-medium);animation-delay:-1.2s}.mindfront-logo>div:nth-child(9){background-color:var(--sg-color-lightest);animation-delay:-1.6s}