::selection{background:var(--accent);color:#fff}html,body{margin:0;padding:0;box-sizing:border-box;--font-serif: "IBM Plex Serif", "Noto Serif SC", "Songti SC", "STSong", serif;--font-mono: "JetBrains Mono", "Menlo", "Monaco", monospace;--foreground-default: #222;--foreground-light: #778;--foreground-visited: #99a;--background-default: #f8f8f8;--background-block: #eee;--accent: #11b6a5}html{font-size:18px}body{font-family:var(--font-serif);color:var(--foreground-default);background:var(--background-default);border-bottom:8px solid var(--foreground-default);display:flex;flex-direction:column;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}header,footer{flex-grow:0;flex-shrink:0}main{flex-grow:1;flex-shrink:0}header,main,footer{background:var(--background-default)}a{color:var(--foreground-default)}.overlay{max-width:unset;width:calc(100% - 32px);margin-left:auto;margin-right:auto}@media only screen and (min-width:600px){.overlay{max-width:700px}}h1,h2,h3,h4{font-weight:400;line-height:1.4em;color:var(--foreground-default);margin:2em 0 1em}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1em}@media only screen and (min-width:600px){h1{font-size:2.5rem}h1,h2,h3,h4{margin-top:1.5em;margin-bottom:1em}}p,li{font-size:1rem;line-height:1.8em;margin:1em 0}article h2,article h3,article h4{font-weight:700}main a{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:.0625em;transition:text-decoration-color .2s}main a:hover{text-decoration-color:var(--foreground-light)}header{background:var(--background-default);height:100px}header a{text-decoration:none}header a:hover{text-decoration:underline}header .overlay,nav{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;height:100%}.home{font-weight:700;margin-right:24px}nav a{margin-right:16px}nav a[aria-current=page]{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:.0625em}footer .overlay{height:80px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:32px}footer .left{font-style:italic;color:var(--foreground-light);font-size:.85em}footer .right{height:1em}footer .right .square{display:inline-block;height:1em;width:1em;background:var(--foreground-default)}.type-home h1{margin-top:1em;font-weight:700}.today-date{font-weight:400;color:var(--foreground-light);font-size:1.25rem;border-bottom:1px dashed var(--foreground-light);padding-bottom:.25em;margin-top:3em}.today-date:first-of-type{margin-top:1em}.today-item{margin:1.5em 0}.today-item ul{padding-left:1.25em}.today-item li{margin:.5em 0}.postlist-year{font-weight:400;color:var(--foreground-light);font-size:1.25rem;border-bottom:1px dashed var(--foreground-light);padding-bottom:.25em;margin-top:3em}.postlist-year:first-of-type{margin-top:1em}.postlist p{margin:.75em 0}.postlist p a{text-decoration:none}.postlist p a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px}.postlist p a:visited{color:var(--foreground-visited)}.dateprefix{font-size:.8em;font-style:italic;color:var(--foreground-light);margin-left:.5em;white-space:nowrap}.stage{display:inline-block;font-size:.7em;color:var(--foreground-light);margin-left:.5em;padding:0 .4em;border:1px solid var(--foreground-light);border-radius:2px;text-transform:lowercase;vertical-align:middle}.stage-evergreen{color:var(--accent);border-color:var(--accent)}.subject-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:2em 0}@media only screen and (min-width:600px){.subject-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.subject-grid a{display:block;padding:1.25em 1em;background:var(--background-block);text-decoration:none;text-align:center;border-top:3px solid transparent;transition:border-top-color .2s}.subject-grid a:hover{border-top-color:var(--accent)}.subject-grid .name{font-weight:700;display:block}.subject-grid .count{font-size:.8em;color:var(--foreground-light);margin-top:.35em;display:block}.hero{padding-top:32px;margin-bottom:36px}.meta{color:var(--foreground-light);font-size:.9em;font-style:italic;margin-top:-.5em}article p img{margin:1.5em 0;width:100%;max-width:700px}@media only screen and (max-width:600px){article p img{width:100vw;max-width:unset;position:relative;left:-16px}}.ai-comment{margin:2em 0;padding:1em 1.25em;background:var(--background-block);border-left:3px solid var(--accent)}.ai-comment h3{margin-top:0;font-size:1rem;color:var(--foreground-light);font-weight:400}.bias-history{margin:2em 0}.bias-history h3{font-size:1rem;color:var(--foreground-light);font-weight:400}.bias-history li{margin:.5em 0}.bias-history .bias-date{font-style:italic;color:var(--foreground-light);margin-right:.5em}pre,code{font-family:var(--font-mono)}pre{display:block;margin:1.5em 0;background:var(--background-block);overflow-x:auto;padding:1em;border-radius:0;font-size:.9em;line-height:1.6em}code{background:var(--background-block);font-size:.9em}li code,p code{padding:3px 5px}blockquote{margin:1.5em 0;padding:0 0 0 1.5em;border-left:3px solid var(--foreground-light);color:var(--foreground-light)}blockquote p{margin:.5em 0}hr{border:0;border-top:1px dashed var(--foreground-light);margin:3em 0}.heatmap{margin:3em 0 2em;overflow-x:auto}.heatmap-title{font-size:.9em;color:var(--foreground-light);font-style:italic;margin-bottom:.75em}.heatmap-grid{display:inline-grid;grid-auto-flow:column;grid-template-rows:repeat(7,10px);gap:2px}.heatmap-cell{width:10px;height:10px;background:var(--background-block);border-radius:2px}.heatmap-cell[data-level="1"]{background:#d4f0eb}.heatmap-cell[data-level="2"]{background:#7fd9ca}.heatmap-cell[data-level="3"]{background:#2cbfa9}.heatmap-cell[data-level="4"]{background:#11b6a5}.heatmap-summary{font-size:.85em;color:var(--foreground-light);margin-top:.75em}@media only screen and (max-width:600px){.home{font-size:1rem}nav a{font-size:.9rem;margin-right:12px}header{height:80px}}
