.fcfp-topbar{display:inline-flex;align-items:center;gap:8px;max-width:60vw;padding:3px 11px;border-radius:6px;background:linear-gradient(135deg,rgb(20 184 166 / .16),rgb(168 85 247 / .16));border:1px solid rgb(20 184 166 / .35);font-size:11px;font-weight:600;line-height:1.4;text-decoration:none;white-space:nowrap;overflow:hidden;transition:border-color 0.15s ease,box-shadow 0.15s ease,transform 0.15s ease}.fcfp-topbar:hover{border-color:rgb(20 184 166 / .6);box-shadow:0 4px 14px rgb(20 184 166 / .25);transform:translateY(-1px)}.fcfp-topbar__dot{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:#14b8a6;box-shadow:0 0 0 0 rgb(20 184 166 / .6);animation:fc-pulse-dot 2s ease-out infinite}.fcfp-topbar__hook{color:#e9fbf6;overflow:hidden;text-overflow:ellipsis}.fcfp-topbar__cta{flex:0 0 auto;color:#5eead4;font-weight:700}.fcfp-topbar__cta::after{content:" \2192"}.fcfp-topbar:hover .fcfp-topbar__hook,.fcfp-topbar:hover .fcfp-topbar__cta{color:#99f6e4}@media (max-width:767px){.fcfp-topbar{max-width:none}}