.support-fab{bottom:var(--support-fab-bottom,20px);background:var(--syntrillo-green);color:#fff;cursor:pointer;z-index:999;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;position:fixed;right:20px;box-shadow:0 4px 12px #0000004d}.support-fab:hover{transform:scale(1.1)}.support-fab:focus-visible{outline-offset:2px;outline:2px solid #fff}.support-panel{bottom:var(--support-fab-bottom,20px);z-index:999;background:#fff;border-radius:12px;flex-direction:column;width:min(380px,100vw - 40px);max-height:min(550px,100vh - 40px);animation:.2s ease-out supportSlideUp;display:flex;position:fixed;right:20px;overflow:hidden;box-shadow:0 8px 32px #0003}@keyframes supportSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.support-panel-header{background:var(--syntrillo-green);color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.support-panel-title{font-family:var(--font-sans);margin:0;font-size:1.05rem;font-weight:600}.support-panel-close{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;padding:0 .25rem;font-size:1.5rem;line-height:1}.support-panel-close:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #fff}.support-panel-body{padding:1.25rem;overflow-y:auto}.support-form-textarea{resize:vertical;min-height:96px}
