.fbk-fab{position:fixed;z-index:40;right:20px;bottom:20px;width:54px;height:54px;border-radius:9999px;background:#2e7a3c;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -6px rgba(46,122,60,.5);animation:fbk-in .42s cubic-bezier(.34,1.56,.64,1);transition:transform .15s,background .15s,box-shadow .15s}.fbk-fab:hover{background:#276a33;transform:translateY(-2px) scale(1.05);box-shadow:0 14px 28px -6px rgba(46,122,60,.55)}.fbk-fab svg{width:26px;height:26px}@media (max-width:767px){.fbk-fab{right:16px;bottom:calc(72px + env(safe-area-inset-bottom))}}.fbk{position:fixed;z-index:40;right:20px;bottom:20px;width:344px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #e3efe6;border-radius:18px;box-shadow:0 12px 32px -8px rgba(45,49,66,.22);padding:18px 18px 16px;animation:fbk-in .42s cubic-bezier(.34,1.56,.64,1)}@media (max-width:767px){.fbk{left:12px;right:12px;width:auto;bottom:calc(72px + env(safe-area-inset-bottom))}}@keyframes fbk-in{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.fbk.is-closing{animation:fbk-out .22s ease-in forwards}@keyframes fbk-out{to{opacity:0;transform:translateY(10px) scale(.97)}}.fbk__close{position:absolute;top:10px;right:10px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;color:#9aa0ad;background:transparent;transition:background .15s,color .15s}.fbk__close:hover{background:#f1f5f1;color:#6b7280}.fbk__head{display:flex;align-items:center;gap:9px;margin:0 0 13px}.fbk__mascot{flex-shrink:0;width:46px;height:46px;-o-object-fit:contain;object-fit:contain}.fbk__greet{min-width:0}.fbk__title{font-size:14px;font-weight:700;color:#2d3142;margin:0 0 3px;white-space:nowrap}.fbk__sub{font-size:12.5px;color:#6f7a72;line-height:1.5;margin:0;white-space:nowrap}.fbk__stars{display:flex;gap:6px;margin-bottom:12px;justify-content:center}.fbk__star{width:38px;height:38px;color:#e2e6e2;transition:transform .12s,color .12s}.fbk__star:hover{transform:scale(1.12)}.fbk__star.on{color:#2e7a3c}.fbk__star svg{width:100%;height:100%;display:block}.fbk__comment{width:100%;border:1px solid #e6ece7;border-radius:12px;padding:9px 11px;font-size:13px;color:#2d3142;resize:none;outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s;margin-bottom:12px}.fbk__comment::-moz-placeholder{color:#b3bcb4}.fbk__comment::placeholder{color:#b3bcb4}.fbk__comment:focus{border-color:#2e7a3c;box-shadow:0 0 0 3px rgba(46,122,60,.1)}.fbk__actions{display:flex;align-items:center;justify-content:flex-end}.fbk__send{flex-shrink:0;background:#2e7a3c;color:#fff;font-size:13px;font-weight:700;border-radius:9999px;padding:9px 22px;transition:background .15s,transform .1s}.fbk__send:hover:not(:disabled){background:#276a33;transform:translateY(-1px)}.fbk__send:disabled{background:#d6e6d9;cursor:not-allowed}.fbk__thanks{display:flex;flex-direction:column;align-items:center;text-align:center;padding:6px 0 4px}.fbk__thanks-mascot{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;margin-bottom:6px}.fbk__thanks-text{font-size:15px;font-weight:700;color:#2e7a3c;margin:0}.fbk__thanks-sub{font-size:12.5px;color:#6f7a72;margin:5px 0 0;line-height:1.5}