:root{--bg-color-1:#f7f5f1;--bg-color-2:#fffdf9;--bg-color-3:#eee9e1;--bg-color-4:#f2ede5;--bg-color-1-i:#292722;--surface-paper:#fffdf9;--surface-soft:#eee9e1;--surface-highlight:#f0dfd1;--border-subtle:#e2ddd5;--border-strong:#cfc5b9;--border-input:#ded8cf;--text-heading:#292722;--text-body:#37352f;--text-muted:#78736a;--text-soft:#918b81;--accent-warm:#9b6547;--accent-warm-dark:#78472f;--link-color:#4776a8;--link-color-hover:#315f91;--link-color-visited:#705f8f;--shadow-warm-rgb:78 61 46;--loader-planet-light:#edc5a7;--loader-planet:#d7a27f;--loader-planet-dark:#b97756;--loader-crater-rim:#cb8d69;--loader-crater-depth:#a9674d;--loader-comet:#37352f;--bg-color-success-1:#39b313;--bg-color-success-2:#4fb82f;--bg-color-success-3:#59b53e;--bg-color-error-1:#ff2a2a;--bg-color-error-2:#f55151;--bg-color-error-3:#ff6868;--bg-color-3-active:#e7dfd4;--primary-color-1:var(--accent-warm);--primary-color-2-active:#86543b;--primary-color-2-inactive:#9b6547;--primary-color-3-active:var(--link-color-hover);--primary-color-3-inactive:var(--link-color);--text-inactive:var(--text-muted);--text-active:var(--text-body);--text-secondary:#fffdf9;--heart-red:#f52133f0}.bg-color-1{background-color:var(--bg-color-1)}.bg-color-2{background-color:var(--bg-color-2)}.bg-color-3{background-color:var(--bg-color-3)}.index-content-width{width:100%}.page-root{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.page-root>*{width:100%}.text-input{background-color:var(--text-secondary);padding:.5rem;border:none;border-radius:5px;font-size:16px;transition:box-shadow .2s}.text-input:focus{outline:none;box-shadow:var(--primary-color-2-active) 0 0 8px 2px;-webkit-appearance:none}.flex-column-center{display:flex;flex-direction:column;align-items:center;justify-content:center}html{height:100%;background:var(--bg-color-1);scrollbar-gutter:stable}body{color:var(--text-active);background-color:var(--bg-color-1);padding:0 1rem;margin:0;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}body:has(.post-detail-root),body:has(.post-root){padding:0}body:has(.post-detail-root) svg#blog-logo,body:has(.post-root) svg#blog-logo{margin-left:1rem}main{width:100%}a{white-space:pre-line;word-break:break-word;color:var(--link-color);text-decoration:none;cursor:pointer}a:focus-visible,a:hover{color:var(--link-color-hover)}a:visited{color:var(--link-color-visited)}h1{font-size:1.2rem;margin:0}h1,h2,h3{color:inherit}*{box-sizing:border-box}dd{margin-left:1rem}code{background-color:#ece7df}@keyframes gradient-anim{0%,to{fill:#f52133f0}50%{fill:#fc3d4def}}@keyframes like-anim{0%,to{transform:scale(1)}20%{transform:scale(1.1)}50%{transform:scale(1)}80%{transform:scale(1.2)}}.logo-wrapper{display:flex;justify-content:flex-start;width:100%;padding-top:1rem;margin-bottom:6px}.main-section{height:-moz-fit-content;height:fit-content;z-index:1}.copyright-footer{position:fixed;bottom:5rem;left:0;z-index:0;padding:0 1rem;text-align:left;color:var(--text-inactive)}.header{flex-direction:row;justify-content:flex-start;width:100%;padding:.5rem .5rem 1rem;gap:5px}.header,.header>div{display:flex;align-items:center}.header>div{flex-direction:column;justify-content:center}.header-title{width:100%;text-align:center;font-weight:700}.back-button{width:1.2rem;height:1.2rem;background-image:url(/assets/icons/left-arrow.png);background-size:cover;background-color:transparent;background-position:50%;background-repeat:no-repeat;border:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.bottom-filler{width:1rem;height:14vh}