:root{--bg-color: #ffffff;--text-color: #000000;--code-color: #666666;--link-border-color: #c471ed}:root[data-theme=dark]{--bg-color: #121212;--text-color: #ffffff;--code-color: #999999;--link-border-color: #c471ed}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg-color: #121212;--text-color: #ffffff;--code-color: #999999;--link-border-color: #c471ed}}*{font-size:16px;padding:0;margin:0;line-height:2em;font-style:normal;z-index:1}html,body{height:100%;overflow:hidden}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-overflow-scrolling:touch;overflow:auto;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}body:before{content:"";position:absolute;display:block;top:0;left:calc(50% - 1px);width:3px;height:100vh;background:linear-gradient(to bottom,#f64f59,#c471ed,#12c2e9);z-index:2}canvas{position:fixed;top:0;width:100%;height:100%;padding:0;z-index:0}main{z-index:1;height:100%;overflow:hidden;position:relative;opacity:1!important;transition:opacity .5s ease}aside{padding:0 0 0 50px;box-sizing:border-box;position:absolute;top:0;left:50%;width:50%;height:100%;overflow:auto;display:flex;flex-direction:column;justify-content:center}@supports (-webkit-background-clip: text) or (background-clip: text){aside>div{background:linear-gradient(180deg,#E23E6E,#c471ed,#12c2e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}}ul{margin-top:.2em;list-style:none}ul li{line-height:1.4em}ul li a{font-size:.8em}h1{font-family:Crimson Pro;font-size:2.5em}h1>i{white-space:nowrap}ul.big li{line-height:1.4em;line-height:2em}ul.big li a{font-size:1em;border-bottom:1px dashed var(--link-border-color)}ul.big li em{font-style:italic}code{font-size:.8em;color:var(--code-color);margin-right:.5em;font-weight:600}@media screen and (max-width: 699px) and (min-width: 300px){*{line-height:1.4em}h1{font-size:1em;margin-bottom:1em;display:block}h1>i{font-size:.01em}h2{font-size:.7em;margin-bottom:1em}h2 a{font-size:inherit}ul li a{font-size:.6em}aside{padding:0 15px 0 30px}p{font-size:.5em}}.loading-dots:after{content:"";animation:loading-dots 2s infinite}@keyframes loading-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}@media screen and (max-height: 600px) and (orientation: landscape){*{line-height:1.4em}h1{font-size:1em;margin-bottom:1em;display:block}h1>i{font-size:.01em}h2{font-size:.7em;margin-bottom:1em}h2 a{font-size:inherit}ul li a{font-size:.6em}aside{padding:0 15px 0 30px}p{font-size:.5em}}.theme-toggle-footer{position:fixed;bottom:20px;right:20px;z-index:10}.theme-toggle{background:none;border:1px solid var(--text-color);color:var(--text-color);padding:2px 6px;border-radius:4px;cursor:pointer;font-family:inherit;transition:all .3s ease;opacity:.1;line-height:.6em}.theme-toggle-text{font-family:monospace;font-size:.6em;margin:0;color:var(--text-color)}.theme-toggle:hover{opacity:1;background-color:var(--text-color);color:var(--bg-color)}.theme-toggle:hover .theme-toggle-text{color:var(--bg-color)}.theme-toggle:focus{outline:none;opacity:1}@media screen and (max-width: 699px) and (min-width: 300px){.theme-toggle-footer{bottom:15px;right:15px}.theme-toggle{padding:6px 10px}}@media screen and (max-height: 600px) and (orientation: landscape){.theme-toggle-footer{bottom:10px;right:15px}.theme-toggle{padding:4px 8px}}
