@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Inter:wght@400;500;600;700&display=swap";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--c-bg: #101216;--c-surface: #171b20;--c-surface-hover: #1e2329;--c-text: #c9d1d9;--c-text-bright: #ecf2f8;--c-text-dim: #6e7681;--c-text-muted: #484f58;--c-rust: #dea584;--c-rust-bright: #f4a261;--c-csharp: #68d391;--c-math: #b392f0;--c-border: #1e2329;--c-code-bg: #161b22;--max-width: 700px;--font-sans: "Inter", -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:var(--c-text);background:var(--c-bg);line-height:1.7;font-size:15px;-webkit-font-smoothing:antialiased;min-height:100vh}::selection{background:#dea58440;color:var(--c-text-bright)}a{color:var(--c-rust);text-decoration:none;transition:color .15s}a:hover{color:var(--c-rust-bright)}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.site-header{padding:1.25rem 0;border-bottom:1px solid var(--c-border)}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-title{font-family:var(--font-mono);font-size:1rem;font-weight:700;color:var(--c-text-bright);letter-spacing:-.02em}.site-title .accent,.site-title:hover{color:var(--c-rust)}.site-nav{display:flex;gap:1.25rem;align-items:center}.site-nav a{font-family:var(--font-mono);color:var(--c-text-dim);font-size:.8rem}.site-nav a:hover,.site-nav a.active{color:var(--c-rust)}.site-nav .nav-icon{display:flex;opacity:.35;transition:opacity .15s}.site-nav .nav-icon:hover{opacity:.9;color:var(--c-text)}.hero{padding:3rem 0 2rem;border-bottom:1px solid var(--c-border)}.hero-greeting{font-family:var(--font-mono);font-size:.8rem;color:var(--c-rust);margin-bottom:.75rem;letter-spacing:.02em}.hero h1{font-size:1.5rem;font-weight:700;color:var(--c-text-bright);line-height:1.35;margin-bottom:.75rem}.hero-desc{color:var(--c-text-dim);font-size:.9rem;line-height:1.65;max-width:520px}.hero-links{display:flex;gap:1rem;margin-top:1.25rem;font-family:var(--font-mono);font-size:.8rem}.hero-links a{color:var(--c-text-dim);display:flex;align-items:center;gap:.35rem}.hero-links a:hover{color:var(--c-rust)}.hero-links svg{width:14px;height:14px}.section-label{font-family:var(--font-mono);font-size:.75rem;color:var(--c-text-muted);text-transform:uppercase;letter-spacing:.08em;padding:2rem 0 .75rem}.post-list{list-style:none}.post-item{padding:1.25rem 0;border-bottom:1px solid var(--c-border);transition:background .15s}.post-item:last-child{border-bottom:none}.post-title{font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.35rem}.post-title a{color:var(--c-text-bright)}.post-title a:hover{color:var(--c-rust)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.72rem;color:var(--c-text-muted)}.post-meta .separator{color:var(--c-border)}.post-category a{color:var(--c-rust);font-weight:500}.post-excerpt{margin-top:.5rem;color:var(--c-text-dim);font-size:.87rem;line-height:1.6}.pagination{display:flex;justify-content:center;align-items:center;gap:.3rem;padding:2rem 0;font-family:var(--font-mono);font-size:.8rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:4px;color:var(--c-text-dim)}.pagination a:hover{color:var(--c-rust);background:var(--c-surface)}.pagination .current{color:var(--c-bg);background:var(--c-rust);font-weight:600}.pagination .dots{color:var(--c-text-muted)}.article-header{padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--c-border);margin-bottom:2rem}.article-header h1{font-size:1.6rem;font-weight:700;line-height:1.35;margin-bottom:.75rem;color:var(--c-text-bright);letter-spacing:-.02em}.article-content{padding-bottom:2rem}.article-content h2{font-size:1.2rem;font-weight:600;margin:2.5rem 0 .75rem;color:var(--c-text-bright);padding-bottom:.4rem;border-bottom:1px solid var(--c-border)}.article-content h3{font-size:1.05rem;font-weight:600;margin:2rem 0 .5rem;color:var(--c-text-bright)}.article-content p{margin-bottom:1.25rem;color:var(--c-text)}.article-content ul,.article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.3rem}.article-content strong{color:var(--c-text-bright)}.article-content blockquote{border-left:2px solid var(--c-rust);padding:.5rem 1rem;margin:1.5rem 0;color:var(--c-text-dim);background:var(--c-surface);border-radius:0 6px 6px 0}.article-content code{font-family:var(--font-mono);font-size:.84em;background:var(--c-surface);padding:.15rem .4rem;border-radius:4px;color:var(--c-rust)}.article-content pre{background:var(--c-surface);padding:1.25rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem;font-size:.8rem;line-height:1.7;border:1px solid var(--c-border)}.article-content pre code{background:none;padding:0;color:var(--c-text)}.article-content hr{border:none;border-top:1px solid var(--c-border);margin:2rem 0}.article-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.85rem}.article-content th,.article-content td{border:1px solid var(--c-border);padding:.5rem .75rem;text-align:left}.article-content th{background:var(--c-surface);color:var(--c-text-bright);font-weight:600}.article-content a{text-decoration:underline;text-decoration-color:#dea5844d;text-underline-offset:3px}.article-content a:hover{text-decoration-color:var(--c-rust)}.tag{display:inline-block;padding:.1rem .5rem;background:#dea5841a;border-radius:3px;font-family:var(--font-mono);font-size:.72rem;color:var(--c-rust)}.tag:hover{background:var(--c-rust);color:var(--c-bg)}.category-list{list-style:none}.category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--c-border)}.category-item:last-child{border-bottom:none}.category-item a{font-weight:500}.category-count{font-family:var(--font-mono);color:var(--c-text-muted);font-size:.75rem}.page-title{font-size:1.3rem;font-weight:700;padding:2rem 0 1rem;border-bottom:1px solid var(--c-border);color:var(--c-text-bright)}.about-hero{display:flex;align-items:center;gap:1.25rem;padding:2.5rem 0;border-bottom:1px solid var(--c-border);margin-bottom:2rem}.about-avatar{width:72px;height:72px;border-radius:50%;flex-shrink:0;border:2px solid var(--c-border)}.about-info h1{font-size:1.3rem;font-weight:700;color:var(--c-text-bright)}.about-info p{color:var(--c-text-dim);font-size:.87rem;margin-top:.25rem}.about-info .stack{display:flex;gap:.5rem;margin-top:.5rem}.stack-badge{font-family:var(--font-mono);font-size:.7rem;padding:.15rem .5rem;border-radius:3px;font-weight:500}.stack-badge.rust{background:#dea58426;color:var(--c-rust)}.stack-badge.csharp{background:#68d3911f;color:var(--c-csharp)}.stack-badge.math{background:#b392f01f;color:var(--c-math)}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1.25rem 0}.project-card{border:1px solid var(--c-border);border-radius:8px;padding:1rem;background:var(--c-surface);transition:border-color .2s,transform .2s}.project-card:hover{border-color:var(--c-rust);transform:translateY(-1px)}.project-card h3{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--c-text-bright);margin-bottom:.3rem}.project-card p{font-size:.75rem;color:var(--c-text-dim);line-height:1.5;margin-bottom:.5rem}.project-card .project-meta{display:flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-size:.7rem;color:var(--c-text-muted)}.project-card .lang-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.2rem}.lang-rust{background:var(--c-rust)}.lang-csharp{background:var(--c-csharp)}.site-footer{border-top:1px solid var(--c-border);padding:2rem 0;margin-top:4rem;text-align:center;font-family:var(--font-mono);color:var(--c-text-muted);font-size:.72rem}.site-footer a{color:var(--c-text-dim)}.site-footer a:hover{color:var(--c-rust)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.post-item{animation:fadeInUp .35s ease both}.post-item:nth-child(1){animation-delay:.02s}.post-item:nth-child(2){animation-delay:.06s}.post-item:nth-child(3){animation-delay:.1s}.post-item:nth-child(4){animation-delay:.14s}.post-item:nth-child(5){animation-delay:.18s}.post-item:nth-child(6){animation-delay:.22s}.post-item:nth-child(7){animation-delay:.26s}.hero{animation:fadeInUp .4s ease both}.article-header{animation:fadeInUp .35s ease both}.project-card{animation:fadeInUp .3s ease both}.project-card:nth-child(2){animation-delay:.05s}.project-card:nth-child(3){animation-delay:.1s}.project-card:nth-child(4){animation-delay:.15s}.project-card:nth-child(5){animation-delay:.2s}.project-card:nth-child(6){animation-delay:.25s}.article-content .astro-code{background:var(--c-surface)!important;border:1px solid var(--c-border);border-radius:8px;padding:1.25rem;margin-bottom:1.5rem;font-size:.8rem;line-height:1.7}.article-content .astro-code code{background:none!important;padding:0;border:none;color:inherit}html{scroll-behavior:smooth}@media(max-width:640px){.hero h1{font-size:1.25rem}.article-header h1{font-size:1.3rem}.post-title{font-size:1rem}.project-grid{grid-template-columns:1fr}.about-hero{flex-direction:column;text-align:center}.about-info .stack{justify-content:center}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}.back-to-top[data-astro-cid-wlspcwf4]{position:fixed;bottom:2rem;right:2rem;width:36px;height:36px;border-radius:8px;background:var(--c-surface);border:1px solid var(--c-border);color:var(--c-text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(10px);transition:all .25s;pointer-events:none;z-index:50}.back-to-top[data-astro-cid-wlspcwf4].visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top[data-astro-cid-wlspcwf4]:hover{border-color:var(--c-rust);color:var(--c-rust)}
