:root{color-scheme:light dark;--bg: #fdfcfa;--text: #2d2d2d;--text-p: #1a1a1a;--link: #d97706;--link-hover: #c2410c;--link-underline: #92400e;--pre-bg: #f7f5f3;--footer-border: #e7e5e3;--footer-text: #78716c;--time-text: #a8a29e;--effect-color: #ea580c}@media (prefers-color-scheme: dark){:root{--bg: #1a1a1a;--text: #c4d19f;--text-p: #f5f5f5;--link: #e8e8e8;--link-hover: #c4d19f;--link-underline: #6b7654;--pre-bg: #141414;--footer-border: #2a2a2a;--footer-text: #8a8a8a;--time-text: #6b6b6b;--effect-color: #b8c77f}}html{height:100%}body{font:20px/1.6 Arial,sans-serif;max-width:800px;margin:0 auto;padding:2rem 1rem;color:var(--text);background:var(--bg);transition:background .3s,color .3s}p{color:var(--text-p)}ul,ol{color:var(--text-p)}li{color:var(--text-p);margin-bottom:.3rem}a{color:var(--link);text-decoration:underline;text-decoration-color:var(--link-underline)}a:hover{color:var(--link-hover);text-decoration-color:var(--link-hover)}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:1.2rem 0 .5rem}pre{overflow-x:auto;padding:.5rem;background:var(--pre-bg);border-radius:4px}pre code{background:none;padding:0}.post-item{margin-bottom:.8rem;margin-left:1rem}.post-item time{color:var(--time-text)}footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--footer-border);color:var(--footer-text);font-size:1rem}.subtitle{font-size:1.25rem;color:#888;margin-top:0;font-weight:normal;margin-left:.4rem}.subtitle2{font-size:1rem;color:#888;margin-top:0;font-weight:normal}@media (max-width: 600px){body{font-size:16px;padding:1.5rem 1rem}.title{font-size:2rem}.subtitle{font-size:1.25rem;color:#888;margin-top:0;font-weight:normal;margin-left:.4rem}.subtitle2{font-size:1rem;color:#888;margin-top:0;font-weight:normal}.post-item{margin-left:.5rem;margin-bottom:.6rem}pre{font-size:.65rem;padding:.4rem}footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--footer-border);color:var(--footer-text);font-size:.9rem}a{font-size:16px}img{max-width:100%;height:auto;display:block;margin:0 auto}}.text-effect{font-size:2.5rem;margin-bottom:0;color:rgba(225,225,225,.01);background-image:url("/images/font_image.png");background-color:var(--effect-color);background-repeat:repeat;-webkit-background-clip:text;animation:animate 45s ease-in-out infinite}@keyframes animate{0%, 100%{background-position:left top}25%{background-position:right bottom}50%{background-position:left bottom}75%{background-position:right top}}@media (max-width: 1079px){.soyjak{display:none !important}}