.post-cover{width:100%;height:auto;max-height:32rem;object-fit:contain;object-position:center;margin-bottom:1.2rem;border-radius:.6rem;grid-column:1/-1;background:#0d0f12}
.article-cover{display:block;width:auto;max-width:100%;height:auto;max-height:none;object-fit:contain;margin:3rem auto 0;border-radius:.8rem}
.blog-footer{display:grid;grid-template-columns:1fr auto;gap:1.2rem 3rem;align-items:center;padding:3rem clamp(1rem,4vw,4rem)}.blog-footer-brand{display:flex;align-items:center;gap:.8rem}.blog-footer-brand img{width:3.4rem;height:3.4rem;border-radius:50%}.blog-footer-links{display:flex;gap:1.5rem}.blog-footer-links a{text-decoration:none;color:var(--bone)}.blog-footer p{margin:0;max-width:70ch}.blog-footer p:last-child{text-align:right}@media(max-width:650px){.blog-footer{grid-template-columns:1fr}.blog-footer p:last-child{text-align:left}}
.mast-logo{display:grid;place-items:center;width:2.7rem;height:2.7rem}.mast-logo img{display:block;width:100%;height:100%}.blog-lang{border:1px solid currentColor;border-radius:999px;padding:.4rem .7rem}.blog-footer-links{justify-self:center;align-items:center}.blog-footer-links a{display:grid;place-items:center;width:2.7rem;height:2.7rem;border:1px solid currentColor;border-radius:50%;transition:background .2s,color .2s}.blog-footer-links a:hover{background:var(--bone);color:var(--void)}.blog-footer-links svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:1.5}.blog-footer p{font-size:.72rem;color:var(--muted)}
@media(max-width:650px){.blog-footer{text-align:center}.blog-footer-brand,.blog-footer-links{justify-self:center}.blog-footer p,.blog-footer p:last-child{text-align:center}}

/* Public blog uses the same site chrome and theme system as every Astro route. */
html[data-theme=light]{--void:#f2f3ee;--ink:#e7e9e2;--bone:#121419;--muted:#5e6268;--line:rgba(14,17,21,.2);--acid:#6f9300;--ember:#c83a20;--ice:#087c9b;color-scheme:light}html[data-theme=dark]{color-scheme:dark}html,body{background:var(--void);color:var(--bone)}
.topline{height:5.5rem;display:grid;grid-template-columns:1fr auto;align-items:center;padding:0 clamp(1rem,3vw,3rem);border-bottom:1px solid var(--line);background:rgba(8,9,11,.78);position:absolute;inset:0 0 auto;z-index:100}.wordmark{display:flex;width:max-content}.wordmark img{display:block;width:2.65rem;height:2.65rem;object-fit:contain}.header-actions{display:flex;align-items:center;gap:1.2rem;justify-self:end}.header-actions nav{display:flex;gap:1.4rem}.header-actions nav a{font-size:.72rem;text-decoration:none;text-transform:uppercase;letter-spacing:.12em}.lang-switch{display:flex;align-items:center;gap:.4rem;border:1px solid var(--line);border-radius:999px;padding:.4rem .55rem;text-decoration:none;font-size:.62rem;letter-spacing:.08em}.lang-switch i{width:1px;height:.8rem;background:var(--line)}.lang-switch span{color:var(--muted)}.lang-switch span.active{color:var(--acid)}
.theme-toggle{width:2.35rem;height:2.35rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:inherit;cursor:pointer;padding:0}.theme-toggle svg{grid-area:1/1;width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:opacity .25s,transform .35s}.theme-toggle .sun-icon{opacity:0;transform:rotate(-45deg) scale(.65)}html[data-theme=light] .theme-toggle .moon-icon{opacity:0;transform:rotate(45deg) scale(.65)}html[data-theme=light] .theme-toggle .sun-icon{opacity:1;transform:none}
.nav-trigger{display:none;align-items:center;gap:.75rem;background:none;border:0;color:inherit;padding:.8rem}.nav-trigger b{position:relative;display:block;width:1.5rem;height:.9rem}.nav-trigger b i{position:absolute;left:0;width:1.5rem;height:1px;background:currentColor;transition:transform .42s cubic-bezier(.77,0,.18,1),top .42s cubic-bezier(.77,0,.18,1)}.nav-trigger b i:first-child{top:.2rem}.nav-trigger b i:last-child{top:.68rem}.menu-open .nav-trigger b i:first-child{top:.44rem;transform:rotate(45deg)}.menu-open .nav-trigger b i:last-child{top:.44rem;transform:rotate(-45deg)}
.overlay-nav{position:fixed;inset:0;z-index:90;background:var(--acid);color:#08090b;padding:7rem clamp(1rem,6vw,7rem) 3rem;display:flex;flex-direction:column;visibility:hidden;clip-path:inset(0 0 100% 0);transition:clip-path .7s cubic-bezier(.77,0,.18,1),visibility .7s}.menu-open{overflow:hidden}.menu-open .overlay-nav{visibility:visible;clip-path:inset(0)}.overlay-nav nav{margin:auto 0}.overlay-nav nav a{display:block;width:max-content;max-width:100%;font-size:clamp(2.65rem,8vw,8rem);font-weight:800;line-height:.9;letter-spacing:-.075em;text-decoration:none}.overlay-contact{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.overlay-contact>div{display:flex;gap:1.5rem}.overlay-contact a{font-size:clamp(.9rem,1.4vw,1.2rem);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.2rem}
.site-footer{border-top:1px solid var(--line);min-height:24rem;padding:clamp(3rem,6vw,6rem) clamp(1rem,4vw,5rem);display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr auto;gap:4rem;align-items:start;position:relative;text-transform:none;letter-spacing:0;color:var(--bone)}.footer-brand{display:flex;gap:1.2rem;align-items:center}.footer-brand img{display:block;width:4.25rem;height:4.25rem;object-fit:contain}.footer-brand>div{display:grid;gap:.25rem}.footer-brand strong{font-size:clamp(1.2rem,2vw,1.8rem);letter-spacing:-.04em}.footer-brand span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.footer-links{display:flex;justify-self:center;align-self:center;gap:1rem}.footer-links a{width:3.25rem;height:3.25rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;transition:color .25s,border-color .25s,transform .25s;text-decoration:none}.footer-links svg{width:1.35rem;height:1.35rem;fill:currentColor;stroke:none}.footer-links .mail-icon{fill:none;stroke:currentColor;stroke-width:1.5}.footer-legal{grid-column:1/-1;border-top:1px solid var(--line);padding-top:1.5rem;display:flex;justify-content:space-between;gap:2rem;color:var(--muted);font-size:.72rem;letter-spacing:.04em}.footer-legal p{margin:0;max-width:64ch}.footer-top{position:absolute;right:clamp(1rem,4vw,5rem);bottom:1.5rem;color:var(--acid);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid currentColor;text-decoration:none}
html[data-theme=light] .topline{background:rgba(242,243,238,.84)}html[data-theme=light] .wordmark img,html[data-theme=light] .footer-brand img{filter:brightness(0) saturate(100%)}
@media(max-width:760px){.topline{height:4.5rem}.header-actions{gap:.5rem}.header-actions nav{display:none}.theme-toggle{width:2.2rem;height:2.2rem}.nav-trigger{display:flex;padding:.55rem}.overlay-nav{padding:6.5rem 1rem 2rem}.overlay-nav nav{margin:auto 0 2rem}.overlay-nav nav a{font-size:clamp(2.2rem,11vw,3.6rem);line-height:.94}.overlay-contact{display:grid;gap:1.25rem}.site-footer{grid-template-columns:1fr;grid-template-rows:auto;gap:2.5rem;justify-items:center;text-align:center}.footer-links{justify-self:center}.footer-legal{grid-column:1;display:grid;gap:.8rem;text-align:center}.footer-top{position:static;justify-self:center}}
