:root{--bg: #0d0d0d;--bg-alt: #111111;--fg: #e8e8e8;--fg-muted: #888888;--fg-dim: #555555;--link: #e8e8e8;--link-hover: #ffffff;--tag-color: #aaaaaa;--border: #222222;--main-font: Rubik, sans-serif;--code-font: Rubik, monospace;--nav-height: 56px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--fg);font-family:var(--main-font);min-height:100vh;display:flex;flex-direction:column}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover)}.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;max-width:900px;margin:0 auto;padding:0 2rem;height:var(--nav-height)}.nav-logo{font-size:.85rem;font-weight:600;letter-spacing:.08em;color:var(--fg)}.nav-logo:hover{color:#fff}.nav-links{display:flex;gap:2rem}.nav-link{font-size:.72rem;font-weight:600;letter-spacing:.12em;color:var(--fg-muted);transition:color .15s}.nav-link:hover{color:var(--fg)}.site-main{flex:1;max-width:900px;width:100%;margin:0 auto;padding:0 2rem}.hero{padding:6rem 0 4rem;border-bottom:1px solid var(--border)}.hero-headline{display:flex;flex-direction:column;font-size:clamp(3.5rem,10vw,7rem);font-weight:700;line-height:.92;letter-spacing:-0.02em;color:var(--fg)}.hero-line{display:block}.post-list{list-style:none}.post-item{padding:.75rem 0;border-bottom:1px solid var(--border)}.post-date{font-size:.75rem;color:var(--fg-muted);letter-spacing:.04em}.post-title-link{font-size:1.05rem;font-weight:600;color:var(--fg);line-height:1.35;transition:color .12s}.post-title-link:hover{color:#fff}.post-meta-bottom{font-size:.75rem;color:var(--fg-muted);display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;margin-top:.1rem}.post-tags{display:inline-flex;flex-wrap:wrap;gap:.25rem;align-items:center}.post-tag{color:var(--fg-dim)}.post-tag:hover{color:var(--fg-muted)}.post-description{font-size:.875rem;font-family:var(--main-font);color:#d8d8d8;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;margin-top:.75rem}.post{padding:1rem 0 2rem}.post-header{border-bottom:1px solid var(--border);margin-bottom:1rem}.post-header-meta{margin-bottom:.75rem}.post-headline{font-size:2rem;font-weight:700;line-height:1.15;letter-spacing:-0.02em;margin-bottom:.75rem}.post-content{font-family:var(--main-font);font-size:1.05rem;line-height:1.75;color:#d8d8d8}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-family:var(--main-font);font-weight:700;color:var(--fg);letter-spacing:-0.01em}.post-content h2{font-size:1.4rem}.post-content h3{font-size:1.15rem}.post-content p{margin-bottom:.75rem}.post-content a{color:var(--fg);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--fg-dim)}.post-content a:hover{text-decoration-color:var(--fg)}.post-content strong{color:var(--fg);font-weight:700}.post-content ul,.post-content ol{margin:0 0 1.4rem 1.5rem}.post-content li{margin-bottom:.4rem}.post-content blockquote{border-left:3px solid var(--border);padding:.5rem 0 .5rem 1.5rem;margin:1.5rem 0;color:var(--fg-muted);font-style:italic}.post-content code{font-family:var(--code-font);font-size:.875em;background:var(--bg-alt);border:1px solid var(--border);padding:.1em .4em;border-radius:2px;color:#c9d1d9}.post-content pre{background:var(--bg-alt);border:1px solid var(--border);border-radius:4px;padding:1.25rem 1.5rem;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:none;border:none;padding:0;font-size:.82rem;line-height:1.6}.post-content img{max-width:100%;height:auto;display:block;margin:2rem 0;border:1px solid var(--border)}.post-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-family:var(--main-font);font-size:.85rem}.post-content th,.post-content td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.post-content th{color:var(--fg);background:var(--bg-alt)}.post-content td{color:var(--fg-muted)}.post-footer{margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border)}.back-link{font-size:.8rem;color:var(--fg-muted);letter-spacing:.04em}.back-link:hover{color:var(--fg)}.tags-page{padding:4rem 0}.tags-page h1{font-size:2rem;margin-bottom:2.5rem;color:var(--fg)}.tag-section{margin-bottom:2.5rem}.tag-section h2{font-size:.9rem;color:var(--fg-muted);letter-spacing:.08em;margin-bottom:.75rem}.tag-section ul{list-style:none}.tag-section li{padding:.4rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.tag-section li a{color:var(--fg)}.tag-section li a:hover{color:#fff}.tag-section li time{font-size:.72rem;color:var(--fg-dim);margin-right:.75rem}.about-page{padding:.75rem 0}.about-page h1{font-size:2rem;margin-bottom:.75rem}.about-page p{font-family:var(--main-font);font-size:1.05rem;line-height:1.75;color:#d0d0d0;margin-bottom:.5rem}.about-page a{color:var(--fg);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--fg-dim)}.about-page a:hover{text-decoration-color:var(--fg)}.highlight{background:var(--bg-alt)}.highlight .c,.highlight .c1,.highlight .cm{color:#6a9955}.highlight .k,.highlight .kd,.highlight .kn{color:#569cd6}.highlight .s,.highlight .s1,.highlight .s2{color:#ce9178}.highlight .n,.highlight .na,.highlight .nb{color:#9cdcfe}.highlight .m,.highlight .mi,.highlight .mf{color:#b5cea8}.highlight .nf,.highlight .nc{color:#dcdcaa}.highlight .nt{color:#4ec9b0}@media(max-width: 600px){.nav{padding:0 1.25rem}.site-main{padding:0 1.25rem}.hero{padding:3.5rem 0 2.5rem}.post{padding:2.5rem 0 4rem}}/*# sourceMappingURL=main.css.map */