﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:"Inter",-apple-system,sans-serif;color:#2b2b2b;background:#f4f1ea;line-height:1.75;min-height:100vh;display:flex;flex-direction:column;font-weight:400}body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;mix-blend-mode:multiply}::selection{background:#e8dfd0;color:#2b2b2b}a{color:#c4826d;text-decoration:none;transition:color 200ms cubic-bezier(.4, 0, .2, 1)}a:hover{color:#b57260}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:"Crimson Pro",Georgia,serif;font-weight:600;line-height:1.25;color:#2b2b2b}h1{font-size:2.4rem;letter-spacing:-.02em}h2{font-size:1.8rem;letter-spacing:-.01em}h3{font-size:1.35rem}h4{font-size:1.1rem}.container{width:100%;max-width:720px;margin:0 auto;padding:0 1.5rem}.container--wide{max-width:960px}.site-header{padding:1.5rem 0;border-bottom:1px solid #e0d9cc;position:sticky;top:0;z-index:100;backdrop-filter:blur(16px);background:rgba(244,241,234,.92)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:0 auto;padding:0 1.5rem}.site-logo{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.7rem;font-weight:400;color:#2b2b2b;letter-spacing:.15em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.site-logo:hover{color:#c4826d}.logo-mark{width:26px;height:26px;background:#c4826d;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:600;font-family:"Crimson Pro",Georgia,serif}nav{display:flex;gap:1.8rem;align-items:center}nav a{color:#a09a92;font-size:.75rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;font-family:"JetBrains Mono","Fira Code",monospace;transition:color 200ms cubic-bezier(.4, 0, .2, 1)}nav a:hover{color:#c4826d}nav a.active{color:#c4826d}.lang-switch{display:flex;gap:.4rem;align-items:center;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.7rem;letter-spacing:.08em}.lang-switch a{color:#a09a92}.lang-switch a:hover{color:#c4826d}.lang-active{color:#2b2b2b;font-weight:500}.hero{padding:5rem 0 4rem;text-align:center}.hero h1{font-size:2.8rem;margin-bottom:1rem;font-weight:300}.hero h1 .accent{color:#c4826d;font-style:italic}.hero p{font-size:1.05rem;color:#6b6560;max-width:520px;margin:0 auto 2rem;line-height:1.8}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.8rem;background:#2b2b2b;color:#f4f1ea;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;transition:all 200ms cubic-bezier(.4, 0, .2, 1)}.hero-cta:hover{background:#c4826d;color:#fff}.divider{display:flex;align-items:center;gap:1rem;margin:3rem 0 2rem;color:#a09a92;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase}.divider::before,.divider::after{content:"";flex:1;height:1px;background:#e0d9cc}.divider::after{max-width:80px}.posts-grid{display:grid;gap:1.5rem;margin-bottom:4rem}.post-card{background:#f9f7f3;border:1px solid #e0d9cc;border-radius:6px;padding:2rem;transition:all 250ms cubic-bezier(.4, 0, .2, 1)}.post-card:hover{border-color:#c4826d;box-shadow:0 2px 8px rgba(43,43,43,.06),0 1px 3px rgba(43,43,43,.04);transform:translateY(-2px)}.post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.78rem;color:#a09a92;font-family:"JetBrains Mono","Fira Code",monospace;letter-spacing:.04em}.post-tag{display:inline-block;padding:.15rem .6rem;background:rgba(196,130,109,.1);color:#c4826d;border-radius:3px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;font-family:"JetBrains Mono","Fira Code",monospace}.post-card h2{font-size:1.4rem;font-weight:300;margin-bottom:.6rem}.post-card h2 a{color:#2b2b2b}.post-card h2 a:hover{color:#c4826d}.post-card p{color:#6b6560;font-size:.9rem;line-height:1.75;margin-bottom:1rem}.read-more{font-size:.78rem;font-weight:500;font-family:"JetBrains Mono","Fira Code",monospace;letter-spacing:.04em;display:inline-flex;align-items:center;gap:.3rem}.read-more::after{content:"→";transition:transform 200ms cubic-bezier(.4, 0, .2, 1)}.read-more:hover::after{transform:translateX(3px)}.post-header{padding:4rem 0 2rem;text-align:center}.post-header h1{font-size:2.5rem;font-weight:300;margin-bottom:1rem;max-width:700px;margin-left:auto;margin-right:auto}.post-header .post-meta{justify-content:center;font-size:.85rem}.post-content{padding-bottom:4rem}.post-content p{margin-bottom:1.5rem}.post-content h2{margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.4rem;border-bottom:1px solid #e0d9cc}.post-content h3{margin-top:2rem;margin-bottom:.75rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content ul li,.post-content ol li{margin-bottom:.4rem}.post-content blockquote{border-left:3px solid #c4826d;padding:.8rem 1.2rem;margin:1.5rem 0;background:#ede8df;border-radius:0 4px 4px 0;font-style:italic;color:#6b6560}.post-content blockquote p{margin-bottom:0}.post-content code{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.85em;background:#ede8df;padding:.15em .4em;border-radius:3px}.post-content pre{background:#2a2825;border-radius:4px;padding:1.2rem 1.5rem;margin:1.5rem 0;overflow-x:auto;border-left:3px solid #e0d9cc}.post-content pre code{background:none;padding:0;color:#d4cfc6;font-size:.85rem;line-height:1.6}.post-content img{border-radius:4px;margin:2rem auto;box-shadow:0 1px 3px rgba(43,43,43,.04),0 1px 2px rgba(43,43,43,.06)}.post-content a{text-decoration:underline;text-underline-offset:2px}.post-nav{display:flex;justify-content:space-between;padding:2rem 0;border-top:1px solid #e0d9cc;margin-top:2rem;gap:1rem}.post-nav a{font-size:.85rem;font-weight:500}.site-footer{margin-top:auto;padding:2.5rem 0;border-top:1px solid #e0d9cc;text-align:center;color:#a09a92;font-size:.78rem;background:#ede8df}.site-footer .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.8rem}.site-footer .footer-links a{color:#a09a92;font-family:"JetBrains Mono","Fira Code",monospace;font-size:.7rem;letter-spacing:.06em}.site-footer .footer-links a:hover{color:#c4826d}.about-content{padding:3rem 0 4rem}.about-content h1{margin-bottom:1.5rem;text-align:center;font-weight:300}.about-content p{margin-bottom:1.2rem;color:#2b2b2b}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:#e0d9cc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a09a92}@media (prefers-color-scheme: dark){body{background:#1e1d1b;color:#d4cfc6}body::after{opacity:.012;mix-blend-mode:overlay}::selection{background:#3a3530;color:#d4cfc6}h1,h2,h3,h4{color:#d4cfc6}a{color:#d4957f}a:hover{color:#e0a592}.site-header{background:rgba(30,29,27,.92);border-color:#3a3632}.site-logo{color:#d4cfc6}.site-logo:hover{color:#d4957f}.logo-mark{background:#d4957f}nav a{color:#6d675e}nav a:hover,nav a.active{color:#d4957f}.lang-active{color:#d4cfc6}.hero h1 .accent{color:#d4957f}.hero p{color:#9c9689}.hero-cta{background:#d4cfc6;color:#1e1d1b}.hero-cta:hover{background:#d4957f;color:#fff}.divider{color:#6d675e}.divider::before,.divider::after{background:#3a3632}.post-card{background:#2a2825;border-color:#3a3632}.post-card:hover{border-color:#d4957f;box-shadow:0 2px 8px rgba(20,19,17,.4)}.post-meta{color:#6d675e}.post-tag{background:rgba(212,149,127,.15);color:#d4957f}.post-card h2 a{color:#d4cfc6}.post-card h2 a:hover{color:#d4957f}.post-card p{color:#9c9689}.post-header h1{color:#d4cfc6}.post-content h2{border-color:#3a3632}.post-content blockquote{background:#252320;border-color:#d4957f;color:#9c9689}.post-content code{background:#252320}.post-content pre{background:#1e1d1b;border-color:#3a3632}.post-content pre code{color:#d4cfc6}.post-nav{border-color:#3a3632}.site-footer{background:#252320;border-color:#3a3632;color:#6d675e}.site-footer .footer-links a{color:#6d675e}.site-footer .footer-links a:hover{color:#d4957f}.about-content p{color:#d4cfc6}::-webkit-scrollbar-thumb{background:#3a3632}::-webkit-scrollbar-thumb:hover{background:#6d675e}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}body::after{display:none}}@media (max-width: 640px){html{font-size:15px}.hero h1{font-size:2.2rem}.post-header h1{font-size:1.9rem}.header-inner{flex-direction:column;gap:.8rem}nav{gap:1.2rem}.post-card{padding:1.5rem}}