@font-face{font-family:Server Mono;src:url(/fonts/ServerMono-Regular.woff2) format("woff2"),url(/fonts/ServerMono-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--color-black: rgba(0, 0, 0, 1);--color-white: rgba(255, 255, 255, 1);--color-gray-10: rgba(244, 244, 244, 1);--color-gray-20: rgba(224, 224, 224, 1);--color-gray-30: rgba(198, 198, 198, 1);--color-gray-40: rgba(168, 168, 168, 1);--color-gray-50: rgba(141, 141, 141, 1);--color-gray-70: rgba(82, 82, 82, 1);--color-gray-80: rgba(57, 57, 57, 1);--color-gray-90: rgba(38, 38, 38, 1);--color-neon-green: rgba(92, 255, 59, 1);--color-orange-light: rgba(255, 238, 140, 1);--color-orange-dark: rgba(214, 180, 67, 1);--font-mono: "Server Mono", "SF Mono", "Consolas", monospace;--font-size: 16px;--line-height: 1.25;--theme-bg: var(--color-white);--theme-text: var(--color-black);--theme-border: var(--color-gray-20);--theme-border-subdued: rgba(168, 168, 168, .2);--theme-surface: var(--color-gray-10);--theme-muted: var(--color-gray-50);--theme-highlight: var(--color-orange-light);--theme-button-bg: var(--color-gray-20);--theme-button-fg: var(--color-gray-30)}[data-theme=dark]{--theme-bg: var(--color-black);--theme-text: var(--color-white);--theme-border: var(--color-gray-80);--theme-border-subdued: rgba(82, 82, 82, .3);--theme-surface: var(--color-gray-90);--theme-muted: var(--color-gray-50);--theme-highlight: var(--color-orange-dark);--theme-button-bg: var(--color-gray-80);--theme-button-fg: var(--color-gray-90)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{background:var(--theme-bg);color:var(--theme-text);font-family:var(--font-mono);font-size:var(--font-size);line-height:calc(var(--line-height) * 1rem);font-weight:400;font-variant-numeric:tabular-nums lining-nums;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}a{background:var(--theme-border-subdued);color:var(--theme-text);text-decoration:none}a:hover,a:focus{background:var(--theme-highlight);color:var(--theme-text);outline:0}::selection{background:var(--theme-text);color:var(--theme-bg)}.layout{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;max-width:80ch;margin:0 auto;width:100%}.grid{display:block;padding:calc(var(--font-size) * var(--line-height)) 2ch}.nav{background:var(--theme-border);position:sticky;top:0;z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:80ch;margin:0 auto;width:100%;padding:0 1ch}.nav-brand{flex-shrink:0;padding:0 1ch;display:inline-flex;color:var(--theme-text);background:var(--theme-border);text-decoration:none;font-size:var(--font-size)}.nav-brand:hover,.nav-brand:focus{background:var(--theme-highlight);color:var(--theme-text)}.nav-links{display:flex;align-items:center}.nav-links a{padding:0 1ch;background:var(--theme-border);display:inline-flex;align-items:center;height:calc(var(--font-size) * var(--line-height))}.nav-links a:hover,.nav-links a:focus,.nav-links a.active{background:var(--theme-highlight)}.theme-toggle{font-family:var(--font-mono);font-size:var(--font-size);background:var(--theme-border);border:none;color:var(--theme-text);cursor:pointer;padding:0 1ch;height:calc(var(--font-size) * var(--line-height));display:inline-flex;align-items:center}.theme-toggle:hover{background:var(--theme-highlight)}.divider{border:0;display:flex;align-items:center;justify-content:center;height:calc(var(--font-size) * var(--line-height));width:100%}.divider:after{content:"";display:block;height:2px;width:100%;background:var(--theme-text)}.footer{padding:calc(var(--font-size) * var(--line-height)) 2ch;max-width:80ch;margin:0 auto;width:100%}.footer-inner{display:flex;justify-content:space-between;color:var(--theme-muted)}.post-list{display:flex;flex-direction:column}.post-card{position:relative;display:block}.post-card-action{display:flex;align-items:flex-end;justify-content:space-between}.post-card-title-bar{min-width:10%;width:100%;box-shadow:inset 2px 0 0 0 var(--theme-text),inset 0 2px 0 0 var(--theme-text);padding:calc(var(--font-size) * .5 * var(--line-height)) 2ch 0 1ch}.post-card-date-bar{flex-shrink:0;box-shadow:inset -2px 0 0 0 var(--theme-text),inset 0 2px 0 0 var(--theme-text);padding:calc(var(--font-size) * .5 * var(--line-height)) 1ch 0 1ch;color:var(--theme-muted)}.post-card-body{box-shadow:inset 2px 0 0 0 var(--theme-text),inset -2px 0 0 0 var(--theme-text),inset 0 -2px 0 0 var(--theme-text);padding:calc(var(--line-height) * .5rem) 2ch calc(var(--line-height) * 1rem) 2ch}.post-card-summary{color:var(--theme-muted)}.post-card-tags{display:flex;flex-wrap:wrap;gap:0;margin-top:calc(var(--line-height) * .5rem)}.tag{font-family:var(--font-mono);background:var(--theme-button-fg);padding:0 1ch;font-size:var(--font-size);border:1px solid var(--theme-border);color:var(--theme-text);cursor:pointer;transition:.2s ease all}[data-theme=dark] .tag{background:var(--color-gray-70)}.tag:hover{border-color:var(--theme-text)}.post-card-id,.detail-id{background:var(--theme-button-fg);padding:0 1ch;margin-right:1ch}.search-bar{display:flex;align-items:center;margin-bottom:calc(var(--line-height) * .5rem);border-bottom:2px solid var(--theme-text)}.search-prompt{flex-shrink:0;color:var(--theme-muted);width:2ch;-webkit-user-select:none;user-select:none}.search-input{flex:1;font-family:var(--font-mono);font-size:var(--font-size);line-height:calc(var(--line-height) * 1rem);background:transparent;color:var(--theme-text);border:none;outline:none;padding:calc(var(--line-height) * .25rem) 0}.search-input::placeholder{color:var(--theme-muted)}.search-clear{flex-shrink:0;font-family:var(--font-mono);font-size:var(--font-size);background:transparent;color:var(--theme-muted);border:none;cursor:pointer;padding:0 1ch;line-height:calc(var(--line-height) * 1rem)}.search-clear:hover{color:var(--theme-text);background:var(--theme-highlight)}.exp-table-empty{color:var(--theme-muted);padding-top:calc(var(--line-height) * .5rem)}.exp-table{width:100%;border-collapse:collapse;table-layout:fixed}.exp-table-th{text-align:left;padding:0 1ch calc(var(--line-height) * .25rem) 0;color:var(--theme-muted);font-weight:400;white-space:nowrap;border-bottom:2px solid var(--theme-text)}.exp-table-th:last-child{padding-right:0}.exp-table-sort{font-family:var(--font-mono);font-size:var(--font-size);line-height:calc(var(--line-height) * 1rem);color:inherit;background:transparent;border:none;padding:0;display:inline-flex;align-items:center;gap:.5ch;cursor:pointer}.exp-table-sort:hover,.exp-table-sort:focus{background:var(--theme-highlight);outline:none}.exp-table-sort-indicator{color:var(--theme-muted)}.exp-table-th-id{width:6ch}.exp-table-th-title{width:auto}.exp-table-th-date{width:12ch}.exp-table-th-tags{display:none}.exp-table-row:hover{background:var(--theme-border-subdued)}.exp-table-td{padding:calc(var(--line-height) * .25rem) 1ch calc(var(--line-height) * .25rem) 0;vertical-align:baseline;border-bottom:1px solid var(--theme-border-subdued);overflow:hidden;text-overflow:ellipsis}.exp-table-td:last-child{padding-right:0}.exp-table-id,.exp-table-date{white-space:nowrap;color:var(--theme-muted)}.exp-table-tags{display:none}.exp-table-tags .tag{margin-right:0}@media(min-width:601px){.exp-table-th-tags{display:table-cell;width:40%}.exp-table-tags{display:table-cell}}.accordion{display:block}.accordion-header{font-family:var(--font-mono);font-size:var(--font-size);width:100%;text-align:left;background:transparent;border:none;color:var(--theme-text);padding:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:.2s ease background}.accordion-header:hover{background:var(--theme-highlight)}.accordion-indicator{flex-shrink:0;-webkit-user-select:none;user-select:none;width:2ch;text-align:center}.accordion-title{min-width:10%;width:100%;-webkit-user-select:none;user-select:none;transition:.2s ease padding-left;padding-left:0}.accordion-header[aria-expanded=true] .accordion-title{padding-left:1ch}.accordion-content{padding:0 0 calc(var(--line-height) * 1rem) 2ch;color:var(--theme-muted)}.action-item{align-items:flex-start;background:transparent;color:var(--theme-text);cursor:pointer;display:flex;text-decoration:none;border:0;outline:0}.action-item:hover,.action-item:focus{background:transparent;color:var(--theme-text)}.action-item:hover .action-icon,.action-item:focus .action-icon{background:var(--theme-highlight)}.action-icon{align-items:center;background:var(--theme-button-fg);display:inline-flex;flex-shrink:0;height:calc(var(--font-size) * var(--line-height));justify-content:center;width:3ch;-webkit-user-select:none;user-select:none}.action-text{align-items:center;align-self:stretch;background:var(--theme-button-bg);display:inline-flex;padding:0 1ch;width:100%;-webkit-user-select:none;user-select:none}.hero{padding-bottom:0}.page-subtitle{color:var(--theme-muted)}.back-link{background:var(--theme-button-fg);padding:0 1ch}.back-link:hover{background:var(--theme-highlight)}.detail-header{margin-bottom:0}.detail-date{color:var(--theme-muted)}.detail-content p{margin-bottom:calc(var(--line-height) * 1rem)}.detail-content p:last-child{margin-bottom:0}.content-figure{margin:calc(var(--line-height) * 1rem) 0;box-shadow:inset 2px 0 0 0 var(--theme-text),inset -2px 0 0 0 var(--theme-text),inset 0 -2px 0 0 var(--theme-text),inset 0 2px 0 0 var(--theme-text);padding:calc(var(--line-height) * .5rem) 2ch}.content-figure img{display:block;width:100%;height:auto}.content-figure figcaption{margin-top:calc(var(--line-height) * .5rem);color:var(--theme-muted)}.about-section h2{margin-bottom:calc(var(--line-height) * .5rem)}.about-section p{color:var(--theme-muted);margin-bottom:calc(var(--line-height) * 1rem)}.about-section p:last-child{margin-bottom:0}.view-all a{background:var(--theme-button-fg);padding:0 1ch}.view-all a:hover{background:var(--theme-highlight)}@media(max-width:600px){:root{--font-size: 14px}.nav-inner{flex-wrap:wrap}}.filter-controls{display:flex;align-items:center;gap:1ch;margin:calc(var(--line-height) * .5rem) 0}.filter-toggle{font-family:var(--font-mono);font-size:var(--font-size);background:transparent;border:1px solid var(--theme-border);color:var(--theme-text);padding:calc(var(--line-height) * .25rem) 2ch;cursor:pointer;transition:.2s ease all;display:flex;align-items:center;gap:1ch}.filter-toggle:hover{background:var(--theme-highlight)}.filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2ch;height:2ch;background:var(--theme-text);color:var(--theme-bg);border-radius:1ch;font-size:calc(var(--font-size) * .85);padding:0 .5ch}.filter-clear{font-family:var(--font-mono);font-size:var(--font-size);background:transparent;border:1px solid var(--theme-border);color:var(--theme-muted);padding:calc(var(--line-height) * .25rem) 2ch;cursor:pointer;transition:.2s ease all}.filter-clear:hover{color:var(--theme-text);border-color:var(--theme-text)}.filter-panel{border:1px solid var(--theme-border);padding:calc(var(--line-height) * 1rem) 2ch;margin-bottom:calc(var(--line-height) * 1rem);background:var(--theme-bg)}.filter-section{margin-bottom:calc(var(--line-height) * 1rem)}.filter-section:last-child{margin-bottom:0}.filter-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:calc(var(--line-height) * .5rem)}.tag-mode-toggle{display:flex;gap:0;border:1px solid var(--theme-border);overflow:hidden}.tag-mode-btn{font-family:var(--font-mono);font-size:calc(var(--font-size) * .9);background:transparent;border:none;color:var(--theme-muted);padding:calc(var(--line-height) * .25rem) 1.5ch;cursor:pointer;transition:.2s ease all;border-right:1px solid var(--theme-border)}.tag-mode-btn:last-child{border-right:none}.tag-mode-btn:hover{background:var(--theme-highlight)}.tag-mode-btn.active{background:var(--theme-text);color:var(--theme-bg)}.tag-filter-list{display:flex;flex-wrap:wrap;gap:.5ch}.tag-filter{font-family:var(--font-mono);background:var(--theme-button-fg);color:var(--theme-text);cursor:pointer;transition:.2s ease all;border:1px solid var(--theme-border)}[data-theme=dark] .tag-filter{background:var(--color-gray-70)}.tag-filter:hover{border-color:var(--theme-text)}.tag-selected{background:var(--theme-text);color:var(--theme-bg);border-color:var(--theme-text)}.sort-options{display:flex;flex-wrap:wrap;gap:.5ch}.sort-option{font-family:var(--font-mono);font-size:var(--font-size);background:transparent;border:1px solid var(--theme-border);color:var(--theme-muted);padding:calc(var(--line-height) * .25rem) 2ch;cursor:pointer;transition:.2s ease all}.sort-option:hover{border-color:var(--theme-text);color:var(--theme-text)}.sort-option.active{background:var(--theme-text);color:var(--theme-bg);border-color:var(--theme-text)}.filter-summary{color:var(--theme-muted);font-size:calc(var(--font-size) * .9);padding-top:calc(var(--line-height) * .5rem);border-top:1px solid var(--theme-border-subdued)}
