html,body{font-family:Inter,system-ui,-apple-system,sans-serif;}
.lang-bar{position:fixed;top:14px;right:14px;z-index:120;display:flex;gap:2px;background:rgba(8,11,17,0.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
body:has(.back-bar) .lang-bar{top:56px;}
.lang-bar a{background:transparent;border:none;color:#6B7889;padding:7px 10px;text-decoration:none;font-family:inherit;font-size:10px;text-transform:uppercase;letter-spacing:0.2em;font-weight:700;transition:color .14s;}
.lang-bar a:hover{color:#8FBEE0;}
.lang-bar a.active{color:#EAF0F6;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.article-page{max-width:930px;}
.article-page h1{font-size:84px;}
.article-page .body{font-size:17.5px;line-height:1.75;--pgap:26px;text-align:justify;hyphens:auto;}
