body { margin: 0; padding: 0; }
.app { min-height: 100vh; display: flex; flex-direction: column; }
.app main { flex: 1; }
.tree-node { cursor: pointer; }
.tree-node:hover { background-color: #f5f5f5; }
.context-menu { position: absolute; z-index: 1000; }
