.text-item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 290px;
  display: inline-block;
}

#message-editor {
  margin-top: 0.5em;
  grid-row: 99999;
  box-sizing: border-box;
  border: 1px solid #444;
  border-radius: 3px;
}
#message-editor textarea {
  min-height: 300px;
}

#conversation-header {
  height: 2.5em;
  border-bottom: 1px solid #252525;
}

#conversation-content {
  height: calc(100vh - 4.5em);
  overflow: auto;
  scroll-behavior: smooth;
}

.sw-hiding-container:hover .sw-hidden {
  opacity: 1;
}

.sw-hidden {
  transition: opacity 0.2s ease;
  opacity: 0;
}

.message {
  border: 1px solid #444;
  border-radius: 3px;
  transition: border-color 0.15s ease;
}
.message:hover {
  border-color: #5e5e5e;
}

.message:first-of-type {
  margin-top: 0.5em;
}

.sw-conversation-tree {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.sw-message-chain {
  display: flex;
  flex-direction: column;
}

.sw-sibling-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 600px;
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  white-space: nowrap;
  padding-bottom: 0.5em;
}

.sw-sibling-column {
  width: 600px;
  overflow-y: auto;
}

.sw-message {
  border: 1px solid #252525;
  margin: 6px 0;
  padding: 12px;
  border-radius: 3px;
}

.sw-code-block {
  border: 1px solid #252525;
  border-radius: 4px;
  overflow: hidden;
  margin: 0.75em 0;
}

.sw-code-block pre {
  padding: 1em;
  margin: 0;
  border: none;
  background-color: #0a0a0a;
  border-radius: 0;
}

.sw-code-block pre code {
  border: none;
}

.sw-code-block figcaption {
  background-color: #161616;
  padding: 0.5em 0.75em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #252525;
}

.sw-code-block figcaption button {
  background-color: transparent;
  border: 1px solid #252525;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  color: #888;
  cursor: pointer;
  transition: all 0.15s ease;
}
.sw-code-block figcaption button:hover {
  border-color: #444;
  color: #f5f5f5;
}

.sw-lang-tag {
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #888;
  letter-spacing: 0.5px;
}

pre {
  font-weight: 110;
}

article section p, article section ul, article section li, article section ol, article section h1, article section h2, article section h3, article section h4, article section h5, article section h6 {
  font-family: "TT Livret", serif;
  font-weight: 305;
  font-size: 1.03rem;
  color: #f5f5f5;
  line-height: 1.6;
}
article section p {
  margin-bottom: 0.75em;
}
article section :not(pre) > code {
  font-family: "Berkeley Mono", monospace;
  font-weight: 110;
  background-color: #0a0a0a;
  padding: 0.15em 0.35em;
  border-radius: 3px;
  font-size: 0.9em;
}

code[class*=language-],
pre[class*=language-] {
  color: #dce5dc;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none;
}

pre[class*=language-] {
  padding: 1em;
  overflow: auto;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
  color: #c5c5b0;
}
.token.punctuation {
  color: #dce5dc;
}
.token.property, .token.tag, .token.constant, .token.symbol {
  color: #c0a6c2;
}
.token.boolean, .token.number {
  color: #d0ab94;
}
.token.selector, .token.string {
  color: #da908b;
}
.token.function, .token.class-name {
  color: #a2becc;
}
.token.keyword {
  color: #a3b98f;
}
.token.operator {
  color: #a2becc;
}
.token.variable {
  color: #a2becc;
}

@media (max-width: 959px) {
  .uk-grid > * {
    padding-left: 0;
  }
}
div.uk-offcanvas-bar {
  background-color: #0e0e0e;
  border-right: solid 1px #252525;
}

/*# sourceMappingURL=aux.css.map */
