.lp-asist-fab{position:fixed;right:18px;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:95;display:flex;align-items:center;gap:8px;background:#008d97;color:#fff;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;padding:12px 18px;border-radius:999px;box-shadow:0 12px 30px -10px rgba(0,102,141,.55);transition:transform .2s,background .2s}
.lp-asist-fab:hover{transform:translateY(-2px);background:#006b73}
.lp-asist-fab.hidden{display:none}
.lp-asist-panel{position:fixed;right:18px;bottom:calc(88px + env(safe-area-inset-bottom,0px));z-index:96;width:min(360px,calc(100vw - 36px));max-height:min(540px,calc(100dvh - 140px));background:#fff;border-radius:18px;box-shadow:0 24px 70px -20px rgba(0,71,95,.5);display:flex;flex-direction:column;overflow:hidden;animation:lp-in .25s ease}
@keyframes lp-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.lp-asist-head{background:#00668d;color:#fff;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #edaa4b}
.lp-asist-head strong{display:block;font-size:15px}
.lp-asist-head span{font-size:12px;opacity:.85;display:flex;align-items:center;gap:6px}
.lp-asist-dot{width:7px;height:7px;border-radius:50%;background:#35d07f;display:inline-block}
.lp-asist-close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;line-height:1;padding:4px 8px}
.lp-asist-body{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;flex-grow:1;background:#f7f2e9}
.lp-asist-msg{max-width:88%}
.lp-asist-msg p{margin:0;font-size:14px;line-height:1.5;padding:10px 14px;border-radius:14px}
.lp-asist-msg.bot p{background:#fff;color:#253b48;border-bottom-left-radius:4px;box-shadow:0 4px 14px -8px rgba(0,71,95,.25)}
.lp-asist-msg.user{align-self:flex-end}
.lp-asist-msg.user p{background:#008d97;color:#fff;border-bottom-right-radius:4px}
.lp-asist-links{display:flex;flex-direction:column;gap:6px;margin-top:8px}
.lp-asist-links a{background:#fff;border:1.5px solid #008d97;color:#006b73;font-size:13px;font-weight:700;text-decoration:none;padding:9px 14px;border-radius:999px;text-align:center}
.lp-asist-links a:hover{background:#008d97;color:#fff}
.lp-asist-opts{padding:12px;display:flex;flex-wrap:wrap;gap:8px;background:#fff;border-top:1px solid #edf2f5}
.lp-asist-opts button{background:#f7f2e9;border:1px solid #dde8ee;color:#00668d;font-size:13px;font-weight:600;cursor:pointer;padding:9px 14px;border-radius:999px}
.lp-asist-opts button:hover{background:#e3eef5;border-color:#008d97}
