*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--green:#3ea526;--green-dark:#2d7a1b;--black:#1a1a1a;--white:#ffffff;--gray-light:#f5f5f5;--gray:#666;--gray-dark:#333;--max-width:1200px;--nav-height:64px}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;color:var(--black);background:var(--white);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:2px solid var(--green)}.navbar{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:var(--nav-height);display:flex;align-items:center;justify-content:space-between}.logo-img{height:40px;width:auto}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{font-weight:600;font-size:.95rem;color:var(--gray-dark);transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--green)}.nav-separator{width:1px;height:24px;background:#ddd}.lang-switcher{display:flex;align-items:center;gap:.5rem}.lang-flag{font-size:1.3rem;cursor:pointer;opacity:.6;transition:opacity .2s}.lang-flag:hover,.lang-flag.active-lang{opacity:1}.social-links{display:flex;align-items:center;gap:.75rem}.social-icon{color:var(--gray);transition:color .2s}.social-icon:hover{color:var(--green)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.menu-toggle span{width:24px;height:2px;background:var(--black);transition:transform .2s}.hero{position:relative;width:100%;max-height:400px;overflow:hidden}.hero-image img{width:100%;height:400px;object-fit:cover}.hero-tagline{background:rgba(0,0,0,.85);padding:1rem 2rem}.hero-tagline p{max-width:var(--max-width);margin:0 auto;color:var(--white);font-size:1.1rem;font-weight:600;text-align:center}.posts-section{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem}.section-title{font-size:1.8rem;margin-bottom:1.5rem;color:var(--green)}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.post-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:box-shadow .2s,transform .2s}.post-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.post-card-link{display:block}.post-card-image img{width:100%;height:200px;object-fit:cover}.post-card-body{padding:1.25rem}.post-card-title{font-size:1.15rem;font-weight:700;color:var(--green);margin-bottom:.5rem;line-height:1.3}.post-card-meta{font-size:.85rem;color:var(--gray);margin-bottom:.75rem}.post-card-excerpt{font-size:.9rem;color:var(--gray-dark);line-height:1.5}.single-post{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.post-header{margin-bottom:2rem}.post-title{font-size:2rem;font-weight:700;color:var(--green);line-height:1.2;margin-bottom:.75rem}.post-meta{font-size:.9rem;color:var(--gray);margin-bottom:.5rem}.post-lang-switcher{margin-top:.75rem}.post-lang-switcher a{display:inline-block;padding:.35rem .75rem;background:var(--gray-light);border-radius:4px;font-size:.85rem;font-weight:600;transition:background .2s}.post-lang-switcher a:hover{background:#e0e0e0}.post-featured-image{margin-bottom:2rem;border-radius:8px;overflow:hidden}.post-content{font-size:1.05rem;line-height:1.8}.post-content h2{font-size:1.5rem;color:var(--green);margin:2rem 0 1rem}.post-content h3{font-size:1.25rem;margin:1.5rem 0 .75rem}.post-content p{margin-bottom:1.25rem}.post-content img{border-radius:8px;margin:1.5rem 0}.post-content blockquote{border-left:4px solid var(--green);padding:.5rem 1rem;margin:1.5rem 0;background:var(--gray-light);font-style:italic}.post-content code{background:var(--gray-light);padding:.15rem .4rem;border-radius:3px;font-size:.9em}.post-content pre{background:var(--black);color:#f8f8f2;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-content pre code{background:0 0;padding:0}.post-content ul,.post-content ol{margin:1rem 0 1.25rem 1.5rem}.post-content li{margin-bottom:.4rem}.post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.post-nav-link{display:flex;flex-direction:column;gap:.25rem;max-width:45%;padding:.75rem 1rem;border-radius:6px;background:var(--gray-light);transition:background .2s}.post-nav-link:hover{background:#e8e8e8}.post-nav-next{text-align:right;margin-left:auto}.post-nav-label{font-size:.78rem;font-weight:600;color:var(--green);text-transform:uppercase;letter-spacing:.05em}.post-nav-title{font-size:.9rem;font-weight:600;color:var(--gray-dark);line-height:1.3}.site-footer{background:var(--black);color:var(--white);padding:2rem 1.5rem;margin-top:3rem}.footer-content{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-content p{font-size:.9rem;opacity:.8}.footer-social{display:flex;gap:1rem}.footer-social a{color:var(--white);opacity:.7;transition:opacity .2s}.footer-social a:hover{opacity:1}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;list-style:none}.page-item a,.page-item span{display:inline-block;padding:.5rem .85rem;border-radius:4px;font-size:.9rem}.page-item a{background:var(--gray-light);transition:background .2s}.page-item a:hover{background:var(--green);color:var(--white)}.page-item.active span{background:var(--green);color:var(--white)}@media(max-width:768px){.menu-toggle{display:flex}.nav-links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:var(--white);flex-direction:column;padding:1rem 1.5rem;border-bottom:2px solid var(--green);gap:1rem}.nav-links.open{display:flex}.nav-separator{width:100%;height:1px}.posts-grid{grid-template-columns:1fr}.hero-image img{height:250px}.hero-tagline p{font-size:.95rem}.post-title{font-size:1.5rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}