:root{--font-sans: "Rubik", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--bg: #ffffff;--bg-secondary: #f5f5f5;--fg: #111111;--fg-secondary: #555555;--accent: #ee4e27;--border: #222222;--border-light: #cccccc;--link: #111111;--link-hover: #ee4e27;--code-bg: #f5f5f5;--selection-bg: #ee4e27;--selection-fg: #ffffff;--max-width: 640px;--spacing: 1.5rem}[data-theme=dark]{--bg: #111111;--bg-secondary: #1a1a1a;--fg: #e0e0e0;--fg-secondary: #999999;--accent: #e65c39;--border: #e0e0e0;--border-light: #333333;--link: #e0e0e0;--link-hover: #e67039;--code-bg: #1a1a1a;--selection-bg: #e67039;--selection-fg: #ffffff}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}::selection{background:var(--selection-bg);color:var(--selection-fg)}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--fg);line-height:1.7;transition:background-color .2s ease,color .2s ease;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:700;line-height:1.3;margin-top:2rem;margin-bottom:.75rem}h1{font-size:1.75rem}h2{font-size:1.4rem}h3{font-size:1.15rem}h4{font-size:1rem}p{margin-bottom:1.25rem}a{color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s ease}a:hover{color:var(--link-hover)}ul,ol{padding-left:1.5rem;margin-bottom:1.25rem}li{margin-bottom:.35rem}code{font-family:var(--font-mono);font-size:.875rem;background:var(--code-bg);padding:.15rem .4rem;border-radius:3px;border:1px solid var(--border-light)}pre{font-family:var(--font-mono);font-size:.85rem;line-height:1.6;padding:1.25rem;border:2px solid var(--border);border-radius:0;overflow-x:auto;margin-bottom:1.5rem}pre code{background:none;padding:0;border:none;border-radius:0;font-size:inherit}pre,pre span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}[data-theme=dark] pre,[data-theme=dark] pre span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}blockquote{border-left:3px solid var(--accent);padding-left:1rem;margin:1.5rem 0;color:var(--fg-secondary);font-style:italic}hr{border:none;border-top:1px dashed var(--border-light);margin:2rem 0}img{max-width:100%;height:auto;border:2px solid var(--border)}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.9rem}th,td{border:1px solid var(--border-light);padding:.5rem .75rem;text-align:left}th{background:var(--bg-secondary);font-weight:700}.site-wrapper{max-width:var(--max-width);margin:0 auto;padding:2rem var(--spacing);min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.site-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:2px solid var(--border)}.site-title{font-size:1.25rem;font-weight:700;text-decoration:none;color:var(--fg);letter-spacing:-.02em}.site-title:hover{color:var(--accent)}.theme-toggle{background:none;border:2px solid var(--border);color:var(--fg);cursor:pointer;font-family:var(--font-mono);font-size:.75rem;padding:.3rem .6rem;transition:background-color .15s ease,color .15s ease}.theme-toggle:hover{background:var(--fg);color:var(--bg)}.header-controls{display:flex;align-items:center;gap:.75rem}.lang-switcher{display:flex;gap:.35rem}.lang-link{font-family:var(--font-mono);font-size:.75rem;color:var(--fg-secondary);text-decoration:none;border:1px solid var(--border-light);padding:.2rem .45rem;transition:color .15s ease,border-color .15s ease}.lang-link:hover{color:var(--accent);border-color:var(--accent)}.site-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px dashed var(--border-light);font-size:.8rem;color:var(--fg-secondary);font-family:var(--font-mono)}.site-footer a{color:var(--fg-secondary)}.site-footer a:hover{color:var(--accent)}.post-list{list-style:none;padding:0}.post-list li{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px dashed var(--border-light)}.post-list li:last-child{border-bottom:none}.post-title-container{display:grid;grid-template-columns:70% 30%;gap:1rem}.post-link{font-size:1.1rem;font-weight:700;text-decoration:none;color:var(--fg);width:100%;border-right:1px solid var(--border-light)}.post-link:hover{color:var(--accent);text-decoration:underline}.post-meta{font-family:var(--font-mono);font-size:.75rem;color:var(--fg-secondary);margin-top:.3rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.post-meta .separator{color:var(--border-light)}.tag{display:inline-block;font-family:var(--font-mono);font-size:.7rem;color:var(--accent);border:1px solid var(--accent);padding:.1rem .4rem;text-decoration:none;transition:background-color .15s ease,color .15s ease}.tag:hover{background:var(--accent);color:#fff}.tags-inline{display:flex;flex-wrap:wrap;gap:.35rem}.post-header{margin-bottom:2rem}.post-header h1{margin-top:0;font-size:1.75rem}.post-header .post-meta{margin-top:.75rem}.post-content{margin-bottom:2rem}.post-content h2{margin-top:2.5rem;padding-bottom:.3rem;border-bottom:1px solid var(--border-light)}.tag-heading{margin-top:0}.tag-heading .tag-name{color:var(--accent)}@media(max-width:480px){html{font-size:15px}.post-meta .separator{display:none}}
