  /* ===== Sticky note canvas (n8n-inspired) ===== */
  .note-editor-root { display: flex; height: 100%; }

  .note-editor-sidebar {
    width: 208px; flex-shrink: 0; display: flex; flex-direction: column;
    background-color: #2A3142; border-right: 1px solid #15192B; overflow: hidden;
    transition: width 180ms ease;
  }
  .note-editor-sidebar[data-collapsed="true"] { width: 40px; }
  .note-editor-sidebar[data-collapsed="true"] .note-sidebar-content { display: none; }
  .note-editor-sidebar[data-collapsed="true"] .note-sidebar-title { display: none; }
  .note-editor-sidebar[data-collapsed="true"] .note-sidebar-header { justify-content: center; padding-left: 4px; padding-right: 4px; }
  .note-editor-sidebar[data-collapsed="true"] .note-sidebar-toggle-icon { transform: rotate(180deg); }
  .note-sidebar-toggle-icon { transition: transform 180ms ease; }
  .note-sidebar-toggle-btn { height: 22px !important; width: 22px !important; }

  /* 사이드바 섹션 공통 스타일 */
  .note-side-section { padding: 10px 12px; border-bottom: 1px solid #1B2030; }
  .note-side-section-label { font-size: 10px; font-weight: 600; color: #8B92A6; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 6px; display: flex; align-items: center; justify-content: space-between; }
  .note-side-section-label--filter { margin-bottom: 10px; }
  .note-side-section-label .clear-btn {
    font-size: 9px; font-weight: 500;
    color: #F2B544; text-transform: none; letter-spacing: 0;
    padding: 2px 7px; border-radius: 999px;
    border: 1px solid rgba(242, 181, 68, 0.4);
    background: transparent;
    transition: all 120ms;
  }
  .note-side-section-label .clear-btn:hover {
    background: rgba(242, 181, 68, 0.12);
    border-color: rgba(242, 181, 68, 0.7);
    color: #F2C97A;
  }
  /* 섹션 라벨 우측에 들어가는 작은 액센트 라벨 버튼 (clear-btn과 동일 톤, 의미만 분리) */
  .note-side-section-label .note-label-pill {
    font-size: 9px; font-weight: 500;
    color: #F2B544; text-transform: none; letter-spacing: 0;
    padding: 2px 7px; border-radius: 999px;
    border: 1px solid rgba(242, 181, 68, 0.4);
    background: transparent;
    transition: all 120ms;
  }
  .note-side-section-label .note-label-pill:hover {
    background: rgba(242, 181, 68, 0.12);
    border-color: rgba(242, 181, 68, 0.7);
    color: #F2C97A;
  }

  /* 새 보드 버튼 - 액센트 아웃라인 스타일 */
  .note-new-board-btn {
    margin-top: 6px; width: 100%;
    display: flex; align-items: center; justify-content: center; gap: 4px;
    padding: 5px 8px; border-radius: 5px;
    font-size: 11px; font-weight: 500;
    color: #F2B544;
    background: transparent;
    border: 1px dashed rgba(242, 181, 68, 0.4);
    transition: all 120ms;
  }
  .note-new-board-btn:hover { background: rgba(242, 181, 68, 0.1); border-color: rgba(242, 181, 68, 0.7); color: #F2C97A; }

  /* 사이드바 상단 보드 | 노트 탭 토글 */
  .note-sidebar-tab { font-size: 11px; font-weight: 700; color: #8B92A6; text-transform: uppercase; letter-spacing: 0.04em; padding: 2px 4px; background: transparent; border: none; cursor: pointer; transition: color 120ms; }
  .note-sidebar-tab:hover { color: #D8DDE8; }
  .note-sidebar-tab.is-active { color: #F2B544; }
  .note-sidebar-tab-sep { font-size: 11px; color: #5A6477; user-select: none; }

  /* 노트(Document) 목록 아이템 - board item 과 유사하되 색상만 cyan 톤으로 구분 */
  .note-document-item { display: flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 4px; cursor: pointer; transition: background-color 120ms; font-size: 12px; color: #D8DDE8; }
  .note-document-item:hover { background-color: #353D52; }
  .note-document-item .doc-title { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .note-document-item .doc-actions { display: none; gap: 2px; }
  .note-document-item:hover .doc-actions { display: flex; }
  .note-document-item .doc-action-btn { background: transparent; border: none; color: #8B92A6; cursor: pointer; padding: 2px; display: flex; align-items: center; }
  .note-document-item .doc-action-btn:hover { color: #F2B544; }
  .note-document-empty { font-size: 11px; color: #5A6477; text-align: center; padding: 12px 4px; font-style: italic; }

  /* 라벨식(pill) 공용 버튼 - 격자 모드 / 자동 정렬 등 */
  .note-pill-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 4px 10px; border-radius: 999px;
    font-size: 11px; font-weight: 500; line-height: 1;
    color: #8B92A6; background: transparent;
    border: 1px solid #1B2030;
    transition: color 120ms, border-color 120ms, background-color 120ms;
    cursor: pointer; white-space: nowrap;
  }
  .note-pill-btn:hover { color: #D8DDE8; border-color: #3A4258; background-color: #353D52; }
  .note-pill-btn.is-active {
    background-color: #F2B544; color: #1F2433; border-color: #F2B544;
  }
  .note-pill-btn.is-active:hover { background-color: #F2C97A; border-color: #F2C97A; color: #1F2433; }
  .note-pill-group { display: flex; flex-wrap: wrap; gap: 4px; }

  /* 검색 스코프 토글 (JS는 bg-note-accent + text-note-strong 클래스 토글) */
  .note-scope-btn { padding: 2px 8px; border-radius: 999px; font-size: 10px; border: 1px solid #1B2030; color: #8B92A6; transition: all 120ms; }
  .note-scope-btn:hover { color: #D8DDE8; border-color: #3A4258; }
  .note-scope-btn.bg-note-accent { border-color: #F2B544; color: #1F2433; }
  .note-scope-btn.bg-note-accent.text-note-strong { color: #1F2433; }

  /* 메모 에디터 안내 텍스트 */
  .note-side-hint { font-size: 10px; line-height: 1.5; color: #8B92A6; }
  .note-side-sublabel { font-size: 9px; font-weight: 600; color: #8B92A6; text-transform: uppercase; letter-spacing: 0.04em; margin: 6px 0 7px; }

  /* === 마크다운 사용법 모달 === */
  .note-modal-overlay {
    position: fixed; inset: 0; z-index: 100;
    background: rgba(0, 0, 0, 0.65);
    display: flex; align-items: center; justify-content: center;
    padding: 16px;
  }
  .note-modal-overlay[hidden] { display: none; }
  .note-modal {
    background: #2A3142; color: #ECEEF4;
    border: 1px solid #15192B; border-radius: 8px;
    width: min(640px, 100%); max-height: 80vh;
    display: flex; flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  }
  .note-modal-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 16px; border-bottom: 1px solid #15192B; flex-shrink: 0;
  }
  .note-modal-header h2 { font-size: 13px; font-weight: 600; color: #ECEEF4; }
  .note-modal-close {
    width: 26px; height: 26px; border-radius: 4px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #8B92A6; font-size: 18px; line-height: 1;
    transition: background-color 100ms, color 100ms;
  }
  .note-modal-close:hover { background: #353D52; color: #ECEEF4; }
  .note-modal-body { padding: 14px 16px; overflow-y: auto; font-size: 12px; line-height: 1.6; }

  .note-markdown-help h3 {
    font-size: 11px; font-weight: 700; color: #F2B544;
    text-transform: uppercase; letter-spacing: 0.04em;
    margin: 14px 0 6px;
  }
  .note-markdown-help h3:first-child { margin-top: 0; }
  .note-markdown-help p { margin: 4px 0; color: #D8DDE8; }
  .note-markdown-help ul { margin: 4px 0; padding-left: 18px; list-style: disc; }
  .note-markdown-help li { margin: 2px 0; color: #D8DDE8; }
  .note-markdown-help code {
    background: #15192B; color: #E6E8EE;
    padding: 1px 5px; border-radius: 3px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px;
  }
  .note-markdown-help pre {
    background: #15192B; padding: 8px 10px; border-radius: 4px;
    overflow-x: auto; margin: 4px 0;
  }
  .note-markdown-help pre code { background: transparent; padding: 0; font-size: 11px; }

  /* 단축키 행 */
  .note-shortcut-row { display: flex; align-items: center; gap: 6px; padding: 2px 0; font-size: 10px; color: #8B92A6; }
  .note-shortcut-row kbd {
    display: inline-block; min-width: 20px; padding: 1px 5px;
    background: #15192B; border: 1px solid #1B2030; border-radius: 3px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9px; color: #D8DDE8; text-align: center;
  }

  .note-canvas-wrapper {
    flex: 1; position: relative; overflow: hidden;
    background-color: #1A1F2C;
    cursor: grab;
  }
  .note-canvas-wrapper:active { cursor: grabbing; }
  .note-canvas-wrapper[data-grid="dots"] {
    background-image: radial-gradient(circle, rgba(255,255,255,0.18) 1.2px, transparent 1.2px);
    background-size: 24px 24px;
  }
  .note-canvas-wrapper[data-grid="grid"] {
    background-image:
      linear-gradient(to right, rgba(255,255,255,0.10) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,0.10) 1px, transparent 1px);
    background-size: 24px 24px;
  }
  /* 모눈: 24px 옅은 격자 + 120px 굵은 보조선 (5칸 단위) */
  .note-canvas-wrapper[data-grid="graph"] {
    background-image:
      linear-gradient(to right, rgba(255,255,255,0.20) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,0.20) 1px, transparent 1px),
      linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
  }

  .note-canvas-inner {
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%;
    transform-origin: 0 0;
  }

  .note-canvas-empty {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    color: #8B92A6; pointer-events: none;
  }

  /* === Sticky note card === */
  /* 우측 padding은 sticky-card-content 자체의 padding-right로 대신 처리한다.
     이렇게 해야 보기 모드 스크롤바가 카드 우측 가장자리에 붙고, 텍스트는 안쪽으로 들여쓰기된다. */
  .sticky-card {
    position: absolute; cursor: grab;
    border-radius: 4px; padding: 28px 0 14px 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.35), 0 1px 0 rgba(255,255,255,0.18) inset;
    color: #1F2433; overflow: hidden;
    transition: box-shadow 120ms;
    user-select: none;
  }
  .sticky-card.is-selected {
    box-shadow:
      inset 0 0 0 2px var(--selected-border, #F2B544),
      0 6px 18px rgba(0, 0, 0, 0.45);
    z-index: 5;
  }
  .sticky-card.is-pinned { cursor: not-allowed; }
  .sticky-card.is-dragging { cursor: grabbing; }
  .sticky-card.is-dimmed { opacity: 0.2; }
  .sticky-card.is-highlighted { box-shadow: 0 0 0 3px #F2B544, 0 8px 24px rgba(242, 181, 68, 0.5); }

  .sticky-card-header {
    position: absolute; top: 0; left: 0; right: 0; height: 24px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 6px;
    background-color: rgba(0,0,0,0.06);
  }
  .sticky-card-tools { display: flex; gap: 2px; align-items: center; }
  .sticky-card-tool {
    display: inline-flex; align-items: center; justify-content: center;
    width: 18px; height: 18px; border-radius: 3px;
    color: rgba(31, 36, 51, 0.55); cursor: pointer; transition: background-color 100ms, color 100ms;
  }
  .sticky-card-tool:hover { background-color: rgba(0,0,0,0.12); color: #1F2433; }
  .sticky-card-tool.is-active { color: #1F2433; }

  .sticky-card-content {
    height: 100%; overflow-y: auto; overflow-x: hidden; word-break: break-word;
    font-size: 13px; line-height: 1.5;
    /* padding은 자식(.markdown / textarea)이 각자 처리한다.
       이렇게 해야 편집 모드의 textarea 자체 스크롤바도 카드 우측 가장자리에 붙는다. */
  }
  /* 편집 모드: textarea 자체 스크롤만 보이도록 부모는 overflow를 막는다 (이중 스크롤바 방지) */
  .sticky-card-content[data-editing="true"] { overflow: hidden; }
  /* 메모 콘텐츠 스크롤바 - 트랙은 카드 색이 그대로 비치게 투명, thumb은 카드보다 약간 어두운 톤 */
  .sticky-card-content::-webkit-scrollbar { width: 6px; height: 6px; }
  .sticky-card-content::-webkit-scrollbar-track { background: transparent; }
  .sticky-card-content::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.18); border-radius: 3px; }
  .sticky-card-content::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.28); }
  .sticky-card-content { scrollbar-width: thin; scrollbar-color: rgba(0, 0, 0, 0.18) transparent; }
  .sticky-card-content textarea {
    width: 100%; height: 100%; resize: none; border: none; outline: none;
    background: transparent; color: inherit; font: inherit;
    /* textarea가 카드 우측 가장자리까지 차지해 자체 스크롤바가 카드 우측 끝에 붙는다.
       padding-right로 텍스트와 textarea 자체 스크롤바 사이 여백을 확보. */
    box-sizing: border-box;
    padding: 0 14px 0 0;
    overflow-y: auto; overflow-x: hidden;
  }
  /* textarea 자체 스크롤바도 동일 톤 */
  .sticky-card-content textarea::-webkit-scrollbar { width: 6px; height: 6px; }
  .sticky-card-content textarea::-webkit-scrollbar-track { background: transparent; }
  .sticky-card-content textarea::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.18); border-radius: 3px; }
  .sticky-card-content textarea::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.28); }
  .sticky-card-content textarea { scrollbar-width: thin; scrollbar-color: rgba(0, 0, 0, 0.18) transparent; }
  /* line-height는 textarea와 통일하고, paragraph/list/blockquote 사이 간격은
     마크다운 미리보기 관습에 가까운 0.6em 정도로 절충. 카드 상/하단의 잔여 여백은
     :first-child / :last-child 룰로 제거. */
  /* sticky-card-content가 padding-right를 갖지 않으므로, 보기 모드 텍스트와 자체 스크롤바 사이 여백은 .markdown이 책임진다. */
  .sticky-card-content .markdown { font-size: 13px; line-height: 1.5; padding-right: 14px; }
  .sticky-card-content .markdown > *:first-child { margin-top: 0; }
  .sticky-card-content .markdown > *:last-child { margin-bottom: 0; }
  .sticky-card-content .markdown h1 { font-size: 18px; font-weight: 700; margin: 0 0 6px; }
  .sticky-card-content .markdown h2 { font-size: 16px; font-weight: 700; margin: 0 0 6px; }
  .sticky-card-content .markdown h3 { font-size: 14px; font-weight: 600; margin: 0 0 4px; }
  .sticky-card-content .markdown p { margin: 0 0 1.5em; }
  .sticky-card-content .markdown ul,
  .sticky-card-content .markdown ol { margin: 0 0 1.5em; padding-left: 18px; }
  .sticky-card-content .markdown li { margin: 1px 0; }
  .sticky-card-content .markdown code { background: rgba(0,0,0,0.10); padding: 1px 4px; border-radius: 3px; font-size: 12px; }
  .sticky-card-content .markdown pre { background: rgba(0,0,0,0.12); padding: 6px 8px; border-radius: 4px; overflow: auto; }
  .sticky-card-content .markdown pre code { background: transparent; padding: 0; }
  .sticky-card-content .markdown a { color: #1B3A8A; text-decoration: underline; }
  .sticky-card-content .markdown blockquote { border-left: 3px solid rgba(0,0,0,0.2); padding-left: 8px; margin: 0 0 1.5em; color: rgba(31,36,51,0.7); }
  .sticky-card-content .markdown img { max-width: 100%; border-radius: 3px; }
  .sticky-card-content .markdown .task-list-item { list-style: none; margin-left: -18px; }
  .sticky-card-content .markdown .task-list-item input[type="checkbox"] { margin-right: 6px; cursor: pointer; }
  .sticky-card-content .markdown .hashtag { color: #1B3A8A; font-weight: 600; }

  /* === Resize handles === */
  .sticky-resize {
    position: absolute; background: transparent;
  }
  .sticky-resize.n,
  .sticky-resize.s { left: 8px; right: 8px; height: 6px; cursor: ns-resize; }
  .sticky-resize.e,
  .sticky-resize.w { top: 8px; bottom: 8px; width: 6px; cursor: ew-resize; }
  .sticky-resize.n { top: -3px; }
  .sticky-resize.s { bottom: -3px; }
  .sticky-resize.e { right: -3px; }
  .sticky-resize.w { left: -3px; }
  .sticky-resize.ne,
  .sticky-resize.nw,
  .sticky-resize.se,
  .sticky-resize.sw { width: 12px; height: 12px; cursor: nwse-resize; }
  .sticky-resize.ne { top: -3px; right: -3px; cursor: nesw-resize; }
  .sticky-resize.nw { top: -3px; left: -3px; cursor: nwse-resize; }
  .sticky-resize.se { bottom: -3px; right: -3px; cursor: nwse-resize; }
  .sticky-resize.sw { bottom: -3px; left: -3px; cursor: nesw-resize; }

  /* === Color picker popover === */
  .note-color-popover {
    position: absolute; z-index: 50;
    background-color: #2A3142; border: 1px solid #15192B; border-radius: 6px;
    padding: 10px; box-shadow: 0 12px 32px rgba(0,0,0,0.5);
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
    width: 200px;
  }
  .note-color-swatch {
    width: 36px; height: 36px; border-radius: 4px; cursor: pointer;
    border: 2px solid transparent; transition: transform 100ms, border-color 100ms;
  }
  .note-color-swatch:hover { transform: scale(1.1); }
  .note-color-swatch.is-active { border-color: #F2B544; }
  .note-color-popover-hex {
    grid-column: span 4; display: flex; gap: 4px; margin-top: 4px;
  }
  .note-color-popover-hex input {
    flex: 1; background-color: #15192B; color: #D8DDE8; border: 1px solid #15192B;
    padding: 4px 6px; border-radius: 3px; font-size: 11px; font-family: monospace;
  }

  /* === Context menu === */
  .note-context-menu {
    position: absolute; z-index: 60;
    background-color: #2A3142; border: 1px solid #15192B; border-radius: 6px;
    padding: 4px; min-width: 180px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
  }
  .note-context-item {
    display: flex; align-items: center; gap: 8px;
    padding: 6px 10px; cursor: pointer; color: #D8DDE8; font-size: 12px;
    border-radius: 3px;
  }
  .note-context-item:hover { background-color: #353D52; }
  .note-context-item.is-danger { color: #F87171; }
  .note-context-divider { height: 1px; background-color: #15192B; margin: 4px 0; }

  /* === Floating action area === */
  .note-fab-area {
    position: absolute; bottom: 16px; right: 16px;
    display: flex; flex-direction: row; gap: 8px; align-items: center;
    z-index: 30;
  }
  /* Left-bottom: minimap */
  .note-view-controls {
    position: absolute; bottom: 16px; left: 16px; z-index: 25;
    display: flex; flex-direction: column; gap: 8px; align-items: flex-start;
  }
  .note-fab {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%;
    background-color: #F2B544; color: #1F2433;
    box-shadow: 0 4px 14px rgba(0,0,0,0.4);
    cursor: pointer; transition: transform 100ms, background-color 100ms;
    border: none;
  }
  .note-fab:hover { background-color: #D89A2A; transform: translateY(-1px); }
  .note-zoom-bar {
    display: flex; align-items: center; gap: 6px;
    background-color: #2A3142; border: 1px solid #15192B; border-radius: 8px;
    padding: 4px 10px; color: #D8DDE8; font-size: 12px;
  }
  .note-zoom-bar button {
    background: transparent; border: none; color: #D8DDE8; cursor: pointer;
    padding: 2px 6px; border-radius: 3px; font-size: 14px;
  }
  .note-zoom-bar button:hover { background-color: #353D52; }

  /* === Minimap === */
  .note-minimap {
    position: relative;
    width: 180px; height: 120px;
    background-color: rgba(42, 49, 66, 0.85); border: 1px solid #15192B;
    border-radius: 6px; overflow: hidden;
    backdrop-filter: blur(4px);
  }
  .note-minimap-dot {
    position: absolute; width: 6px; height: 6px; border-radius: 1px;
  }
  .note-minimap-viewport {
    position: absolute; border: 1px solid #8B92A6; pointer-events: none;
    background-color: rgba(216, 221, 232, 0.06);
  }

  /* === Sidebar items === */
  .note-board-item {
    display: flex; align-items: center; gap: 6px; padding: 5px 8px;
    cursor: pointer; border-radius: 4px; color: #D8DDE8; font-size: 12px;
    transition: background-color 100ms;
  }
  .note-board-item:hover { background-color: #353D52; }
  .note-board-item.is-active { background-color: #F2B544; color: #1F2433; font-weight: 600; }
  .note-board-item .board-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .note-board-item .board-actions { display: none; gap: 2px; }
  .note-board-item:hover .board-actions { display: flex; }
  .note-board-item .board-action {
    width: 18px; height: 18px; display: flex; align-items: center; justify-content: center;
    border-radius: 3px; color: rgba(255,255,255,0.6);
  }
  .note-board-item.is-active .board-action { color: rgba(31,36,51,0.7); }
  .note-board-item .board-action:hover { background-color: rgba(0,0,0,0.2); color: #fff; }
  .note-board-item.is-active .board-action:hover { background-color: rgba(0,0,0,0.15); color: #1F2433; }

  .note-color-chip {
    width: 22px; height: 22px; border-radius: 4px; cursor: pointer;
    border: 2px solid transparent; transition: transform 100ms, border-color 100ms;
  }
  .note-color-chip:hover { transform: scale(1.1); }
  .note-color-chip.is-active { border-color: #F2B544; }

  .note-tag-chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 8px; border-radius: 12px; cursor: pointer;
    background-color: #353D52; color: #D8DDE8; font-size: 11px;
    border: 1px solid #15192B;
  }
  .note-tag-chip:hover { background-color: #3A4258; }
  .note-tag-chip.is-active { background-color: #F2B544; color: #1F2433; border-color: #F2B544; }

  /* === 전체 보드 검색 결과 목록 === */
  .note-search-results {
    display: flex; flex-direction: column; gap: 2px;
    max-height: 180px; overflow-y: auto;
  }
  .note-search-result {
    display: flex; flex-direction: column; gap: 1px; text-align: left;
    padding: 5px 8px; border-radius: 4px; cursor: pointer;
    background-color: transparent; border: none;
    transition: background-color 100ms;
  }
  .note-search-result:hover { background-color: #353D52; }
  .note-search-result-board {
    font-size: 9px; font-weight: 600; color: #F2B544;
    text-transform: uppercase; letter-spacing: 0.04em;
  }
  .note-search-result-text {
    font-size: 11px; color: #D8DDE8;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }

  /* === 보관함 (archive) 패널 === */
  .note-archive-list {
    display: flex; flex-direction: column; gap: 2px;
    max-height: 200px; overflow-y: auto; margin-top: 2px;
  }
  .note-archive-empty { font-size: 11px; color: #8B92A6; padding: 4px 2px; }
  .note-archive-item {
    display: flex; align-items: center; justify-content: space-between; gap: 6px;
    padding: 5px 8px; border-radius: 4px;
    transition: background-color 100ms;
  }
  .note-archive-item:hover { background-color: #353D52; }
  .note-archive-item-text {
    display: flex; flex-direction: column; gap: 1px; min-width: 0; flex: 1;
  }
  .note-archive-item-board {
    font-size: 9px; font-weight: 600; color: #F2B544;
    text-transform: uppercase; letter-spacing: 0.04em;
  }
  .note-archive-item-snippet {
    font-size: 11px; color: #D8DDE8;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .note-archive-item-actions { display: flex; gap: 4px; flex-shrink: 0; }
  .note-archive-action {
    font-size: 10px; padding: 2px 7px; border-radius: 999px;
    color: #D8DDE8; background: transparent; border: 1px solid #1B2030;
    cursor: pointer; transition: all 120ms;
  }
  .note-archive-action:hover { background-color: #1F2433; border-color: #3A4258; }
  .note-archive-action.is-danger { color: #F87171; }
  .note-archive-action.is-danger:hover { border-color: rgba(248, 113, 113, 0.5); }
