@charset "UTF-8";section#changelog{width:100vw;height:100vh;max-height:100vh;padding-top:6rem;background:linear-gradient(180deg,#0e0e0e 0%,var(--Background_Secondary) 100%);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}section#changelog nav#header{position:fixed;top:1rem;left:50%;transform:translate(-50%);margin:0!important}@keyframes gradientMove{0%{background-position:0% center}to{background-position:200% center}}section#changelog div#content{box-sizing:border-box;width:100vw;max-height:100vh;position:relative;overflow-y:auto;scroll-behavior:smooth;padding:5vh 15vw}section#changelog div#content a.back-home{color:var(--Light_Gray);font-weight:700;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:color .2s ease}section#changelog div#content a.back-home:hover{color:var(--White)}section#changelog div#content a.back-home:before{content:"←"}section#changelog div#content h1{background:linear-gradient(120deg,#ffffff,var(--Light_Gray),#ffffff);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradientMove 3s linear infinite;text-shadow:2px 2px 2px rgba(0,0,0,.3);font-family:Mulish,sans-serif;font-weight:800;margin:1rem 0 2rem;font-size:2.5rem}section#changelog div#content p.license-text{color:var(--Darker_Grey);font-size:.7rem}section#changelog div#content p{padding:0}section#changelog div#content div.callout{width:100%;padding:.75rem 1rem;margin:1rem 0;box-sizing:border-box;color:#000;font-family:Mulish,sans-serif;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;border-radius:.5rem;filter:drop-shadow(0 0 .5rem rgba(0,0,0,.2))}section#changelog div#content div.callout.warn{background-color:#e5ba4d}section#changelog div#content div.callout.warn *{color:#000}section#changelog div#content div.callout.info{background-color:#2b79c2}section#changelog div#content div.callout.info *{color:var(--Off_White)}section#changelog div#content div.callout span.material-symbols-outlined{font-size:2rem;font-weight:400}section#changelog div#content div.callout div{display:flex;flex-direction:column}section#changelog div#content div.callout div span:first-child{font-weight:700}section#changelog div#content div.callout div span:nth-child(2){font-weight:400}section#changelog div#content div.log-entry{margin-bottom:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:1rem;padding:1.5rem;transition:transform .2s ease,background .2s ease}section#changelog div#content div.log-entry:hover{background:#ffffff0d;transform:translateY(-2px)}section#changelog div#content div.log-entry a:before{content:"🔗"}section#changelog div#content div.log-entry h2{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-bottom:.5rem}section#changelog div#content div.log-entry h2 *{font-family:Outfit,sans-serif}section#changelog div#content div.log-entry h2 span.version-number{color:var(--Off_White);font-weight:700;font-size:1.3rem}section#changelog div#content div.log-entry h2 span.version-number:before{content:"Version";font-weight:600;margin-right:.5rem}section#changelog div#content div.log-entry h2 span.version{font-size:.75rem;color:var(--Primary);padding:.15rem .4rem;border-radius:.5rem;margin-left:.75rem;filter:drop-shadow(0 0 .5rem rgba(0,0,0,.2));display:flex;align-items:center;justify-content:center;font-weight:500}section#changelog div#content div.log-entry h2 span.version.stable{background-color:#e5ba4d;color:#000}section#changelog div#content div.log-entry h2 span.version.stable:before{content:"Stable"}section#changelog div#content div.log-entry h2 span.version.beta{background-color:#2b79c2;color:var(--Off_White)}section#changelog div#content div.log-entry h2 span.version.beta:before{content:"Beta"}section#changelog div#content div.log-entry h2 span.date{font-size:.85rem;color:var(--Light_Gray);margin-left:.5rem}section#changelog div#content div.log-entry h3{font-size:1.1rem}section#changelog div#content div.log-entry ul{margin:.25rem 0}section#changelog div#content div.log-entry ul li{margin:.5rem 0}section#changelog div#content div.log-entry ul li span.type{font-size:.75rem;color:var(--Primary);padding:.25rem .5rem;border-radius:.5rem}section#changelog div#content div.log-entry ul li span.type.added{background-color:#28a745;margin-right:.5rem}section#changelog div#content div.log-entry ul li span.type.added:before{color:var(--Off_White);content:"Added";font-weight:600}section#changelog div#content div.log-entry ul li span.type.changed{background-color:#fd7e14;margin-right:.5rem}section#changelog div#content div.log-entry ul li span.type.changed:before{color:#212529;content:"Changed";font-weight:600}section#changelog div#content div.log-entry ul li span.type.deprecated{background-color:#ffc107;margin-right:.5rem}section#changelog div#content div.log-entry ul li span.type.deprecated:before{color:#212529;content:"Deprecated";font-weight:600}section#changelog div#content div.log-entry ul li span.type.removed{background-color:#dc3545;margin-right:.5rem}section#changelog div#content div.log-entry ul li span.type.removed:before{color:var(--Off_White);content:"Removed";font-weight:600}section#changelog div#content div.log-entry ul li span.type.fixed{background-color:#007bff;margin-right:.5rem}section#changelog div#content div.log-entry ul li span.type.fixed:before{color:var(--Off_White);content:"Fixed";font-weight:600}section#changelog div#content div.log-entry ul li span.type.security{background-color:#6f0425;margin-right:.5rem}section#changelog div#content div.log-entry ul li span.type.security:before{color:var(--Off_White);content:"Security";font-weight:600}section#changelog div#content p,section#changelog div#content li{font-size:.9rem}section#changelog div#content p#last-updated,section#changelog div#content li#last-updated{color:var(--Off_White)}section#changelog div#content h1{font-family:Mulish,sans-serif;font-weight:800;margin:3rem 0 .5rem;font-size:1.5rem}section#changelog div#content h2{font-weight:600;margin:0;font-size:1.1rem}section#changelog div#content h3{font-weight:600;margin:0;font-size:1rem}section#changelog #menu-toggle-icon{display:none}section#changelog .hidden{display:none!important}@media (max-width: 800px){section#changelog{flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100vw;height:100vh}section#changelog #menu-toggle-icon{display:block;position:fixed;top:1rem;right:1rem;z-index:9999;color:var(--Off_White)}section#changelog #menu-toggle-icon:hover{color:var(--Primary);transition:.15s ease}section#changelog nav#sidebar{width:100vw;min-width:unset;height:auto;padding:calc(5vh + .5rem) 1.5rem}section#changelog div#content{width:100vw;max-height:90vh;padding:5vh 2vw}}
