:root{--bg:#f3f4f6;--entry:#fff;--primary:#1d1e20;--secondary:#6b7280;--tertiary:#f3f4f6;--border:#e5e7eb;--content:#374151;--radius:8px;--gap:24px;--accent:#1d4ed8;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif}html[data-theme=dark]{--bg:#13131a;--entry:#1e1e2e;--primary:#e2e8f0;--secondary:#94a3b8;--tertiary:#1e1e2e;--border:#334155;--content:#cbd5e1;--accent:#60a5fa}*,:before,:after{box-sizing:border-box}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body{font-family:var(--font);background:var(--bg);color:var(--primary);word-wrap:break-word;overflow-wrap:break-word;margin:0;padding:0;font-size:16px;line-height:1.75;transition:background .2s,color .2s}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{color:var(--primary);margin:1.5rem 0 .75rem;line-height:1.3}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{margin:0 0 1rem}img{border-radius:var(--radius);max-width:100%;height:auto}code{background:var(--tertiary);border:1px solid var(--border);border-radius:4px;padding:.15em .4em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875em}pre{background:var(--tertiary);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;position:relative;overflow-x:auto}pre>code{background:0 0;border:none;padding:0;font-size:.875rem}blockquote{border-left:3px solid var(--border);color:var(--secondary);margin:1.5rem 0;padding:.5rem 0 .5rem 1.25rem;font-style:italic}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}table{border-collapse:collapse;width:100%;margin:1.5rem 0}th,td{border:1px solid var(--border);text-align:left;padding:.5rem .75rem}th{background:var(--tertiary);font-weight:600}ul,ol{margin:0 0 1rem;padding-left:1.5rem}li{margin:.25rem 0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-wrap{flex-direction:column;min-height:100vh;display:flex}main{flex:1;width:760px;max-width:calc(100% - 2rem);margin:0 auto;padding:2rem 1rem}.post-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.post-card{background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;transition:border-color .15s}.post-card:hover{border-color:var(--secondary)}.post-card a{color:inherit;text-decoration:none;display:block}.post-card-title{color:var(--primary);margin:0 0 .35rem;font-size:1.1rem;font-weight:600}.post-card-meta{color:var(--secondary);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.post-card-summary{color:var(--content);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.5rem 0 0;font-size:.9rem;display:-webkit-box;overflow:hidden}.tag{background:var(--tertiary);border:1px solid var(--border);color:var(--secondary);border-radius:4px;padding:.1em .5em;font-size:.7rem;font-weight:500;text-decoration:none;display:inline-block}.post-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.post-header h1{margin:.5rem 0 .75rem}.post-meta{color:var(--secondary);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.post-content{color:var(--content);line-height:1.8}.post-content h2,.post-content h3,.post-content h4,.post-content h5{color:var(--primary);margin-top:2rem}.post-content img{border-radius:var(--radius);cursor:zoom-in;transition:opacity .15s}.post-content img:hover{opacity:.88}.post-content p.img-float-left{float:left;clear:both;width:45%;margin:.25rem 1.25rem .75rem 0}.post-content p.img-float-right{float:right;clear:both;width:45%;margin:.25rem 0 .75rem 1.25rem}.post-content p.img-float-left img,.post-content p.img-float-right img{width:100%;height:auto}.post-content h2,.post-content h3,.post-content hr{clear:both}.post-content img[alt="HPE Hewlett Packard Enterprise"]{border-radius:0;max-width:220px;margin:.5rem 0 1.5rem}.tags-list{flex-wrap:wrap;gap:.4rem;margin-top:1rem;display:flex}.section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--secondary);margin:0 0 1.25rem;font-size:.75rem;font-weight:600}.hero-img{border-radius:var(--radius);width:100%;margin-bottom:2rem}.about-section{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.headshot-circle{object-fit:cover;border-radius:50%;flex-shrink:0;width:110px;height:110px}.about-text{flex:1}.about-text p{margin-bottom:.75rem}.social-links{flex-direction:column;gap:.75rem;display:flex}.social-link{background:var(--entry);border:1px solid var(--border);border-radius:var(--radius);color:var(--primary);align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background .15s;display:flex}.social-link:hover{background:var(--tertiary);text-decoration:none}.social-icon{flex-shrink:0;width:20px;height:20px}.code-block-wrapper{position:relative}.copy-code{background:var(--border);cursor:pointer;color:var(--secondary);font-size:.7rem;font-family:var(--font);border:none;border-radius:4px;padding:.25rem .5rem;transition:background .15s;position:absolute;top:.5rem;right:.5rem}.copy-code:hover{background:var(--secondary);color:var(--bg)}@media (width<=640px){h1{font-size:1.5rem}.about-section{text-align:center;flex-direction:column;align-items:center}main{padding:1.5rem 1rem}}
