:root{--global-text-color: black;--global-bg-color: white;--global-text-secondary-color: gray;--main-padding: 24px}[data-theme=light] pre.astro-code{background-color:#ebebeb!important}[data-theme=dark]{--global-text-color: #cfd2d6;--global-bg-color: #181818;--global-text-secondary-color: #acb2b8;.astro-code,.astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}}*,*:before,*:after{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent}body{margin:0;color:var(--global-text-color);background-color:var(--global-bg-color);font-family:Avenir,Tahoma,sans-serif;letter-spacing:normal}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}h1,h2,h3,h4,h5,h6{font-weight:600;margin-top:0;margin-bottom:0}p{margin-top:0;margin-bottom:0}strong,b{font-weight:500}ul{margin:0;padding:0}a{color:var(--global-text-color);text-decoration:none}figure{margin:0}table{border-collapse:collapse;border-spacing:0}button,input,textarea{padding:0;font:inherit;background:transparent;border:0;-webkit-appearance:none}button,input[type=button],input[type=submit]{cursor:pointer}input,textarea{padding:0;border:0;outline:0}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px #fff inset}img{display:block;max-width:100%}.header{padding-left:24px;padding-right:24px;margin-left:auto;margin-right:auto;height:65px;display:flex;justify-content:space-between;max-width:1024px;align-items:center}.header-links{height:100%;display:flex;align-items:center}.header-links>*+*{margin-left:16px}.header-links>* :hover{color:gray}.logo a{display:block;font-size:24px;font-weight:700;line-height:65px}.main{position:relative;min-height:calc(100vh - 125px);max-width:720px;margin-left:auto;margin-right:auto;padding:var(--main-padding)}.post-header{margin-top:12px;margin-bottom:36px}.post-title{margin-bottom:8px;font-size:36px;transform:translate(-1px)}.post-meta{color:var(--global-text-secondary-color);font-size:16px;letter-spacing:.5px}.post-content{line-height:1.9}.post-content h1{margin-top:48px;margin-bottom:36px}.post-content h2{margin-top:24px;margin-bottom:16px}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:24px;margin-bottom:12px}.post-content h1{font-size:36px}.post-content h2{font-size:28px}.post-content h3{font-size:22px}.post-content h4{font-size:18px}.post-content h5{font-size:16px}.post-content h6{font-size:14px}.post-content a{box-shadow:0 1px 0 var(--global-text-color);transition:color .1s ease-in-out}.post-content a:hover{color:var(--global-text-secondary-color)}.post-content del{text-decoration:none;background:linear-gradient(to right,var(--global-text-color) 100%,transparent 0) 0 50% / 1px 1px repeat-x}.post-content p,.post-content ul,.post-content ol,.post-content dl,.post-content pre,.post-content table{margin-bottom:16px}.post-content table{white-space:nowrap}.remark-table-container{overflow-x:scroll;display:block;width:calc(100% + calc(var(--main-padding) * 2))!important;padding-right:var(--main-padding);padding-left:var(--main-padding);margin-left:calc(var(--main-padding) * -1)}.post-content ul,.post-content ol{padding-left:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-left:0;padding-left:10px}.post-content dt~dt,.post-content dd~dd{margin-top:10px}.post-content table{width:100%;border-collapse:collapse;border-spacing:0}.post-content th,.post-content td{padding:10px;border-bottom:1px solid #eee}.post-content th{font-size:14px;text-align:left}.post-content pre{margin-top:0;line-height:1.7}.post-content .highlight{margin-bottom:32px;background:#0000000a;overflow-x:auto}.post-content .highlight table,.post-content .highlight pre{margin-bottom:0}.post-content .highlight table{width:auto}.post-content .highlight table td{padding:0;border-bottom:0}.post-content pre.astro-code{padding:1rem;border-radius:10px}.post-content #footnote-label{color:transparent;height:0;margin-top:128px;border-top:1px solid #e1e4e8}.post-content .highlight .ln{margin-right:16px;color:#0003}.post-content blockquote{margin:0 0 0 -24px;padding:0 0 0 21px;font-style:italic;border-left:3px solid var(--global-text-color)}.post-content hr{height:0;margin-top:72px;margin-bottom:72px;text-align:center;border:0;overflow:visible}.post-content hr:before{content:"...";display:inline-block;color:var(--global-text-color);font-size:32px;letter-spacing:20px;transform:translate(10px,-36px)}.post-content iframe{max-width:100%}.post-footer{margin-top:48px}.post-tags li{display:inline-block}.post-tags li+li{margin-left:3px}.post-tags a{display:block;padding-left:12px;padding-right:12px;color:var(--global-text-secondary-color);font-size:14px;line-height:32px;background:#f5f5f5;border-radius:2px}.post-tags a:hover{background:#eee}.footer{max-width:640px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;color:var(--global-text-secondary-color);font-size:12px;text-align:center;line-height:60px}.footer span{margin-left:1px;margin-right:1px}.footer a{display:inline-flex;align-items:center;color:inherit}.not-found{left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}#instantclick-bar{display:none}.aligncenter{display:flex;align-items:center;justify-content:center}.posts>*+*{margin-top:2rem}.post-listing{display:grid;grid-template-columns:[date] 64px [title] auto;grid-template-rows:.75rem;-moz-column-gap:16px;column-gap:16px;justify-items:start;align-items:start}.post-listing-date{grid-area:date}.post-listing-title{grid-area:title}.post-listing-date{color:var(--global-text-secondary-color)}.post-listing-title a:hover{text-decoration:underline}.list-year{font-size:2rem;font-weight:900}#theme-switch{color:var(--global-text-color);height:24px;width:24px;border-radius:50%;border:none;background-color:transparent;padding:0;cursor:pointer}#theme-switch>*{width:100%;height:100%}[data-theme=dark] #moon-icon,[data-theme=light] #sun-icon{display:none}
