:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1a1a1a}body{margin:0;background-color:#1a1a1a}.app-container[data-v-211fc9d8]{display:flex;height:100vh}.sidebar[data-v-211fc9d8]{width:220px;background-color:#1e1e1e;padding:1rem;border-right:1px solid #444;overflow-y:auto;flex-shrink:0}.main-content[data-v-211fc9d8]{flex-grow:1;padding:20px;overflow-y:auto}.header[data-v-211fc9d8]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.new-note-btn[data-v-211fc9d8]{background-color:#007acc;border:none;color:#fff;padding:10px 15px;border-radius:5px;cursor:pointer}.sidebar h2[data-v-211fc9d8]{margin-top:0}.sidebar ul[data-v-211fc9d8]{list-style:none;padding:0}.sidebar li[data-v-211fc9d8]{padding:8px 12px;cursor:pointer;border-radius:4px;margin-bottom:5px;transition:background-color .2s;word-break:break-all}.sidebar li[data-v-211fc9d8]:hover{background-color:#333}.sidebar li.active[data-v-211fc9d8]{background-color:#007acc;color:#fff}.notes-grid[data-v-211fc9d8],.notes-grid-empty[data-v-211fc9d8]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.notes-grid-empty[data-v-211fc9d8]{height:80%}.note-item[data-v-211fc9d8]{border:1px solid #444;background-color:#2a2a2a;padding:15px;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;cursor:pointer}.note-item[data-v-211fc9d8]:hover{transform:translateY(-5px);border-color:#007acc}.note-item h3[data-v-211fc9d8]{margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.note-item p[data-v-211fc9d8]{margin:0;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#ccc;white-space:pre-wrap}.note-footer[data-v-211fc9d8]{margin-top:15px;display:flex;justify-content:space-between;align-items:center;font-size:.8em;color:#888}.note-actions button[data-v-211fc9d8]{padding:4px 8px;font-size:.8em;margin-left:5px;background-color:#444;border:none;color:#fff;border-radius:3px;cursor:pointer}.note-actions button.delete-btn[data-v-211fc9d8]{background-color:#933}.tag-pill[data-v-211fc9d8]{display:inline-block;background-color:#555;color:#e0e0e0;padding:2px 8px;border-radius:12px;font-size:.8em;margin:0 5px 5px 0}.modal-overlay[data-v-211fc9d8]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-211fc9d8]{background-color:#2a2a2a;border-radius:8px;width:90%;max-width:900px;height:90vh;display:flex;flex-direction:column;border:1px solid #555}.modal-header[data-v-211fc9d8]{padding:20px 20px 10px}.modal-title-input[data-v-211fc9d8]{width:100%;background:transparent;border:none;border-bottom:1px solid #555;color:#fff;font-size:1.5em;padding:5px 0;outline:none}.modal-tag-management[data-v-211fc9d8]{padding:10px 20px;display:flex;flex-wrap:wrap;align-items:center;gap:5px;border-bottom:1px solid #444}.modal-tag-input[data-v-211fc9d8]{background:#333;border:1px solid #555;color:#fff;border-radius:3px;padding:4px 8px;outline:none}.available-tags[data-v-211fc9d8]{margin-left:10px;max-height:50px;overflow-y:auto}.tag-pill.available[data-v-211fc9d8]{cursor:pointer;background-color:#3a5f3a}.remove-tag[data-v-211fc9d8]{cursor:pointer;margin-left:4px;font-weight:700}.modal-editor-area[data-v-211fc9d8]{flex-grow:1;display:flex;flex-direction:column;min-height:0}.editor-controls[data-v-211fc9d8]{padding:10px;background-color:#333;display:flex;gap:10px}.editor-controls button[data-v-211fc9d8]{background:#555;border:none;color:#fff;padding:5px 10px;border-radius:3px}.editor-controls button.active[data-v-211fc9d8]{background-color:#007acc}.editor-panes[data-v-211fc9d8]{display:flex;flex-grow:1;min-height:0}.editor-input[data-v-211fc9d8],.editor-preview[data-v-211fc9d8]{width:100%;height:100%;padding:15px;overflow-y:auto;color:#e0e0e0;background-color:#2a2a2a;border:none;font-size:1em;line-height:1.6;outline:none;resize:none;white-space:pre-wrap}.editor-preview[data-v-211fc9d8]{border-left:1px solid #444}.modal-footer[data-v-211fc9d8]{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-top:1px solid #444}.modal-footer button[data-v-211fc9d8]{padding:8px 15px;border-radius:5px;border:none;cursor:pointer}.modal-footer .actions-right[data-v-211fc9d8]{display:flex;gap:10px}.modal-footer .cancel-btn[data-v-211fc9d8]{background-color:#555;color:#fff}.modal-footer .delete-btn[data-v-211fc9d8]{background-color:#b83d3d;color:#fff}.notification[data-v-211fc9d8]{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:5px;color:#fff;z-index:3000;font-size:.9em;box-shadow:0 4px 8px #0000004d}.notification.info[data-v-211fc9d8]{background-color:#007acc}.notification.error[data-v-211fc9d8]{background-color:#b83d3d}.confirm-modal-overlay[data-v-211fc9d8]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:2000}.confirm-modal-content[data-v-211fc9d8]{background-color:#3c3c3c;padding:20px 30px;border-radius:8px;border:1px solid #555;width:90%;max-width:400px;text-align:center;box-shadow:0 5px 15px #00000080}.confirm-modal-content h4[data-v-211fc9d8]{margin-top:0;font-size:1.2em}.confirm-modal-actions[data-v-211fc9d8]{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.confirm-modal-actions button[data-v-211fc9d8]{padding:8px 15px;border-radius:5px;border:none;cursor:pointer}.confirm-modal-actions .confirm-btn[data-v-211fc9d8]{background-color:#007acc;color:#fff}
