div.tile{width:calc(20% - 1rem)}div.tile:nth-child(5n){margin-right:0}div.tile{aspect-ratio:1;margin:0 1.25rem 1.25rem 0;padding:1.875rem;display:grid;grid-template-rows:auto 6rem 1fr 1rem;grid-template-areas:"heading" "versions" "description" "checked";row-gap:1.5rem;background:hsla(180,100%,37%,.2);border:1px solid rgba(0,0,0,0);border-radius:1rem;transition:border-color .3s}div.tile.clickable{cursor:pointer}div.tile.clickable:hover{border-color:hsl(180,100%,37%)}div.tile.editing{position:relative;cursor:grab;user-select:none}div.tile.editing:active{cursor:grabbing}div.tile.dragging{opacity:.5}div.tile.dragOver{border:1px dashed hsl(55,100%,98%)}div.tile button.delete{width:2.5rem;height:2.5rem;background-color:rgb(0,30.6,30.6);border:1px solid hsl(180,100%,37%);border-radius:100rem;position:absolute;top:-1rem;right:-1rem;z-index:2;cursor:pointer}div.tile button.delete:before{content:"";width:1em;height:1em;font-family:FontAwesome;font-weight:400!important;font-size:1rem;color:hsl(55,100%,98%);line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";width:100%;height:100%;border-radius:100rem;font-size:1.5rem;background:hsla(180,100%,37%,.2);line-height:2.5rem}div.tile button.delete:hover{border-color:hsl(0,82%,49%)!important}div.tile button.delete:hover:before{background:hsl(0,82%,49%)!important}div.tile button.delete>span{display:none}div.tile.update.patch{background-color:hsla(57,100%,45%,.25)}div.tile.update.patch button.delete,div.tile.update.patch:hover{border-color:hsl(57,100%,45%)}div.tile.update.patch button.delete:before{background-color:hsla(57,100%,45%,.25)}div.tile.update.minor{background-color:hsla(34,90%,49%,.3)}div.tile.update.minor button.delete,div.tile.update.minor:hover{border-color:hsl(34,90%,49%)}div.tile.update.minor button.delete:before{background-color:hsla(34,90%,49%,.3)}div.tile.update.major{background-color:hsla(0,82%,49%,.3)}div.tile.update.major button.delete,div.tile.update.major:hover{border-color:hsl(0,82%,49%)}div.tile.update.major button.delete:before{background-color:hsla(0,82%,49%,.3)}div.tile div.header{grid-area:heading;width:100%;display:flex;flex-direction:column-reverse;gap:.5rem}div.tile div.header h2{margin:0;font-size:1.75rem}div.tile div.header div.registry{align-self:flex-end;display:inline-block;font-size:1rem;color:rgb(0,30.6,30.6);background:hsla(55,100%,98%,.7);border-radius:100rem;padding:.125rem .75rem}div.tile div.versions{grid-area:versions;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}div.tile div.versions span.installed span.version,div.tile div.versions span.latest span.version{padding:.25rem .5rem;display:inline-block;font-size:1.5rem;color:rgb(0,219.3,73.1);background-color:rgba(0,30.6,30.6,.7);border-radius:.5rem}div.tile div.versions span.installed span.label,div.tile div.versions span.latest span.label{margin:0 1rem 0 .25rem;font-size:1rem;color:hsl(55,100%,98%)}div.tile div.versions.patch span.installed span.version,div.tile div.versions.patch span.latest span.version{color:hsl(57,100%,45%)}div.tile div.versions.minor span.installed span.version,div.tile div.versions.minor span.latest span.version{color:hsl(34,90%,49%)}div.tile div.versions.major span.installed span.version,div.tile div.versions.major span.latest span.version{color:hsl(0,82%,49%)}div.tile p.description{grid-area:description;margin:0;font-size:1.25rem;color:hsla(55,100%,98%,.6);line-height:1.1}div.tile span.checked{grid-area:checked;margin:0 0 0 auto;padding:0 0 0 1rem;font-size:.875rem;color:hsl(55,100%,98%);opacity:.5;position:relative}div.tile span.checked:before{content:"";width:1em;height:1em;font-family:FontAwesome;font-weight:400!important;font-size:1rem;color:hsl(55,100%,98%);line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:"";font-size:.65rem;line-height:1rem;left:0;transform:translateY(-50%)}div.tile.loadingRow{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;color:hsl(55,100%,98%)}div.tile.errorMsg{font-size:.75rem;color:hsl(0,82%,49%);margin-bottom:.5rem}div.tile span.addProject{font-size:.875rem;color:hsla(55,100%,98%,.5);border:.5px dashed hsla(55,100%,98%,.35);border-radius:.3125rem;padding:.125rem .5rem;cursor:pointer;transition:color .15s,border-color .15s}div.tile span.addProject:hover{color:hsl(55,100%,98%);border-color:hsla(55,100%,98%,.7)}@media(max-width:1400px){div.tile{width:calc(25% - .94rem)}div.tile:nth-child(5n){margin-right:1.25rem}div.tile:nth-child(4n){margin-right:0}}@media(max-width:1024px){div.tile{width:calc(33.3% - .83rem)}div.tile:nth-child(3n){margin-right:0}div.tile:nth-child(4n){margin-right:1.25rem}}@media(max-width:600px){div.tile{width:calc(50% - 1.25rem)}div.tile:nth-child(2n){margin-right:0}div.tile:nth-child(3n),div.tile:nth-child(4n){margin-right:1.25rem}}