:root{--bg-color: #181a1f;--bg-color-2: #24272f;--border-color: #262930;--border-color-2: #474c56;--input-bg-color: #23262d;--text-color-1: #ffffff;--text-color-2: #8e95a0}*,html{margin:0;padding:0;box-sizing:border-box}body{height:100vh;font-family:system-ui,sans-serif;background-color:var(--bg-color)}header:where(.astro-3EF6KSR2){width:100%;min-height:250px;height:auto;padding:2rem 0;margin-bottom:2rem;background-color:var(--bg-color);border-bottom:2px solid var(--border-color);background-size:20px 20px;background-image:linear-gradient(to right,#23262d 1px,transparent 1px),linear-gradient(to bottom,#23262d 1px,transparent 1px);background-position:top center;image-rendering:pixelated;-webkit-mask-image:linear-gradient(to bottom,transparent,10%,rgb(255,255,255),90%,transparent)}header:where(.astro-3EF6KSR2) main:where(.astro-3EF6KSR2) h1:where(.astro-3EF6KSR2){color:var(--text-color-1);text-transform:uppercase;font-size:4rem;font-weight:100;letter-spacing:1rem;text-align:center}header:where(.astro-3EF6KSR2) main:where(.astro-3EF6KSR2) p:where(.astro-3EF6KSR2){color:var(--text-color-2)}header:where(.astro-3EF6KSR2) input:where(.astro-3EF6KSR2)[type=text],header:where(.astro-3EF6KSR2) .input-group-text:where(.astro-3EF6KSR2){background-color:var(--input-bg-color);border:1px solid var(--border-color-2);color:var(--text-color-2)}.userCard:where(.astro-L3W74RYO){width:100%;max-height:200px;min-height:200px;background-color:var(--bg-color-2);border:1px solid var(--border-color-2);border-radius:.5rem;overflow:hidden;position:relative}.userCard:where(.astro-L3W74RYO) .userAvatar:where(.astro-L3W74RYO){width:100%;text-align:center}.userCard:where(.astro-L3W74RYO) .userAvatar:where(.astro-L3W74RYO) .roundAvatar:where(.astro-L3W74RYO){width:100%;transform:scale(.4);border-radius:50%;margin:0 auto;position:relative;top:-2rem}.userCard:where(.astro-L3W74RYO) .userUserName:where(.astro-L3W74RYO){width:fit-content;display:block;text-align:center;font-size:1.2rem;font-weight:200;color:var(--text-color-1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.userCard:where(.astro-L3W74RYO) .callToAction:where(.astro-L3W74RYO){display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.8rem;text-transform:capitalize;color:var(--text-color-1);z-index:10}.userCard:where(.astro-L3W74RYO) .hoverOverlay:where(.astro-L3W74RYO){position:absolute;width:100%;height:100%;top:0;left:0;background-color:#00000080;z-index:8;display:none}.userCard:where(.astro-L3W74RYO):hover .userUserName:where(.astro-L3W74RYO){display:none}.userCard:where(.astro-L3W74RYO):hover .roundAvatar:where(.astro-L3W74RYO){top:0;animation:scale-up-center .2s ease-in-out;animation-fill-mode:forwards;animation-direction:alternate}.userCard:where(.astro-L3W74RYO):hover .callToAction:where(.astro-L3W74RYO),.userCard:where(.astro-L3W74RYO):hover .hoverOverlay:where(.astro-L3W74RYO){display:block}.reverseAnimation:where(.astro-L3W74RYO){animation:scale-down-center .1s ease-in-out;animation-fill-mode:forwards;animation-direction:alternate}@keyframes scale-up-center{to{transform:scale(1.2);border-radius:0}}@keyframes scale-down-center{0%{transform:scale(1.2);border-radius:0}to{transform:scale(.4);border-radius:50%}}#contributorsList:where(.astro-YQUWP5TI){width:100%;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
