:root{--font-sans:ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif}html,body{max-width:100vw;overflow-x:hidden}.float-field{contain:layout paint;width:100%;min-height:clamp(420px,68vh,760px);position:relative;overflow:hidden}.float-item{left:var(--x);top:var(--y);white-space:nowrap;text-overflow:ellipsis;max-width:min(46vw,22rem);color:var(--fg);background:var(--bg);border:1px solid var(--accent);will-change:transform;animation:drift var(--duration) ease-in-out var(--delay) infinite alternate;content-visibility:auto;contain-intrinsic-size:2.25rem 10rem;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex;position:absolute;overflow:hidden;box-shadow:0 1px 2px #201b4514}.float-item:hover,.float-item:focus-visible{background-image:var(--brand-gradient);color:#fff;z-index:2;border-color:#0000;animation-play-state:paused}.float-item:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.float-emoji{font-size:1.1em;line-height:1}@keyframes drift{0%{transform:translate(0,0)}to{transform:translate3d(var(--dx), var(--dy), 0)}}@media (prefers-reduced-motion:reduce){.float-item{animation:none!important}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
