body[data-current-workspace-view="notes"] {
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.1), transparent 28%),
    linear-gradient(180deg, #06101b 0%, #091523 100%) !important;
}

body[data-current-workspace-view="notes"] #sidebar,
body[data-current-workspace-view="notes"] #sidebar .shell,
body[data-current-workspace-view="notes"] #sidebar .body {
  background: transparent !important;
}

body[data-current-workspace-view="notes"] #map {
  opacity: 0 !important;
  pointer-events: none !important;
}

body[data-current-workspace-view="notes"] #monitoringDock,
body[data-current-workspace-view="notes"] #mapUtilityDrawer,
body[data-current-workspace-view="notes"] #commsCompact,
body[data-current-workspace-view="notes"] #alertDetachedHost,
body[data-current-workspace-view="notes"] .leaflet-control-container {
  display: none !important;
}

body[data-current-workspace-view="notes"] #sidebar .panelSection[data-panel="notes"] {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: var(--auth-topbar-height, 64px) !important;
  bottom: 0 !important;
  width: 100% !important;
  height: calc(100vh - var(--auth-topbar-height, 64px)) !important;
  max-width: none !important;
  max-height: calc(100vh - var(--auth-topbar-height, 64px)) !important;
  resize: none !important;
  overflow: hidden !important;
  z-index: 1810 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

body[data-current-workspace-view="notes"] #sidebar .panelSection[data-panel="notes"] > .sectionBody {
  height: 100%;
  overflow: hidden;
  padding: 0;
  display: block;
}

.notesWorkspace {
  height: 100%;
}

.notesWorkspaceFrame {
  --notes-panel: rgba(12, 22, 36, 0.94);
  --notes-panel-strong: rgba(8, 15, 25, 0.98);
  --notes-panel-soft: rgba(19, 34, 54, 0.9);
  --notes-border: rgba(136, 165, 201, 0.16);
  --notes-text: #edf5ff;
  --notes-muted: #98b0cc;
  --notes-accent: #4f9cff;
  --notes-accent-strong: #2a6fd1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  padding: 18px 20px 20px;
  color: var(--notes-text);
  background:
    radial-gradient(circle at top left, rgba(79, 156, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #07111d 0%, #08121f 100%);
}

.notesWorkspaceTopBar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid var(--notes-border);
  background: rgba(6, 12, 22, 0.78);
  box-shadow: 0 22px 48px rgba(2, 8, 18, 0.32);
  backdrop-filter: blur(18px);
}

.notesWorkspaceBrand {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.notesWorkspaceEyebrow,
.notesArchiveEyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7eb7ff;
}

.notesWorkspaceTitle,
.notesArchiveTitle {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.02;
  color: #f8fbff;
}

.notesWorkspaceStatusLine,
.notesArchiveMeta {
  font-size: 13px;
  line-height: 1.45;
  color: var(--notes-muted);
}

.notesWorkspaceBadgeRow {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.notesWorkspaceBadge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(131, 162, 198, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #d9eaff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.notesWorkspaceBadge[data-state="loading"] {
  color: #facc15;
  border-color: rgba(250, 204, 21, 0.3);
}

.notesWorkspaceBadge[data-state="saving"],
.notesWorkspaceBadge[data-state="dirty"] {
  color: #fdba74;
  border-color: rgba(251, 146, 60, 0.3);
}

.notesWorkspaceBadge[data-state="error"] {
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.3);
}

.notesWorkspaceBadge[data-state="ready"] {
  color: #bbf7d0;
  border-color: rgba(34, 197, 94, 0.28);
}

.notesWorkspaceActions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.notesWorkspaceBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(124, 160, 203, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #e7f1ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.notesWorkspaceBtn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.notesWorkspaceBtn:disabled {
  opacity: 0.48;
  cursor: default;
}

.notesWorkspaceBtnPrimary {
  border-color: rgba(109, 169, 255, 0.34);
  background: linear-gradient(180deg, var(--notes-accent), var(--notes-accent-strong));
  box-shadow: 0 14px 28px rgba(42, 111, 209, 0.26);
}

.notesWorkspaceBtnPrimary:hover {
  filter: brightness(1.06);
}

.notesWorkspaceBtn.is-active {
  border-color: rgba(109, 169, 255, 0.36);
  background: rgba(79, 156, 255, 0.16);
  color: #f4f9ff;
}

.notesWorkspaceContent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  min-height: 0;
  padding-top: 16px;
}

.notesWorkspaceMain,
.notesArchiveRail {
  min-height: 0;
}

.notesWorkspaceMain {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
}

.notesWorkspaceTabsBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.notesWorkspaceTabsList {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.notesWorkspaceTabsMeta {
  font-size: 12px;
  color: var(--notes-muted);
  white-space: nowrap;
}

.notesWorkspaceTab,
.notesWorkspaceTabsEmpty {
  flex: 0 0 auto;
}

.notesWorkspaceTab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px 14px 10px 10px;
  border: 1px solid rgba(125, 155, 191, 0.18);
  background: rgba(14, 24, 39, 0.88);
  color: #d9e9fb;
  cursor: pointer;
}

.notesWorkspaceTab.active {
  background: linear-gradient(180deg, rgba(52, 96, 163, 0.96), rgba(24, 48, 83, 0.98));
  border-color: rgba(109, 169, 255, 0.34);
  box-shadow: 0 16px 28px rgba(9, 20, 38, 0.3);
}

.notesWorkspaceTab.pinned:not(.active) {
  border-color: rgba(74, 222, 128, 0.22);
  background: rgba(18, 40, 28, 0.84);
}

.notesWorkspaceTabPin {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.24);
  color: #bbf7d0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notesWorkspaceTabTitle {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
}

.notesWorkspaceTabDirty {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.14);
}

.notesWorkspaceTabsEmpty,
.notesArchiveEmpty {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed rgba(120, 149, 185, 0.16);
  background: rgba(10, 18, 31, 0.7);
  color: var(--notes-muted);
  font-size: 12px;
}

.notesWorkspaceEditorStage {
  min-height: 0;
}

.notesEditorCard,
.notesWorkspaceEmpty,
.notesArchiveHeader,
.notesArchiveCard {
  border-radius: 18px;
  border: 1px solid var(--notes-border);
  background: linear-gradient(180deg, var(--notes-panel), var(--notes-panel-strong));
  box-shadow: 0 24px 52px rgba(2, 8, 18, 0.3);
}

.notesEditorCard {
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr);
  gap: 12px;
  height: 100%;
  min-height: 0;
  padding: 16px;
}

.notesEditorTitleInput,
.notesEditorTextarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(118, 149, 186, 0.18);
  background: rgba(5, 10, 18, 0.78);
  color: #f3f8ff;
  box-sizing: border-box;
}

.notesEditorTitleInput {
  min-height: 50px;
  padding: 0 16px;
  font-size: 22px;
  font-weight: 800;
}

.notesEditorTextarea {
  min-height: 0;
  height: 100%;
  padding: 16px 18px;
  resize: none;
  font: 15px/1.58 "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.notesEditorTitleInput::placeholder,
.notesEditorTextarea::placeholder {
  color: #7b95b5;
}

.notesEditorMetaRow,
.notesEditorMetaLedger {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.notesEditorMeta {
  font-size: 12px;
  color: var(--notes-muted);
}

.notesEditorBadge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, 0.2);
  background: rgba(34, 197, 94, 0.12);
  color: #dcfce7;
  font-size: 11px;
  font-weight: 700;
}

.notesEditorLedgerItem {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(128, 159, 196, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #d3e5f8;
  font-size: 11px;
}

.notesWorkspaceEmpty {
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 28px;
  text-align: center;
}

.notesWorkspaceEmptyTitle {
  margin: 0;
  font-size: 24px;
}

.notesWorkspaceEmptyText {
  margin: 0;
  max-width: 520px;
  color: var(--notes-muted);
  line-height: 1.55;
}

.notesArchiveRail {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
}

.notesArchiveHeader {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.notesArchiveList {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
  scrollbar-width: thin;
}

.notesArchiveCard {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.notesArchiveCardHead,
.notesArchiveCardActions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.notesArchiveCardMain {
  display: grid;
  gap: 4px;
}

.notesArchiveCardTitle {
  font-size: 16px;
  font-weight: 800;
  color: #f7fbff;
}

.notesArchiveCardMeta,
.notesArchiveCardSnippet {
  font-size: 12px;
  line-height: 1.45;
  color: var(--notes-muted);
}

.notesArchiveCardActions {
  justify-content: flex-start;
}

.notesArchiveCardActions .notesWorkspaceBtn {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 12px;
}

.notesMiniPanel {
  position: fixed;
  left: 24px;
  top: 92px;
  z-index: 2144;
  width: min(348px, calc(100vw - 28px));
  min-height: 286px;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(104, 133, 170, 0.3);
  background: linear-gradient(180deg, rgba(14, 24, 38, 0.985), rgba(8, 15, 25, 0.995));
  box-shadow: 0 22px 46px rgba(2, 8, 22, 0.42);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.notesMiniPanel[hidden] {
  display: none !important;
}

.notesMiniPanel.is-dragging {
  box-shadow: 0 26px 56px rgba(2, 8, 22, 0.5);
}

.notesMiniHeader,
.notesMiniHeaderActions,
.notesMiniFooter {
  display: flex;
  align-items: center;
}

.notesMiniHeader,
.notesMiniFooter {
  justify-content: space-between;
  gap: 10px;
}

.notesMiniHeader {
  cursor: move;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(104, 133, 170, 0.16);
}

.notesMiniBrand {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.notesMiniEyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7eb7ff;
}

.notesMiniTitle {
  font-size: 16px;
  font-weight: 800;
  color: #f6fbff;
}

.notesMiniSaveChip {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(128, 159, 196, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #d9eaff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.notesMiniSaveChip[data-state="saving"],
.notesMiniSaveChip[data-state="dirty"] {
  color: #fdba74;
  border-color: rgba(251, 146, 60, 0.28);
}

.notesMiniSaveChip[data-state="ready"] {
  color: #bbf7d0;
  border-color: rgba(34, 197, 94, 0.24);
}

.notesMiniSaveChip[data-state="error"] {
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.28);
}

.notesMiniHeaderActions {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.notesMiniBtn {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(124, 160, 203, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #e7f1ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.notesMiniBtn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.notesMiniBtn.is-active {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.16);
  color: #dcfce7;
}

.notesMiniBtnPrimary {
  border-color: rgba(109, 169, 255, 0.34);
  background: linear-gradient(180deg, var(--notes-accent), var(--notes-accent-strong));
  box-shadow: 0 14px 28px rgba(42, 111, 209, 0.26);
}

.notesMiniControls {
  display: grid;
}

.notesMiniSelect,
.notesMiniTitleInput,
.notesMiniTextarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(118, 149, 186, 0.18);
  background: rgba(5, 10, 18, 0.78);
  color: #f3f8ff;
}

.notesMiniSelect,
.notesMiniTitleInput {
  min-height: 40px;
  padding: 0 12px;
}

.notesMiniTitleInput {
  font-size: 16px;
  font-weight: 700;
}

.notesMiniTextarea {
  min-height: 164px;
  padding: 12px 14px;
  resize: vertical;
  font: 14px/1.5 "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.notesMiniSelect:disabled,
.notesMiniTitleInput:disabled,
.notesMiniTextarea:disabled,
.notesMiniBtn:disabled {
  opacity: 0.55;
  cursor: default;
}

.notesMiniEmpty {
  display: grid;
  gap: 10px;
  place-items: start;
  align-content: start;
  padding: 10px 2px 0;
}

.notesMiniEmptyTitle {
  font-size: 16px;
  font-weight: 800;
  color: #f8fbff;
}

.notesMiniEmptyText {
  color: var(--notes-muted);
  font-size: 12px;
  line-height: 1.5;
}

.notesMiniStatus {
  color: #e7f1ff;
  font-size: 12px;
  font-weight: 700;
}

.notesMiniMeta {
  color: var(--notes-muted);
  font-size: 11px;
  text-align: right;
}

@media (max-width: 1180px) {
  .notesWorkspaceContent {
    grid-template-columns: 1fr;
  }

  .notesArchiveRail {
    grid-template-rows: auto auto;
  }
}

@media (max-width: 820px) {
  .notesWorkspaceFrame {
    padding: 14px;
  }

  .notesWorkspaceTopBar,
  .notesWorkspaceTabsBar,
  .notesEditorMetaRow,
  .notesEditorMetaLedger,
  .notesArchiveCardHead {
    grid-template-columns: 1fr;
    display: grid;
  }

  .notesWorkspaceActions {
    justify-content: flex-start;
  }

  .notesWorkspaceTabsMeta {
    white-space: normal;
  }

  .notesMiniPanel {
    left: 10px;
    width: calc(100vw - 20px);
  }

  .notesMiniFooter {
    display: grid;
    gap: 6px;
  }

  .notesMiniMeta {
    text-align: left;
  }
}

/* Warm Glass beta9 audit completion pass. */
body[data-current-workspace-view="notes"] {
  background:
    radial-gradient(circle at top left, rgba(212, 168, 74, 0.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(52, 184, 102, 0.08), transparent 28%),
    linear-gradient(180deg, #111214 0%, #0f1012 100%) !important;
}

.notesWorkspaceFrame {
  --notes-panel: rgba(25, 27, 31, 0.94);
  --notes-panel-strong: rgba(17, 18, 20, 0.96);
  --notes-panel-soft: rgba(30, 32, 36, 0.88);
  --notes-border: rgba(180, 170, 155, 0.16);
  --notes-text: #e8e4df;
  --notes-muted: #9e9890;
  --notes-dim: #6b6660;
  --notes-accent: #d4a84a;
  --notes-accent-strong: #b8912e;
  color: var(--notes-text);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(212, 168, 74, 0.08), transparent 30%),
    linear-gradient(180deg, #111214 0%, #0f1012 100%);
}

.notesWorkspaceTopBar,
.notesEditorCard,
.notesWorkspaceEmpty,
.notesArchiveHeader,
.notesArchiveCard,
.notesMiniPanel {
  border-color: var(--notes-border);
  background: linear-gradient(180deg, var(--notes-panel), var(--notes-panel-strong));
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.32);
  color: var(--notes-text);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.notesWorkspaceEyebrow,
.notesArchiveEyebrow,
.notesMiniEyebrow {
  color: var(--notes-accent);
}

.notesWorkspaceTitle,
.notesArchiveTitle,
.notesArchiveCardTitle,
.notesMiniTitle,
.notesMiniEmptyTitle,
.notesWorkspaceEmptyTitle {
  color: #f5f2ee;
}

.notesWorkspaceStatusLine,
.notesArchiveMeta,
.notesWorkspaceTabsMeta,
.notesArchiveCardMeta,
.notesArchiveCardSnippet,
.notesWorkspaceEmptyText,
.notesMiniEmptyText,
.notesMiniMeta,
.notesEditorMeta {
  color: var(--notes-muted);
}

.notesWorkspaceBadge,
.notesEditorLedgerItem,
.notesMiniSaveChip {
  border-color: rgba(180, 170, 155, 0.16);
  background: rgba(180, 170, 155, 0.06);
  color: var(--notes-text);
}

.notesWorkspaceBadge[data-state="loading"],
.notesWorkspaceBadge[data-state="saving"],
.notesWorkspaceBadge[data-state="dirty"],
.notesMiniSaveChip[data-state="saving"],
.notesMiniSaveChip[data-state="dirty"] {
  color: #f7d68b;
  border-color: rgba(212, 168, 74, 0.30);
  background: rgba(212, 168, 74, 0.10);
}

.notesWorkspaceBadge[data-state="ready"],
.notesEditorBadge,
.notesMiniSaveChip[data-state="ready"],
.notesMiniBtn.is-active {
  color: #dcfce7;
  border-color: rgba(52, 184, 102, 0.28);
  background: rgba(52, 184, 102, 0.12);
}

.notesWorkspaceBadge[data-state="error"],
.notesMiniSaveChip[data-state="error"] {
  color: #fecaca;
  border-color: rgba(224, 84, 84, 0.30);
  background: rgba(224, 84, 84, 0.12);
}

.notesWorkspaceBtn,
.notesMiniBtn {
  border-color: rgba(180, 170, 155, 0.16);
  background: rgba(180, 170, 155, 0.05);
  color: var(--notes-text);
}

.notesWorkspaceBtn:hover,
.notesMiniBtn:hover {
  border-color: rgba(212, 168, 74, 0.36);
  background: rgba(212, 168, 74, 0.10);
}

.notesWorkspaceBtnPrimary,
.notesMiniBtnPrimary,
.notesWorkspaceTab.active {
  border-color: rgba(210, 170, 90, 0.42);
  background: linear-gradient(135deg, #d4a84a, #b8912e);
  color: #111214;
  box-shadow: 0 14px 28px rgba(212, 168, 74, 0.18);
}

.notesWorkspaceBtn.is-active {
  border-color: rgba(212, 168, 74, 0.36);
  background: rgba(212, 168, 74, 0.12);
  color: #f5f2ee;
}

.notesWorkspaceTab,
.notesWorkspaceTabsEmpty,
.notesArchiveEmpty {
  border-color: rgba(180, 170, 155, 0.16);
  background: rgba(17, 18, 20, 0.72);
  color: var(--notes-text);
}

.notesWorkspaceTab.pinned:not(.active) {
  border-color: rgba(52, 184, 102, 0.24);
  background: rgba(52, 184, 102, 0.10);
}

.notesWorkspaceTabPin {
  border-color: rgba(52, 184, 102, 0.24);
  background: rgba(52, 184, 102, 0.12);
  color: #dcfce7;
}

.notesWorkspaceTabDirty {
  background: #e8a832;
  box-shadow: 0 0 0 4px rgba(232, 168, 50, 0.14);
}

.notesEditorTitleInput,
.notesEditorTextarea,
.notesMiniSelect,
.notesMiniTitleInput,
.notesMiniTextarea {
  border-color: rgba(180, 170, 155, 0.16);
  background: rgba(17, 18, 20, 0.76);
  color: #f5f2ee;
}

.notesEditorTitleInput::placeholder,
.notesEditorTextarea::placeholder,
.notesMiniTitleInput::placeholder,
.notesMiniTextarea::placeholder {
  color: var(--notes-dim);
}

.notesEditorTextarea,
.notesMiniTextarea {
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}

.notesMiniHeader {
  border-bottom-color: rgba(180, 170, 155, 0.14);
}

.notesMiniStatus {
  color: var(--notes-text);
}
