body{background:linear-gradient(-45deg,#3d1f14,#4a1329,#0d3a4b,#0d4b3d);background-size:400% 400%;background-attachment:fixed;animation:20s infinite gradientFlow;min-height:100vh;width:100%;color:#fff;user-select:none;overflow-x:hidden}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}a{color:#4da6ff;text-decoration:none;font-weight:500;text-shadow:0 0 4px #5db3ff80}a:hover{color:#80c1ff;text-decoration:underline}img{pointer-events:none}.Spinner{content:url(spinner.png);display:block;width:auto;height:5rem;animation:1.5s linear infinite spin;transform-origin:50%;will-change:transform;margin:1rem auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#Banner{background-image:url(banner.png);background-size:cover;display:block;width:5rem;height:5rem;margin:1rem auto;mix-blend-mode:luminosity}#ServersContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(30rem,100%),1fr));gap:3rem;margin:2rem auto;padding:0 2rem;align-items:start}#ServersContainer .ServerContainer{box-sizing:border-box;background-color:#0000004d;font-family:Arial,Helvetica,sans-serif;line-height:1.5;letter-spacing:.03em;border-radius:10px;padding:2rem;min-height:20rem;position:relative;transition:background-color .2s linear}#ServersContainer .ServerContainer:hover{cursor:pointer;background-color:#7878784d}.flash-highlight{animation:10s forwards flash}@keyframes flash{0%{background-color:#64646400}15%{background-color:#7878784d}to{background-color:#0000004d}}#ServersContainer .ServerContainer .bg{position:absolute;inset:0;margin:auto;max-width:100%;max-height:100%;width:auto;height:auto;opacity:.1}#ServersContainer .ServerContainer .details{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s}#ServersContainer .ServerContainer .details .inner{overflow:hidden}#ServersContainer .ServerContainer .details.expanded{grid-template-rows:1fr!important}