#lfp-quick-helper {
    box-sizing: border-box;
    position: fixed;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 2147482999;
    width: 306px;
    max-width: calc(100vw - 32px);
    padding: 13px 16px 15px;
    margin: 0;
    border: 1px solid #c6ded2;
    border-top: 4px solid #22784f;
    border-radius: 14px;
    background: #fff;
    color: #17382c;
    box-shadow: 0 6px 30px #153e292b, 0 2px 6px #153e2914;
    font-family: system-ui, -apple-system, sans-serif;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.3;
    cursor: pointer;
    transition: box-shadow .15s ease, transform .15s ease;
}
#lfp-quick-helper[hidden] { display: none !important; }
#lfp-quick-helper:hover { transform: translateY(-2px); background: #f7fcf9; box-shadow: 0 8px 32px #153e2940; }
#lfp-quick-helper:focus-visible { outline: 3px solid #22784f; outline-offset: 4px; }
#lfp-quick-helper .lfp-helper-brand { display: block; margin: -13px -16px 12px; padding: 6px 16px; background: #303030; border-radius: 10px 10px 0 0; }
#lfp-quick-helper .lfp-helper-brand img { display: block; width: 84px; height: 44px; object-fit: contain; object-position: left center; }
#lfp-quick-helper .lfp-helper-main { display: flex; align-items: center; gap: 11px; }
#lfp-quick-helper .lfp-helper-face { flex: 0 0 54px; width: 54px; height: 54px; border: 2px solid #e4eee9; border-radius: 50%; object-fit: cover; }
#lfp-quick-helper .lfp-helper-copy { flex: 1; min-width: 0; }
#lfp-quick-helper .lfp-helper-copy strong { display: block; color: #17382c; font-size: 19px; font-weight: 750; margin: 0 0 3px; }
#lfp-quick-helper .lfp-helper-copy > span { display: block; color: #486457; font-size: 12px; font-weight: 450; }
#lfp-quick-helper .lfp-helper-arrow { font-size: 24px; color: #22784f; font-weight: 500; }
@media (max-width: 600px) {
    #lfp-quick-helper { right: 12px; bottom: max(14px, env(safe-area-inset-bottom)); width: 268px; padding: 10px 13px 12px; }
    #lfp-quick-helper .lfp-helper-brand { margin: -10px -13px 10px; padding: 5px 13px; }
    #lfp-quick-helper .lfp-helper-brand img { width: 74px; height: 36px; }
    #lfp-quick-helper .lfp-helper-face { width: 44px; height: 44px; flex-basis: 44px; }
    #lfp-quick-helper .lfp-helper-copy strong { font-size: 17px; }
    #lfp-quick-helper .lfp-helper-copy > span { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) { #lfp-quick-helper { transition: none; } }
@media print { #lfp-quick-helper { display: none !important; } }
