/* HChat V9 - Kanal ve kişi listelerini gizleme özelliği kaldırıldı. */
body.hchat-ui-v2 .hchat-chat-controls,
body.hchat-ui-v2 .hchat-inline-panel-toggle,
body.hchat-ui-v2 #gizler {
  display: none !important;
}

/* Eski localStorage/sınıflar kalsa bile paneller normal kanallarda her zaman açık. */
body.hchat-ui-v2:not(.hchat-status-view) .main-content .main-row,
body.hchat-ui-v2.hchat-hide-users:not(.hchat-status-view) .main-content .main-row,
body.hchat-ui-v2.hchat-hide-channels:not(.hchat-status-view) .main-content .main-row,
body.hchat-ui-v2.hchat-hide-users.hchat-hide-channels:not(.hchat-status-view) .main-content .main-row {
  grid-template-columns: minmax(0, 1fr) 250px 230px !important;
  grid-template-areas: "chat users channels" !important;
  gap: 10px !important;
}
body.hchat-ui-v2:not(.hchat-status-view) .main-row > .channel-lister,
body.hchat-ui-v2:not(.hchat-status-view) .main-row > .main-col:nth-child(2) {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Status görünümünde yalnız nick listesi otomatik kapanır; kanal listesi sağda kalır. */
body.hchat-ui-v2.hchat-status-view .main-content .main-row {
  grid-template-columns: minmax(0, 1fr) 230px !important;
  grid-template-areas: "chat channels" !important;
}
body.hchat-ui-v2.hchat-status-view .main-row > .channel-lister {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
