/* One site bar for every standalone page: the way back to zealousmirror.com. Not sticky, so it
   never fights a page's own sticky header. Type floor 12px; works on every dark page. */
.zm-sitebar{position:relative;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:10px 18px;flex-wrap:wrap;
  padding:calc(10px + env(safe-area-inset-top)) clamp(16px,4vw,32px) 10px;background:#0B0D10;border-bottom:1px solid rgba(199,201,204,.12);
  font:500 14px/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
.zm-sitebar a{color:#C7C9CC;text-decoration:none}
.zm-sitebar a:hover{color:#FFD700}
.zm-sitebar a:focus-visible{outline:2px solid #FFD700;outline-offset:3px;border-radius:4px}
.zm-brand{display:inline-flex;align-items:center;gap:9px;font:500 16px/1 "Iowan Old Style","Palatino Linotype",Georgia,serif;color:#fff!important;letter-spacing:.01em}
.zm-gem{width:10px;height:10px;transform:rotate(45deg);background:linear-gradient(135deg,#FFE680,#B8912E);box-shadow:0 0 10px rgba(255,215,0,.35)}
.zm-links{display:flex;align-items:center;gap:6px 16px;flex-wrap:wrap}
.zm-links .zm-cta{padding:7px 12px;border:1px solid rgba(255,215,0,.45);border-radius:999px;color:#FFD700}
@media (max-width:560px){.zm-sitebar{font-size:13px}.zm-links{gap:6px 12px}}
