.container{margin:0 auto;width:calc(100% - 2rem);max-width:var(--container-width)}.container-fill{display:flex;flex-direction:column;justify-content:center;margin-block-start:-2rem;height:100vh}@supports (height: 100svh){.container-fill{height:100svh}}.center{display:flex;justify-content:center;align-items:center}.rainbow{-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);background-image:repeating-linear-gradient(90deg, var(--red-fg), var(--orange-fg), var(--yellow-fg), var(--green-fg), var(--blue-fg), var(--purple-fg), var(--red-fg), var(--orange-fg), var(--yellow-fg), var(--green-fg), var(--blue-fg), var(--purple-fg), var(--red-fg));background-size:200% 100%;animation:rainbow-move 1.8s linear infinite}@keyframes rainbow-move{0%{background-position:0% 50%}100%{background-position:100% 50%}}body.has-banner{background-image:var(--bg-overlay),var(--blurnail);background-position:center;background-size:cover;background-attachment:fixed}#banner{--mask: linear-gradient(black calc(100% - 2rem), transparent);-webkit-mask-image:var(--mask);display:flex;grid-area:banner;justify-content:center;mask-image:var(--mask);margin-block-end:-2rem;padding-block:3rem;width:100%}#banner div{position:relative;margin-inline:1rem;aspect-ratio:2/1;width:100%;max-width:var(--content-width)}#banner img{position:absolute;margin:0;inset:0;border-radius:var(--rounded-corner) !important;aspect-ratio:2/1;width:100%;object-fit:cover}#banner img:nth-of-type(1){opacity:var(--dim-opacity);z-index:-1;filter:blur(1.5rem);animation:banner-glow-load calc(.525s + var(--transition-long));inset-block-start:1rem}@keyframes banner-glow-load{from, 52.5%{opacity:0}}#banner img:nth-of-type(2){transform-origin:bottom;animation:banner-load calc(.525s + var(--transition-longer))}@keyframes banner-load{from, 52.5%{transform:var(--active);opacity:0;filter:blur(.75rem)}}#banner+#main-content{padding-block-start:0}#banner+#main-content article>h1:first-of-type,#banner+#main-content h1:first-of-type{margin-inline:-1rem;margin-block:0;border-radius:var(--rounded-corner);width:unset;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);text-decoration:none}.article-details .tags{gap:.25rem;margin-block-end:0 !important}.article-details .tags a{transition:all var(--transition),transform var(--transition-bezier);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);background-color:var(--bg-muted-1);padding-inline:.375rem;text-decoration:none;display:flex;color:var(--fg-muted-1);font-weight:var(--font-weight-semi-bold);line-height:1.5rem}.article-details .tags a:hover{background-color:var(--bg-muted-2);color:var(--fg-muted-2)}.article-details .tags a:active{transform:var(--active)}.article-details .tags a::before{content:none}