/*!
 * Typewriter Theme - Inspired by vintage typewritten documents
 * Author: Pablo Pernot
 */*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Courier New","Courier",monospace;font-size:16px;line-height:1.8;color:#2b2b2b;background-color:#f9f7f1;max-width:800px;margin:0 auto;padding:2rem 1.5rem}body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;opacity:0.03;z-index:-1;background-image:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.03) 2px, rgba(0,0,0,0.03) 4px);pointer-events:none}main{margin-bottom:3rem}img{max-width:100%;height:auto}img.bookicon{float:left;margin:2px}h1,h2,h3,h4{font-weight:bold;margin-top:2rem;margin-bottom:1rem;letter-spacing:0.02em}h1{font-size:1.8rem;text-transform:uppercase;border-bottom:1px solid #d4d0c8;padding-bottom:.5rem}h2{font-size:1.4rem}h3{font-size:1.2rem}header{border-bottom:2px solid #2b2b2b;margin-bottom:3rem;padding-bottom:1.5rem;position:relative}.site-title{font-size:2rem;font-weight:bold;letter-spacing:0.05em;margin-bottom:.5rem;text-transform:uppercase}.site-title a{color:#2b2b2b;text-decoration:none}.subtitle{font-size:.9rem;font-style:italic;color:#666;margin-bottom:1.5rem}nav ul{list-style:none;display:flex;gap:2rem;flex-wrap:wrap}nav a{color:#2b2b2b;text-decoration:none;text-transform:uppercase;font-size:.85rem;letter-spacing:0.1em;position:relative}nav a::before{content:'> ';opacity:0;transition:opacity .2s}nav a:hover::before{opacity:1}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:0.25rem;position:absolute;top:0;right:1.5rem;z-index:1000}.hamburger span{width:25px;height:2px;background-color:#2b2b2b;transition:all .3s ease;display:block}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px, -7px)}.post-list{list-style:none}.post-item{margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid #d4d0c8}.post-item:hover{border-left-color:#4a5568}.post-item-simple{margin-bottom:0.3rem;padding-left:0;border-left:none}.post-item-simple h3{margin:0;font-size:1rem}.post-date{font-size:.85rem;color:#666;margin-bottom:0.25rem;text-transform:uppercase;letter-spacing:0.05em}.post-title{font-size:1.1rem;font-weight:bold}.post-title a{color:#2b2b2b;text-decoration:none}.post-title a:hover{text-decoration:underline;text-decoration-style:wavy;text-decoration-color:#4a5568}.post-header{margin-bottom:2rem}.post-meta{font-size:.85rem;color:#666;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.05em}.post-meta-switcher{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.post-content{text-align:justify}.post-content p{margin-bottom:1.2rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;margin-top:1rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content a{color:#2b2b2b;text-decoration:underline;text-decoration-color:#4a5568}.post-content a:hover{background-color:#fff9e6}.post-content blockquote{margin:1.5rem 0;padding-left:2rem;border-left:4px solid #d4d0c8;font-style:italic;color:#666}.post-content code{background-color:#e8e6e0;padding:0.2rem 0.4rem;border-radius:2px;white-space:pre-wrap;word-wrap:break-word}.post-content pre{background-color:#e8e6e0;padding:1rem;margin:1.5rem 0;border:1px solid #d4d0c8;box-sizing:border-box;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.post-content pre code{background:none;padding:0}.post-content img{max-width:100%;height:auto;display:block;margin:1.5rem auto}.post-content figure{max-width:100%;margin:1.5rem 0}.post-content figure img{max-width:100%;height:auto}.pagination{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem;border-top:1px solid #d4d0c8}.pagination a{color:#2b2b2b;text-decoration:none;text-transform:uppercase;font-size:.85rem;letter-spacing:0.05em}.pagination a:hover{text-decoration:underline}footer{border-top:2px solid #2b2b2b;padding-top:1.5rem;margin-top:3rem;font-size:.85rem;color:#666;text-align:center}.language-switcher{font-family:"Courier New","Courier",monospace;font-size:.85rem}.language-switcher a{text-decoration:none;color:#333;padding:0.2rem 0.4rem;border:1px solid #333;transition:all .15s}.language-switcher a:hover{color:#fff;background-color:#333}@media (max-width: 768px){body{padding:1rem;font-size:15px}header{position:relative}.site-title{font-size:1.5rem}.hamburger{display:flex}nav{display:none;position:absolute;top:45%;left:0;right:0;background-color:#f9f7f1;border:2px solid #2b2b2b;border-top:none;padding:1rem;z-index:999}nav.active{display:block}nav ul{flex-direction:column;gap:1rem;align-items:flex-start}nav li{width:100%}nav a{display:block;padding:.5rem 0;font-size:1rem}h1{font-size:1.5rem}.post-content{text-align:left}.post-content img{margin:1rem auto}.post-content pre{padding:.5rem;font-size:.85rem}}
