/* Shared complaint entry: place the link directly inside body. */
.complaint-float { position: fixed; right: max(24px, env(safe-area-inset-right, 0px)); bottom: calc(32px + env(safe-area-inset-bottom, 0px)); z-index: 70; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 22px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #22a7e8; color: #fff; font: 400 16px/1.4 Arial, "PingFang SC", "Microsoft YaHei", sans-serif; text-decoration: none; white-space: nowrap; box-shadow: 0 9px 28px rgba(16,141,209,.24); -webkit-tap-highlight-color: transparent; }
.complaint-float:visited { color: #fff; }
.complaint-float:hover { background: #1498d8; color: #fff; }
.complaint-float:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px #1472ae; }
.complaint-float svg { display: block; flex: 0 0 auto; width: 21px; height: 21px; pointer-events: none; }
@media (max-width: 699px) {
  .complaint-float { right: max(14px, env(safe-area-inset-right, 0px)); bottom: calc(var(--complaint-mobile-offset, 20px) + env(safe-area-inset-bottom, 0px)); min-height: 46px; gap: 7px; padding: 10px 16px; font-size: 14px; }
  .complaint-float svg { width: 19px; height: 19px; }
}
