.seen-global-bar {
  position: relative;
  z-index: 9999;
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(23, 63, 42, .14);
  background: rgba(255, 253, 247, .96);
  color: #173f2a;
  font-family: "Noto Sans SC", sans-serif;
}
.seen-global-bar a { color: inherit; text-decoration: none; }
.seen-global-home { display: inline-flex; align-items: center; }
.seen-global-home img { display: block; width: 94px; height: auto; }
.seen-global-context {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: .14em;
  white-space: nowrap;
}
.seen-global-context::before { content: ""; width: 24px; height: 1px; background: #f4ba2e; }
.seen-global-back {
  padding: 6px 12px;
  border: 1px solid rgba(23, 63, 42, .22);
  border-radius: 100px;
  font-size: 11px;
  transition: background .2s ease, color .2s ease;
}
.seen-global-back:hover { color: #fff; background: #173f2a; }
.seen-global-bar ~ .sound-toggle { top: 78px !important; }
@media (max-width: 520px) {
  .seen-global-bar { min-height: 52px; padding: 8px 15px; }
  .seen-global-home img { width: 80px; }
  .seen-global-context { display: none; }
  .seen-global-back { font-size: 10px; }
  .seen-global-bar ~ .sound-toggle { top: 66px !important; }
}
