
/* Sakhi fixed build: strong scroll isolation */
#sakhi-bubble{position:fixed;right:18px;bottom:18px;width:64px;height:64px;border-radius:12px;background:linear-gradient(90deg,#f472b6,#ec4899);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:2147483647;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,0.18)}
#sakhi-bubble:after{content:'S';font-size:20px}
#sakhi-panel{position:fixed;right:18px;bottom:94px;width:380px;max-width:calc(100% - 36px);height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:12px;box-shadow:0 16px 44px rgba(0,0,0,0.2);display:none;flex-direction:column;z-index:2147483647;overflow:hidden}
#sakhi-header{display:flex;align-items:center;gap:10px;padding:12px;background:linear-gradient(90deg,#f472b6,#ec4899);color:#fff}
#sakhi-header img{width:42px;height:42px;border-radius:50%;object-fit:cover}
#sakhi-title{font-weight:700}
#sakhi-close{margin-left:auto;background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer}
#sakhi-chat{padding:12px;flex:1 1 auto;overflow-y:auto;max-height:calc(100% - 96px);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fffafc}
#sakhi-panel, #sakhi-panel *{overscroll-behavior:contain}
.sakhi-msg{display:flex;gap:8px;margin-bottom:10px;align-items:flex-start}
.sakhi-avatar{width:34px;height:34px;border-radius:50%;flex:0 0 34px;object-fit:cover}
.sakhi-text{background:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,0.06);max-width:78%}
.sakhi-user{margin-left:auto;background:#f3f4f6;padding:10px;border-radius:8px;max-width:78%}
#sakhi-input{display:flex;gap:8px;padding:10px;border-top:1px solid #f0e6ea}
#sakhi-text{flex:1;padding:10px;border-radius:8px;border:1px solid #eee;outline:none}
#sakhi-send{background:#ec4899;color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer}
@media (max-width:520px){#sakhi-panel{left:12px;right:12px;bottom:86px;width:auto;height:60vh;max-height:60vh}}
