.cfc-wrap{position:fixed;bottom:var(--cfc-bottom,24px);z-index:99999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
.cfc-right{right:24px}.cfc-left{left:24px}
.cfc-actions{display:flex;flex-direction:column;align-items:center;gap:10px}
.cfc-action{position:relative;display:flex;align-items:center;justify-content:center;width:var(--cfc-size,52px);height:var(--cfc-size,52px);margin:0;padding:0!important;border:3px solid #fff!important;border-radius:50%!important;background:var(--action-color,#1677FF)!important;color:#fff!important;text-decoration:none!important;box-sizing:border-box;box-shadow:0 6px 18px rgba(0,0,0,.20);transition:transform .18s ease,box-shadow .18s ease;appearance:none;-webkit-appearance:none}
.cfc-action:hover{transform:scale(1.08);box-shadow:0 8px 22px rgba(0,0,0,.25)}
.cfc-action:focus-visible{outline:2px solid #172033!important;outline-offset:3px}
.cfc-action svg{width:25px;height:25px;fill:#fff;display:block}
.cfc-label{position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%) translateX(4px);background:#fff;color:#172033;border-radius:8px;padding:7px 10px;white-space:nowrap;font-size:13px;font-weight:650;line-height:1.2;box-shadow:0 5px 18px rgba(0,0,0,.14);opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}
.cfc-action:hover .cfc-label,.cfc-action:focus-visible .cfc-label{opacity:1;transform:translateY(-50%) translateX(0)}
.cfc-left .cfc-label{left:calc(100% + 10px);right:auto;transform:translateY(-50%) translateX(-4px)}
.cfc-left .cfc-action:hover .cfc-label,.cfc-left .cfc-action:focus-visible .cfc-label{transform:translateY(-50%) translateX(0)}
.cfc-welcome{position:absolute;right:0;bottom:calc((var(--cfc-actions-count,1) * var(--cfc-size,52px)) + ((var(--cfc-actions-count,1) - 1) * 10px) + 18px);width:250px;box-sizing:border-box;background:#fff;color:#172033;border-radius:16px;padding:15px 42px 15px 16px;box-shadow:0 10px 30px rgba(0,0,0,.16);font-size:14px;line-height:1.5;animation:cfc-welcome-in .3s ease}
.cfc-welcome:after{content:"";position:absolute;right:22px;bottom:-8px;width:16px;height:16px;background:#fff;transform:rotate(45deg)}
.cfc-left .cfc-welcome{right:auto;left:0}.cfc-left .cfc-welcome:after{right:auto;left:22px}
.cfc-wrap .cfc-welcome-close{position:absolute;right:8px;top:7px;width:26px;height:26px;margin:0;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#8b93a1!important;box-shadow:none!important;font:inherit;font-size:20px;line-height:1;cursor:pointer;appearance:none;-webkit-appearance:none}
.cfc-wrap .cfc-welcome-close:hover{background:#f2f4f7!important}.cfc-wrap .cfc-welcome-close:focus-visible{outline:2px solid #172033!important;outline-offset:2px}
@keyframes cfc-welcome-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.cfc-hide-desktop{display:none!important}
@media(max-width:767px){.cfc-hide-desktop{display:block!important}.cfc-hide-mobile{display:none!important}.cfc-right{right:15px}.cfc-left{left:15px}.cfc-action{width:48px;height:48px}.cfc-action svg{width:22px;height:22px}.cfc-label{display:none}.cfc-welcome{width:225px;font-size:13px;bottom:calc((var(--cfc-actions-count,1) * 48px) + ((var(--cfc-actions-count,1) - 1) * 10px) + 15px)}}
@media(prefers-reduced-motion:reduce){.cfc-wrap *,.cfc-wrap *::before,.cfc-wrap *::after{animation:none!important;transition:none!important}}
