/* custom.css — PRXVT preland patch */
/* предотвращаем "мигание" старой версии до применения custom.js */
html.prxvt-prehide, html.prxvt-prehide body{
  visibility: hidden !important;
}

.prxvt-hero-subtitle{
  max-width: 760px;
  margin: 18px auto 0;
  text-align: center;
  opacity: .85;
  font-size: 14px;
  line-height: 1.4;
}

/* делаем карточки некликабельными, но вид сохраняем */
.prxvt-disabled-click{
  pointer-events: none !important;
  cursor: default !important;
}

/* прячем X */
a[href*="x.com"], a[href*="twitter.com"]{
  display: none !important;
}

/* чаты */
#intercom-container,
.intercom-lightweight-app,
#crisp-chatbox,
.crisp-client,
#fc_frame{
  display: none !important;
}


/* extra: жёстче скрываем до патча */
html.prxvt-prehide, html.prxvt-prehide body{
  opacity: 0 !important;
}
