.loading-bar[data-v-b25e9942]{position:fixed;top:0;right:0;left:0;bottom:auto;height:3px;background-color:var(--primary-color);z-index:9999;transform:translate(-100%);opacity:1;pointer-events:none}.loading-bar.loading[data-v-b25e9942]{transform:translate(-10%);transition:transform 30s cubic-bezier(0,1,.1,.8)}.loading-bar.finished[data-v-b25e9942]{transform:translate(0);opacity:0;transition:transform .2s ease-out,opacity .3s ease-out .2s}.error-wrapper[data-v-8e68a377]{display:grid;place-content:center;height:calc(100vh - 5rem)}.content[data-v-8e68a377]{display:10rem;text-align:center}h1[data-v-8e68a377]{font-size:5rem;font-weight:600;line-height:1}p[data-v-8e68a377]{font-weight:300}header[data-v-06dd24d0]{position:sticky;top:0;right:0;bottom:0;left:0;z-index:99;--nav-height: 4rem }nav[data-v-06dd24d0]{background-color:hsla(from var(--body-background) h s l / .97);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);padding:0 var(--wrap-hoz-padding);display:flex;justify-content:space-between;align-items:center;height:var(--nav-height);border-bottom:1px solid var(--border-on-body-color)}nav a[data-v-06dd24d0]{text-decoration:none}a[data-v-06dd24d0]:has(h2){color:var(--heading-color)}a h2[data-v-06dd24d0]{font-weight:700;font-size:1.3rem}nav ul[data-v-06dd24d0]{display:flex;gap:2rem;list-style-type:none}nav ul a[data-v-06dd24d0]{display:block;text-transform:capitalize;color:var(--paragraph-color);font-weight:500;font-size:.9rem;font-family:Outfit,sans-serif}nav ul li:hover a[data-v-06dd24d0]{color:var(--primary-color-badge-text)}@media screen and (max-width: 700px){a.menu-icon[data-v-06dd24d0]{padding:.5rem}a.menu-icon svg[data-v-06dd24d0]{width:1.5rem;height:1.5rem;color:var(--paragraph-color)}.navLinks[data-v-06dd24d0]{display:grid;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;top:var(--nav-height);overflow:hidden;background-color:hsla(from var(--body-background) h s l / .98)}.navLinks ul[data-v-06dd24d0]{flex-direction:column;gap:0;min-width:5rem;width:80vw;max-width:20rem;margin-top:1.5rem}.navLinks ul li[data-v-06dd24d0]{border-bottom:1px solid hsla(0,0%,100%,.1);padding:.8rem 0}.navLinks ul li a[data-v-06dd24d0]{margin-left:.5rem;transition:transform .3s cubic-bezier(0,0,0,1),color .3s cubic-bezier(0,0,0,1)}.navLinks ul li:hover a[data-v-06dd24d0]{transform:translate(.6rem)}.navLinks[data-v-06dd24d0]{height:0;opacity:0;transition:height .1ms .2s,opacity .1s .1s}.navLinks.active[data-v-06dd24d0]{height:calc(100vh - var(--nav-height));transition:height .1ms,opacity .1s .1s;opacity:1;transform:translateY(0)}.navLinks ul[data-v-06dd24d0]{transform:translateY(-1rem);transition:transform .2s .1s}.navLinks.active ul[data-v-06dd24d0]{transform:translateY(0)}}.postList[data-v-5ed30e15]{display:grid;grid-template-columns:repeat(auto-fit,minmax(21rem,1fr));padding:1.5rem var(--wrap-hoz-padding);gap:1.8rem;justify-content:center}article[data-v-5ed30e15]{border-radius:.3rem;overflow:hidden}article[data-v-5ed30e15]:has(a:focus-visible){outline:solid}a[data-v-5ed30e15],a[data-v-5ed30e15]:hover{text-decoration:none;color:inherit}.post[data-v-5ed30e15]{grid-area:post;display:flex;height:7rem}.post .poster[data-v-5ed30e15]{position:relative;height:100%;aspect-ratio:1 / 1;background-color:var(--border-on-body-color);border-radius:.3rem;overflow:hidden}.post .poster[data-v-5ed30e15]:before{content:"POSTER";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;font-size:1rem;opacity:.5}.post .poster img[data-v-5ed30e15]{position:relative;width:100%;height:100%;font-size:0;object-fit:cover;transition:opacity .2s .1s}.post .poster span.new-post[data-v-5ed30e15]{position:absolute;font-size:.7rem;font-weight:500;padding:.1rem .3rem;border-bottom-right-radius:.3rem;background-color:#bd1414e6;animation:newPostLineSlide-5ed30e15 .5s cubic-bezier(0,0,.25,1) .5s backwards;z-index:5}@keyframes newPostLineSlide-5ed30e15{0%{transform:translate(-2.5rem)}}.post .body[data-v-5ed30e15]{flex:1 0;display:flex;flex-direction:column;gap:.3rem;overflow:hidden;padding:.1rem .5rem}.post .body .meta[data-v-5ed30e15]{display:flex;height:1rem;font-size:.75rem;position:relative;overflow:hidden;opacity:.8}.post .body .meta[data-v-5ed30e15]:after{content:"";position:absolute;top:0;bottom:0;right:0;width:2rem;background:linear-gradient(90deg,transparent,var(--body-background))}.post .body .meta span[data-v-5ed30e15]{display:inline-block;text-wrap:nowrap}.post .body .meta span[data-v-5ed30e15]:not(:first-child){text-transform:capitalize;color:var(--primary-color-badge-text)}.post .body .meta span[data-v-5ed30e15]:not(:first-of-type):before{content:"•";margin:0 .3rem;color:var(--paragraph-color)}.post .body .title[data-v-5ed30e15]{flex:1 0 auto;color:#ffffffd9}.post .body .title h3[data-v-5ed30e15]{font-size:.9rem;font-weight:500;line-height:1.2;font-family:Inter,sans-serif}article .poster[data-v-5ed30e15],article .title[data-v-5ed30e15]{transition:opacity .3s}article:hover .poster[data-v-5ed30e15]{opacity:.8}article:hover .title[data-v-5ed30e15]{opacity:.8}.markdown{--markdown-border-radius: .5rem}.markdown :is(h1,h2,h3,h4,h5,h6){margin:2rem 0 0;color:#000}@media (prefers-color-scheme: dark){.markdown :is(h1,h2,h3,h4,h5,h6){color:#fff}}.markdown :is(h1,h2,h3,h4,h5,h6)+p>iframe{margin-top:1rem}.markdown p{margin:1rem 0}.markdown em,.markdown i{opacity:.7}.markdown strong,.markdown b{color:#000}@media (prefers-color-scheme: dark){.markdown strong,.markdown b{color:#fff}}.markdown img{border-radius:var(--markdown-border-radius)}.markdown iframe{width:100%;border-radius:var(--markdown-border-radius)}.markdown hr{margin:2rem 0;opacity:.2}.markdown ul{padding-left:1rem;margin:.5rem 0 1rem}.markdown .twitter-tweet iframe{overflow:hidden;width:100%;border-radius:13px}.markdown iframe.youtube-embed{aspect-ratio:16/9}p:has(+hr.footnotes-sep){font-size:1rem;margin-top:3rem}hr.footnotes-sep{margin-top:1rem}.markdown .footnotes{font-size:.8rem}.wrapper[data-v-79e0ae98]{padding:0 var(--wrap-hoz-padding)}.content[data-v-79e0ae98]{width:100%;max-width:45rem;margin:0 auto}.badges[data-v-79e0ae98]{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;margin-top:1rem}.badges svg[data-v-79e0ae98]{width:1.1rem;height:1.1rem;display:inline-block;color:var(--primary-color-badge-text);margin:0 .3rem}.badges p[data-v-79e0ae98]{position:relative;font-size:.9rem;font-weight:300;border-radius:1rem;text-transform:capitalize}.badges p[data-v-79e0ae98]:not(:last-child,.category):after{content:"•";opacity:.5;margin-left:.3rem}.badges p.category[data-v-79e0ae98]{font-weight:400;background-color:var(--primary-color-badge-background);color:var(--primary-color-badge-text);padding:.2rem .7rem}h1[data-v-79e0ae98]{font-size:2rem;margin-top:.5rem;color:var(--heading-color)}@media screen and (max-width: 700px){h1[data-v-79e0ae98]{margin-top:1rem;line-height:1.2}}.creation[data-v-79e0ae98]{display:flex;gap:.25rem;align-items:center;font-size:.8rem;opacity:.8}@media screen and (max-width: 700px){.creation[data-v-79e0ae98]{margin-top:.4rem;opacity:1}}.creation svg[data-v-79e0ae98]{width:.9rem;height:.9rem}.markdown[data-v-79e0ae98]{margin:2rem 0;width:100%;font-size:1.1rem}html{color-scheme:dark light;-webkit-tap-highlight-color:transparent}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}iframe{display:block;border:none;max-width:100%}input,button,textarea,select{font-size:inherit}p{-webkit-hyphens:auto;hyphens:auto}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-optical-sizing:auto}a{text-decoration:none}a:hover{text-decoration:underline}input,textarea,label{display:block}menu,ul,ol{padding:0}*,*:before,*:after{box-sizing:border-box}*{margin:0;-webkit-tap-highlight-color:transparent}body{position:relative;font-family:sans-serif;color:var(--paragraph-color);line-height:1.5;min-height:100vh;background-color:var(--body-background)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{color:var(--primary-color-badge-text)}:root{--wrap-hoz-padding: 5rem;--primary-color: hsl(172, 99%, 26%);--body-background: hsl(180, 10%, 10%);--paragraph-color: hsl(180, 10%, 80%);--heading-color: hsl(180, 5%, 90%);--primary-color-badge-background: hsla(163, 100%, 57%, .2);--primary-color-badge-text: hsl(163, 100%, 57%);--border-on-body-color: hsl(0, 0%, 20%)}@media screen and (max-width: 700px){:root{--wrap-hoz-padding: 1.5rem}}.video-embed-wrapper[data-v-efb1d754]{position:relative;overflow:hidden;width:100%;aspect-ratio:16 / 9;margin:20px 0;border-radius:8px;isolation:isolate}.video-embed-wrapper .video-thumbnail-preview[data-v-efb1d754]{cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0}.video-embed-wrapper .video-thumbnail-preview img.video-thumbnail[data-v-efb1d754]{width:100%;height:100%;object-fit:cover;z-index:1;transition:opacity .2s ease}.video-embed-wrapper .video-thumbnail-preview .card-header[data-v-efb1d754]{position:absolute;top:0;right:0;left:0;bottom:auto;height:60px;width:100%;display:flex;gap:.5rem;align-items:center;padding:0 12px;background:linear-gradient(0deg,#0000,#0009);z-index:2}.video-embed-wrapper .video-thumbnail-preview .card-header .channel-icon-img-wrappar[data-v-efb1d754]{display:block;background-color:bisque;border-radius:5rem;overflow:hidden;flex:0 0 40px}.video-embed-wrapper .video-thumbnail-preview .card-header .channel-icon-img-wrappar img[data-v-efb1d754]{width:40px;height:40px;transition:opacity .2s ease}.video-embed-wrapper .video-thumbnail-preview .card-header .video-title[data-v-efb1d754]{display:block;color:#fff!important;text-decoration:none;flex-grow:1;min-width:0}.video-embed-wrapper .video-thumbnail-preview .card-header .video-title p[data-v-efb1d754]{font-weight:500;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-embed-wrapper .video-thumbnail-preview .card-header .video-title p.sub-title[data-v-efb1d754]{font-weight:400;font-size:12px}.video-embed-wrapper .video-thumbnail-preview .play-button[data-v-efb1d754]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:48px;z-index:3}.video-embed-wrapper .video-thumbnail-preview .watch-on-youtube[data-v-efb1d754]{display:block;position:absolute;bottom:8px;left:0;z-index:4;color:#fff!important;text-decoration:none;display:flex;gap:.5rem;align-items:center;font:500 14px/14px Poppins,sans-serif;background-color:#000000a6;padding:14px;border-radius:0 6px 6px 0}.video-embed-wrapper .video-thumbnail-preview .watch-on-youtube .youtube-icon[data-v-efb1d754]{width:65px}@media (max-width: 400px){.video-embed-wrapper .video-thumbnail-preview .play-button[data-v-efb1d754]{width:60px;height:40px}.video-embed-wrapper .video-thumbnail-preview .watch-on-youtube[data-v-efb1d754]{font:600 12px/12px Poppins,sans-serif;bottom:4px;padding:12px}.video-embed-wrapper .video-thumbnail-preview .watch-on-youtube .youtube-icon[data-v-efb1d754]{width:60px}}.video-embed-wrapper .video-player[data-v-efb1d754]{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.video-embed-wrapper .video-player iframe[data-v-efb1d754]{width:100%;height:100%}
