.media-card.locked .media-image {
  filter: blur(10px);
  transform: scale(1.08);
}

.bottom-nav {
  grid-template-columns: repeat(3, 1fr);
}

.plan-card .setting {
  padding: 4px 0;
}

.plan-card b {
  color: #d8c0ff;
  text-align: right;
}

.plan-choice {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-choice .secondary {
  padding: 9px 13px;
  border-radius: 11px;
  font-size: 11px;
}

.catalog-empty {
  grid-column: 1 / -1;
  padding: 58px 20px;
}

.toolbar {
  margin-right: -18px;
  padding-right: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  touch-action: pan-y;
  scrollbar-width: none;
}

.toolbar::-webkit-scrollbar {
  display: none;
}

.toolbar .segment {
  flex: none;
}

.toolbar .segment button {
  white-space: nowrap;
  touch-action: pan-y;
}

.chat-list {
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}

.chat-row {
  width: 100%;
  min-width: 0;
}

.chat-row-copy {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.chat-row-copy p {
  max-width: 100%;
}

.dialog-story-title {
  display: block;
  max-width: 100%;
  margin: -1px 0 3px;
  overflow: hidden;
  color: #c4a7e8;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-identity {
  min-width: 0;
}

.chat-head .dialog-story-title {
  max-width: min(58vw, 460px);
  margin: 1px 0 2px;
}

.chat-row time {
  flex: none;
  white-space: nowrap;
}

.chat-delete {
  width: 34px;
  height: 34px;
  flex: none;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #85778f;
  cursor: pointer;
  font-size: 17px;
}

.chat-delete:hover {
  border-color: #ff718c45;
  background: #ff718c14;
  color: #ff8da2;
}

.danger-button {
  background: linear-gradient(135deg, #df526e, #a92f52);
  box-shadow: 0 10px 30px #b72f5540;
}

.danger-button:disabled {
  cursor: wait;
  opacity: .65;
}
