﻿:root{--primary: #FBFBF2;--secondary: #E5E6E4;--tertiary: #CFD2CD;--onBackground: #A6A2A2;--inverse: #847577}@media (prefers-color-scheme: dark){html:not([data-theme]){--primary: #1F1F1F;--secondary: #333333;--tertiary: #4D4D4D;--onBackground: #a1a1a1;--inverse: #D1D1D1}}[data-theme=dark]{--primary: #1F1F1F;--secondary: #333333;--tertiary: #4D4D4D;--onBackground: #a1a1a1;--inverse: #D1D1D1}div.button-stack{gap:5px;margin:0 auto;display:flex;flex-wrap:wrap;max-width:75%;justify-content:center}@media (max-width: 750px){div.button-stack{max-width:unset}}div.button-stack>*{margin:0;gap:.5rem;display:flex;cursor:pointer;align-items:center;padding:.5rem 1rem;border-radius:10px;color:var(--inverse) !important;border:1px solid var(--secondary);transition:.2s ease-in-out}div.button-stack>*:active{transform:scale(.9)}div.button-stack>*:hover{border-color:var(--tertiary);box-shadow:inset 0 0 .5rem var(--secondary)}div.button-stack>* img{max-width:20px;max-height:20px;transition:filter .2s}div.button-stack>*.disabled{opacity:.4;cursor:not-allowed}[data-theme=dark] div.button-stack img{filter:invert(1)}@media (prefers-color-scheme: dark){html:not([data-theme]) div.button-stack img{filter:invert(1)}}.post{background-color:var(--secondary);border:1px solid var(--tertiary);padding:.5rem 1rem;margin:1.75rem;display:flex;align-items:center;justify-content:space-between}.post:hover{background-color:var(--tertiary)}.post>div{text-align:left}.post>div h1,.post>div p{margin:0}.post>div h1{margin-bottom:.5rem}a{transition:color .2s ease-in-out,border .2s ease-in-out;color:var(--onBackground) !important;text-decoration:none}a:hover{color:var(--inverse);border-bottom:1px solid var(--tertiary)}a[href="#"]{cursor:help}a[href="#"]:active{pointer-events:none}ul{list-style-type:none;padding:0}ul li::before{content:"—";margin-right:5px}header{background-color:var(--secondary)}header h1{font-family:"Pacifico",serif;margin:0}header ul{padding:0;margin:auto;text-align:left;display:inline-block}hr{margin:0 1.75rem;color:var(--secondary)}#content{overflow-y:auto;padding:0 1.75rem}@font-face{font-family:"Pacifico";font-style:normal;font-weight:400;src:local("Pacifico"),url("/fonts/Pacifico.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;src:local("Inter"),url("/fonts/Inter-Regular.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:700;src:local("Inter"),url("/fonts/Inter-Bold.woff2") format("woff2")}.multiline{white-space:break-spaces}*,*:after,*:before{box-sizing:border-box}@media (prefers-color-scheme: dark){html:not([data-theme]) *{color:#fff}}[data-theme=dark] *{color:#fff}html,body{margin:0;padding:0;width:100%;height:100%}body{background-color:var(--primary);font-family:"Inter",sans-serif;display:grid;height:100%;place-items:center;justify-content:center;grid-auto-flow:column;grid-template-columns:30% 70%}@media screen and (max-width: 978px){body{grid-auto-flow:row;grid-template-columns:100%}}body>*{width:100%;height:100%;text-align:center;align-content:center}