:root{--blog-bg:#fff;--blog-text:#333;--blog-heading:#222;--blog-accent:#2B546B;--blog-accent-hover:#1a3a4d;--blog-meta:#666;--blog-border:#e0e0e0;--blog-code-bg:#f5f5f5;--blog-description:#555;--blog-quote-text:#444}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--blog-bg:#1e1e1e;--blog-text:#d4d4d8;--blog-heading:#f0f0f0;--blog-accent:#5b9bb5;--blog-accent-hover:#7bbdd4;--blog-meta:#9ca3af;--blog-border:#3a3a3a;--blog-code-bg:#2a2a2a;--blog-description:#b0b0b8;--blog-quote-text:#b0b0b8}}[data-theme=dark]{--blog-bg:#1e1e1e;--blog-text:#d4d4d8;--blog-heading:#f0f0f0;--blog-accent:#5b9bb5;--blog-accent-hover:#7bbdd4;--blog-meta:#9ca3af;--blog-border:#3a3a3a;--blog-code-bg:#2a2a2a;--blog-description:#b0b0b8;--blog-quote-text:#b0b0b8}.blog-wrapper{min-height:100vh;width:100%;background:var(--blog-bg);color:var(--blog-text);font-family:roboto,Helvetica,sans-serif;padding:2rem 1rem;box-sizing:border-box;transition:background-color .3s,color .3s}.blog-container{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.blog-header{margin-bottom:3rem;position:relative}.blog-title{font-size:2.5rem;color:var(--blog-heading);margin-bottom:1rem;font-weight:600}.header-links{display:flex;gap:1.5rem;align-items:center}.back-link,.rss-link{color:var(--blog-accent);text-decoration:none;font-weight:400;font-size:.95rem;transition:color .3s}.back-link:hover,.rss-link:hover{color:var(--blog-accent-hover)}.rss-link .fa{margin-right:.25rem}.theme-toggle{background:0 0;border:none;color:var(--blog-accent);cursor:pointer;padding:0;font-size:.95rem;font-weight:400;transition:color .3s}.theme-toggle:hover{color:var(--blog-accent-hover)}.language-switcher{position:absolute;top:0;right:0;display:flex;gap:.5rem}.language-link{color:var(--blog-accent);text-decoration:none;padding:.4rem .8rem;border:1px solid var(--blog-accent);border-radius:4px;font-size:.85rem;font-weight:500;transition:all .3s}.language-link:hover{background:var(--blog-accent);color:#fff}.posts-list{display:flex;flex-direction:column;gap:2.5rem}.post-preview{border-bottom:1px solid var(--blog-border);padding-bottom:2rem}.post-preview:last-child{border-bottom:none}.post-title{font-size:1.75rem;margin-bottom:.5rem;font-weight:600}.post-title a{color:var(--blog-heading);text-decoration:none;transition:color .3s}.post-title a:hover{color:var(--blog-accent)}.post-meta{font-size:.9rem;color:var(--blog-meta);margin-bottom:.75rem;font-weight:300}.post-meta .separator{margin:0 .5rem}.post-meta .post-date,.post-meta .translation-link{color:var(--blog-meta);text-decoration:none}.post-meta .post-date:hover,.post-meta .translation-link:hover{color:var(--blog-accent)}.post-description{color:var(--blog-description);line-height:1.7;font-size:1rem;font-weight:300}.blog-post .post-header{margin-bottom:2.5rem}.blog-post .post-header .post-title{font-size:2.5rem;color:var(--blog-heading);margin-bottom:.75rem;line-height:1.3}.post-content{font-size:1.05rem;line-height:1.8;color:var(--blog-text)}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:var(--blog-heading);font-weight:600;margin:2rem 0 1rem}.post-content h1{font-size:2rem}.post-content h2{font-size:1.65rem}.post-content h3{font-size:1.35rem}.post-content p{margin-bottom:1.5rem;font-weight:300}.post-content a{color:var(--blog-accent);text-decoration:underline;font-weight:400}.post-content a:hover{color:var(--blog-accent-hover)}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content ul li,.post-content ol li{margin-bottom:.5rem;line-height:1.8}.post-content code{background:var(--blog-code-bg);padding:.2rem .4rem;border-radius:3px;font-size:.9em;font-family:monospace}.post-content pre{background:var(--blog-code-bg);padding:1rem;border-radius:5px;overflow-x:auto;margin-bottom:1.5rem}.post-content pre code{background:0 0;padding:0}.post-content blockquote{border-left:4px solid var(--blog-accent);padding-left:1.5rem;margin:1.5rem 0;color:var(--blog-description);font-style:italic}.post-content strong{font-weight:600}.post-content em{font-style:italic}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--blog-border);display:flex;align-items:center;gap:1.5rem}.post-preview--link .post-title,.post-preview--quote .post-title{display:flex;align-items:baseline;gap:.35rem}.external-icon{font-size:.85em;color:var(--blog-accent)}.note-quote{border-left:4px solid var(--blog-accent);padding-left:1.25rem;margin:0 0 .75rem;font-style:italic;color:var(--blog-quote-text)}.note-quote p{margin:0;font-size:1.25rem;line-height:1.6;font-weight:300}.note-attribution{color:var(--blog-meta);font-size:.95rem;margin:0 0 .5rem;font-weight:400}.note-attribution cite{font-style:normal}.note-attribution a{color:var(--blog-accent);text-decoration:none}.note-attribution a:hover{text-decoration:underline}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--blog-border)}.pagination-link{color:var(--blog-accent);text-decoration:none;font-weight:400;font-size:.95rem;transition:color .3s}.pagination-link:hover{color:var(--blog-accent-hover)}.pagination-info{color:var(--blog-meta);font-size:.9rem}@media screen and (max-width:700px){.blog-wrapper{padding:1rem .5rem}.blog-container{padding:1rem}.blog-title{font-size:2rem}.blog-post .post-header .post-title{font-size:1.85rem}.post-title{font-size:1.5rem}.language-switcher{position:static;margin-bottom:1rem}.post-content{font-size:1rem}.post-content h1{font-size:1.65rem}.post-content h2{font-size:1.4rem}.post-content h3{font-size:1.2rem}}html,body{width:100%;margin:0}body{font-family:roboto,Helvetica,sans-serif;font-size:1rem}#page-wrapper{min-height:100vh}#page-wrapper:has(#wrapper){display:flex;align-items:center;justify-content:center}#wrapper{background:linear-gradient(45deg,#020913,#00121E 19%,#001F3A 28%,#063651 56%,#2B546B 71%,#827C6C);box-shadow:0 2rem 4rem .25rem rgba(46,43,55,.575);padding:3.5rem;max-width:37.5rem;width:100%;color:rgba(255,255,255,.75)}#wrapper h1{font-size:3rem}#wrapper h2{font-size:2rem}#wrapper h3{font-size:1rem;font-style:italic}#wrapper h1,#wrapper h2,#wrapper h3,#wrapper h4,#wrapper h5,#wrapper h6{color:rgba(255,255,255,.875);font-weight:600;line-height:1.3;margin:0 0 .75rem}#wrapper a{color:inherit;text-decoration:none;font-weight:700;transition:color .3s}#wrapper a:hover{color:rgba(255,255,255,.8)}#wrapper p{font-weight:300;line-height:2;margin:0 0 10px}#wrapper .separator{border-bottom:1px solid rgba(255,255,255,.875);width:100px;margin:0 0 15px}#wrapper header img{display:block;margin:0 auto;width:30%;border-radius:50%;box-shadow:0 0 2px 2px rgba(0,0,0,.2)}#wrapper footer .icons a{color:rgba(255,255,255,.75);padding:.3em .8em .2em 0;transition:color .3s}#wrapper footer .icons a:hover{color:rgba(255,255,255,.5)}#wrapper footer .icons a .label{display:none}@media screen and (max-width:700px){#page-wrapper:has(#wrapper){align-items:flex-start}#wrapper{min-height:100vh;box-sizing:border-box;width:100vw}.fa-3x{font-size:2.3em!important}}