/* HumanEdge Academy site notice bar (under-construction sign).
   Injected at the top of <body> by assets/notice.js. */
#hea-notice{
  position:fixed;top:0;left:0;right:0;z-index:10000;
  background:#d7ec63;color:#102b31;
  font-family:'DM Sans',system-ui,-apple-system,'Segoe UI',sans-serif;
  font-size:14px;font-weight:500;text-align:center;line-height:1.45;
  padding:12px 52px 12px 16px;
  box-shadow:0 2px 14px rgba(8,47,53,.25);
}
#hea-notice strong{font-weight:700}
#hea-notice .hea-notice-close{
  position:absolute;right:6px;top:50%;transform:translateY(-50%);
  background:none;border:0;cursor:pointer;
  font-size:20px;line-height:1;color:#102b31;opacity:.65;padding:10px;
  -webkit-tap-highlight-color:transparent;
}
#hea-notice .hea-notice-close:hover{opacity:1}
/* Make room for the fixed bar and push the absolute hero nav below it. */
body.has-notice{padding-top:var(--notice-h,48px)}
.has-notice .top{top:var(--notice-h,48px)}
