.link-help[hidden]{display:none!important}
.link-help{position:fixed;z-index:80;right:20px;bottom:20px;width:min(400px,calc(100vw - 32px));padding:20px;background:#19121c;color:#fff5fc;border:1px solid #ff91cf80;border-radius:14px;box-shadow:0 12px 50px #0006;font-family:Manrope,Arial,sans-serif}
.link-help-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.link-help h2{font:700 1rem/1.4 Manrope,Arial,sans-serif;letter-spacing:0}
.link-help p{font-size:.875rem;line-height:1.6;margin:10px 0;color:#dcc8d6}
.link-help-close{display:grid;place-items:center;min-width:36px;min-height:36px;border:0;background:transparent;color:#fff5fc;font-size:1.6rem;cursor:pointer}
.link-help-url{display:block;width:100%;box-sizing:border-box;margin:14px 0;padding:12px;border:1px solid #ffffff45;border-radius:6px;background:#08060b;color:#fff5fc;font:400 1rem/1.5 Manrope,Arial,sans-serif;user-select:text;-webkit-user-select:text}
.link-help-copy{min-height:44px;padding:10px 18px;border:0;border-radius:24px;background:#ff91cf;color:#100e12;font:700 .875rem/1.5 Manrope,Arial,sans-serif;cursor:pointer}
.link-help .link-help-status{margin:8px 0 0;color:#ffb8df}
.link-help .link-help-status:empty{display:none}
.link-help button:focus-visible,.link-help input:focus-visible{outline:2px solid #ff91cf;outline-offset:3px}
@media(max-width:650px){.link-help{right:16px;bottom:max(16px,env(safe-area-inset-bottom));padding:18px}}
