
.em-article-shell{
  width:100vw;margin-left:calc(50% - 50vw);position:sticky;top:0;z-index:9999;
  background:rgba(7,27,23,.97);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.16);
  backdrop-filter:blur(12px);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.em-article-shell__inner{width:min(1180px,calc(100% - 32px));min-height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.em-article-shell__brand{display:flex;align-items:center;gap:11px;color:#fff!important;text-decoration:none!important;font-weight:850!important;letter-spacing:.01em}
.em-article-shell__brand img{width:58px!important;height:48px!important;object-fit:cover!important;margin:0!important;border-radius:6px!important;box-shadow:none!important}
.em-article-shell nav{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.em-article-shell nav a{color:rgba(255,255,255,.83)!important;text-decoration:none!important;font-size:.85rem!important;font-weight:750!important}
.em-article-shell nav a:last-child{padding:9px 14px;border-radius:999px;background:#d47b32;color:#fff!important}
.em-article-return{width:min(900px,calc(100% - 32px));margin:72px auto 36px!important;padding:34px!important;border-radius:20px!important;background:linear-gradient(135deg,#102e27,#17463a)!important;color:#fff!important;box-shadow:0 20px 55px rgba(22,35,31,.18)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.em-article-return h2{margin:0 0 10px!important;color:#fff!important;font-size:clamp(1.55rem,3vw,2.2rem)!important}
.em-article-return p{margin:0;color:rgba(255,255,255,.76)!important}
.em-article-return__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.em-article-return__links a{display:inline-flex;padding:10px 16px;border-radius:999px;background:#d47b32;color:#fff!important;text-decoration:none!important;font-weight:800!important}
@media(max-width:820px){.em-article-shell__inner{align-items:flex-start;flex-direction:column;padding:12px 0}.em-article-shell nav{gap:10px}.em-article-shell nav a{font-size:.78rem!important}}
