*{box-sizing:border-box}:root{--top-bar-bg-color:#fff;--top-bar-height:48px;--nav-bar-bg-color:#fff;--nav-bar-height:36px;--header-height:84px;--sidebar-width:246px;--middle-max-width:768px;--z-header:1000;--z-sidebar:900;--z-overlay:800;--z-fab:1100}body{color:#222;font-family:sans-serif;font-size:16px;line-height:1.4;margin:0;min-height:100vh;display:flex;flex-direction:column}.wrapper{max-width:1360px;margin:0 auto}header{position:sticky;top:0;z-index:var(--z-header);box-shadow:0 3px 6px rgba(0,0,0,.1)}.top-bar{background-color:var(--top-bar-bg-color);height:var(--top-bar-height)}.top-bar>.wrapper{height:100%;display:flex;align-items:center}.top-bar a{text-decoration:none;color:#000}.top-bar button{cursor:pointer;border:none;background:0 0}.top-bar-left,.top-bar-right{flex:1;display:flex;padding:0 10px}.top-bar-right{justify-content:flex-end;align-items:center}.site-logo{height:1rem;width:auto;margin-right:.5rem}.site-title{font-size:1.6rem;font-weight:700}.nav-bar{background-color:var(--nav-bar-bg-color);height:var(--nav-bar-height);border-top:1px solid #ddd}.nav-bar>.wrapper{height:100%;display:flex;align-items:end}#navMenu nav{width:100%}#navMenu ul{display:flex;list-style:none;margin:0;padding:0;justify-content:center}#navMenu a{text-decoration:none;color:#222;font-weight:500;display:inline-block;margin:0 .5rem}#navMenu a:hover{color:#822cd9}#navMenu a.active,#navMenu a.ancestor{color:#822cd9;border-bottom:.3rem solid #822cd9}.menu-toggle{visibility:hidden}footer{background-color:#eee}footer>.wrapper{height:5rem;text-align:center}main{display:flex;flex:1;background-color:#f8f8f8}main>.wrapper{display:flex;justify-content:center}.middle-container{flex:0 0 var(--middle-max-width);padding:0 12px;display:flex;flex-direction:column}.sticky-bottom-bar{position:sticky;bottom:60px;display:flex}.toggle-left,.toggle-right{visibility:hidden;cursor:pointer}.toggle-left{margin-right:auto}.toggle-right{margin-left:auto}.sidebar-left,.sidebar-right{flex:0 0 var(--sidebar-width);width:var(--sidebar-width);display:flex;flex-direction:column;position:sticky;top:var(--header-height);max-height:calc(100vh - var(--header-height))}.overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:800;opacity:0;transition:opacity .3s ease}@media print{header,footer{display:none}}@media(max-width:1280px){.sidebar-right{display:none}}@media(max-width:1024px){.sidebar-left{display:none}}@media(max-width:768px){:root{--header-height:48px}.nav-bar{display:none}.nav-bar.show{display:block;position:fixed;width:100%;height:100%}.nav-bar>.wrapper{align-items:flex-start}#navMenu ul{flex-direction:column}#navMenu ul li{padding:8px 10px}.menu-toggle{visibility:visible}.middle-container{flex:auto;width:100%;max-width:100%}}.content img{display:block;width:80%;max-height:calc(80vw * 2/3);margin:0 auto}#TableOfContents{max-height:calc(100vh - 10rem);overflow-y:auto}#TableOfContents ul{list-style:none;margin:0;padding:0}#TableOfContents ul li{padding-left:.5rem}#TableOfContents ul li{margin-left:4px}#TableOfContents a{text-decoration:none;color:#999}#TableOfContents a:hover,#TableOfContents a:focus{color:#000;border-bottom:.1rem solid #000}.docs-date-container{margin-top:.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.2rem 1rem;color:#666}.docs-buttons{position:absolute;top:0;right:0}.docs-tree{overflow-y:auto;font-size:14px}.docs-tree svg{width:18px;height:18px;vertical-align:sub}.docs-tree ul{list-style:none;margin:0;padding:0}.docs-tree a{display:block;text-decoration:none;color:#333;cursor:pointer;position:relative}.docs-tree a::after{content:"";position:absolute;top:0;left:-999px;right:0;bottom:0;z-index:-1;transition:background-color .2s}.docs-tree a:hover::after{background-color:#cec4b8}.docs-tree a.active::after{background-color:#7ca3cc}.docs-tree a:hover,.docs-tree a.active{color:#fff}.docs-tree ul ul ul{border-left:1px solid #666;margin-left:4px}.docs-tree ul ul li{padding-left:.5rem}.docs-tree-section{font-weight:600}.docs-tree details>summary{list-style:none;cursor:pointer}.docs-tree details>summary::-webkit-details-marker{display:none}.docs-folder-open{display:none}.docs-tree details[open]>summary .docs-folder-open{display:inline-block}.docs-tree details[open]>summary .docs-folder-closed{display:none}.breadcrumbs-list{list-style:none;display:flex;flex-wrap:wrap;margin:6px 0;padding:0;font-size:14px}.breadcrumbs-list li{display:flex;color:#555}.breadcrumbs-list a{text-decoration:none;color:#0073e6;transition:color .2s}.breadcrumbs-list a:hover{text-decoration:underline;color:#1d1aeb}.breadcrumbs-list li:not(:last-child)::after{content:"›";margin:0 4px;font-size:24px;line-height:14px}.posts-year-section{margin:1.2rem 0}.posts-year-section-header{position:sticky;top:var(--top-bar-height);display:flex;justify-content:space-between;align-items:baseline}.posts-year-section :target::before{content:"";display:block;padding-top:120px;margin-top:-120px}.posts-year-section ul{list-style:none;margin:0;padding:0}.posts-date-year{font-size:1.6rem;font-weight:700;color:#1f2937}.year-count{display:inline-flex;align-items:baseline;gap:.3rem;color:#6b7280}.posts-item{display:flex;align-items:stretch;padding:8px 16px;border-bottom:1px solid #e8eaee;gap:12px}.posts-item+.posts-item{margin-top:0}.posts-item:hover{background-color:initial}.posts-featured{flex:0 0 150px;width:180px;height:120px;display:block;overflow:hidden;border-radius:8px;border:1px solid #eceff3;background:0 0}.posts-featured img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .28s ease}.posts-item:hover .posts-featured img{transform:scale(1.05)}.posts-date{flex:0 0 56px;display:flex;flex-direction:column;justify-content:center}.posts-date-month{align-self:flex-start;text-align:left;font-size:1.2rem;font-weight:600;text-transform:uppercase;color:#111827}.posts-date-day{align-self:flex-end;text-align:right;font-size:1.8rem;font-weight:600;letter-spacing:.06em;color:#6b7280}.posts-pro{flex:auto;min-width:0;display:flex;flex-direction:column}.posts-title{font-size:1.2rem;font-weight:600;color:#222;text-decoration:none;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;user-select:text;-webkit-user-select:text}.posts-summary{margin:0;color:#6b7280;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.posts-tags{margin-top:auto;min-width:0;color:#7a8794;font-size:.85rem;white-space:nowrap;overflow:hidden}.posts-tag{display:inline;color:inherit;background:0 0;border:0;padding:0;text-decoration:none;white-space:nowrap}.posts-tag::before{content:"#";margin-right:.1rem}.posts-tag+.posts-tag{margin-left:.7rem}.posts-tag:hover{color:#0b63b8;background:0 0}.posts-title:hover{color:#0b63b8;text-decoration:underline;text-underline-offset:2px}.page-featured img{width:100%;height:auto;object-fit:cover;object-position:center}.ephemera-stream{margin:0 auto}.ephemera-card{display:flex;min-width:300px;max-height:300px;border-bottom:1px solid #ddd}.older-items{min-height:3rem;display:flex;align-items:center;justify-content:center;color:#777;font-size:.95rem;letter-spacing:.04em;margin:.5rem 0 1.5rem}.older-items-fallback{margin:1rem 0 2rem;text-align:center}.ephemera-item{display:flex;flex-wrap:wrap;margin:12px 0;row-gap:4px;column-gap:10px}.ephemera-item>.ephemera-header{flex-basis:100%;position:relative}.ephemera-item>.ephemera-header>.location{position:absolute;left:226px;color:grey}.ephemera-content{flex:1;margin-top:-12px}.sudoku{display:grid}.sudoku img{width:100%;height:100%;object-fit:cover;object-position:center}.sudoku-1{grid-template-columns:154px;grid-template-rows:154px}.sudoku-2{grid-template-columns:repeat(2,76px);grid-template-rows:repeat(2,76px);gap:2px}.sudoku-2 img:nth-child(1){grid-column:1;grid-row:1/3}.sudoku-2 img:nth-child(2){grid-column:2;grid-row:1/3}.sudoku-3{grid-template-columns:repeat(2,76px);grid-template-rows:repeat(2,76px);gap:2px}.sudoku-3 img:nth-child(1){grid-column:1;grid-row:1/3}.sudoku-3 img:nth-child(2){grid-column:2;grid-row:1}.sudoku-3 img:nth-child(3){grid-column:2;grid-row:2}.sudoku-4{grid-template-columns:repeat(2,76px);grid-template-rows:repeat(2,76px);gap:2px}.sudoku-5{grid-template-columns:repeat(3,50px);grid-template-rows:repeat(3,50px);gap:2px}.sudoku-5 img:nth-child(1){grid-column:1/3;grid-row:1/3}.sudoku-5 img:nth-child(2){grid-column:3;grid-row:1/3}.sudoku-5 img:nth-child(3){grid-column:1;grid-row:3}.sudoku-5 img:nth-child(4){grid-column:2;grid-row:3}.sudoku-5 img:nth-child(5){grid-column:3;grid-row:3}.sudoku-6{grid-template-columns:repeat(3,50px);grid-template-rows:repeat(3,50px);gap:2px}.sudoku-6 img:nth-child(1){grid-column:1/3;grid-row:1/3}.sudoku-6 img:nth-child(2){grid-column:3;grid-row:1}.sudoku-6 img:nth-child(3){grid-column:3;grid-row:2}.sudoku-6 img:nth-child(4){grid-column:1;grid-row:3}.sudoku-6 img:nth-child(5){grid-column:2;grid-row:3}.sudoku-6 img:nth-child(6){grid-column:3;grid-row:3}.sudoku-7{grid-template-columns:repeat(3,50px);grid-template-rows:repeat(3,50px);gap:2px}.sudoku-7 img:nth-child(1){grid-column:1;grid-row:1/3}.sudoku-7 img:nth-child(2){grid-column:2;grid-row:1/3}.sudoku-7 img:nth-child(3){grid-column:3;grid-row:1}.sudoku-7 img:nth-child(4){grid-column:3;grid-row:2}.sudoku-7 img:nth-child(5){grid-column:1;grid-row:3}.sudoku-7 img:nth-child(6){grid-column:2;grid-row:3}.sudoku-7 img:nth-child(7){grid-column:3;grid-row:3}.sudoku-8{grid-template-columns:repeat(3,50px);grid-template-rows:repeat(3,50px);gap:2px}.sudoku-8 img:nth-child(1){grid-column:1;grid-row:1/3}.sudoku-8 img:nth-child(2){grid-column:2;grid-row:1}.sudoku-8 img:nth-child(3){grid-column:3;grid-row:1}.sudoku-8 img:nth-child(4){grid-column:2;grid-row:2}.sudoku-8 img:nth-child(5){grid-column:3;grid-row:2}.sudoku-8 img:nth-child(6){grid-column:1;grid-row:3}.sudoku-8 img:nth-child(7){grid-column:2;grid-row:3}.sudoku-8 img:nth-child(8){grid-column:3;grid-row:3}.sudoku-9{grid-template-columns:repeat(3,50px);grid-template-rows:repeat(3,50px);gap:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1rem}.project-card{border:1px solid #ddd;overflow:hidden;display:flex;flex-direction:row;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}.project-info{flex:1;padding:1rem}.project-title{font-size:1.2rem;margin-bottom:.5rem}.project-desc{font-size:.95rem;color:#555;margin-bottom:1rem}.project-featured img{padding:1rem}.project-featured img{width:60px;height:60px;object-fit:cover;object-position:center;border-left:1px solid #ddd}