/* WAHAI v9.2 R6 — detail mechanism restored to the proven v7.2.1 behavior. */
.sidebar-foot #logoutButton.pw-bottom-logout{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;min-height:42px!important;width:100%!important;padding:0 14px!important;text-align:left!important}
.sidebar-foot #logoutButton.pw-bottom-logout i{width:20px!important;min-width:20px!important;text-align:center!important;font-size:15px!important}
.sidebar-foot #logoutButton.pw-bottom-logout span{display:inline!important;font-size:13px!important;font-weight:700!important;white-space:nowrap!important}
body.pw-sidebar-collapsed .sidebar-foot #logoutButton.pw-bottom-logout{justify-content:center!important;padding:0!important}
body.pw-sidebar-collapsed .sidebar-foot #logoutButton.pw-bottom-logout span{display:none!important}

/* Satu sumber status: detail-pane-open/detail-pane-hidden + .open, seperti versi yang pernah stabil. */
body.conversation-mode #contactDetailPane{display:none!important}
body.conversation-mode.detail-pane-open #contactDetailPane.open{display:block!important}
body.conversation-mode:not(.detail-pane-open) #view-conversations .inbox-shell,
body.conversation-mode.detail-pane-hidden #view-conversations .inbox-shell{grid-template-columns:minmax(300px,340px) minmax(0,1fr)!important}
.pw-detail-close-r6{display:none!important}

@media(min-width:1281px){
 body.conversation-mode.detail-pane-open #view-conversations .inbox-shell{grid-template-columns:minmax(300px,340px) minmax(0,1fr) minmax(280px,320px)!important}
 body.conversation-mode.detail-pane-open #contactDetailPane.open{position:relative!important;grid-column:3!important;grid-row:1!important;width:auto!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:auto!important}
}
@media(max-width:1280px){
 body.conversation-mode.detail-pane-open #view-conversations .inbox-shell{grid-template-columns:minmax(300px,340px) minmax(0,1fr)!important}
 body.conversation-mode.detail-pane-open #contactDetailPane.open{position:fixed!important;z-index:190!important;top:0!important;right:0!important;bottom:0!important;width:min(88vw,360px)!important;height:100dvh!important;max-height:100dvh!important;padding-top:58px!important;overflow:auto!important;background:var(--panel,#fff)!important;box-shadow:-18px 0 48px rgba(0,0,0,.22)!important}
 .pw-detail-close-r6{display:grid!important;place-items:center!important;position:absolute!important;top:12px!important;left:12px!important;width:38px!important;height:38px!important;border:1px solid var(--line,#d9e0ea)!important;border-radius:12px!important;background:var(--panel,#fff)!important;color:var(--ink,#172033)!important;font-size:18px!important;cursor:pointer!important;z-index:2!important}
}
@media(max-width:900px){
 body.conversation-mode:not(.detail-pane-open) #view-conversations .inbox-shell,body.conversation-mode.detail-pane-hidden #view-conversations .inbox-shell{grid-template-columns:1fr!important}
}
