.tgfc-wrap{position:fixed;bottom:var(--tgfc-bottom);z-index:999999;display:flex;flex-direction:column;align-items:flex-end;gap:10px;font-family:inherit;direction:rtl}.tgfc-main{width:var(--tgfc-size);height:var(--tgfc-size);border:1px solid rgb(255 255 255 / .78);border-radius:50%;background:linear-gradient(145deg,#d1af5e 0%,var(--tgfc-c1) 45%,var(--tgfc-c2) 100%);display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 28px rgb(68 48 19 / .26),inset 0 1px 1px rgb(255 255 255 / .62),inset 0 -5px 12px rgb(79 55 18 / .18),0 0 0 5px rgb(183 145 72 / .12);position:relative;transition:transform .28s ease,box-shadow .28s ease;isolation:isolate}.tgfc-main:hover{transform:translateY(-3px) scale(1.045);box-shadow:0 14px 32px rgb(68 48 19 / .3),inset 0 1px 1px rgb(255 255 255 / .65),0 0 0 6px rgb(183 145 72 / .15)}.tgfc-main:before,.tgfc-main:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.tgfc-main:before{inset:-9px;border:1px solid rgb(213 174 91 / .55);box-shadow:0 0 16px rgb(214 174 87 / .35);animation:tgfcPulse var(--tgfc-pulse) ease-out infinite}.tgfc-main:after{inset:-4px;border:1px solid rgb(255 244 207 / .72)}.tgfc-no-pulse .tgfc-main:before{animation:none;opacity:.65}@keyframes tgfcPulse{0%{transform:scale(.92);opacity:.8}70%,100%{transform:scale(1.38);opacity:0}}.tgfc-main-icon,.tgfc-icon{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.tgfc-main-icon{transition:opacity .18s ease,transform .25s ease}.tgfc-main svg{width:27px;height:27px;fill:#fff;filter:drop-shadow(0 1px 1px rgb(70 45 5 / .18))}.tgfc-main .tgfc-close-icon{position:absolute;width:25px;height:25px;opacity:0;transform:rotate(-90deg) scale(.6);transition:.25s ease}.tgfc-main .tgfc-close-icon:before,.tgfc-main .tgfc-close-icon:after{content:"";position:absolute;left:11px;top:1px;width:3px;height:24px;border-radius:3px;background:#fff}.tgfc-main .tgfc-close-icon:before{transform:rotate(45deg)}.tgfc-main .tgfc-close-icon:after{transform:rotate(-45deg)}.tgfc-open .tgfc-main-icon{opacity:0;transform:rotate(90deg) scale(.6)}.tgfc-open .tgfc-close-icon{opacity:1;transform:rotate(0) scale(1)}.tgfc-menu{display:flex;flex-direction:column;gap:var(--tgfc-gap);align-items:flex-end;pointer-events:none;margin-bottom:5px}.tgfc-item-link{display:flex;align-items:center;gap:9px;text-decoration:none!important;opacity:0;transform:translateY(13px) scale(.92);transition:opacity .24s ease,transform .28s cubic-bezier(.2,.8,.2,1);filter:none!important}.tgfc-open .tgfc-item-link{opacity:1;transform:none;pointer-events:auto}.tgfc-open .tgfc-item-link:nth-last-child(1){transition-delay:.02s}.tgfc-open .tgfc-item-link:nth-last-child(2){transition-delay:.05s}.tgfc-open .tgfc-item-link:nth-last-child(3){transition-delay:.08s}.tgfc-open .tgfc-item-link:nth-last-child(4){transition-delay:.11s}.tgfc-open .tgfc-item-link:nth-last-child(5){transition-delay:.14s}.tgfc-open .tgfc-item-link:nth-last-child(6){transition-delay:.17s}.tgfc-icon{width:44px;height:44px;border-radius:50%;background:var(--tgfc-item-color);border:3px solid #fff;box-shadow:0 7px 18px rgb(44 35 20 / .2),0 0 0 1px rgb(183 145 72 / .25);transition:transform .2s ease,box-shadow .2s ease;flex:0 0 44px}.tgfc-item-link:hover .tgfc-icon{transform:scale(1.08);box-shadow:0 9px 22px rgb(44 35 20 / .26),0 0 0 2px rgb(183 145 72 / .2)}.tgfc-icon svg{width:22px;height:22px;fill:#fff}.tgfc-label,.tgfc-welcome{background:#f9f6f1;color:#39342e;border:1px solid rgb(183 145 72 / .2);box-shadow:0 7px 20px rgb(57 45 26 / .14);font-size:13px;white-space:nowrap}.tgfc-label{border-radius:10px;padding:8px 13px;min-width:74px;text-align:center}.tgfc-welcome{position:absolute;right:calc(var(--tgfc-size) + 13px);bottom:8px;border-radius:11px;padding:9px 14px;font-size:13px;animation:tgfcWelcome 4s ease-in-out infinite}.tgfc-welcome:after{content:"";position:absolute;right:-7px;top:50%;transform:translateY(-50%);border-width:6px 0 6px 8px;border-style:solid;border-color:#fff0 #fff0 #fff0 #f9f6f1}.tgfc-open .tgfc-welcome{display:none}@keyframes tgfcWelcome{0%,75%,100%{transform:translateY(0)}82%{transform:translateY(-3px)}90%{transform:translateY(0)}}.tgfc-wrap[style*="left:"] .tgfc-welcome{right:auto;left:calc(var(--tgfc-size) + 13px)}@media(max-width:600px){.tgfc-label{font-size:12px;padding:7px 10px}.tgfc-welcome{max-width:190px;white-space:normal;text-align:right;font-size:12px}.tgfc-icon{width:42px;height:42px;flex-basis:42px}}