:root{font-family:Montserrat,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#d68080,#675484)}#root{height:100%;overflow-y:auto}body{margin:0;height:100vh;overflow-y:auto}.app-home{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.app-home__logo{width:100px}.app-home__release-grid{background-color:#edededa9;border-radius:16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px;max-width:850px;width:100%;padding:32px}.release-card{width:200px;height:200px;padding:16px;border-radius:16px;position:relative;flex-direction:column;background-size:cover;background-repeat:no-repeat;transition:.3s;box-shadow:-1px 5px 12px -2px #0000008a;align-self:center;justify-self:center}.release-card:hover{box-shadow:-1px 5px 12px #000000bf}.release-card__glass-overlay{position:absolute;display:flex;align-items:center;flex-direction:column;gap:8px;color:#fff;justify-content:center;top:0;left:0;height:100%;width:100%;border-radius:16px;opacity:0;filter:blur(100%);transition:.3s}.release-card__glass-overlay:hover{filter:blur(0%);-webkit-backdrop-filter:blur(20px) brightness(75%);backdrop-filter:blur(20px) brightness(75%);opacity:100}.release-card__download-button{font-family:Montserrat;border-radius:8px;padding:8px 16px;color:#040404;display:flex;gap:8px;font-weight:400;flex-direction:row;background-color:#e3e3e3}.release-card__download-button img{width:16px}
