*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none;--oj-color: #ffcc26;--blue-bg-color: #aecbfa;--blue-font-color: #174ea6;--pink-bg-color: #fce8e6;--pink-font-color: #ea4335;--yellow-bg-color: #fde293;--yellow-font-color: #f9a800;--green-bg-color: #a8dba5;--green-font-color: #0f9d58;--gray-bg-color: #fefefe}:root{font-size:16px;--bg-primary-color: #f5f5f5;--bg-secondary-color: #ffffff;--navbar-color: #ffffffa0;--bg-nav-color: #dbdbdb88;--border-radius: .6rem;--border-medium-radius: .4rem;--border-small-radius: .2rem;--box-shadow: 0 0 15px rgba(0, 0, 0, .3);--text-color: #282828;--text-secondary-color: #4f4f4f;--text-nav-color: #6d6d6d;--text-large-size: 1.5rem;--text-medium-size: .95rem;--text-small-size: .6rem;--border-color: #e0e0e0;--mask-color: linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, .1) 100%)}#light-home{display:block}#dark-home{display:none}@media screen and (prefers-color-scheme: dark){:root{--bg-primary-color: #181818;--bg-secondary-color: #2f2f2f;--navbar-color: #2f2f2fa0;--bg-nav-color: #28282888;--text-color: #e0e0e0;--text-secondary-color: #b0b0b0;--text-nav-color: #a0a0a0;--border-radius: .4rem;--border-medium-radius: .3rem;--border-small-radius: .2rem;--box-shadow: 0 0 15px rgba(178, 178, 178, .2);--border-color: #3a3a3a;--mask-color: linear-gradient(to bottom, #272727 0, rgba(39, 39, 39, .5) 40%, rgba(39, 39, 39, .1) 100%)}#light-home{display:none}#dark-home{display:block}}@media screen and (max-width: 640px){:root{font-size:16px;--text-large-size: 2rem;--text-medium-size: 1rem;--text-small-size: .6rem}}@media screen and (max-width: 640px) and (prefers-color-scheme: dark){:root{font-size:16px;--text-large-size: 1.8rem;--text-medium-size: 1.3rem;--text-small-size: 1.1rem}}@media screen and (min-width: 641px) and (max-width: 800px){:root{font-size:16px;--text-large-size: 1.7rem;--text-medium-size: 1.25rem;--text-small-size: 1.05rem}}@media screen and (min-width: 641px) and (max-width: 800px) and (prefers-color-scheme: dark){:root{font-size:16px;--text-large-size: 1.7rem;--text-medium-size: 1.25rem;--text-small-size: 1.05rem}}@media screen and (min-width: 801px) and (max-width: 1024px){:root{font-size:16px;--text-large-size: 1.6rem;--text-medium-size: 1.2rem;--text-small-size: 1rem}}@media screen and (min-width: 801px) and (max-width: 1024px) and (prefers-color-scheme: dark){:root{font-size:16px;--text-large-size: 1.6rem;--text-medium-size: 1.2rem;--text-small-size: 1rem}}@media screen and (min-width: 1024px) and (max-width: 1200px){:root{font-size:16px;--text-large-size: 1.7rem;--text-medium-size: 1.25rem;--text-small-size: 1.05rem}}@media screen and (min-width: 1440px){:root{font-size:18px;--text-large-size: 1.5rem;--text-medium-size: .95rem;--text-small-size: .75rem}}html,body{width:100vw;height:auto;overflow-x:hidden;overflow-y:auto;font-family:DM Sans,sans-serif;background-color:var(--bg-secondary-color)}svg.icon{width:24px;height:24px;flex-shrink:0;transition:all .3s ease}@media screen and (max-width: 640px){.nav-bar svg.icon,.navbar svg.icon{width:20px;height:20px}.dl-btn svg.icon{width:20px;height:20px}.release-item header svg.icon{width:18px;height:18px}}@media screen and (min-width: 641px) and (max-width: 800px){.nav-bar svg.icon,.navbar svg.icon,.dl-btn svg.icon{width:22px;height:22px}.release-item header svg.icon{width:20px;height:20px}}@media screen and (min-width: 801px) and (max-width: 1000px){.nav-bar svg.icon,.navbar svg.icon,.dl-btn svg.icon{width:24px;height:24px}.release-item header svg.icon{width:22px;height:22px}}@media screen and (min-width: 1440px){.nav-bar svg.icon,.navbar svg.icon,.dl-btn svg.icon{width:28px;height:28px}.release-item header svg.icon{width:26px;height:26px}}.lucide{stroke-width:2!important}svg.icon{display:inline-block;vertical-align:middle}.logo{transition:all .3s ease}@media screen and (max-width: 640px){.logo{width:12%!important;min-width:40px;max-width:60px}}@media screen and (min-width: 641px) and (max-width: 800px){.logo{width:13%!important;min-width:50px;max-width:70px}}@media screen and (min-width: 801px) and (max-width: 1000px){.logo{width:14%!important;min-width:60px;max-width:80px}}@media screen and (min-width: 1440px){.logo{width:16%!important;min-width:80px;max-width:120px}}.highlight{transform:translateY(100%);opacity:0;transition:all .3s ease;transition-delay:.2s}.highlight-enter-active{transform:translateY(0);opacity:1}.loading-container[data-v-bfb1aea4]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh;color:var(--text-color, #333)}.loading-spinner[data-v-bfb1aea4]{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin-bfb1aea4 1s linear infinite;margin-bottom:1rem}@keyframes spin-bfb1aea4{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-enter-active[data-v-bfb1aea4],.fade-leave-active[data-v-bfb1aea4]{transition:opacity .3s ease}.fade-enter-from[data-v-bfb1aea4],.fade-leave-to[data-v-bfb1aea4]{opacity:0}
