/* [project]/node_modules/.bun/@blocknote+core@0.46.2+4839cc9df4df334a/node_modules/@blocknote/core/src/fonts/inter.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  src: local(""), url("../media/inter-v12-latin-100.afac082e.woff2") format("woff2"), url("../media/inter-v12-latin-100.2dc7a877.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../media/inter-v12-latin-200.be636d4e.woff2") format("woff2"), url("../media/inter-v12-latin-200.7d451503.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../media/inter-v12-latin-300.99c18108.woff2") format("woff2"), url("../media/inter-v12-latin-300.e63a55b7.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../media/inter-v12-latin-regular.79eb233d.woff2") format("woff2"), url("../media/inter-v12-latin-regular.a567008f.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../media/inter-v12-latin-500.cbdf7c09.woff2") format("woff2"), url("../media/inter-v12-latin-500.03c7c07f.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../media/inter-v12-latin-600.00bbb924.woff2") format("woff2"), url("../media/inter-v12-latin-600.16f2d3ae.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../media/inter-v12-latin-700.26e8c912.woff2") format("woff2"), url("../media/inter-v12-latin-700.9a68835d.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../media/inter-v12-latin-800.74a075f6.woff2") format("woff2"), url("../media/inter-v12-latin-800.ce06e202.woff") format("woff");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../media/inter-v12-latin-900.b33b74a5.woff2") format("woff2"), url("../media/inter-v12-latin-900.9222088e.woff") format("woff");
}

/* [project]/node_modules/.bun/@blocknote+shadcn@0.46.2+f4c366d621e813b8/node_modules/@blocknote/shadcn/dist/style.css [app-client] (css) */
.bn-block-outer {
  line-height: 1.5;
  transition: margin .2s;
}

.bn-block {
  flex-direction: column;
  display: flex;
}

.bn-block-content {
  width: 100%;
  padding: 3px 0;
  transition: font-size .2s;
  display: flex;
}

.bn-block-content.ProseMirror-selectednode > *, .ProseMirror-selectednode > .bn-block-content > * {
  border-radius: 4px;
  outline: 4px solid #64a0ff;
}

.bn-block-content:before {
  content: "";
  height: 0;
  margin-right: 0;
  transition: all .2s;
  overflow: visible;
}

.bn-inline-content {
  width: 100%;
}

.bn-block-group .bn-block-group {
  margin-left: 24px;
}

.bn-block-group .bn-block-group > .bn-block-outer {
  position: relative;
}

.bn-block-group .bn-block-group > .bn-block-outer:not([data-prev-depth-changed]):before {
  content: " ";
  height: 100%;
  transition: all .2s .1s;
  display: inline;
  position: absolute;
  left: -20px;
}

.bn-block-group .bn-block-group > .bn-block-outer[data-prev-depth-change="-2"]:before {
  height: 0;
}

.bn-inline-content code {
  font-family: monospace;
}

[data-prev-depth-change="1"] {
  --x: 1;
}

[data-prev-depth-change="2"] {
  --x: 2;
}

[data-prev-depth-change="3"] {
  --x: 3;
}

[data-prev-depth-change="4"] {
  --x: 4;
}

[data-prev-depth-change="5"] {
  --x: 5;
}

[data-prev-depth-change="-1"] {
  --x: -1;
}

[data-prev-depth-change="-2"] {
  --x: -2;
}

[data-prev-depth-change="-3"] {
  --x: -3;
}

[data-prev-depth-change="-4"] {
  --x: -4;
}

[data-prev-depth-change="-5"] {
  --x: -5;
}

.bn-block-outer[data-prev-depth-change] {
  margin-left: calc(10px * var(--x));
}

.bn-block-outer[data-prev-depth-change] .bn-block-outer[data-prev-depth-change] {
  margin-left: 0;
}

[data-content-type="heading"] {
  --level: 3em;
}

[data-content-type="heading"][data-level="2"] {
  --level: 2em;
}

[data-content-type="heading"][data-level="3"] {
  --level: 1.3em;
}

[data-content-type="heading"][data-level="4"] {
  --level: 1em;
}

[data-content-type="heading"][data-level="5"] {
  --level: .9em;
}

[data-content-type="heading"][data-level="6"] {
  --level: .8em;
}

[data-prev-level="1"] {
  --prev-level: 3em;
}

[data-prev-level="2"] {
  --prev-level: 2em;
}

[data-prev-level="3"] {
  --prev-level: 1.3em;
}

[data-prev-level="4"] {
  --prev-level: 1em;
}

[data-prev-level="5"] {
  --prev-level: .9em;
}

[data-prev-level="6"] {
  --prev-level: .8em;
}

.bn-block-outer[data-prev-type="heading"] > .bn-block > .bn-block-content {
  font-size: var(--prev-level);
  font-weight: 700;
}

.bn-block-outer:not([data-prev-type]) > .bn-block > .bn-block-content[data-content-type="heading"], .bn-block-outer:not([data-prev-type]) > .bn-block > div[data-type="modification"] > div[data-type="modification"] > .bn-block-content[data-content-type="heading"] {
  font-size: var(--level);
  font-weight: 700;
}

[data-content-type="quote"] blockquote {
  color: #7d797a;
  border-left: 2px solid #7d797a;
  margin: 0;
  padding-left: 1em;
}

[data-content-type="divider"] hr {
  border: none;
  border-top: 1px solid #7d797a;
  flex: 1;
  margin: .5em 0;
}

.bn-block-content:before {
  content: "";
  margin-right: 0;
}

.bn-block-content[data-content-type="numberedListItem"]:before {
  justify-content: center;
  min-width: 24px;
  padding-right: 4px;
  display: flex;
}

[data-content-type="numberedListItem"] {
  --index: attr(data-index);
}

[data-prev-type="numberedListItem"] {
  --prev-index: attr(data-prev-index);
}

.bn-block-outer[data-prev-type="numberedListItem"]:not([data-prev-index="none"]) > .bn-block > .bn-block-content:before {
  content: var(--prev-index) ".";
}

.bn-block-outer:not([data-prev-type]) > .bn-block > .bn-block-content[data-content-type="numberedListItem"]:before, .bn-block-outer:not([data-prev-type]) > .bn-block > div[data-type="modification"] > .bn-block-content[data-content-type="numberedListItem"]:before {
  content: var(--index) ".";
}

.bn-block-content[data-content-type="bulletListItem"]:before {
  justify-content: center;
  min-width: 24px;
  padding-right: 4px;
  display: flex;
}

.bn-block-content[data-content-type="checkListItem"] > div:has( > input) {
  height: 24px;
}

.bn-block-content[data-content-type="checkListItem"] > div > input {
  cursor: pointer;
  margin-left: 4px;
  margin-right: 8px;
  width: 12px;
  height: 24px;
  margin-block: 0;
}

.bn-block-content[data-content-type="checkListItem"][data-checked="true"] .bn-inline-content {
  text-decoration: line-through;
}

.bn-block-content[data-text-alignment="center"] {
  justify-content: center;
}

.bn-block-content[data-text-alignment="right"] {
  justify-content: flex-end;
}

:is(.bn-block:has( > .bn-block-content > div > .bn-toggle-wrapper[data-show-children="false"]) > .bn-block-group, .bn-block:has( > .react-renderer > .bn-block-content > div > .bn-toggle-wrapper[data-show-children="false"]) > .bn-block-group) {
  display: none;
}

.bn-toggle-wrapper {
  align-items: center;
  display: flex;
}

.bn-toggle-button {
  color: var(--bn-colors-editor-text);
  padding: 3px;
}

.bn-toggle-button > svg {
  width: 18px;
  height: 18px;
}

.bn-toggle-wrapper[data-show-children="true"] .bn-toggle-button {
  transform: rotate(90deg);
}

.bn-toggle-add-block-button {
  color: var(--bn-colors-side-menu);
  width: fit-content;
  margin-left: 22px;
  padding-inline: 2px;
  font-size: 16px;
  font-weight: 400;
}

.bn-toggle-button, .bn-toggle-add-block-button {
  border-radius: var(--bn-border-radius-small);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: none;
  display: flex;
}

.bn-toggle-button:hover, .bn-toggle-add-block-button:hover {
  background-color: var(--bn-colors-hovered-background);
}

.bn-block-outer[data-prev-type="bulletListItem"] > .bn-block > .bn-block-content:before, .bn-block-outer:not([data-prev-type]) > .bn-block > .bn-block-content[data-content-type="bulletListItem"]:before, .bn-block-outer:not([data-prev-type]) > .bn-block > div[data-type="modification"] > .bn-block-content[data-content-type="bulletListItem"]:before {
  content: "•";
}

[data-content-type="bulletListItem"] ~ .bn-block-group > .bn-block-outer[data-prev-type="bulletListItem"] > .bn-block > .bn-block-content:before, [data-content-type="bulletListItem"] ~ .bn-block-group > .bn-block-outer:not([data-prev-type]) > .bn-block > .bn-block-content[data-content-type="bulletListItem"]:before, [data-content-type="bulletListItem"] ~ .bn-block-group > .bn-block-outer:not([data-prev-type]) > .bn-block > div[data-type="modification"] > .bn-block-content[data-content-type="bulletListItem"]:before {
  content: "◦";
}

[data-content-type="bulletListItem"] ~ .bn-block-group [data-content-type="bulletListItem"] ~ .bn-block-group > .bn-block-outer[data-prev-type="bulletListItem"] > .bn-block > .bn-block-content:before, [data-content-type="bulletListItem"] ~ .bn-block-group [data-content-type="bulletListItem"] ~ .bn-block-group > .bn-block-outer:not([data-prev-type]) > .bn-block > .bn-block-content[data-content-type="bulletListItem"]:before, [data-content-type="bulletListItem"] ~ .bn-block-group [data-content-type="bulletListItem"] ~ .bn-block-group > .bn-block-outer:not([data-prev-type]) > .bn-block > div[data-type="modification"] > .bn-block-content[data-content-type="bulletListItem"]:before {
  content: "▪";
}

.bn-block-content[data-content-type="codeBlock"] {
  color: #fff;
  background-color: #161616;
  border-radius: 8px;
  position: relative;
}

.bn-block-content[data-content-type="codeBlock"] > pre {
  white-space: pre;
  tab-size: 2;
  width: 100%;
  margin: 0;
  padding: 24px;
  overflow-x: auto;
}

.bn-block-content[data-content-type="codeBlock"] > div {
  outline: none !important;
}

.bn-block-content[data-content-type="codeBlock"] > div > select {
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #fff;
  opacity: 0;
  background-color: #0000;
  border: none;
  font-size: .8em;
  transition: opacity .3s 1s;
  position: absolute;
  top: 8px;
  left: 18px;
  outline: none !important;
}

.bn-block-content[data-content-type="codeBlock"] > div > select > option {
  color: #000;
}

.bn-block-content[data-content-type="codeBlock"]:hover > div > select, .bn-block-content[data-content-type="codeBlock"] > div > select:focus {
  opacity: .5;
  transition-delay: .1s;
}

.bn-block-content[data-content-type="pageBreak"] > div {
  border-top: 2px dotted #7d797a;
  width: 100%;
  height: 0;
  margin-block: 11px;
}

@media print {
  .bn-block-content[data-content-type="pageBreak"] > div {
    page-break-after: always;
  }
}

[data-file-block] .bn-file-block-content-wrapper {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
  display: flex;
}

:is([data-file-block] .bn-file-block-content-wrapper:has(.bn-add-file-button), [data-file-block] .bn-file-block-content-wrapper:has(.bn-file-name-with-icon)) {
  width: 100%;
}

[data-file-block] .bn-add-file-button {
  color: #7d797a;
  background-color: #f2f1ee;
  border-radius: 4px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: flex;
}

.bn-editor[contenteditable="true"] [data-file-block] .bn-add-file-button:hover, [data-file-block] .bn-file-name-with-icon:hover, .ProseMirror-selectednode .bn-file-name-with-icon {
  background-color: #e1e1e1;
}

[data-file-block] .bn-add-file-button-icon, [data-file-block] .bn-file-icon {
  width: 24px;
  height: 24px;
}

[data-file-block] .bn-add-file-button-text {
  font-size: .9rem;
}

[data-file-block] .bn-file-name-with-icon {
  border-radius: 4px;
  gap: 4px;
  padding: 4px;
  display: flex;
}

[data-file-block] .bn-file-caption {
  word-break: break-word;
  padding-block: 4px;
  font-size: .8em;
}

[data-file-block] .bn-file-caption:empty {
  padding-block: 0;
}

[data-file-block] .bn-resize-handle {
  cursor: ew-resize;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 8px;
  height: 30px;
  position: absolute;
}

[data-file-block] .bn-visual-media-wrapper {
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

[data-file-block] .bn-visual-media {
  border-radius: 4px;
  width: 100%;
}

[data-content-type="audio"] > .bn-file-block-content-wrapper, .bn-audio {
  width: 100%;
}

.bn-inline-content:has( > .ProseMirror-trailingBreak:only-child):before {
  pointer-events: none;
  height: 0;
  font-style: italic;
  position: absolute;
}

.bn-block:has( > .bn-block-content[data-text-color="gray"]) {
  color: #9b9a97;
}

.bn-block:has( > .bn-block-content[data-text-color="brown"]) {
  color: #64473a;
}

.bn-block:has( > .bn-block-content[data-text-color="red"]) {
  color: #e03e3e;
}

.bn-block:has( > .bn-block-content[data-text-color="orange"]) {
  color: #d9730d;
}

.bn-block:has( > .bn-block-content[data-text-color="yellow"]) {
  color: #dfab01;
}

.bn-block:has( > .bn-block-content[data-text-color="green"]) {
  color: #4d6461;
}

.bn-block:has( > .bn-block-content[data-text-color="blue"]) {
  color: #0b6e99;
}

.bn-block:has( > .bn-block-content[data-text-color="purple"]) {
  color: #6940a5;
}

.bn-block:has( > .bn-block-content[data-text-color="pink"]) {
  color: #ad1a72;
}

.bn-block:has( > .bn-block-content[data-background-color="gray"]) {
  background-color: #ebeced;
}

.bn-block:has( > .bn-block-content[data-background-color="brown"]) {
  background-color: #e9e5e3;
}

.bn-block:has( > .bn-block-content[data-background-color="red"]) {
  background-color: #fbe4e4;
}

.bn-block:has( > .bn-block-content[data-background-color="orange"]) {
  background-color: #f6e9d9;
}

.bn-block:has( > .bn-block-content[data-background-color="yellow"]) {
  background-color: #fbf3db;
}

.bn-block:has( > .bn-block-content[data-background-color="green"]) {
  background-color: #ddedea;
}

.bn-block:has( > .bn-block-content[data-background-color="blue"]) {
  background-color: #ddebf1;
}

.bn-block:has( > .bn-block-content[data-background-color="purple"]) {
  background-color: #eae4f2;
}

.bn-block:has( > .bn-block-content[data-background-color="pink"]) {
  background-color: #f4dfeb;
}

[data-text-alignment="left"] {
  text-align: left !important;
  justify-content: flex-start !important;
}

[data-text-alignment="center"] {
  text-align: center !important;
  justify-content: center !important;
}

[data-text-alignment="right"] {
  text-align: right !important;
  justify-content: flex-end !important;
}

[data-text-alignment="justify"] {
  text-align: justify !important;
  justify-content: flex-start !important;
}

.bn-block-column-list {
  flex-direction: row;
  display: flex;
}

.bn-block-column {
  flex: 1;
  padding: 12px 20px;
  overflow-x: auto;
}

.bn-block-column:first-child {
  padding-left: 0;
}

.bn-block-column:last-child {
  padding-right: 0;
}

.bn-thread-mark:not([data-orphan="true"]) {
  background: #ffc80026;
}

.bn-thread-mark .bn-thread-mark-selected {
  background: #ffc80040;
}

.ProseMirror .tableWrapper {
  overflow-x: auto;
}

.ProseMirror table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}

.ProseMirror td, .ProseMirror th {
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}

.ProseMirror td:not([data-colwidth]):not(.column-resize-dragging), .ProseMirror th:not([data-colwidth]):not(.column-resize-dragging) {
  min-width: var(--default-cell-min-width);
}

.ProseMirror .column-resize-handle {
  z-index: 20;
  pointer-events: none;
  background-color: #adf;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
}

.ProseMirror.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}

.ProseMirror .selectedCell:after {
  z-index: 2;
  content: "";
  pointer-events: none;
  background: #c8c8ff66;
  position: absolute;
  inset: 0;
}

.bn-editor {
  font-synthesis: style weight;
  --N800: #172b4d;
  --N40: #dfe1e6;
  outline: none;
  padding-inline: 54px;
}

.bn-comment-editor {
  width: 100%;
  padding: 0;
}

.bn-comment-editor .bn-editor {
  padding: 0;
}

.bn-root {
  box-sizing: border-box;
}

.bn-root *, .bn-root :before, .bn-root :after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.bn-default-styles p, .bn-default-styles h1, .bn-default-styles h2, .bn-default-styles h3, .bn-default-styles h4, .bn-default-styles h5, .bn-default-styles h6, .bn-default-styles li {
  font-size: inherit;
  margin: 0;
  padding: 0;
  min-width: 2px !important;
}

.bn-default-styles {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, SF Pro Display, -apple-system, BlinkMacSystemFont, Open Sans, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bn-table-drop-cursor {
  z-index: 20;
  pointer-events: none;
  background-color: #adf;
  position: absolute;
}

.bn-drag-preview {
  opacity: .001;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.bn-editor .bn-collaboration-cursor__base {
  position: relative;
}

.bn-editor .bn-collaboration-cursor__base .bn-collaboration-cursor__caret {
  width: 2px;
  position: absolute;
  top: 1px;
  bottom: -2px;
  left: -1px;
}

.bn-editor .bn-collaboration-cursor__base .bn-collaboration-cursor__label {
  pointer-events: none;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  color: #0000;
  border-radius: 0 1.5px 1.5px 0;
  max-width: 4px;
  max-height: 5px;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all .2s;
  position: absolute;
  top: -1px;
  left: 0;
  overflow: hidden;
}

.bn-editor .bn-collaboration-cursor__base[data-active] .bn-collaboration-cursor__label {
  color: #0d0d0d;
  border-radius: 3px 3px 3px 0;
  max-width: 20rem;
  max-height: 1.1rem;
  padding: .1rem .3rem;
  transition: all .2s;
  top: -17px;
  left: 0;
}

.bn-editor [data-content-type="table"] .tableWrapper {
  --bn-table-widget-size: 22px;
  --bn-table-handle-size: 9px;
  padding: var(--bn-table-handle-size) var(--bn-table-widget-size) var(--bn-table-widget-size) var(--bn-table-handle-size);
  width: 100%;
  position: relative;
  overflow-y: hidden;
}

.bn-editor [data-content-type="table"] table {
  word-break: break-word;
  width: auto !important;
}

.bn-editor [data-content-type="table"] th, .bn-editor [data-content-type="table"] td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

.bn-editor [data-content-type="table"] th {
  text-align: left;
  font-weight: 700;
}

.bn-editor [data-content-type="table"] th > p, .bn-editor [data-content-type="table"] td > p {
  min-height: 1.5rem;
}

.ProseMirror td, .ProseMirror th {
  min-width: auto !important;
}

.ProseMirror td:not([colwidth]):not(.column-resize-dragging), .ProseMirror th:not([colwidth]):not(.column-resize-dragging) {
  min-width: var(--default-cell-min-width) !important;
}

.prosemirror-dropcursor-block {
  transition-property: top, bottom;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.prosemirror-dropcursor-vertical {
  transition-property: left, right;
}

[data-show-selection] {
  background-color: highlight;
  padding: 2px 0;
}

.bn-container {
  --bn-colors-editor-text: #3f3f3f;
  --bn-colors-editor-background: #fff;
  --bn-colors-menu-text: #3f3f3f;
  --bn-colors-menu-background: #fff;
  --bn-colors-tooltip-text: #3f3f3f;
  --bn-colors-tooltip-background: #efefef;
  --bn-colors-hovered-text: #3f3f3f;
  --bn-colors-hovered-background: #efefef;
  --bn-colors-selected-text: #fff;
  --bn-colors-selected-background: #3f3f3f;
  --bn-colors-disabled-text: #afafaf;
  --bn-colors-disabled-background: #efefef;
  --bn-colors-shadow: #cfcfcf;
  --bn-colors-border: #efefef;
  --bn-colors-side-menu: #cfcfcf;
  --bn-colors-highlights-gray-text: #9b9a97;
  --bn-colors-highlights-gray-background: #ebeced;
  --bn-colors-highlights-brown-text: #64473a;
  --bn-colors-highlights-brown-background: #e9e5e3;
  --bn-colors-highlights-red-text: #e03e3e;
  --bn-colors-highlights-red-background: #fbe4e4;
  --bn-colors-highlights-orange-text: #d9730d;
  --bn-colors-highlights-orange-background: #f6e9d9;
  --bn-colors-highlights-yellow-text: #dfab01;
  --bn-colors-highlights-yellow-background: #fbf3db;
  --bn-colors-highlights-green-text: #4d6461;
  --bn-colors-highlights-green-background: #ddedea;
  --bn-colors-highlights-blue-text: #0b6e99;
  --bn-colors-highlights-blue-background: #ddebf1;
  --bn-colors-highlights-purple-text: #6940a5;
  --bn-colors-highlights-purple-background: #eae4f2;
  --bn-colors-highlights-pink-text: #ad1a72;
  --bn-colors-highlights-pink-background: #f4dfeb;
  --bn-font-family: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Open Sans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --bn-border-radius: 6px;
  --bn-shadow-medium: 0 4px 12px var(--bn-colors-shadow);
  --bn-shadow-light: 0 2px 6px var(--bn-colors-border);
  --bn-border: 1px solid var(--bn-colors-border);
  --bn-border-radius-small: max(var(--bn-border-radius)  - 2px, 1px);
  --bn-border-radius-medium: var(--bn-border-radius);
  --bn-border-radius-large: max(var(--bn-border-radius)  + 2px, 1px);
}

.bn-container[data-color-scheme="dark"] {
  --bn-colors-editor-text: #cfcfcf;
  --bn-colors-editor-background: #1f1f1f;
  --bn-colors-menu-text: #cfcfcf;
  --bn-colors-menu-background: #1f1f1f;
  --bn-colors-tooltip-text: #cfcfcf;
  --bn-colors-tooltip-background: #161616;
  --bn-colors-hovered-text: #cfcfcf;
  --bn-colors-hovered-background: #161616;
  --bn-colors-selected-text: #cfcfcf;
  --bn-colors-selected-background: #0f0f0f;
  --bn-colors-disabled-text: #3f3f3f;
  --bn-colors-disabled-background: #161616;
  --bn-colors-shadow: #0f0f0f;
  --bn-colors-border: #161616;
  --bn-colors-side-menu: #7f7f7f;
  --bn-colors-highlights-gray-text: #bebdb8;
  --bn-colors-highlights-gray-background: #9b9a97;
  --bn-colors-highlights-brown-text: #8e6552;
  --bn-colors-highlights-brown-background: #64473a;
  --bn-colors-highlights-red-text: #ec4040;
  --bn-colors-highlights-red-background: #be3434;
  --bn-colors-highlights-orange-text: #e3790d;
  --bn-colors-highlights-orange-background: #b7600a;
  --bn-colors-highlights-yellow-text: #dfab01;
  --bn-colors-highlights-yellow-background: #b58b00;
  --bn-colors-highlights-green-text: #6b8b87;
  --bn-colors-highlights-green-background: #4d6461;
  --bn-colors-highlights-blue-text: #0e87bc;
  --bn-colors-highlights-blue-background: #0b6e99;
  --bn-colors-highlights-purple-text: #8552d7;
  --bn-colors-highlights-purple-background: #6940a5;
  --bn-colors-highlights-pink-text: #da208f;
  --bn-colors-highlights-pink-background: #ad1a72;
}

.bn-container {
  font-family: var(--bn-font-family);
}

.bn-editor {
  background-color: var(--bn-colors-editor-background);
  border-radius: var(--bn-border-radius-large);
  color: var(--bn-colors-editor-text);
}

.bn-react-node-view-renderer {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.bn-block-group .bn-block:not(:has(.bn-toggle-wrapper)) .bn-block-group .bn-block-outer:not([data-prev-depth-changed]):before {
  border-left: 1px solid var(--bn-colors-side-menu);
}

.bn-inline-content:has( > .ProseMirror-trailingBreak):before {
  color: var(--bn-colors-side-menu);
}

.bn-container .bn-color-icon {
  border: var(--bn-border);
  border-radius: var(--bn-border-radius-small);
  justify-content: center;
  align-items: center;
  display: flex;
}

.bn-error-text {
  color: red;
  font-size: 12px;
}

[data-style-type="textColor"][data-value="gray"], [data-text-color="gray"] {
  color: var(--bn-colors-highlights-gray-text);
}

[data-style-type="textColor"][data-value="brown"], [data-text-color="brown"] {
  color: var(--bn-colors-highlights-brown-text);
}

[data-style-type="textColor"][data-value="red"], [data-text-color="red"] {
  color: var(--bn-colors-highlights-red-text);
}

[data-style-type="textColor"][data-value="orange"], [data-text-color="orange"] {
  color: var(--bn-colors-highlights-orange-text);
}

[data-style-type="textColor"][data-value="yellow"], [data-text-color="yellow"] {
  color: var(--bn-colors-highlights-yellow-text);
}

[data-style-type="textColor"][data-value="green"], [data-text-color="green"] {
  color: var(--bn-colors-highlights-green-text);
}

[data-style-type="textColor"][data-value="blue"], [data-text-color="blue"] {
  color: var(--bn-colors-highlights-blue-text);
}

[data-style-type="textColor"][data-value="purple"], [data-text-color="purple"] {
  color: var(--bn-colors-highlights-purple-text);
}

[data-style-type="textColor"][data-value="pink"], [data-text-color="pink"] {
  color: var(--bn-colors-highlights-pink-text);
}

[data-style-type="backgroundColor"][data-value="gray"], [data-background-color="gray"] {
  background-color: var(--bn-colors-highlights-gray-background);
}

[data-style-type="backgroundColor"][data-value="brown"], [data-background-color="brown"] {
  background-color: var(--bn-colors-highlights-brown-background);
}

[data-style-type="backgroundColor"][data-value="red"], [data-background-color="red"] {
  background-color: var(--bn-colors-highlights-red-background);
}

[data-style-type="backgroundColor"][data-value="orange"], [data-background-color="orange"] {
  background-color: var(--bn-colors-highlights-orange-background);
}

[data-style-type="backgroundColor"][data-value="yellow"], [data-background-color="yellow"] {
  background-color: var(--bn-colors-highlights-yellow-background);
}

[data-style-type="backgroundColor"][data-value="green"], [data-background-color="green"] {
  background-color: var(--bn-colors-highlights-green-background);
}

[data-style-type="backgroundColor"][data-value="blue"], [data-background-color="blue"] {
  background-color: var(--bn-colors-highlights-blue-background);
}

[data-style-type="backgroundColor"][data-value="purple"], [data-background-color="purple"] {
  background-color: var(--bn-colors-highlights-purple-background);
}

[data-style-type="backgroundColor"][data-value="pink"], [data-background-color="pink"] {
  background-color: var(--bn-colors-highlights-pink-background);
}

.bn-container {
  --bn-ui-base-z-index: 0;
}

.bn-side-menu {
  height: 30px;
}

.bn-side-menu[data-block-type="heading"][data-level="1"] {
  height: 78px;
}

.bn-side-menu[data-block-type="heading"][data-level="2"] {
  height: 54px;
}

.bn-side-menu[data-block-type="heading"][data-level="3"] {
  height: 37px;
}

.bn-side-menu[data-block-type="file"] {
  height: 38px;
}

.bn-side-menu[data-block-type="audio"] {
  height: 60px;
}

.bn-side-menu[data-url="false"] {
  height: 54px;
}

.bn-threads-sidebar {
  border-radius: var(--bn-border-radius-medium);
  flex-direction: column;
  gap: 10px;
  display: flex;
  overflow: auto;
}

.bn-thread-expand-prompt .mantine-Text-root, .bn-thread .bn-header-text {
  color: var(--bn-colors-menu-text);
}

.bn-threads-sidebar .bn-thread .bn-editor {
  background-color: #0000;
}

.bn-threads-sidebar .bn-thread.selected {
  background-color: #f5f9fd;
  border: 2px solid #c2dcf8;
}

.dark .bn-threads-sidebar .bn-thread.selected {
  background-color: #20242a;
  border: 2px solid #23405b;
}

em-emoji-picker {
  z-index: 11000;
  max-height: 100%;
}

.bn-shadcn svg:not([class*="size-"]) {
  width: revert;
  height: revert;
}

.bn-shadcn svg {
  pointer-events: all;
}

.bn-shadcn .bn-editor a {
  color: revert;
  -webkit-text-decoration: revert;
  text-decoration: revert;
}

.bn-shadcn .bn-editor:focus-visible {
  outline: none;
}

.bn-shadcn .bn-side-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bn-shadcn .bn-side-menu .bn-button {
  height: 24px;
  padding: 0;
}

.bn-shadcn .bn-select {
  max-height: var(--radix-select-content-available-height);
}

.bn-shadcn .bn-menu-dropdown {
  max-height: var(--radix-dropdown-menu-content-available-height);
}

.bn-shadcn .bn-color-picker-dropdown {
  overflow: auto;
}

.bn-shadcn .bn-extend-button-add-remove-columns {
  cursor: col-resize;
}

.bn-shadcn .bn-extend-button-add-remove-rows {
  cursor: row-resize;
}

.bn-shadcn .bn-toolbar {
  max-width: 100vw;
  overflow-x: auto;
}

.bn-shadcn .bn-comment-actions-wrapper {
  justify-content: flex-end;
  display: flex;
}

.bn-shadcn .bn-table-cell-handle {
  height: 12px;
  padding: 0 4px;
}

.bn-shadcn .bn-thread .bn-resolved-text {
  font-size: 14px;
  font-style: italic;
}

.bn-shadcn .bn-combobox-error {
  color: var(--bn-colors-highlights-red-background);
  font-weight: 700;
}

