/* Layout utilities — TP tokens live in 02_tp_brand.css; fonts in 00_tp_sans.css */

html,
body {
  margin: 0;
  height: 100%;
  max-height: 100dvh;
  overflow: hidden;
  background: var(--tp-surface);
}

#react-entry-point {
  height: 100%;
  max-height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

#react-entry-point > div {
  height: 100%;
  max-height: 100dvh;
  min-height: 0;
  overflow: hidden;
}

.portal-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes portalThinkingPulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}
