.context-help-trigger{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#faf7f6;border:1px solid #e8d8d8;color:#685252;font-size:11px;font-weight:600;cursor:pointer;margin-left:6px;transition:all .2s ease;vertical-align:middle;line-height:1}.context-help-trigger:hover{background:#daaca4;border-color:#daaca4;color:#fff}.context-help-trigger--lg{width:22px;height:22px;font-size:13px}.context-help-tooltip{position:absolute;z-index:10000;max-width:300px;padding:15px 18px;background:#fff;border-radius:10px;box-shadow:0 8px 30px rgba(104,82,82,.15);border:1px solid #e8d8d8;font-size:14px;line-height:1.5;color:#513e3e;opacity:0;visibility:hidden;transform:translateY(5px);transition:all .2s ease}.context-help-tooltip.visible{opacity:1;visibility:visible;transform:translateY(0)}.context-help-tooltip::before{content:"";position:absolute;width:10px;height:10px;background:#fff;border:1px solid #e8d8d8;border-right:0;border-bottom:0;transform:rotate(45deg)}.context-help-tooltip.position-top::before{bottom:-6px;left:50%;margin-left:-5px;transform:rotate(-135deg)}.context-help-tooltip.position-bottom::before{top:-6px;left:50%;margin-left:-5px;transform:rotate(45deg)}.context-help-tooltip.position-left::before{right:-6px;top:50%;margin-top:-5px;transform:rotate(135deg)}.context-help-tooltip.position-right::before{left:-6px;top:50%;margin-top:-5px;transform:rotate(-45deg)}.context-help-tooltip-title{font-weight:600;margin-bottom:6px;color:#513e3e;font-size:14px}.context-help-tooltip-text{color:#685252;margin-bottom:10px;font-size:13px;line-height:1.5}.context-help-tooltip-text:last-child{margin-bottom:0}.context-help-tooltip-link{display:inline-flex;align-items:center;gap:4px;color:#513e3e;font-size:12px;font-weight:500;text-decoration:underline;margin-top:4px}.context-help-tooltip-link:hover{color:#daaca4}.context-help-tooltip-link::after{content:">";font-size:10px;text-decoration:none}.context-help-tooltip-close{position:absolute;top:8px;right:8px;width:18px;height:18px;background:transparent;border:0;color:#b9b2b2;font-size:16px;cursor:pointer;line-height:1;padding:0;display:flex;align-items:center;justify-content:center}.context-help-tooltip-close:hover{color:#513e3e}.context-help-trigger.highlight{animation:pulse-help 2s ease-in-out 3}@keyframes pulse-help{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(218,172,164,.4)}50%{transform:scale(1.1);box-shadow:0 0 0 6px rgba(218,172,164,0)}}@media(max-width:768px){.context-help-tooltip{max-width:calc(100vw - 40px);left:20px!important;right:20px!important}.context-help-tooltip::before{display:none}}.form-label-with-help{display:flex;align-items:center;gap:4px}.floating-help-btn{position:fixed;bottom:30px;right:90px;width:44px;height:44px;background:#e8d8d8;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none;transition:all .3s ease;animation:floatingHelpPulse 3s ease-in-out infinite}.floating-help-btn:hover{background:#1d1d1d;transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.2);animation:none}.floating-help-btn svg{width:22px;height:22px;fill:#513e3e;transition:fill .3s ease}.floating-help-btn:hover svg{fill:#fff}@keyframes floatingHelpPulse{0%,100%{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:scale(1)}50%{box-shadow:0 4px 22px rgba(193,164,160,.6);transform:scale(1.1)}}@media(max-width:991px){.floating-help-btn{bottom:100px;right:75px;width:40px;height:40px}.floating-help-btn.menu-hidden{bottom:20px}body:has(.mobileMenu.off) .floating-help-btn{bottom:20px}.floating-help-btn svg{width:20px;height:20px}}@media(max-width:768px){.floating-help-btn{right:70px}}.premium .floating-help-btn{background:#f2d18f}.premium .floating-help-btn:hover{background:#daaca4}.premium .floating-help-btn svg{fill:#513e3e}