﻿:root{--space-none: 0;--space-xxs: 0.25rem;--space-xs: 0.5rem;--space-sm: 0.75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xxl: 3rem;--space-3xl: 4rem}:root{color-scheme:light dark;--border: 1px solid var(--highlight);--content-width: 72rem;--bg: #2d3047;--text: #bfbccb;--highlight: #b399a2}:root[data-scheme=gba]{color-scheme:light dark;--bg: #35321b;--highlight: hsl(from #94cb85 h 30% l)}:root[data-scheme=gba] .headerbox>img{filter:hue-rotate(180deg)}:root[data-scheme=strawb]{color-scheme:light dark;--bg: #402b42;--highlight: hsl(from #fda8bf h 40% l)}:root[data-scheme=strawb] .headerbox>img{filter:hue-rotate(52deg)}:root[data-scheme=wob]{color-scheme:dark;--bg: #111111;--highlight: #eeeeee}:root[data-scheme=wob] .headerbox>img{filter:grayscale(1)}@font-face{font-family:"Rose-Tinted";src:url("https://hart.moe/assets/fonts/Rose-Tinted_Regular_v1.1.ttf")}.index,html.spindrift,html.droplet{background-color:var(--bg);padding:0;margin:0;max-width:100%}.pageheader{position:sticky;top:0px;z-index:9999;background-color:var(--bg)}.titlebox{padding:var(--space-sm);border-bottom:var(--border);display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.titlebox>*{flex:1}.pagenav{display:flex;flex-direction:row;justify-content:flex-end}.pagenav ul{list-style:none;display:flex;margin:0;padding:0}.pagenav ul li:not(:last-child)::after{content:"|";margin:var(--space-none) var(--space-xs)}.pagenav a{color:var(--highlight);text-decoration:none}.pagenav a ::visited{color:var(--highlight)}.pagenav a.pagenav-curr{color:var(--text)}.header-ico{display:flex;flex-direction:row;justify-content:center;align-items:center}h1{margin:var(--space-xs) var(--space-none) var(--space-lg)}h2{margin:var(--space-none) var(--space-none) var(--space-md)}h3{margin:var(--space-none) var(--space-none) var(--space-sm)}h4{margin:var(--space-none) var(--space-xs)}p{margin:var(--space-md) var(--space-none)}.gutters{padding:var(--space-none) var(--space-xl)}.gutters div{max-width:var(--content-width)}.gutters>div:first-of-type{margin:var(--space-xl) auto var(--space-md)}.gutters>div:not(:first-of-type){margin:var(--space-md) auto}div.f-center{display:flex;justify-content:center}div.f-end{display:flex;justify-content:flex-end}.mainpage{display:flex;flex-direction:column;row-gap:var(--space-md)}.mainpage ul{column-count:2}.mainpage .spindrift-post-meta,.mainpage .droplet-post-meta{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.mainpage .spindrift-post-meta h4,.mainpage .droplet-post-meta h4{flex:1}.mainpage .spindrift-post-meta .spindrift-post-tags,.mainpage .droplet-post-meta .spindrift-post-tags{flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mainpage .spindrift-post-meta span::before,.mainpage .droplet-post-meta span::before{content:"⌗";margin-right:var(--space-xs)}.mainpage .spindrift-post-meta span:not(:last-child)::after,.mainpage .droplet-post-meta span:not(:last-child)::after{content:"|";margin:var(--space-none) var(--space-xs)}.mainpage .droplet-post-tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.mainpage .truncated span:nth-child(n-3):has(+:nth-child(n-4).dots)::after{display:none}.mainpage .truncated span:nth-child(n+4){display:none}.mainpage .truncated span.dots{display:none}.mainpage .truncated :nth-child(4):last-of-type~.dots::before,.mainpage .truncated :nth-child(n+4):not(:last-child)~.dots::before{display:none}.mainpage .truncated :nth-child(4):last-of-type~.dots,.mainpage .truncated :nth-child(n+4):not(:last-child)~.dots{display:inline}.mainpage div:first-child .spindrift-post:first-of-type::before,.mainpage .new::before{content:"[ n e w ! ]";color:hsl(from var(--highlight) h 100% l);position:absolute;top:var(--space-sm);right:var(--space-xxl);animation:wiggle 2s ease-out infinite}@keyframes wiggle{0%,100%{transform:translateX(var(--space-xxs))}50%{transform:translateX(calc(var(--space-xxs) * -1))}}.mainpage .new:has(>h2:first-child)::before{top:var(--space-md);right:calc(var(--space-3xl) + var(--space-lg))}.mainpage .new:has(>h3:first-child)::before{right:var(--space-xxl)}.mainpage>div{position:relative;flex:1;border:1px solid var(--highlight);max-width:var(--content-width);padding:var(--space-md)}.mainpage>div:not(.horiz){box-shadow:var(--space-none) var(--space-xs) var(--highlight)}.mainpage>div h1,.mainpage>div h2,.mainpage>div h3{color:var(--highlight);font-weight:700}.mainpage>div h1::after,.mainpage>div h2::after,.mainpage>div h3::after{position:absolute;right:var(--space-md);top:var(--space-xs)}.mainpage>div h1::after{content:"╳╳╳"}.mainpage>div h2::after{content:"┼┼"}.mainpage>div h3::after{content:"┄"}.mainpage>div.horiz{border:none;display:flex;flex-direction:row;column-gap:var(--space-md);padding:var(--space-none)}.mainpage>div.horiz>div{position:relative;flex:1;min-width:0px;border:1px solid var(--highlight);padding:var(--space-md);box-shadow:var(--space-none) var(--space-xs) var(--highlight)}.mainpage>div.horiz div.noborder{border:none;padding:var(--space-none)}.postscript{display:flex;flex-direction:row;justify-content:center;font-size:12px}.footer{display:flex;flex-direction:row;justify-content:space-between;padding:var(--space-none);background-color:var(--highlight);color:var(--bg);max-width:var(--content-width)}.footer a{color:var(--bg)}.footer>div{flex:1;padding:var(--space-sm)}.webring>div{flex:1}.headerbox{position:relative;color:var(--bg);overflow:hidden;height:320px;box-shadow:var(--space-none) var(--space-xs) var(--highlight)}.headerbox span{position:absolute;left:var(--space-lg);top:var(--space-lg);z-index:10}.headerbox span *{margin:var(--space-none)}.codeblock,.droplet-codeblock{position:relative;background:rgb(19.9411764706%,20.5882352941%,25.5490196078%);border:1px solid var(--highlight);border-radius:8px;padding:var(--space-xs) !important;font-size:12px}.codeblock>*,.droplet-codeblock>*{overflow-x:auto;scrollbar-width:none}.codeblock pre,.droplet-codeblock pre{margin:var(--space-none)}.codeblock>code,.droplet-codeblock>code{padding:var(--space-none)}.codeblock:hover button.copyable,.droplet-codeblock:hover button.copyable{visibility:visible;opacity:1}.codeblock button.copyable,.droplet-codeblock button.copyable{visibility:hidden;opacity:0;transition:opacity .2s ease-in-out;position:absolute;right:4px;top:4px;border:1px solid var(--highlight);border-radius:4px;line-height:12px;padding:4px 8px 6px 8px;color:var(--highlight);background-color:rgb(11.8235294118%,14.3438914027%,33.6666666667%)}body{color:var(--text);font-family:"Sometype Mono","Noto Sans Mono",sans-serif;font-size:1rem;max-width:var(--content-width);padding:24px;background-color:var(--bg)}body.spindrift,body.droplet{border:1px solid var(--highlight);margin:24px auto;border-radius:4px}a{color:var(--highlight)}code{background:rgb(19.9411764706%,20.5882352941%,25.5490196078%);border:1px solid rgb(19.1764705882%,20%,26.3137254902%);border-radius:8px;color:#ccc;padding:0px 4px}/*# sourceMappingURL=style.min.css.map */
