/* Global site shortcut: visually distinct from Economy Model while matching the main navigation. */
.dy-overseas-static-link {
  position: fixed;
  top: 14px;
  right: 140px;
  z-index: 2147483002;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  min-width: 0;
  padding: 0 10px 0 8px;
  border-radius: 999px;
  color: #f4f8ff !important;
  background: linear-gradient(135deg, rgba(18, 37, 74, .98) 0%, rgba(48, 46, 133, .98) 100%);
  border: 1px solid rgba(137, 197, 255, .72);
  box-shadow: 0 10px 24px rgba(31, 72, 145, .24), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.16);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.dy-overseas-static-link::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1.5px solid #b8e2ff;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent 41%, rgba(184,226,255,.78) 44% 56%, transparent 59%), linear-gradient(0deg, transparent 41%, rgba(184,226,255,.78) 44% 56%, transparent 59%);
  box-shadow: 0 0 10px rgba(96, 186, 255, .5);
}
.dy-overseas-static-link:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
  box-shadow: 0 13px 28px rgba(31, 72, 145, .32), inset 0 1px 0 rgba(255,255,255,.28);
}
@media (max-width: 1280px) { .dy-overseas-static-link { right: 320px; } }
@media (max-width: 1040px) { .dy-overseas-static-link { display: none !important; } }
