:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;line-height:1.5}body{min-height:100vh;min-height:100svh;margin:0;color:#fff;background:#060008;display:flex;flex-direction:row;justify-content:center;align-items:center;align-content:center;position:relative;overflow:hidden}body:before{content:"";position:fixed;inset:-50%;background-image:radial-gradient(circle at left center,#0f98 0%,transparent 30%),radial-gradient(circle at right center,#69f8 0%,transparent 30%);background-repeat:no-repeat;background-size:100% 200%;background-position:left 45%,right 55%;animation:glowMove 4s ease-in-out infinite alternate,rotateBg 7s linear infinite;z-index:-1;pointer-events:none}@keyframes glowMove{0%{background-size:100% 200%;background-position:left 45%,right 55%}to{background-size:100% 400%;background-position:left 55%,right 45%}}@keyframes rotateBg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{height:100vh;height:100svh;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin:unset;padding:unset}header,footer{min-height:32px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;gap:16px;padding:16px;background:#fff0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}footer{justify-content:space-between;font-size:.8rem;color:#fff6}main{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;align-content:center;gap:16px;padding:16px;max-width:960px;margin:0 auto}h1{margin:unset}.portal{display:inline-block;box-sizing:border-box;width:calc(50% - 8px);background:#fff0;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:16px;border-radius:8px;text-decoration:none;box-shadow:0 0 4px #fff3;align-self:stretch;border:none;outline:none;transition:scale .2s ease,transform .2s ease,box-shadow .2s ease}.portal:hover{scale:1.03;transform:translateY(-4px);box-shadow:0 0 8px #fff5}@media only screen and (max-width:1024px){.portal{width:100%}}
