.emote{--scale-amount: 2.25;vertical-align:sub;image-rendering:auto;max-height:1.72em;position:relative}.emote:not(.disable_animations){transition:transform .125s cubic-bezier(0.33, 1, 0.68, 1)}.emote:not(.disable_animations):hover{transform:scale(var(--scale-amount));image-rendering:pixelated;cursor:none;z-index:1;filter:drop-shadow(2px 0px #000) drop-shadow(-2px 0px #000) drop-shadow(0px -2px #000) drop-shadow(0px 2px #000)}.post .title .emote{--scale-amount: calc(2.25 / 1.5)}.window>details:first-child>summary:first-child .emote{--scale-amount: calc(2.25 / 2)}h1 .emote{--scale-amount: calc(2.25 / 2)}h2 .emote{--scale-amount: calc(2.25 / 1.5)}h3 .emote{--scale-amount: calc(2.25 / 1.17)}h4 .emote{--scale-amount: calc(2.25 / 1)}h5 .emote{--scale-amount: calc(2.25 / 0.03)}h6 .emote{--scale-amount: calc(2.25 / 0.67)}.tooltip_container{display:inline-block;position:relative}.tooltip_container .tooltip_text{cursor:help;padding-bottom:2px;border-bottom:2px dashed var(--edge-grey-disabled)}.tooltip_container .tooltip_text:hover+.tooltip_content{display:unset}.tooltip_container .tooltip_text>*:is(b,strong,i,em,u){cursor:help}.tooltip_container .tooltip_content{display:none;position:absolute;left:-0.5em;right:-0.5em;min-width:fit-content;bottom:1.25em;z-index:1;pointer-events:none;padding:.25em;background-color:var(--bg-panel);backdrop-filter:blur(5px);border:1px solid var(--edge-grey);border-radius:10px}.tooltip_container .tooltip_content p{margin-top:0px}.tooltip_container .tooltip_content p:last-child{margin-bottom:0px}.tooltip_container .tooltip_content img,.tooltip_container .tooltip_content video{max-width:100%}#eirCursorBg~* span[title],#eirCursorBg~* div[title],#eirCursorBg~* .tooltip_text,#eirCursorBg~* .tooltip_text>*:is(b,strong,i,em,u){cursor:url("/static/images/cursors/help.cur"),help}@media screen and (max-width: 42em){body #subpage_content{display:grid;width:calc(100% - 10px);max-width:100%;justify-items:center}body #subpage-browser:checked~#columns>#subpage_content,body #account-dropdown:checked~#columns>#subpage_content{max-width:calc(100% - 13em);padding-right:14.5em}}.flex_row{display:flex;flex-wrap:wrap;gap:10px}@media screen and (max-width: 42em){.flex_row:has(>.window){justify-content:space-around}}.flex_column{display:flex;flex-direction:column}.window{background-color:var(--bg-panel);padding:5px;margin-bottom:10px;border-radius:10px;width:fit-content;height:fit-content}.window>details:first-child>summary{font-weight:bold}.window>details:first-child>summary:first-child{font-size:2em}*:not(div).max_width{width:max-content;width:-moz-available;width:-webkit-fill-available;width:fill-available}@media screen and (max-width: 42em){.window.max_width{width:max-content;width:-moz-available;width:-webkit-fill-available;width:fill-available}}.input_max_width{width:max-content;width:-moz-available;width:-webkit-fill-available;width:fill-available}.input_max_width input[type=text],.input_max_width input[type=password],.input_max_width input[type=submit],.input_max_width input[type=color],.input_max_width input[type=number],.input_max_width input[type=date],.input_max_width input[type=datetime],.input_max_width input[type=datetime-local],.input_max_width select,.input_max_width textarea,.input_max_width button{width:max-content;width:-moz-available;width:-webkit-fill-available;width:fill-available}:root{--bg-base: #111;--bg-overlay: #20202080;--bg-panel: rgba(0.9803921568627451, 0.6666666666666666, 0.6705882352941176, 0.875);--bg-hover: #2f323f;--bg-input: #292b3680;--bg-input-disabled: #15161c80;--bg-bubble: #222;--edge-grey: #aaa;--edge-grey-disabled: #777;--text-color: #aaa;--text-color-bold: #ddd;--text-color-disabled: #666;--text-color-a: lightblue;--text-color-a-visited: violet}@font-face{font-family:"Terminess";src:url("/static/fonts/TerminessNerdFontMono-Regular.ttf")}a,.fake_link{color:var(--text-color-a);cursor:pointer;text-decoration:underline}a:visited{color:var(--text-color-a-visited)}#eirCursorBg~* span.fake_link{cursor:url("/static/images/cursors/pointer.cur"),pointer !important}html,body{margin:0;min-height:calc(100vh - 4.5em)}body{background-color:var(--bg-base);color:var(--text-color);color-scheme:dark !important;min-height:100vh}@media screen and (max-width: 42em){body{min-height:unset}}.align_center{display:flex;flex-direction:column;align-items:center;text-align:left}span:not(.spoiler) b,span:not(.spoiler) strong,span:not(.spoiler) h1,span:not(.spoiler) h2,span:not(.spoiler) h3,details>summary{color:var(--text-color-bold)}h1,h2,h3,h4,h5{margin-top:0}input[type=text],input[type=password],input[type=submit],input[type=color],input[type=number],input[type=date],input[type=datetime],input[type=datetime-local],input[type=email],select,textarea,button{font-family:Terminess;color:var(--text-color);border:1px solid var(--edge-grey);border-radius:5px;background-color:var(--bg-input)}input[disabled],input:disabled,select[disabled]{color:var(--text-color-disabled);border:1px solid var(--edge-grey-disabled);background-color:var(--bg-input-disabled)}textarea{font-family:Terminess}blockquote{margin-left:0px;padding-left:7.5px;border-left:2.5px solid var(--edge-grey)}ul,ol{padding-left:30px}@keyframes fade_in{0%{opacity:0}100%{opacity:1}}#subpage_content{animation:fade_in .75s cubic-bezier(0.25, 1, 0.5, 1)}