:root{--color-bg: #ffffff;--color-text: #1a1a1a;--color-text-muted: #666666;--color-border: #e5e5e5;--color-link: #1a1a1a;--color-link-hover: #666666;--color-accent: #0066cc;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-serif: Georgia, "Times New Roman", Times, serif;--font-mono: "SF Mono", Monaco, "Cascadia Code", monospace;--font-body: var(--font-serif);--max-width: 640px;--spacing-unit: 1rem}[data-theme=dark]{--color-bg: #121212;--color-text: #e5e5e5;--color-text-muted: #999999;--color-border: #333333;--color-link: #e5e5e5;--color-link-hover: #999999;--color-accent: #66b3ff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.7;color:var(--color-text);background-color:var(--color-bg);transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;text-wrap:balance}h1{font-size:1.75rem;margin-bottom:1rem}h2{font-size:1.375rem;margin-bottom:.75rem}h3{font-size:1.125rem;margin-bottom:.5rem}p{margin-bottom:1.25rem}a{color:var(--color-link);text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}a:hover{color:var(--color-link-hover)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{padding:2rem 0;border-bottom:1px solid var(--color-border);margin-bottom:2rem}.site-header__inner{display:flex;justify-content:space-between;align-items:center}.site-title{font-family:var(--font-sans);font-size:1.125rem;font-weight:600;text-decoration:none}.site-title:hover{color:var(--color-text)}.site-nav{display:flex;align-items:center;gap:1.5rem}.site-nav a{font-family:var(--font-sans);font-size:.875rem;text-decoration:none}.site-nav a:hover{text-decoration:underline}.theme-toggle{background:none;border:1px solid var(--color-border);border-radius:4px;padding:.4rem .6rem;cursor:pointer;color:var(--color-text);font-size:.8rem;transition:border-color .15s ease}.theme-toggle:hover{border-color:var(--color-text-muted)}main{min-height:calc(100vh - 200px);padding-bottom:4rem}.site-footer{padding:2rem 0;border-top:1px solid var(--color-border);font-family:var(--font-sans);font-size:.875rem;color:var(--color-text-muted)}.post-list{list-style:none}.post-item{padding:1rem 0;border-bottom:1px solid var(--color-border)}.post-item:last-child{border-bottom:none}.post-item-link{display:flex;align-items:flex-start;gap:1rem;text-decoration:none;color:inherit}.post-item-link:hover{color:inherit}.post-item-link:hover .post-title{text-decoration:underline}.post-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0;margin-top:.1rem}.post-item-content{flex:1;min-width:0}.post-title{font-size:1.1rem;margin-bottom:.25rem}.post-description{margin-top:.25rem;margin-bottom:0;font-size:.9rem;color:var(--color-text-muted)}.post-meta{font-family:var(--font-sans);font-size:.85rem;color:var(--color-text-muted)}.post-category{display:inline-block;font-family:var(--font-sans);font-size:.75rem;padding:.15rem .5rem;background:var(--color-border);border-radius:3px;margin-left:.5rem}.post-hero-image{width:100%;height:auto;border-radius:4px;margin-bottom:2rem}.post-header{margin-bottom:2rem}.post-header h1{margin-bottom:.5rem}.post-content h2,.post-content h3{margin-top:2rem}.post-content ul,.post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:3px solid var(--color-border);padding-left:1rem;margin:1.5rem 0;font-style:italic;color:var(--color-text-muted)}.post-content code{font-family:var(--font-mono);font-size:.9em;background:var(--color-border);padding:.1rem .3rem;border-radius:3px}.post-content pre{background:var(--color-border);padding:1rem;border-radius:4px;overflow-x:auto;margin-bottom:1.25rem}.post-content pre code{background:none;padding:0}.post-content img{max-width:100%;height:auto;border-radius:4px;margin:1.5rem 0}.category-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.category-filter button{background:none;border:1px solid var(--color-border);padding:.3rem .75rem;border-radius:3px;cursor:pointer;font-family:var(--font-sans);font-size:.85rem;color:var(--color-text);transition:all .15s ease}.category-filter button:hover,.category-filter button.active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.intro{margin-bottom:3rem}.intro p{font-size:1.1rem;color:var(--color-text-muted)}.intro-heading{display:flex;align-items:center;gap:.75rem}.intro-heading{margin-bottom:1rem}.intro-heading h1{margin-bottom:0}.checkr-badge{text-decoration:none;flex-shrink:0}.checkr-badge img{height:1.75rem;width:auto;vertical-align:middle}@media(max-width:480px){.site-header__inner{flex-direction:column;align-items:flex-start;gap:1rem}.site-nav{width:100%;justify-content:space-between}}
