/* The original autogrow handlers own the dock height and conversation offsets.
   Do not cap just the textarea while leaving a full-screen empty dock behind. */
.unifiedCreatorWorkspaceSurface > .unifiedCreatorComposerSurface:not(.replicateMode) :is(.exactPromptMain, .exactVideoPromptMain) textarea {
  overscroll-behavior-y: contain;
  overflow-wrap: anywhere;
  scrollbar-gutter: stable;
  resize: none;
  /* Keep long lines out of the overlaid character counter's right-hand lane. */
  padding-right: 88px !important;
}

/* Landing-page CSS previously forced 150px even after the dock had content.
   Empty and unfocused landing states retain their existing compact appearance. */
.pageContent.toolMain .unifiedCreatorWorkspaceSurface.mediaCreatorLandingOpen > .unifiedCreatorComposerSurface.hasPromptContent:not(.replicateMode) {
  height: var(--unified-creator-composer-height, 140px) !important;
}
