:root{--bg:#282828;--bg1:#3c3836;--bg2:#504945;--fg:#ebdbb2;--fg2:#d5c4a1;--fg4:#a89984;--orange:#fe8019;--orange-dim:#d65d0e;--yellow:#fabd2f;--border-color:#504945;--text-color:var(--fg);--secondary-text-color:var(--fg4);--link-color:var(--orange);--link-hover-color:var(--orange-dim);--code-bg-color:var(--bg1)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.65}a{color:var(--orange);text-decoration:none}a:hover{color:var(--orange-dim)}.site-header,.site-footer{max-width:1180px;margin:0 auto;padding:1.25rem}.site-header{display:flex;gap:1rem;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}.site-title{font-size:1.25rem;font-weight:700}.site-nav{display:flex;gap:.85rem;flex-wrap:wrap}.site-nav a{color:var(--fg2)}main{max-width:1180px;margin:0 auto;padding:2rem 1.25rem}.content img{max-width:100%;height:auto}.link{border-bottom:1px dotted}code,pre{background:var(--code-bg-color)}pre{padding:1rem;overflow:auto;border-radius:.6rem}blockquote{border-left:3px solid var(--orange);margin-left:0;padding-left:1rem;color:var(--fg4)}