/**
 * Lab chrome for /community-chat/ — immersive shell over parent jsc-* styles.
 * Engines stay parent; this file only pads dock/header and soft brand accents.
 */

body.jf-chat-lab.janoob-south-chat-shell,
body.has-jf-chat-shell.janoob-south-chat-shell {
  padding-bottom: 0;
}

body.jf-chat-lab .jf-header,
body.jf-chat-lab .jf-dock,
body.jf-chat-lab .jf-chat-fab,
body.has-jf-chat-shell .jf-header,
body.has-jf-chat-shell .jf-dock,
body.has-jf-chat-shell .jf-chat-fab {
  display: none !important;
}

body.jf-chat-lab .jf-main,
body.has-jf-chat-shell .jf-main {
  padding: 0;
  margin: 0;
  max-width: none;
}

.jf-chat-lab__app.janoob-south-chat-page {
  min-height: 100dvh;
  height: 100dvh;
  font-family: "Cairo", system-ui, sans-serif;
}

body.jf-chat-lab .jsc-send,
body.has-jf-chat-shell .jsc-send {
  background: #e3000f;
  border-color: #e3000f;
}

body.jf-chat-lab .jsc-live-dot,
body.has-jf-chat-shell .jsc-live-dot {
  background: #e3000f;
  box-shadow: 0 0 0 0 rgba(227, 0, 15, 0.45);
}

/* Saraya accents live in saraya-lab.css on /saraya/ only. */
