@import"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.cdnfonts.com/css/red-hat-display";:root{--color-bg: #2e2e2e;--color-text: #ffffff;--color-link: #93e3fd;--color-shadow: #e33d94;--color-highlight: #fff47a;--color-highlight-hover: #ff4b8a;--font-headlines: "Red Hat Display", "Red Hat Display Black", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;--font-body: "Atkinson Hyperlegible", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-meta: "Atkinson Hyperlegible", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--content-max-width: 720px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}html,body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:1.0625rem;line-height:1.6}a{color:var(--color-link);text-decoration-thickness:1px;text-underline-offset:2px}a:hover,a:focus{text-decoration-thickness:2px}h1,h2,h3,h4,h5,h6{font-family:var(--font-headlines);line-height:1.2;text-shadow:-.05em .05em 0 var(--color-shadow),-.03em .03em 3px var(--color-shadow)}h2 a,h3 a{color:var(--color-text);text-decoration:none}img{max-width:100%;height:auto}hr{border:none;border-top:1px solid #585858;margin:2rem 0}.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:1rem;top:1rem;background:var(--color-bg);padding:.5rem 1rem;border:1px solid var(--color-text)}.site-header{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1rem;max-width:var(--content-max-width);margin:0 auto}.site-header-avatar-link{display:inline-block;line-height:0}.site-header-avatar-link .avatar{display:block;width:72px;height:72px;object-fit:contain}.site-title a{font-family:var(--font-headlines);font-size:2.5rem;line-height:1.1;letter-spacing:-.03em;font-weight:1000;color:var(--color-text);text-decoration:none}.site-nav{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem;flex-wrap:nowrap}.site-nav li{flex:0 0 auto;white-space:nowrap}@media(max-width:480px){.site-nav ul{gap:1rem;font-size:.95rem}}.site-nav a{position:relative;isolation:isolate;color:var(--color-text);text-decoration:none;font-family:var(--font-meta);font-weight:700}.site-nav a:before{content:"";position:absolute;left:0;bottom:-.05em;width:100%;height:.35em;background:var(--color-highlight);z-index:-1}.site-nav a:hover:before,.site-nav a:focus:before{background:var(--color-highlight-hover)}.site-main{max-width:var(--content-max-width);margin:0 auto;padding:0 1.5rem 2rem}.site-footer{max-width:var(--content-max-width);margin:1.5rem auto 2rem;padding:0 1.5rem 1.5rem;font-family:var(--font-meta);font-size:.875rem;opacity:.8;text-align:center}.site-footer p{margin:.5rem 0}.site-copyright{margin-top:1.5rem!important;opacity:.85}.site-hr-above-footer{max-width:var(--content-max-width);margin:3rem auto 0}.t-list-of-posts{list-style:none;padding:0;margin:0 0 1rem}.t-list-of-posts li{padding:.35rem 0;display:grid;grid-template-columns:4.5rem 1fr;gap:.75rem;align-items:baseline}.t-list-of-posts time{font-family:var(--font-meta);font-size:.875rem;opacity:.7;white-space:nowrap}.t-list-of-posts .post-list-date{color:inherit;text-decoration:none;white-space:nowrap}.t-list-of-posts .post-list-date:hover,.t-list-of-posts .post-list-date:focus{text-decoration:underline;text-decoration-color:var(--color-link);text-underline-offset:2px}.post-body p{margin:0 0 1em}.post-body blockquote{margin:1.5em 0;padding-left:1em;border-left:3px solid var(--color-shadow);font-style:italic;opacity:.95}.post-meta{font-family:var(--font-meta);font-size:.875rem;opacity:.7}.post-meta a{color:inherit}.post-feed-entry{margin-bottom:2.5rem}.post-feed-entry>header{margin-bottom:1rem}.post-feed-entry>header h2{margin:0 0 .25rem;font-size:1.6rem}.post-feed-entry>header h2 a{color:var(--color-text);text-decoration:none}.post-feed-entry>header h2 a:hover{text-decoration:underline}.post-feed-entry>hr{margin:2.5rem 0 0}.notes-box{border:1px solid #585858;border-radius:6px;padding:1.25rem 1.5rem;background:#ffffff04}.notes-box>h2{margin-top:0}.two-col-feed{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.two-col-feed>section:first-child{padding-right:2rem;border-right:1px solid #585858}@media(max-width:600px){.two-col-feed{grid-template-columns:1fr;gap:1rem}.two-col-feed>section:first-child{padding-right:0;padding-bottom:1.5rem;border-right:none;border-bottom:1px solid #585858}}.photo-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1rem 0}.photo-tile{display:block;aspect-ratio:1 / 1;overflow:hidden;background:#ffffff0a;border-radius:4px;transition:transform .15s ease}.photo-tile:hover,.photo-tile:focus{transform:scale(1.02)}.photo-tile img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:600px){.photo-tiles{grid-template-columns:repeat(2,1fr)}}.library-row{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin:1rem 0}.library-row-cover{display:block;aspect-ratio:2 / 3;overflow:hidden;background:#ffffff0a;border-radius:4px;transition:transform .15s ease}.library-row-cover:hover,.library-row-cover:focus{transform:scale(1.02)}.library-row-cover img{width:100%;height:100%;object-fit:contain;display:block}.library-row-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-transform:uppercase;font-size:.7rem;letter-spacing:.15em;opacity:.5}@media(max-width:700px){.library-row{grid-template-columns:repeat(3,1fr)}.library-row>*:nth-child(n+4){display:none}}.link-blog-title,.link-blog-title:visited{color:var(--color-text);text-decoration:none}.link-blog-title:hover,.link-blog-title:focus{color:var(--color-text);text-decoration:underline;text-decoration-color:var(--color-text);text-underline-offset:4px;text-decoration-thickness:2px}.pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin:3rem 0 1rem;font-family:var(--font-meta);font-size:.9rem}.pagination-link{color:var(--color-link)}.pagination-info{opacity:.7}.pagination-disabled{opacity:.3}
